mfs

mfs is a set of utilities to ease image download from some Russian modelling forums


License
MIT
Install
pip install mfs==0.1.1

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status Codecov Coverage Status Coveralls Coverage Status
package

mfs - Π½Π°Π±ΠΎΡ€ ΡƒΡ‚ΠΈΠ»ΠΈΡ‚ для скачивания ΠΊΠ°Ρ€Ρ‚ΠΈΠ½ΠΎΠΊ с русских ΠΌΠΎΠ΄Π΅Π»ΡŒΠ½Ρ‹Ρ… Ρ„ΠΎΡ€ΡƒΠΌΠΎΠ²

  • Free software: MIT license

Installation

pip install mfs

Documentation

https://mfs.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox