mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
3132a51eef
commit
6723be6a71
3 changed files with 2 additions and 2 deletions
|
@ -2774,7 +2774,7 @@
|
||||||
<h2 id="task-queues">Task Queues</h2>
|
<h2 id="task-queues">Task Queues</h2>
|
||||||
<p><em>Libraries for working with task queues.</em></p>
|
<p><em>Libraries for working with task queues.</em></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.celeryproject.org/">celery</a> - An asynchronous task queue/job queue based on distributed message passing.</li>
|
<li><a href="https://docs.celeryproject.org/en/stable/">celery</a> - An asynchronous task queue/job queue based on distributed message passing.</li>
|
||||||
<li><a href="https://github.com/Bogdanp/dramatiq">daramatiq</a> - A fast and reliable background task processing library for Python 3.</li>
|
<li><a href="https://github.com/Bogdanp/dramatiq">daramatiq</a> - A fast and reliable background task processing library for Python 3.</li>
|
||||||
<li><a href="https://github.com/coleifer/huey">huey</a> - Little multi-threaded task queue.</li>
|
<li><a href="https://github.com/coleifer/huey">huey</a> - Little multi-threaded task queue.</li>
|
||||||
<li><a href="https://github.com/pricingassistant/mrq">mrq</a> - A distributed worker task queue in Python using Redis & gevent.</li>
|
<li><a href="https://github.com/pricingassistant/mrq">mrq</a> - A distributed worker task queue in Python using Redis & gevent.</li>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://awesome-python.com/</loc>
|
<loc>https://awesome-python.com/</loc>
|
||||||
<lastmod>2020-10-06</lastmod>
|
<lastmod>2020-10-17</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue