Add short_url

Python implementation for generating Tiny URL- and bit.ly-like URLs.
This commit is contained in:
Alireza Savand 2014-09-27 17:29:34 +04:00
parent 5269d867a6
commit b3b4085c4c

View File

@ -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