Skip to main content

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


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.28.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

django-ripple_api-0.0.28.linux-x86_64.tar.gz (36.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