/flask-authentic

Flask Extension for Authentic

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Overview

docs Documentation Status
tests


package

Flask Authentic Extension

  • Free software: BSD 3-Clause License

Installation

pip install flask-authentic

Documentation

https://flask-authentic.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