Package: wnpp Severity: wishlist * Package name : python-aiohttp-session Version : 2.9.0 Upstream Author : Andrew Svetlov <[email protected]> * 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.

