JSON-RPC client library.
Project description
Make remote procedure calls with JSON-RPC.
Simply set the server details, then make a request:
>>> s = Server('http://example.com/api')
>>> s.request('add', 2, 3)
5
Full documentation is available at https://jsonrpcclient.readthedocs.org/.
Release History
1.1.3 (2015-03-30)
Minor adjustments for compatibility with older Python versions.
1.1.2 (2015-02-06)
Bugfix - HTTP headers were often incorrect due to quirks in the requests module. Now using a different method to set the headers.
1.1.1 (2015-01-16)
More features available when communicating with the server, such as setting a timeout on requests, ssl verification, cookies etc.
Now compatible with older Python versions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonrpcclient-1.1.3.tar.gz
(7.7 kB
view details)
File details
Details for the file jsonrpcclient-1.1.3.tar.gz
.
File metadata
- Download URL: jsonrpcclient-1.1.3.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe7c54bd9d6450e47a96fcb98ddae5bd46f85d2bb038ed0e632a9311c74a3ae8 |
|
MD5 | 83491d1db4e15b89e6024f6c48bc7787 |
|
BLAKE2b-256 | 34101b8f27cdbe3f3c980b38a68bcba530ea4e1b0cba04f4ba37da90058c14be |