add new section: News Feed

This commit is contained in:
Vinta 2014-07-04 15:25:14 +08:00
parent 63ea67f1d4
commit 0d5bfef8bf
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Template Engine](#template-engine)
- [Queue](#queue)
- [Search](#search)
- [News Feed](#news-feed)
- [Asset Management](#asset-management)
- [Caching](#caching)
- [Email](#email)
@ -373,6 +374,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [solrpy](https://code.google.com/p/solrpy/) - A Python client for [solr](http://lucene.apache.org/solr/).
* [Whoosh](http://whoosh.readthedocs.org/) - A fast, pure Python search engine library.
## News Feed
*Libraries for building user's activities.*
* [Feedly](https://github.com/tschellenbach/Feedly) - A library which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
* [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site.
## Asset Management
*Tools for managing, compressing and minifying website assets.*