From 71c941dae74a73660c4ed58d2be1054162c17900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Tue, 1 Jul 2014 13:20:19 -0300 Subject: [PATCH] Add pyshorteners on URL Manipulation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2da45261..b219dfce 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple. * [purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation. +* [pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure python URL shortening lib. ## HTML Manipulation