[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#946968: ITP: python-aiohttp-session -- provides sessions for aiohttp.web



Package: wnpp
Severity: wishlist

* Package name    : python-aiohttp-session
  Version         : 2.9.0
  Upstream Author : Andrew Svetlov <andrew.svetlov@gmail.com>
* URL             : https://pypi.org/project/aiohttp-session/
* License         : Apache
  Programming Lang: Python
  Description     : provides sessions for aiohttp.web

The library allows us to store user-specific data into a session object.

The session object has a dict-like interface (operations like
session[key] = value, value = session[key] etc. are present).

Before processing the session in a web-handler, you have to register the
session middleware in aiohttp.web.Application.

The package will be maintained within the DPMT.


Reply to: