Metadata-Version: 1.1
Name: rpctools
Version: 0.2.1
Summary: 
The rpctools package provides client libraries for working with RPC services
with enhanced SSL support.

Home-page: http://github.com/appliedsec/rpctools
Author: Hans Lellelid
Author-email: hans@xmpl.org
License: Apache
Description: 
        The rpctools package provides client libraries for working with RPC services
        with enhanced SSL support.
        
        Currently the only protocol implemented is JSON-RPC.  The enhanced SSL
        support is simply that these libraries can present client certificates
        for authentication and can be set up to require a trusted SSL connection with
        the server (validating CA and hostname matches).
        
Keywords: jsonrpc json-rpc rpc client ssl
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
