Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2019-12-15 15:54:44 +00:00
parent 54dc1f3f73
commit 08ef3d72d2
3 changed files with 21 additions and 1 deletions

View File

@ -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

Binary file not shown.