This library is an implementation of the JSON-RPC specification, for Python 2.7 and 3.3+. It supports both the original 1.0 specification, as well as the 2.0 specification, which includes batch submission, keyword arguments, etc.
This version: * Supports enumeration classes, added in Python 3.4 * Removes tests for Pypy3, which is not compatible anymore with the latest version of pip Enjoy!