python-jsonrpclib 0.1.3-1 source package in Ubuntu

Changelog

python-jsonrpclib (0.1.3-1) unstable; urgency=low


  * Initial release (Closes: #714248).

 -- Thomas Goirand <email address hidden>  Thu, 27 Jun 2013 16:40:53 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-jsonrpclib_0.1.3-1.dsc 1.6 KiB 4614969e2099e3e9cdac2de1f79a39f94b853141ce5bf6242cfd3be9b8c03386
python-jsonrpclib_0.1.3.orig.tar.xz 14.5 KiB 6b713ad271527abc6ab298388d5ffc38f17ff3611140fb518b51943c0ceff14f
python-jsonrpclib_0.1.3-1.debian.tar.gz 1.9 KiB 5700a6f49150b320f5de6779c7c6b5eae5ce1c9487e6ca5cad922cd639fee0c7

No changes file available.

Binary packages built by this source

python-jsonrpclib: implementation of the JSON-RPC v2.0 specification

 This library implements the JSON-RPC 2.0 proposed specification in pure
 Python. It is designed to be as compatible with the syntax of xmlrpclib as
 possible (it extends where possible), so that projects using xmlrpclib could
 easily be modified to use JSON and experiment with the differences.
 .
 It is backwards-compatible with the 1.0 specification, and supports all of the
 new proposed features of 2.0, including:
  * Batch submission (via MultiCall)
  * Keyword arguments
  * Notifications (both in a batch and 'normal')
  * Class translation using the 'jsonclass' key.