Skip to content

Commit 0d5bfef

Browse files
committed
add new section: News Feed
1 parent 63ea67f commit 0d5bfef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
2929
- [Template Engine](#template-engine)
3030
- [Queue](#queue)
3131
- [Search](#search)
32+
- [News Feed](#news-feed)
3233
- [Asset Management](#asset-management)
3334
- [Caching](#caching)
3435
- [Email](#email)
@@ -373,6 +374,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
373374
* [solrpy](https://code.google.com/p/solrpy/) - A Python client for [solr](http://lucene.apache.org/solr/).
374375
* [Whoosh](http://whoosh.readthedocs.org/) - A fast, pure Python search engine library.
375376

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+
376384
## Asset Management
377385

378386
*Tools for managing, compressing and minifying website assets.*

0 commit comments

Comments
 (0)