Skip to main content

python client for ledgerx

Project description

WARNING

This codebase is still in an alpha state and could have bugs that result in financial losses. Use at your own risk.

LedgerX Python Client

example

One of the many examples in the examples directory.

from ledgerx import Trades

data = Trades.list()

print(f"Number of trades = {len(data['data'])}")
print(f"Example trade = {data['data'][0]}")

dev env

Currently managed via miniconda. To create the env and install dependencies,

  1. make env.create
  2. make env.update
  3. conda activate ledgerx

testing

Run tests via make test

license

See LICENSE file

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

ledgerx-0.0.3.tar.gz (4.4 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