Microservices Frameworks for Python
- 1. Flask-MicroServices is 200-ish lines of code, but it can bring a high level of reasonability to the way you write your Flask applications..
- 2. Falcon is a minimalist WSGI library for building speedy web APIs and app backends.
- 3. Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
- 4. Nameko - A microservices framework for Python that lets service developers concentrate on application logic and encourages testability..
- 5. CherryPy - A Minimalist Python Web Framework
- 6. Tornado is a Python web framework and asynchronous networking library,
- 7. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+
- 8. Sanic Framework is a Python 3.7+ web server and web framework that’s written to go fast
- 9. hug is built to consume resources only when necessary and is then compiled with Cython to achieve amazing performance.
- 10. Eve allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.
- 11. Django makes it easier to build better Web apps more quickly and with less code.
- 12. TurboGears 2 - The Web Framework that scales with you
- 13. Web2Py - A full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.
- 14. Pyramid - The Start Small, Finish Big, Stay Finished Framework.