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,
make env.create
make env.update
- conda activate ledgerx
testing
Run tests via make test
license
See LICENSE file
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
ledgerx-0.0.3.tar.gz
(4.4 kB
view details)
File details
Details for the file ledgerx-0.0.3.tar.gz
.
File metadata
- Download URL: ledgerx-0.0.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05639a70e71c4d8999aa4b5f6a2af521023c43421cb30ca4ca850b14aa38bb1b |
|
MD5 | 4595f909ce76ecc3b83e06b10f800ba9 |
|
BLAKE2b-256 | 57c40932b3addf6fd086100500d9a3a1f1620c167a83b951f947288b7c957c3c |