Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 838 Bytes

File metadata and controls

49 lines (31 loc) · 838 Bytes

Local development

The project is managed using uv. Make sure to have it installed first.

Then install the dependencies

uv sync --all-packages

Generating protobuf

To generate Python protobuf definitions run

uv run ./compile_proto.sh

Testing

You can test the SDK by running. Remember to pass the testing credentials in .env file.

uv run test

Format & Lint

You can format code by running

uv run format

You can check linter by running

uv run lint

Documentation

Documentation is generated via openapi-python-client.

To update documentation you need to: