Python Bitcoinclient
From BitcoinWiki
This is the approved revision of this page, as well as being the most recent.
A Python client for bitcoind’s JSON-RPC interface.
This is free software licensed unter the terms of the GNU General Public License version 3 or later (GPLv3+).
This client does not require any external dependencies, it uses the httplib and json modules from the Python standard library.
See Also on BitcoinWiki[edit]
External Links[edit]
- Bitcoinclient project page at gitorious
- Electrum
- Code on GitHub
Source[edit]