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

Skip to content

Commit 123592e

Browse files
committed
cleanup
1 parent 161e4f1 commit 123592e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
197197
* [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
198198
* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors.
199199
* [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.
201200
* [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](http://libmemcached.org/libMemcached.html) interface.
202201

203202
## ChatOps Tools
204203

205204
*Libraries for chatbot development.*
206205

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.
208207

209208
## Cluster Computing
210209

@@ -827,7 +826,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
827826
*Libraries for building user's activities.*
828827

829828
* [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+
* [Stream Framework](https://github.com/tschellenbach/Stream-Framework) - Building newsfeed and notification systems using Cassandra and Redis.
831830

832831
## ORM
833832

@@ -992,7 +991,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
992991

993992
*Libraries for serializing complex data types*
994993

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.
996995

997996
## Serverless Frameworks
998997

0 commit comments

Comments
 (0)