- python3-aiohttp (>= 3.10)
 - python3:any
 
 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.
            Installed Size: 59.4 kB
            
            Architectures:  all