Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 853 Bytes

File metadata and controls

55 lines (35 loc) · 853 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

uv run ci_test

In local development you can use

uv run local_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: