From eeba5214c70882eec20469be5a9e18bc02950b2a Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 4 Nov 2019 00:49:57 +0800 Subject: [PATCH] cleanup --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ecc662..0320fc0 100644 --- a/README.md +++ b/README.md @@ -1198,16 +1198,19 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Full stack web frameworks.* -* [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. -* [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. +* 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) + * [Pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. + * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) + * [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. ## WebSocket