Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: wumpus on December 12, 2010, 09:14:32 AM



Title: python-json: Friendly Python binding for bitcoin
Post by: wumpus on December 12, 2010, 09:14:32 AM
I'm announcing the release 0.1 of python-bitcoin.  This is a a more friendly interface to the JSON-RPC interface of bitcoin (named exceptions, automatic configuration loading so no user/pass needs to be specified for connection, and Pythonish interface and documentation) .

Github page + downloads:
https://github.com/toomanysecrets0/bitcoin-python

Documentation:
http://toomanysecrets0.github.com/bitcoin-python/doc/

I intend to push it to PyPi eventually, so you can simply install it with easy_install bitcoin-python.


Title: Re: python-json: Friendly Python binding for bitcoin
Post by: Patat3 on April 30, 2011, 05:28:17 PM
Still not in pypi?  ;D


Title: Re: python-json: Friendly Python binding for bitcoin
Post by: skittixch on July 05, 2011, 09:26:03 PM
Hey, just poking around with some scripting ideas and I came across bitcoin-python.  Any reason why this never made it to pypi? is it abandoned? or are you still working on any new versions?


Title: Re: python-json: Friendly Python binding for bitcoin
Post by: BTCurious on July 06, 2011, 08:25:23 AM
Looks interesting.

Can this be used to import addresses into my wallet?

(I have python skill, just no bitcoin api skill)