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']
RIPPLE_TIMEOUT - timeout for django manamgement command calls
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.18.1.tar.gz
(12.4 kB
view hashes)
Built Distribution
Close
Hashes for django-ripple_api-0.0.18.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bc5a6fb57796a7970d60e418e44f896c1db31fdc8747e96a73ef9b2d913efc2 |
|
MD5 | e14291cb2759f2e36d37cfeaa4a11870 |
|
BLAKE2b-256 | e099ca1bfe651dd43a5372d4c2e35a890c3349181ae6258a497a083536b249a8 |
Close
Hashes for django-ripple_api-0.0.18.1.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc301e664d83753ad65cd7b52be45987194f4a676a9a533bab61c5bac6a8cfd8 |
|
MD5 | aeb417703e2b38338e95099729aa11ae |
|
BLAKE2b-256 | 192fd7ded977e5126ee24daa819166171b0c99543a3018e8ed2eccc9c21740b9 |