820dcc8d93
* Add docs example and update demo source code * Fail with debug * Fix tests * Update sql scripts * Update docs * Add checking for the password * Update documentation with launch/usage example * Launch flake8 instead of pep8 and pyflakes |
||
---|---|---|
aiohttp_security | ||
demo | ||
docs | ||
tests | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
CHANGES.txt | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
README.rst | ||
requirements-dev.txt | ||
setup.py |
README.rst
aiohttp_security ================ The library provides identity and autorization for `aiohttp.web`__. .. _aiohttp_web: http://aiohttp.readthedocs.org/en/latest/web.html __ aiohttp_web_ Usage ----- To install type ``pip install aiohttp_security``. Launch ``make doc`` and see examples or look under **demo** directory for a sample project. Develop ------- ``pip install -r requirements-dev`` License ------- ``aiohttp_security`` is offered under the Apache 2 license.