Python client for C3 Exchange (v1 API).
This SDK is provided "as is", without warranty of any kind, express or implied. C3 Exchange does not take responsibility for any harm that might be caused by the use or misuse of this SDK.
1. Init env with poetry
poetry install
2. Tests
to-do
3. Run pre-commit hooks
poetry run pre-commit install
poetry run pre-commit run --all-files