{ "info": { "author": "niligulmohar", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Python Symmetric JSON-RPC\n\n\"A more beautiful JSON-RPC implemenation in python.\"\n\nA JSON-RPC (see http://json-rpc.org) implementation for Python, with\nthe following features:\n\n * Symmetric - both the connecting and the listening process can send\n and receive method calls, there is no specific \"server\" or \"client\"\n process, and no difference between the two connection ends apart\n from who initiates the connection.\n\n * Asynchronous - calls can be interlieved with new calls initiated\n before a previous call has returned.\n\n * Thread-safe - calls to the remote side can be done from multiple\n threads without any locking.\n\n * Transport agnostic - can run on top of anything that resembles a\n socket the slightest (e.g. OpenSSL)\n\nWhat this really drills down to is that this library implements the\nfull specification of JSON-RPC over sockets, something no other\nimplementation of JSON-RPC for Python does.\n\n\nFor usage details, look at the examples in the \"examples\" directory.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/niligulmohar/python-symmetric-jsonrpc", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "symmetricjsonrpc", "package_url": "https://pypi.org/project/symmetricjsonrpc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/symmetricjsonrpc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/niligulmohar/python-symmetric-jsonrpc" }, "release_url": "https://pypi.org/project/symmetricjsonrpc/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A more beautiful JSON-RPC implemenation in python", "version": "0.1.0" }, "last_serial": 914452, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "814cb751ee1a97b4af281548a9a61ae1", "sha256": "67f64d9d2133a3da025a6cbc3ea52d824275ffea40fd1f367dd768ade38dc3db" }, "downloads": -1, "filename": "symmetricjsonrpc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "814cb751ee1a97b4af281548a9a61ae1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9901, "upload_time": "2013-11-08T12:46:06", "url": "https://files.pythonhosted.org/packages/f3/48/720994a7d45ae1ce2011a92f8751752a565831bed767684291cb9dc51318/symmetricjsonrpc-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "814cb751ee1a97b4af281548a9a61ae1", "sha256": "67f64d9d2133a3da025a6cbc3ea52d824275ffea40fd1f367dd768ade38dc3db" }, "downloads": -1, "filename": "symmetricjsonrpc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "814cb751ee1a97b4af281548a9a61ae1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9901, "upload_time": "2013-11-08T12:46:06", "url": "https://files.pythonhosted.org/packages/f3/48/720994a7d45ae1ce2011a92f8751752a565831bed767684291cb9dc51318/symmetricjsonrpc-0.1.0.tar.gz" } ] }