A neo-python RPC Server with plugable commands.
Project description
An RPC server that extends the default neo-python RPC server with plugable commands.
Installation
Install the package via pip
pip install neopython-extended-rpc-server
Next, open your neo-python’s protocol.<network>.json, find the RPCServer key and set it as follows
"RPCServer": "neopython_ext_rpc_server.ExtRpcServer.ExtendedJsonRpcApi"
Note that the default installation has not additional commands over neo-python’s build-in RPC Server.
Extending with new commands
You can extend the RPC server with your own commands by creating a plugin. This has 2 requirements:
Your plugin must extend the ExtendedRpcCommand class and implement the required methods.
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.
If 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.
Once 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.
Note: you have to restart the RPC server for new commands to be picked up.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file neopython-extended-rpc-server-0.1.0.tar.gz
.
File metadata
- Download URL: neopython-extended-rpc-server-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b1215060f556abd79528a267c3c6afcb68bf72a83df71ce170269ab82f2fed1 |
|
MD5 | 5f7dcb5240eef096256bd4e75822476b |
|
BLAKE2b-256 | 0da20e35a80608ad3826276ff627c9d39aae8a69616981e6abdb1d65ca37eb10 |
File details
Details for the file neopython_extended_rpc_server-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: neopython_extended_rpc_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54c6bdf4969ea345d2e72d9854212f3e92ed1f84b4bd1c37c7b7c26cd5061e44 |
|
MD5 | de9668e11d5f9aec2f6ce4a975d602cd |
|
BLAKE2b-256 | 4aa85e2c23ada7dd22a0b32d7fc0832c357b893c4f242d0cf563b1808b92dfb2 |