No project description provided
Project description
Lyra V2 Python Client.
This repo provides a unified interface for the Lyra V2 Exchange.
Please checkout the examples directory for usage.
Here is a quick demonstration of the cli functionality.
Install
pip install lyra-v2-client
Dev
Formatting
make fmt
Linting
make lint
Tests
make tests
For convience, all commands can be run with;
make all
Releasing
We can use tbump
to automatically bump our versions in preparation of a release.
new_version=0.1.1
git checkout -b v$new_version
git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
tbump new_version
The release workflow will then detect that a branch with a v
prefix exists and create a release from it.
Additionally, the package will be published to PyPI.
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
lyra_v2_client-0.1.5.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file lyra_v2_client-0.1.5.tar.gz
.
File metadata
- Download URL: lyra_v2_client-0.1.5.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d551f33c81a766f32d98dcbee3e455c4a32841e6dc29827792a4348fa431585 |
|
MD5 | b06f73216517dca5af2d440a389aaa08 |
|
BLAKE2b-256 | f435baef7ea369307ee2f4b89747bfb22ccabebe100c228da477cd8073c9fc42 |
File details
Details for the file lyra_v2_client-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: lyra_v2_client-0.1.5-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2376ad01231d5c87b50e5330d1326d964a1425fa26b2a5491c045deba6cd904 |
|
MD5 | 20c0a6dbe8e2ae7623dd0e413dd86252 |
|
BLAKE2b-256 | 16c0f5c113d8863a6e4f266575b3c27a142a261e31822e20fcc2a3cc0c2a4e8e |