Dash Authorization Package.
Docs: https://dash.plotly.com/authentication
License: MIT
For local testing, install and use tox:
TOX_PYTHON_27=python2.7 TOX_PYTHON_36=python3.6 tox
Or create a virtualenv, install the dev requirements, and run individual tests or test classes:
python -m venv venv
. venv/bin/activate
pip install -r dev-requirements.txt
python -k ba001
Note that Python 3.6 or greater is required.