Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1403 > unrolled thread

[ANN] jsonrpclib-pelix 0.2.1

Started byThomas Calmant <thomas.calmant@gmail.com>
First post2014-09-18 15:12 +0200
Last post2014-09-18 15:12 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  [ANN] jsonrpclib-pelix 0.2.1 Thomas Calmant <thomas.calmant@gmail.com> - 2014-09-18 15:12 +0200

#1403 — [ANN] jsonrpclib-pelix 0.2.1

FromThomas Calmant <thomas.calmant@gmail.com>
Date2014-09-18 15:12 +0200
Subject[ANN] jsonrpclib-pelix 0.2.1
Message-ID<mailman.14105.1411047779.18130.python-announce-list@python.org>
======================
jsonrpclib-pelix 0.2.1
======================

jsonrpclib-pelix 0.2.1 has just been released !


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

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.

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

Source code is available on Github:
https://github.com/tcalmant/jsonrpclib

This library can be installed using pip or easy_install:

    pip install --upgrade jsonrpclib-pelix
    easy_install -U jsonrpclib-pelix


What's new in 0.2.1 ?
---------------------

This version is mainly a clean-up of the 0.2.0 release.

* Added missing documentation to classes and methods
* Removed jsonrpclib.utils.StringTypes constant
* Replaced "type() is" checks by "isinstance()": this ensures that
  Pelix Remote Services can work correctly.

Enjoy!

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web