Metadata-Version: 2.0
Name: bsonrpc
Version: 0.1.1
Summary: JSON-RPC 2.0 and BSON-RPC 2.0 library for socket transports. Supports gevent.
Home-page: http://github.com/seprich/py-bson-rpc
Author: Jussi Seppälä
Author-email: richard.seppala@gmail.com
License: Mozilla Public License, version 2.0
Keywords: bson json rpc bson-rpc json-rpc bsonrpc jsonrpc gevent
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: six

Key Features:

* For TCP/TCP+TLS sockets.
* threading or gevent based concurrency.
* JSON-RPC 2.0 protocol with JSON or BSON messages.


:Project Home: https://github.com/seprich/py-bson-rpc
:API Doc:      http://seprich.github.io/py-bson-rpc/index.html


