[ANN] jsonrpclib-pelix 0.1.6

Thomas Calmant thomas.calmant at gmail.com
Wed Oct 23 11:41:30 CEST 2013


======================
jsonrpclib-pelix 0.1.6
======================

jsonrpclib-pelix v0.1.6 has been released !

About jsonrpclib-pelix
======================

This library 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.

This is a patched version of the original jsonrpclib project by Josh Marshall, available at https://github.com/joshmarshall/jsonrpclib.
The suffix -pelix only indicates that this version works with Pelix Remote Services, but it is not a Pelix specific implementation.
jsonrpclib-pelix supports both Python 2 (tested on 2.7) and Python 3 (tested on 3.2).

It is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

What's new in 0.1.6
===================

- Corrected a bug in the unmarshalling process: now beans can be correctly used in RPC
- Corrected a bug on Python 2.7: the io module was imported instead of StringIO
- The configuration of a jsonrpclib server or client can now be an instance of the Config class,
  instead of using a singleton. This allows to use mutliple servers/clients with different configurations.

jsonrpclib-pelix is available on :

 - PyPI: https://pypi.python.org/pypi/jsonrpclib-pelix/0.1.6
 - Github: https://github.com/tcalmant/jsonrpclib

Have fun !
Thomas


More information about the Python-announce-list mailing list