Merge pull request #1028 from josephmancuso/master

Adds Masonite Python framework to Web Frameworks
This commit is contained in:
Vinta 2019-05-25 17:42:42 +08:00 committed by GitHub
commit 5e006a0e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1193,6 +1193,7 @@ Code Formatters
* [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.