[ANN] jsonrpclib-pelix 0.1.5

Thomas Calmant thomas.calmant at gmail.com
Fri Jun 21 12:07:10 CEST 2013


Hi,

I'm glad to announce the release of jsonrpclib-pelix 0.1.5 !

What is it ?
------------

jsonrpclib-pelix is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as
the 2.0 specification, which includes batch submission, keyword arguments,
etc.
The suffix -pelix only indicates that this version works with
Pelix Remote Services, but it is not a Pelix specific implementation.

This version is a fork of Josh Marshal's jsonrpclib.
It cannot be installed with the original version, as it uses the same
package name.

This project is under Apache License 2.0.

It is available on PyPI:
https://pypi.python.org/pypi/jsonrpclib-pelix

The source code is on GitHub:
https://github.com/tcalmant/jsonrpclib


What's new in 0.1.5
-------------------

This is the second release of jsonrpclib-pelix, and the first one to be
announced on this list.
It adds the following features:

* Support of Python 3
* Added support of the dispatch_method agument in SimpleJSONRPCDispatcher
* Removed the support of Unix sockets
* Added features from other forks:

  * Improved JSON-RPC 1.0 support
  * Less strict error response handling
  * New AppError exception raised if a RPC error code is not a pre-defined one
  * Support of custom headers sent in requests


Enjoy,
Thomas


More information about the Python-announce-list mailing list