Update README.md

This commit is contained in:
Xuefeng Zhu 2014-08-28 14:31:17 -05:00
parent 85ff7c2fbd
commit 4b139beb11

View File

@ -991,6 +991,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