Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 727149e

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 896ac3c commit 727149e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,13 +1738,12 @@ <h2 id="caching">Caching</h2>
17381738
<li><a href="https://github.com/Suor/django-cacheops">django-cacheops</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
17391739
<li><a href="http://dogpilecache.readthedocs.io/en/latest/">dogpile.cache</a> - dogpile.cache is next generation replacement for Beaker made by same authors.</li>
17401740
<li><a href="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
1741-
<li><a href="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for Django applications.</li>
17421741
<li><a href="https://github.com/lericson/pylibmc">pylibmc</a> - A Python wrapper around the <a href="http://libmemcached.org/libMemcached.html">libmemcached</a> interface.</li>
17431742
</ul>
17441743
<h2 id="chatops-tools">ChatOps Tools</h2>
17451744
<p><em>Libraries for chatbot development.</em></p>
17461745
<ul>
1747-
<li><a href="http://errbot.io/en/latest/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
1746+
<li><a href="https://github.com/errbotio/errbot/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
17481747
</ul>
17491748
<h2 id="cluster-computing">Cluster Computing</h2>
17501749
<p><em>Frameworks and libraries for Cluster Computing.</em></p>
@@ -2369,7 +2368,7 @@ <h2 id="news-feed">News Feed</h2>
23692368
<p><em>Libraries for building user's activities.</em></p>
23702369
<ul>
23712370
<li><a href="https://github.com/justquick/django-activity-stream">django-activity-stream</a> - Generating generic activity streams from the actions on your site.</li>
2372-
<li><a href="https://github.com/tschellenbach/Stream-Framework">Stream-Framework</a> - Building newsfeed and notification systems using Cassandra and Redis.</li>
2371+
<li><a href="https://github.com/tschellenbach/Stream-Framework">Stream Framework</a> - Building newsfeed and notification systems using Cassandra and Redis.</li>
23732372
</ul>
23742373
<h2 id="orm">ORM</h2>
23752374
<p><em>Libraries that implement Object-Relational Mapping or data mapping techniques.</em></p>
@@ -2541,7 +2540,9 @@ <h2 id="search">Search</h2>
25412540
<h2 id="serialization">Serialization</h2>
25422541
<p><em>Libraries for serializing complex data types</em></p>
25432542
<ul>
2544-
<li><a href="https://github.com/marshmallow-code/marshmallow">marshmallow</a> - marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.</li>
2543+
<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>
2544+
<li><a href="https://github.com/TkTech/pysimdjson">pysimdjson</a> - A Python bindings for <a href="https://github.com/lemire/simdjson">simdjson</a>.</li>
2545+
<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>
25452546
</ul>
25462547
<h2 id="serverless-frameworks">Serverless Frameworks</h2>
25472548
<p><em>Frameworks for developing serverless Python code.</em></p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://awesome-python.com/</loc>
5-
<lastmod>2019-03-02</lastmod>
5+
<lastmod>2019-03-03</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)