d89f6b7e3d011f53b60dedf8a46d76f87e3af3e6
- remove 3.4 version from setup.py - add cryprography package to requirements since it is used in dictionary_auth - add a few missed async kwords
aiohttp_security ================ .. image:: https://travis-ci.org/aio-libs/aiohttp-security.svg?branch=master :target: https://travis-ci.org/aio-libs/aiohttp-security .. image:: https://codecov.io/github/aio-libs/aiohttp-security/coverage.svg?branch=master :target: https://codecov.io/github/aio-libs/aiohttp-security .. image:: https://readthedocs.org/projects/aiohttp-security/badge/?version=latest :target: https://aiohttp-security.readthedocs.io/ .. image:: https://img.shields.io/pypi/v/aiohttp-security.svg :target: https://pypi.python.org/pypi/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. Documentation ------------- https://aiohttp-security.readthedocs.io/ Develop ------- ``pip install -r requirements-dev`` License ------- ``aiohttp_security`` is offered under the Apache 2 license.
Languages
Python
97.5%
Makefile
2.5%