Metadata-Version: 1.0
Name: crockford
Version: 0.0.2
Summary: Encode and decode using Douglas Crockford's base32 encoding scheme:
Home-page: http://github.com/ingydotnet/crockford-py/
Author: Ingy dot Net
Author-email: ingy@ingy.net
License: UNKNOWN
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)
        
        Authors
        -------
        
        * Ingy dot Net <ingy@ingy.net>
        
        Copyright
        ---------
        
        crockford is Copyright (c) 2011, Ingy dot Net
        
        crockford is licensed under the New BSD License. See the LICENSE file.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
