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
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
File details
Details for the file ripple-python-0.2.5.tar.gz
.
File metadata
- Download URL: ripple-python-0.2.5.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ede168233f2ad23309baa130369c4105c18971a08012a8a01d2a991a122d076 |
|
MD5 | 97102bd4384c5803ec97ae8f70872d95 |
|
BLAKE2b-256 | 2b95d2e217d8c5b96824a6c03928cb26b1f5404d08f69ab0a73fd18f9a33a65f |