mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
cleanup
This commit is contained in:
parent
77c2e22882
commit
eeba5214c7
1 changed files with 13 additions and 10 deletions
|
@ -1198,14 +1198,17 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
|
||||
*Full stack web frameworks.*
|
||||
|
||||
* Synchronous
|
||||
* [Django](https://www.djangoproject.com/) - The most popular web framework in Python.
|
||||
* [awesome-django](https://github.com/shahraizali/awesome-django)
|
||||
* [Flask](http://flask.pocoo.org/) - A microframework for Python.
|
||||
* [awesome-flask](https://github.com/humiaozuzu/awesome-flask)
|
||||
* [Masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework.
|
||||
* [Pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
|
||||
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
|
||||
* [Sanic](https://github.com/channelcat/sanic) - Web server that's written to go fast.
|
||||
* [Masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework.
|
||||
* Asynchronous
|
||||
* [FastAPI](https://github.com/tiangolo/fastapi) - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
|
||||
* [Sanic](https://github.com/huge-success/sanic) - Web server that's written to go fast.
|
||||
* [Vibora](https://vibora.io/) - Fast, efficient and asynchronous Web framework inspired by Flask.
|
||||
* [Tornado](http://www.tornadoweb.org/en/latest/) - A Web framework and asynchronous networking library.
|
||||
|
||||
|
|
Loading…
Reference in a new issue