jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

python-bitcoinrpc not in PyPi #26

Closed xsleonard closed 8 years ago

xsleonard commented 10 years ago

This cannot be installed with pip (python package & dependency manager) since it is not in PyPi.

The ability to register the package with pypi was added in this pull request: https://github.com/jgarzik/python-bitcoinrpc/pull/7

All that should be needed is mentioned in that pull request, specifically python setup.py register sdist upload

limpbrains commented 10 years ago

Please update package on pypi. Support of the Decimal values is very usefull.

gustavklopp commented 8 years ago

pip version is buggy: try to run rpc_connection.getnewaddress() returns None because of a missing return response['result']...

nmarley commented 8 years ago

This exists now and is current as of today:

https://pypi.python.org/pypi/python-bitcoinrpc/

This issue can be closed.