Glossary¶
- aioredis¶
asyncio compatible Redis client library
- aiomcache¶
asyncio compatible Memcached client library
- asyncio¶
The library for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives.
Reference implementation of PEP 3156
- cryptography¶
The libary used for encrypting secure cookied session
- pynacl¶
Yet another libary used for encrypting secure cookied session
- session¶
A namespace that is valid for some period of continual activity that can be used to represent a user’s interaction with a web application.
- sqlalchemy¶
The Python SQL Toolkit and Object Relational Mapper.