protean-flask

Protean Flask Extension


License
BSD-1-Clause
Install
pip install protean-flask==0.0.11

Documentation

Overview

docs Documentation Status
tests


package

Protean Flask Extension

  • Free software: BSD 3-Clause License

Installation

pip install protean-flask

Documentation

https://protean-flask.readthedocs.io/

Development

pyenv virtualenv -p python3.7 3.7.2 protean-flask-dev

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