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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
29
29
-[Template Engine](#template-engine)
30
30
-[Queue](#queue)
31
31
-[Search](#search)
32
+
-[News Feed](#news-feed)
32
33
-[Asset Management](#asset-management)
33
34
-[Caching](#caching)
34
35
-[Email](#email)
@@ -373,6 +374,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
373
374
*[solrpy](https://code.google.com/p/solrpy/) - A Python client for [solr](http://lucene.apache.org/solr/).
374
375
*[Whoosh](http://whoosh.readthedocs.org/) - A fast, pure Python search engine library.
375
376
377
+
## News Feed
378
+
379
+
*Libraries for building user's activities.*
380
+
381
+
*[Feedly](https://github.com/tschellenbach/Feedly) - A library which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
382
+
*[django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site.
383
+
376
384
## Asset Management
377
385
378
386
*Tools for managing, compressing and minifying website assets.*
0 commit comments