Metadata-Version: 1.1
Name: p01.json
Version: 0.7.0
Summary: JSON-RPC proxy using application/json-rpc as default Content-Type
Home-page: http://pypi.python.org/pypi/p01.json
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a json-rpc proxy using the fastest available json method
        and application/json-rpc as Content-Type.
        
        =======
        Changes
        =======
        
        0.7.0 (2016-09-19)
        ------------------
        
        - feature: Support jsonReader and jsonWriter arguments for JSONRPCProxy setup.
          This allows to use custom json encoder and decoder and provide custom
          object convertion e.g. datetime etc. The p01.publisher version 0.7.0 also
          provides hooks in the request and response classed for convert custom json
          data with custom encoder and decoder. See getJSONData and getJSONString in
          p01.publisher for more information.
        
        - feature: simplify json reader and writer implementation. Removed ujson
          dependency for testing
        
        - removed z3c.json dependency. Provide the same exceptions as z3c.json provides
          in p01.json.exceptions.
        
        
        0.6.0 (2016-04-16)
        ------------------
        
        - feature: improved transport setup if not explicit given.
        
        - feature: implemented ujson support
        
        - feature: implemented json reader and json writer method pointer for custom
          json lib usage
        
        - adjust tests, test new json reader and writer implementation, remove minjson
          test setup
        
        
        0.5.0 (2015-03-17)
        ------------------
        
        - initial release
        
Keywords: zope3 z3c p01 json json-rpc rpc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
