Contents

aiohttp-session 2.12.0

0

sessions for aiohttp.web

sessions for aiohttp.web

Stars: 238, Watchers: 238, Forks: 85, Open Issues: 17

The aio-libs/aiohttp-session repo was created 9 years ago and the last code push was 4 weeks ago.
The project is popular with 238 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 17 open issues on GitHub

  • Bump multidict from 5.2.0 to 6.0.1
  • Bump pytest-aiohttp from 0.3.0 to 1.0.3
  • Bump aiomcache from 0.6.0 to 0.7.0
  • Drop Python 3.6
  • Bump sphinx from 4.3.2 to 4.4.0
  • Bump aioredis from 2.0.0 to 2.0.1
  • Test on Python up to 3.10
  • Use C locale in expires param

See more issues on GitHub

Related Packages & Articles

aiohttp 3.9.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