{
"info": {
"author": "Erik van den Brink",
"author_email": "erik@cityofzion.io",
"bugtrack_url": null,
"classifiers": [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": "An RPC server that extends the default ``neo-python`` RPC server with plugable commands.\n\nInstallation\n------------\nInstall the package via ``pip``\n::\n\n pip install neopython-extended-rpc-server\n\nNext, open your `neo-python's `__ ``protocol..json``, find the ``RPCServer`` key and set it as follows\n\n::\n\n\"RPCServer\": \"neopython_ext_rpc_server.ExtRpcServer.ExtendedJsonRpcApi\"\n\nNote that the default installation has not additional commands over ``neo-python``'s build-in RPC Server.\n\nExtending with new commands\n---------------------------\nYou can extend the RPC server with your own commands by creating a plugin. This has 2 requirements:\n\n1. Your plugin must extend the ``ExtendedRpcCommand`` class and implement the required methods.\n2. Your plugin must be installed using ``setuptools`` and register an entrypoint under ``neopython.extrpc.plugins``. See the ``entry_points`` key in `/extrpc-plugin-example/setup.py` for an example.\n\nIf your plugin does not adhere to the above 2 requirements it will not be picked up by the loader. The easiest approach is probably to copy the example plugin folder and adjust it to your needs.\n\nOnce your done you can either share your plugin via `PyPi `__ (`Instructions `__) to make it installable via ``pip`` or you can install it directly using ``python setup.py install``.\n\n Note: you have to restart the RPC server for new commands to be picked up.\n\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/ixje/neopython-extended-rpc-server/",
"keywords": "",
"license": "MIT License",
"maintainer": "",
"maintainer_email": "",
"name": "neopython-extended-rpc-server",
"package_url": "https://pypi.org/project/neopython-extended-rpc-server/",
"platform": "",
"project_url": "https://pypi.org/project/neopython-extended-rpc-server/",
"project_urls": {
"Homepage": "https://github.com/ixje/neopython-extended-rpc-server/"
},
"release_url": "https://pypi.org/project/neopython-extended-rpc-server/0.1.0/",
"requires_dist": [
"neo-python"
],
"requires_python": "",
"summary": "A neo-python RPC Server with plugable commands.",
"version": "0.1.0"
},
"last_serial": 4543802,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "de9668e11d5f9aec2f6ce4a975d602cd",
"sha256": "54c6bdf4969ea345d2e72d9854212f3e92ed1f84b4bd1c37c7b7c26cd5061e44"
},
"downloads": -1,
"filename": "neopython_extended_rpc_server-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de9668e11d5f9aec2f6ce4a975d602cd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6538,
"upload_time": "2018-11-29T17:30:43",
"url": "https://files.pythonhosted.org/packages/4a/a8/5e2c23ada7dd22a0b32d7fc0832c357b893c4f242d0cf563b1808b92dfb2/neopython_extended_rpc_server-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5f7dcb5240eef096256bd4e75822476b",
"sha256": "0b1215060f556abd79528a267c3c6afcb68bf72a83df71ce170269ab82f2fed1"
},
"downloads": -1,
"filename": "neopython-extended-rpc-server-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "5f7dcb5240eef096256bd4e75822476b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3754,
"upload_time": "2018-11-29T17:30:46",
"url": "https://files.pythonhosted.org/packages/0d/a2/0e35a80608ad3826276ff627c9d39aae8a69616981e6abdb1d65ca37eb10/neopython-extended-rpc-server-0.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "de9668e11d5f9aec2f6ce4a975d602cd",
"sha256": "54c6bdf4969ea345d2e72d9854212f3e92ed1f84b4bd1c37c7b7c26cd5061e44"
},
"downloads": -1,
"filename": "neopython_extended_rpc_server-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de9668e11d5f9aec2f6ce4a975d602cd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6538,
"upload_time": "2018-11-29T17:30:43",
"url": "https://files.pythonhosted.org/packages/4a/a8/5e2c23ada7dd22a0b32d7fc0832c357b893c4f242d0cf563b1808b92dfb2/neopython_extended_rpc_server-0.1.0-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5f7dcb5240eef096256bd4e75822476b",
"sha256": "0b1215060f556abd79528a267c3c6afcb68bf72a83df71ce170269ab82f2fed1"
},
"downloads": -1,
"filename": "neopython-extended-rpc-server-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "5f7dcb5240eef096256bd4e75822476b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3754,
"upload_time": "2018-11-29T17:30:46",
"url": "https://files.pythonhosted.org/packages/0d/a2/0e35a80608ad3826276ff627c9d39aae8a69616981e6abdb1d65ca37eb10/neopython-extended-rpc-server-0.1.0.tar.gz"
}
]
}