Encode and decode using Douglas Crockford's base32 encoding scheme:
Project description
crockford - Encode and Decode using the Crockford Base32 scheme
Installation
Use:
> sudo pip install crockford
or:
> sudo easy install crockford
or:
> git clone git://github.com/ingydotnet/crockford-py.git > cd crockford-py > sudo make install
Usage
import crockford
base32 = crockford.b32encode(string) string = crockford.b32decode(base32)
Copyright
crockford is Copyright (c) 2011, Ingy dot Net
crockford is licensed under the New BSD License. See the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crockford-0.0.2.tar.gz
(7.9 kB
view hashes)