Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 619 Bytes

File metadata and controls

27 lines (16 loc) · 619 Bytes

bitcoin-python is a set of Python libraries that allows easy access to the bitcoin peer-to-peer cryptocurrency client API.

Documentation

Documentation can be found here, or in the source archive. It is built using Sphinx:

http://laanwj.github.com/bitcoin-python/doc/

Installation instructions

You can install it using pip directly from this repo

$ pip install git+https://github.com/nikitos/bitcoin-python.git

TODO

These things still have to be added:

  • SSL support (including certificate verification) for managing remote bitcoin daemons.