New Python Microservices Frameworks 2025
â¼
last commit 3 months ago litestar-org/litestar 7K +38
added 8 months ago
Effortlessly build performant APIs
last commit 1 year ago pylons/pyramid 4K
added 9 months ago
Pyramid is a small, fast, down-to-earth, open source Python web framework. It makes real-world web application development and deployment more fun, more predictable, and more productive.
last commit 3 months ago bottlepy/bottle 8K +4
added 9 months ago
bottle.py is a fast and simple micro-framework for python web-applications.
last commit 2 weeks ago falconry/falcon 9K +4
added 9 months ago
The no-magic web API and microservices framework for Python developers, with an emphasis on reliability and performance at scale.
last commit 3 weeks ago sanic-org/sanic 18K +9
added 9 months ago
Sanic is a web server and web framework that's written to go fast. It allows the usage of the async/await syntax, which makes your code non-blocking and speedy.
last commit 1 week ago tornadoweb/tornado 22K +16
added 9 months ago
Tornado is a web framework and async networking library. By using non-blocking I/O, it can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connections.
last commit 1 month ago pallets/flask 70K +42
added 10 months ago
The Python micro framework for building web applications.
last commit 1 day ago fastapi/fastapi 93K +387
added 10 months ago
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
last commit 2 days ago django/django 86K +114
added 10 months ago