Dan Buch is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

meatballhat / Base62

packaged-up version of http://stackoverflow.com/questions/1119722/base...

Clone this repository (size: 11.7 KB): HTTPS / SSH
hg clone https://bitbucket.org/meatballhat/base62
hg clone ssh://hg@bitbucket.org/meatballhat/base62

Base62 overview

Recent commits See more »

Author Revision Comments Message Labels Date
Dan Buch b059028777d0 making python2.5 compatible (and thereby jython compatible)
Dan Buch 968ed40496e8 fixing the script interface to accept newline-delimited input, correctly perform (en|de)coding on valid stripped values only
Dan Buch 5a5ea55e6083 adding the 66-char alphabet for kicks
Dan Buch 00be09189cf0 futzing more with package metadata, stubbing in itests for the script interface
Dan Buch 55c26e6d641d filling in registration functions for codecs, adding tests to cover everything