Go to file
Andrew Svetlov 8360095011 Fix years 2018-01-02 14:31:39 +02:00
aiohttp_security Switch to async/await syntax 2017-12-13 16:51:46 +02:00
demo Fix in demos related to async-await syntax (#123) 2018-01-02 14:31:19 +02:00
docs Switch to async/await syntax 2017-12-13 16:51:46 +02:00
tests Switch to async/await syntax 2017-12-13 16:51:46 +02:00
.coveragerc Initial commit 2015-07-08 20:30:24 +03:00
.gitignore Initial commit 2015-07-08 20:30:24 +03:00
.pyup.yml Create .pyup.yml 2017-09-14 13:20:00 +03:00
.travis.yml Switch to async/await syntax 2017-12-13 16:51:46 +02:00
CHANGES.txt Bump to 0.2.0 2017-11-17 17:54:46 +02:00
LICENSE Fix years 2018-01-02 14:31:39 +02:00
MANIFEST.in Add manifest 2015-07-09 07:15:18 +03:00
Makefile Cleanup docs also 2015-09-02 13:41:41 -04:00
README.rst Add pypi label 2017-01-25 13:29:57 +02:00
requirements-dev.txt Fix in demos related to async-await syntax (#123) 2018-01-02 14:31:19 +02:00
setup.py Fix in demos related to async-await syntax (#123) 2018-01-02 14:31:19 +02:00

README.rst

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.