Metadata-Version: 1.1
Name: jsonrpcparts
Version: 0.3.0
Summary: JSON-RPC client and server components
Home-page: http://github.com/dvdotsenko/jsonrpc.py
Author: Daniel Dotsenko
Author-email: dotsa@hotmail.com
License: MIT
Download-URL: http://github.com/dvdotsenko/jsonrpc.py/tarball/master
Description: 
        JSON-RPC Parts is a library of composable components one would need to assemble a JSON-RPC server or client.
        
        The parts provided are JSON-RPC message parser and serializer, a generic request handler collection, a WSGI-specific request handler and bits and pieces.
        
        This JSON-RPC Parts collection supports both, JSON-RPC v.1.0 and v.2.0 including "batch" mode for v.2.0.
        
        The parts are split into separate modules that can be used separately from this collection.
        
        Since this collection is MIT-licensed, you are free grab a part of this code and use it in alsmost any.
        
Keywords: JSON,jsonrpc,rpc,wsgi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
