Bitcoin-python: Difference between revisions
m update bitcoin-python page |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 17: | Line 17: | ||
This means that it can be installed using '''pip install bitcoin-python'''. | This means that it can be installed using '''pip install bitcoin-python'''. | ||
== Project status == | |||
According to [https://pypi.python.org/pypi/bitcoin-python/0.3 the PyPI page], bitcoin-python is not actively maintained. The page suggests using [https://github.com/petertodd/python-bitcoinlib python-bitcoinlib] instead, which offers far more features. | |||
The PyPI page for bitcoin-python leaves open the opportunity for anyone to take up the maintainer role for bitcoin-python, if they contact the developer. | |||
==See Also== | ==See Also== | ||
* [[Original Bitcoin client]] | * [[Original Bitcoin client]] | ||
* [https://github.com/cryptoapi/Python-Django-Flask-Bitcoin-Payments GoUrl Bitcoin Gateway for Python's Django/Flask]. | |||
==External Links== | ==External Links== | ||
Line 27: | Line 35: | ||
[[Category:Open Source]] | [[Category:Open Source]] | ||
[[Category:Frontends]] | [[Category:Frontends]] | ||
[[Category:Defunct_products_or_services]] |
Latest revision as of 23:47, 3 March 2017
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.
Project status
According to the PyPI page, bitcoin-python is not actively maintained. The page suggests using python-bitcoinlib instead, which offers far more features.
The PyPI page for bitcoin-python leaves open the opportunity for anyone to take up the maintainer role for bitcoin-python, if they contact the developer.
See Also
External Links
- bitcoin-python project