Contents

aiohttp-session 2.12.1

0

sessions for aiohttp.web

sessions for aiohttp.web

Stars: 245, Watchers: 245, Forks: 90, Open Issues: 8

The aio-libs/aiohttp-session repo was created 11 years ago and the last code push was Yesterday.
The project is popular with 245 github stars!

How to Install aiohttp-session

You can install aiohttp-session using pip

pip install aiohttp-session

or add it to a project with poetry

poetry add aiohttp-session

Package Details

Author
Andrew Svetlov
License
Apache 2
Homepage
https://github.com/aio-libs/aiohttp_session/
PyPi:
https://pypi.org/project/aiohttp-session/
GitHub Repo:
https://github.com/aio-libs/aiohttp_session

Classifiers

  • Internet/WWW/HTTP
No  aiohttp-session  pypi packages just yet.

Errors

A list of common aiohttp-session errors.

Code Examples

Here are some aiohttp-session code examples and snippets.

GitHub Issues

The aiohttp-session package has 8 open issues on GitHub

  • Bump pytest from 8.3.5 to 9.0.2
  • Bump redis from 7.0.1 to 7.1.0

See more issues on GitHub

Related Packages & Articles

aiohttp 3.13.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support