Skip to content

jali/python-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python base60 URL shortener

Just a small python class for a base60 URL shortener

Why base60?

I'm removing uppercase i, o and lowercase L to prevent confusion when reading the short url.

In order to test this
from shortener import Shortener
short = Shortener()
s = short.shorten('http://google.com')
print s
l = short.expand(s)
print l

Releases

No releases published

Packages

No packages published

Languages