Source and build tooling for the Contree API clients:
- Python client
- JavaScript client
codegen/— OpenAPI generatordocs/— documentation
Generated API files are ignored by Git.
Set CONTREE_SPEC to the OpenAPI specification URL or local path:
export CONTREE_SPEC=path/to/api.yaml
make # generate API files; run checks and tests
make docs # build documentation
make build # build the Python distributionCopyright 2026 Nebius B.V. Licensed under the Apache License 2.0.