Skip to main content

Python routines for the Ripple payment network

Project description

Python utilities to work with the Ripple payment network.

For now, this contains:

ripple.sign

Offline signing for transactions. Supports fully-canonical signatures. [very new, but seems to work so far]

ripple.serialize

Encode data structures transactions to binary. [not 100% complete, but most things you’ll need for transactions]

ripple.client

High-level client library. [very much a work in progress]

ripple.datastructures

Helps extracting information from Ripple transaction data, like how balances changed during a payment. [very much a work in progress]

Installation

Runs on Python 2.7 and Python 3.3. PyPy is also supported.

To install on 2.7, or PyPy:

$ pip install ripple-python

To install on 3.3:

$ pip install –process-dependency-links ripple-python

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

ripple-python-0.2.6.tar.gz (25.6 kB view hashes)

Uploaded Source

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