You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://github.com/Suor/django-cacheops">django-cacheops</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
1739
1739
<li><ahref="http://dogpilecache.readthedocs.io/en/latest/">dogpile.cache</a> - dogpile.cache is next generation replacement for Beaker made by same authors.</li>
1740
1740
<li><ahref="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
1741
-
<li><ahref="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for Django applications.</li>
1742
1741
<li><ahref="https://github.com/lericson/pylibmc">pylibmc</a> - A Python wrapper around the <ahref="http://libmemcached.org/libMemcached.html">libmemcached</a> interface.</li>
1743
1742
</ul>
1744
1743
<h2id="chatops-tools">ChatOps Tools</h2>
1745
1744
<p><em>Libraries for chatbot development.</em></p>
1746
1745
<ul>
1747
-
<li><ahref="http://errbot.io/en/latest/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
1746
+
<li><ahref="https://github.com/errbotio/errbot/">Errbot</a> - The easiest and most popular chatbot to implement ChatOps.</li>
1748
1747
</ul>
1749
1748
<h2id="cluster-computing">Cluster Computing</h2>
1750
1749
<p><em>Frameworks and libraries for Cluster Computing.</em></p>
<p><em>Libraries for building user's activities.</em></p>
2370
2369
<ul>
2371
2370
<li><ahref="https://github.com/justquick/django-activity-stream">django-activity-stream</a> - Generating generic activity streams from the actions on your site.</li>
2372
-
<li><ahref="https://github.com/tschellenbach/Stream-Framework">Stream-Framework</a> - Building newsfeed and notification systems using Cassandra and Redis.</li>
2371
+
<li><ahref="https://github.com/tschellenbach/Stream-Framework">StreamFramework</a> - Building newsfeed and notification systems using Cassandra and Redis.</li>
2373
2372
</ul>
2374
2373
<h2id="orm">ORM</h2>
2375
2374
<p><em>Libraries that implement Object-Relational Mapping or data mapping techniques.</em></p>
@@ -2541,7 +2540,9 @@ <h2 id="search">Search</h2>
2541
2540
<h2id="serialization">Serialization</h2>
2542
2541
<p><em>Libraries for serializing complex data types</em></p>
2543
2542
<ul>
2544
-
<li><ahref="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><ahref="https://github.com/marshmallow-code/marshmallow">marshmallow</a> - A lightweight library for converting complex objects to and from simple Python datatypes.</li>
2544
+
<li><ahref="https://github.com/TkTech/pysimdjson">pysimdjson</a> - A Python bindings for <ahref="https://github.com/lemire/simdjson">simdjson</a>.</li>
2545
+
<li><ahref="https://github.com/python-rapidjson/python-rapidjson">python-rapidjson</a> - A Python wrapper around <ahref="https://github.com/Tencent/rapidjson">RapidJSON</a>.</li>
0 commit comments