Thanks for your interest in codai-sdk!
Note: This repository is a published mirror of the SDK developed inside the codai monorepo. Source changes are made upstream and synced here on release. Issues and PRs are welcome and will be triaged upstream.
Open an issue with a minimal reproduction, the SDK version, and your Python version.
- Keep changes focused and small.
- Keep the SDK dependency-free (stdlib only).
- Add or update tests where it makes sense.
- Do not include any credentials in code, tests, or examples.
python -m pip install --upgrade build
python -m build # produces wheel + sdist in dist/By participating you agree to abide by the Code of Conduct.