9cd055b36e
* Pin flake8 to latest version 3.2.1 * Update passlib from 1.6.5 to 1.7.0 * Pin aiohttp to latest version 1.1.5 * Pin aiohttp-session to latest version 0.7.1 * Update aioredis from 0.2.8 to 0.2.9 * Pin pep257 to latest version 0.7.0 * Pin pytest-aiohttp to latest version 0.1.2 * Pin aiopg to latest version 0.12.0 * Pin pytest to latest version 3.0.4 * Pin sphinx to latest version 1.4.9 * Pin coverage to latest version 4.2 * Pin pytest-cov to latest version 2.4.0 |
||
---|---|---|
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.