[ 源代码: python-aiohttp-session ]
软件包:python3-aiohttp-session(2.9.0-2)
python3-aiohttp-session 的相关链接
Debian 的资源:
下载源码包 python-aiohttp-session:
- [python-aiohttp-session_2.9.0-2.dsc]
- [python-aiohttp-session_2.9.0.orig.tar.gz]
- [python-aiohttp-session_2.9.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-aiohttp-session 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio