Merge pull request #215 from Xuefeng-Zhu/patch-4

Update README.md
This commit is contained in:
Vinta 2014-09-01 17:49:52 +08:00
commit 8e964b3339

View File

@ -1003,6 +1003,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
* [blinker](https://github.com/jek/blinker) - A fast Python in-process signal/event dispatching system.
* [unp](https://github.com/mitsuhiko/unp) - Unpacks things
## Algorithms and Design Patterns