mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-31 05:33:41 +00:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
54dc1f3f73
commit
08ef3d72d2
20
index.html
20
index.html
|
@ -308,6 +308,13 @@
|
|||
Algorithms and Design Patterns
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#asgi-servers" title="ASGI Servers" class="md-nav__link">
|
||||
ASGI Servers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -941,6 +948,13 @@
|
|||
Algorithms and Design Patterns
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#asgi-servers" title="ASGI Servers" class="md-nav__link">
|
||||
ASGI Servers
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -1557,6 +1571,7 @@
|
|||
<li><a href="#awesome-python">Awesome Python</a><ul>
|
||||
<li><a href="#admin-panels">Admin Panels</a></li>
|
||||
<li><a href="#algorithms-and-design-patterns">Algorithms and Design Patterns</a></li>
|
||||
<li><a href="#asgi-servers">ASGI Servers</a></li>
|
||||
<li><a href="#asynchronous-programming">Asynchronous Programming</a></li>
|
||||
<li><a href="#audio">Audio</a></li>
|
||||
<li><a href="#authentication">Authentication</a></li>
|
||||
|
@ -1673,6 +1688,11 @@
|
|||
<li><a href="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
|
||||
<li><a href="https://github.com/grantjenks/python-sortedcontainers">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
|
||||
</ul>
|
||||
<h2 id="asgi-servers">ASGI Servers</h2>
|
||||
<p><em>ASGI-compatible web servers.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/encode/uvicorn">uvicorn</a> - Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.</li>
|
||||
</ul>
|
||||
<h2 id="asynchronous-programming">Asynchronous Programming</h2>
|
||||
<ul>
|
||||
<li><a href="https://docs.python.org/3/library/asyncio.html">asyncio</a> - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.<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