From b3b4085c4c6b06825b9a188876bbca71e3ef26d4 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:29:34 +0400 Subject: [PATCH] Add short_url Python implementation for generating Tiny URL- and bit.ly-like URLs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36e4e21c..041c9e4f 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [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. +* [short_url](https://github.com/Alir3z4/python-short_url) - Python implementation for generating Tiny URL- and bit.ly-like URLs. ## HTML Manipulation