A utility to convert large numbers in shorter string form. This is used by url shorteners from google bit.ly etc. The package contains two classes: Base36 and Base62.
Base36 produces longer but case insensitive string representations Base62 produces shorter but case sensitive string representations