Metadata-Version: 2.1
Name: authentic
Version: 0.0.6
Summary: Comprehensive Authentication Package
Home-page: https://github.com/proteanhq/authentic
Author: Subhash Bhushan C
Author-email: subhash@team8solutions.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS/2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (==7.0)
Requires-Dist: passlib (==1.7.1)
Requires-Dist: pyotp (==2.2.6)
Requires-Dist: protean (==0.0.6)
Requires-Dist: pyjwt (==1.6.4)

========
Overview
========



Comprehensive Authentication Package

* Free software: BSD 3-Clause License

Installation
============

::

    pip install authentic

Documentation
=============

https://authentic.readthedocs.io/

Development
===========

::

    pyenv virtualenv -p python3.6 3.6.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


Changelog
=========

0.0.1 (2018-08-02)
------------------

* First release on PyPI.

0.0.5 (2018-12-27)
------------------

* Pre-Prod release on PyPI.


