© 2025 PySpect
| Package | Comment |
|---|---|
| Django | Comprehensive and opinionated web framework following the Model-Template-View (MTV) architectural pattern. |
| Flask | Micro web framework for building web applications with a simple and extensible core. |
| fastapi | Web framework for building APIs based on standard Python type hints. |
| pyramid | A web framework that tries to be neither too light nor too heavy. |
| bottle | Simple and lightweight WSGI micro web-framework for Python. |
| CherryPy | Minimalist object-oriented web framework. |
| tornado | Web framework and asynchronous networking library. |
| dash | Framework for building analytical web applications. |
| sanic | Web server and framework. |
| falcon | ASGI/WSGI framework for REST APIs and microservices. |