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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -528,7 +528,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
528
528
529
529
*Libraries for building user's activities.*
530
530
531
-
* [Feedly](https://github.com/tschellenbach/Feedly) - A library to build newsfeed and notification systems using Cassandra and Redis.
531
+
* [Stream Framework (previously Feedly)](https://github.com/tschellenbach/Stream-Framework) - A library to build newsfeed and notification systems using Cassandra and Redis.
532
532
* [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site.
533
533
534
534
## Asset Management
@@ -656,6 +656,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
656
656
* [Schematics](https://github.com/schematics/schematics) - Data Structure Validation.
657
657
* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries.
658
658
* [valideer](https://github.com/podio/valideer) - Lightweight extensible data validation and adaptation library.
659
+
* [cerberus](https://github.com/nicolaiarocci/cerberus) - Extensible validation for Python dictionaries.
0 commit comments