Python wrapper for the Ripple API
Project description
Settings
RIPPLE_ACCOUNT — account that acts as ‘manager’ and monitors incoming transactions
RIPPLE_SECRET — secret for ‘manager’ account
RIPPLE_API_DATA[0]['RIPPLE_API_URL']
RIPPLE_API_DATA[0]['RIPPLE_API_USER']
RIPPLE_API_DATA[0]['RIPPLE_API_PASSWORD']
Example Config:
RIPPLE_API_DATA = [ { 'RIPPLE_API_URL': 'http://s_west.ripple.com:51234', 'RIPPLE_API_USER': '', 'RIPPLE_API_PASSWORD': '', } ] # You can specify multiple servers and ripple_api app will try them in order if one of servers # returns error
Signals
ripple_api.signals.transaction_status_changed = Signal(providing_args=["old_status"]) — sent when existing Transaction’s status is changed
default django’s post_save signal is useful to get new Transactions
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
django-ripple_api-0.0.6.tar.gz
(10.3 kB
view hashes)
Built Distribution
Close
Hashes for django-ripple_api-0.0.6.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81dbfc9734a8062ddec894bef54389351b34d9b3507f20b2fc7c7bdca26a5df8 |
|
MD5 | 8f2133d2ef0cfa3261e20e9b0ceb44af |
|
BLAKE2b-256 | 04df1d9e6e941111db65bfeb0cc2ee44002c2486c34894ce86ec600bd80d155e |