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
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -197,14 +197,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
197
197
*[django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
198
198
*[dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors.
199
199
*[HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention.
200
-
*[johnny-cache](https://github.com/jmoiron/johnny-cache) - A caching framework for Django applications.
201
200
*[pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](http://libmemcached.org/libMemcached.html) interface.
202
201
203
202
## ChatOps Tools
204
203
205
204
*Libraries for chatbot development.*
206
205
207
-
*[Errbot](http://errbot.io/en/latest/) - The easiest and most popular chatbot to implement ChatOps.
206
+
*[Errbot](https://github.com/errbotio/errbot/) - The easiest and most popular chatbot to implement ChatOps.
208
207
209
208
## Cluster Computing
210
209
@@ -827,7 +826,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
827
826
*Libraries for building user's activities.*
828
827
829
828
*[django-activity-stream](https://github.com/justquick/django-activity-stream) - Generating generic activity streams from the actions on your site.
830
-
*[Stream-Framework](https://github.com/tschellenbach/Stream-Framework) - Building newsfeed and notification systems using Cassandra and Redis.
829
+
*[StreamFramework](https://github.com/tschellenbach/Stream-Framework) - Building newsfeed and notification systems using Cassandra and Redis.
831
830
832
831
## ORM
833
832
@@ -992,7 +991,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
992
991
993
992
*Libraries for serializing complex data types*
994
993
995
-
*[marshmallow](https://github.com/marshmallow-code/marshmallow) - marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
994
+
*[marshmallow](https://github.com/marshmallow-code/marshmallow) - A lightweight library for converting complex objects to and from simple Python datatypes.
0 commit comments