mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add new section: News Feed
This commit is contained in:
parent
63ea67f1d4
commit
0d5bfef8bf
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Template Engine](#template-engine)
|
- [Template Engine](#template-engine)
|
||||||
- [Queue](#queue)
|
- [Queue](#queue)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
|
- [News Feed](#news-feed)
|
||||||
- [Asset Management](#asset-management)
|
- [Asset Management](#asset-management)
|
||||||
- [Caching](#caching)
|
- [Caching](#caching)
|
||||||
- [Email](#email)
|
- [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/).
|
* [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.
|
* [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
|
## Asset Management
|
||||||
|
|
||||||
*Tools for managing, compressing and minifying website assets.*
|
*Tools for managing, compressing and minifying website assets.*
|
||||||
|
|
Loading…
Reference in a new issue