mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-22 08:12:03 +00:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
541a7d02eb
commit
d0e8addb94
12
index.html
12
index.html
|
@ -2562,6 +2562,7 @@
|
|||
<li><a href="https://github.com/marshmallow-code/marshmallow">marshmallow</a> - A lightweight library for converting complex objects to and from simple Python datatypes.</li>
|
||||
<li><a href="https://github.com/TkTech/pysimdjson">pysimdjson</a> - A Python bindings for <a href="https://github.com/lemire/simdjson">simdjson</a>.</li>
|
||||
<li><a href="https://github.com/python-rapidjson/python-rapidjson">python-rapidjson</a> - A Python wrapper around <a href="https://github.com/Tencent/rapidjson">RapidJSON</a>.</li>
|
||||
<li><a href="https://github.com/esnme/ultrajson">ultrajson</a> - A fast JSON decoder and encoder written in C with Python bindings.</li>
|
||||
</ul>
|
||||
<h2 id="serverless-frameworks">Serverless Frameworks</h2>
|
||||
<p><em>Frameworks for developing serverless Python code.</em></p>
|
||||
|
@ -2796,6 +2797,7 @@
|
|||
<h2 id="web-frameworks">Web Frameworks</h2>
|
||||
<p><em>Full stack web frameworks.</em></p>
|
||||
<ul>
|
||||
<li>Synchronous<ul>
|
||||
<li><a href="https://www.djangoproject.com/">Django</a> - The most popular web framework in Python.<ul>
|
||||
<li><a href="https://github.com/shahraizali/awesome-django">awesome-django</a></li>
|
||||
</ul>
|
||||
|
@ -2804,15 +2806,21 @@
|
|||
<li><a href="https://github.com/humiaozuzu/awesome-flask">awesome-flask</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/MasoniteFramework/masonite">Masonite</a> - The modern and developer centric Python web framework.</li>
|
||||
<li><a href="https://pylonsproject.org/">Pyramid</a> - A small, fast, down-to-earth, open source Python web framework.<ul>
|
||||
<li><a href="https://github.com/uralbash/awesome-pyramid">awesome-pyramid</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/channelcat/sanic">Sanic</a> - Web server that's written to go fast.</li>
|
||||
<li><a href="https://github.com/MasoniteFramework/masonite">Masonite</a> - The modern and developer centric Python web framework.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Asynchronous<ul>
|
||||
<li><a href="https://github.com/tiangolo/fastapi">FastAPI</a> - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.</li>
|
||||
<li><a href="https://github.com/huge-success/sanic">Sanic</a> - Web server that's written to go fast.</li>
|
||||
<li><a href="https://vibora.io/">Vibora</a> - Fast, efficient and asynchronous Web framework inspired by Flask.</li>
|
||||
<li><a href="http://www.tornadoweb.org/en/latest/">Tornado</a> - A Web framework and asynchronous networking library.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="websocket">WebSocket</h2>
|
||||
<p><em>Libraries for working with WebSocket.</em></p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user