Metadata-Version: 2.1
Name: Flask-RhoAuth
Version: 2.2.0
Summary: Rho AI Authorization Library
Home-page: https://bitbucket.org/rhoai/flask-rhoauth
Maintainer: Rho AI
License: Commercial
Platform: UNKNOWN
Provides-Extra: openid
Provides-Extra: apiauth
Provides-Extra: test

# Flask-RhoAuth

Authorization Library Based on StormPath and Flask-Security

## Testing

To run the tests we need to install pyenv and tox.

Follow the instructions for [pyenv](https://github.com/pyenv/pyenv#installation)
and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv#installation)
to install pyenv.

After pyenv is intalled, then install tox

    $ pip install tox

Then install the different python versions in pyenv

    $ pyenv install 2.7.8 3.3.6 3.4.4 3.5.1

Now, run the tests:

    $ tox


