Skip to main content

Ripple JSON-RPC API wrapper for python

Project description

Description

python-ripple-rpc is a small client library to access Ripple rippled API. Currently it supports public and admin methods (some of them still are work in progress though). List of implemented methods will be displayed below. Basically, it’s just a wrapper on top of http requests made to API.

Installation

To install the package from PyPi run the following command

pip install ripple-python-rpc

If you want to install package from this repo, use setup.py

python setup.py install

If you want to install package just for development purposes, use another command

python setup.py develop

This command creates symlinks to package files instead of copying it to package directory

API Methods

This client supports either public or admin JSON-RPC methods only (some of the node requests can be only via Websocket API or using CLI): Methods that are work in progress marked with (WIP)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_ripple_lib-1.0.1.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

python_ripple_lib-1.0.1-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page