./finance/py-bitcoinrpc, Enhanced version of python-jsonrpc for use with Bitcoin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0nb1, Package name: py310-bitcoinrpc-1.0nb1, Maintainer: pkgsrc-users

AuthServiceProxy is an improved version of python-jsonrpc.

It includes the following generic improvements:
* HTTP connections persist for the life of the AuthServiceProxy object
* sends protocol 'version', per JSON-RPC 1.1
* sends proper, incrementing 'id'
* uses standard Python json lib
* can optionally log all RPC calls and results
* JSON-2.0 batch support

It also includes the following bitcoin-specific details:
* sends Basic HTTP authentication headers
* parses all JSON numbers that look like floats as Decimal, and serializes
Decimal values to JSON-RPC connections.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 12.838 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-22 16:21:11 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bitcoinrpc: fix PLIST for python 2.7
   2022-01-10 21:27:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bitcoinrpc: fix for python 2.7
   2022-01-10 09:50:02 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-bitcoinrpc: convert to egg.mk
   2021-10-26 12:26:13 by Nia Alarie | Files touched by this commit (119)
Log message:
finance: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:54:03 by Nia Alarie | Files touched by this commit (119)
Log message:
finance: Remove SHA1 hashes for distfiles
   2019-12-03 17:32:16 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-bitcoinrpc: added version 1.0

AuthServiceProxy is an improved version of python-jsonrpc.

It includes the following generic improvements:
* HTTP connections persist for the life of the AuthServiceProxy object
* sends protocol 'version', per JSON-RPC 1.1
* sends proper, incrementing 'id'
* uses standard Python json lib
* can optionally log all RPC calls and results
* JSON-2.0 batch support

It also includes the following bitcoin-specific details:
* sends Basic HTTP authentication headers
* parses all JSON numbers that look like floats as Decimal, and serializes
  Decimal values to JSON-RPC connections.