Skip to main content

Id codecs.

Project description

https://travis-ci.org/bninja/coid.png https://coveralls.io/repos/bninja/coid/badge.png?branch=master

Simple codecs for ids. Can be useful when you represent ids differently between domains.

Get it:

$ pip install coid

use it:

import uuid
import coid

id = uuid.uuid4()

id_codec = coid.Id(prefix='BLA-', encoding='base58')
assert id == id_codec.decode(id_codec.encode(id))

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

coid-0.1.1.tar.gz (2.7 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