proteanhq / authentic

Comprehensive Authentication Package
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

======== Overview

.. start-badges

.. list-table:: :stub-columns: 1

* - docs
  - |docs|
* - tests
  - |
    |
* - package
  - | |version| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/authentic/badge/?style=flat :target: https://readthedocs.org/projects/authentic :alt: Documentation Status

.. |version| image:: https://img.shields.io/pypi/v/authentic.svg :alt: PyPI Package latest release :target: https://pypi.org/project/authentic

.. |wheel| image:: https://img.shields.io/pypi/wheel/authentic.svg :alt: PyPI Wheel :target: https://pypi.org/project/authentic

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/authentic.svg :alt: Supported versions :target: https://pypi.org/project/authentic

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/authentic.svg :alt: Supported implementations :target: https://pypi.org/project/authentic

.. end-badges

Comprehensive Authentication Package

Installation

::

pip install authentic

Documentation

https://authentic.readthedocs.io/

Development

::

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

To run the all tests run::

tox

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

.. list-table:: :widths: 10 90 :stub-columns: 1

- - Windows
  - ::

        set PYTEST_ADDOPTS=--cov-append
        tox

- - Other
  - ::

        PYTEST_ADDOPTS=--cov-append tox