Difference between revisions of "Bitcoin-python"

From Bitcoin Wiki
Jump to: navigation, search
(Documentation)
m (update bitcoin-python page)
Line 1: Line 1:
 
Friendly bitcoin API binding for Python.
 
Friendly bitcoin API binding for Python.
  
bitcoin-python is a set of Python libraries that allows easy access to the bitcoin peer-to-peer cryptocurrency client API.
+
bitcoin-python is a set of Python libraries that allows easy access to the Bitcoin peer-to-peer cryptocurrency client API.
  
 
This software is Open Source.
 
This software is Open Source.
Line 8: Line 8:
 
Documentation can be found here, or in the source archive. It is built using Sphinx:
 
Documentation can be found here, or in the source archive. It is built using Sphinx:
  
http://toomanysecrets0.github.com/bitcoin-python/doc/
+
http://laanwj.github.com/bitcoin-python/doc/
  
Apparently, the new maintainer is here:
+
==PIP==
https://github.com/laanwj/bitcoin-python
+
 
 +
The library can also be found in the Python package repository
 +
 
 +
https://pypi.python.org/pypi/bitcoin-python/0.3
 +
 
 +
This means that it can be installed using '''pip install bitcoin-python'''.
  
 
==See Also==
 
==See Also==
Line 17: Line 22:
  
 
==External Links==
 
==External Links==
* [https://github.com/toomanysecrets0/bitcoin-python bitcoin-python] project
+
* [https://github.com/laanwj/bitcoin-python bitcoin-python] project
  
 
[[Category:API Bindings]]
 
[[Category:API Bindings]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 
[[Category:Frontends]]
 
[[Category:Frontends]]

Revision as of 10:14, 7 May 2013

Friendly bitcoin API binding for Python.

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

This software is Open Source.

Documentation

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

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

PIP

The library can also be found in the Python package repository

https://pypi.python.org/pypi/bitcoin-python/0.3

This means that it can be installed using pip install bitcoin-python.

See Also

External Links