Metadata-Version: 1.1
Name: python-bitcoin
Version: 0.0.14
Summary: A collection of serialization and utility methods needed to implement the bitcoin protocol.
Home-page: http://www.github.com/monetizeio/python-bitcoin/
Author: Monetize.io Inc.
Author-email: python-bitcoin@monetize.io
License: UNKNOWN
Download-URL: http://pypi.python.org/packages/source/p/python-bitcoin/python-bitcoin-0.0.14.tar.gz
Description: python-bitcoin
        ==============
        
        A modular, extensible implementation of the Bitcoin data structures and internal protocol in Python. Additionally includes an RPC proxy for communicating with a running bitcoind instance. When possible, Pythonic idioms are preferred over legacy bitcoin structures. Forked from the pynode project managed by Jeff Garzik.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
