Python Sanic version 21.3 released
Sanic is a Python 3.7+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy. (more…)
Read more »
How to use entry points as a modular plug-in architecture, to let other Python packages interact or add abilities at runtime. Read more