Difference between revisions of "Python Bitcoinclient"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "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 d...")
(No difference)

Revision as of 22:43, 11 June 2011

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

External Links