mfs

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


License
MIT
Install
pip install mfs==0.1.0

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