Skip to main content

int encode to string & string decode to int , can use in url shorten with a auto incr id

Project description

for example:

import string

ALPHABET = string.ascii_uppercase + string.ascii_lowercase +                string.digits + '-_'


intstr = IntStr(ALPHABET)

s = intstr.encode(1234567)
print s
print intstr.decode(s)


intstr = IntStr(ALPHABET,"$")

s = intstr.encode(-1234567)
print s
print intstr.decode(s)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intstr-0.12.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page