Python Bitcoinclient: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
* [https://gitorious.org/bitcoinclient Bitcoinclient] project page at gitorious | * [https://gitorious.org/bitcoinclient Bitcoinclient] project page at gitorious | ||
[[Category:User Interfaces]] | |||
[[Category:Open Source]][[Category:GPLv3+]] | [[Category:Open Source]][[Category:GPLv3+]] | ||
[[Category:Frontends]] | [[Category:Frontends]] | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 16:50, 25 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
- Bitcoinclient project page at gitorious