Metadata-Version: 1.1
Name: rpc
Version: 0.0.1.5
Summary: RPC Client/Server library
Home-page: http://www.deadpansincerity.com/docs/rpc
Author: David Miller
Author-email: david@deadpansincerity.com
License: UNKNOWN
Description: 
        Rpc gives you a consistent API for RPC protocols that doesn't suck!
        
        Because you too can have nice things::
        
            from rpc import thrifty
        
            import Service
        
            with thrifty.client("localhost:45678", Service) as c:
                print c.ping()
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
