Metadata-Version: 1.1
Name: cryptocoin
Version: 0.0.0.dev1
Summary: Cryptocurrencies for Humans
Home-page: http://github.com/lyndsysimon/cryptocoin
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache
Description: cryptocoin
        ==========
        
        Python library for performing tasks related to crypto currencies
        
        # Quickstart
        
        To generate a Bitcoin address from a passphrase::
        
            from cryptocoin import BitcoinKey
        
            my_key = BitcoinKey(passphrase="correct horse battery staple")
        
            my_key.address
            # 1JwSSubhmg6iPtRjtyqhUYYH7bZg3Lfy1T
Keywords: bitcoin cryptocurrency
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: Apache Software License
