From 4b139beb118c231fb07a387df08d9dc04d84f62f Mon Sep 17 00:00:00 2001 From: Xuefeng Zhu Date: Thu, 28 Aug 2014 14:31:17 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c38b9d6d..c80b09f9 100644 --- a/README.md +++ b/README.md @@ -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