Skip to content

Commit

Permalink
Update docs for aiohttp_session
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 18, 2015
1 parent 424dbfa commit a4b5efc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,43 @@ Available session storages are:

$ pip install aiohttp_session[aioredis]

Installation
--------------------

.. code::
pip3 install aiohttp_session
Source code
-----------

The project is hosted on GitHub_

.. _GitHub: https://github.com/aio-libs/aiohttp_session

Please feel free to file an issue on `bug tracker
<https://github.com/aio-libs/aiopg/issues>`_ if you have found a bug
or have some suggestion for library improvement.

The library uses `Travis <https://travis-ci.org/aio-libs/aiohttp_session>`_ for
Continious Integration.

IRC channel
-----------

You can discuss the library on Freenode_ at **#aio-libs** channel.

.. _Freenode: http://freenode.net


Dependencies
------------

- Python 3.3 and :mod:`asyncio` or Python 3.4+
- psycopg2
- aiopg.sa requires :term:`sqlalchemy`.


License
-------

Expand Down

0 comments on commit a4b5efc

Please sign in to comment.