Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 827 Bytes

File metadata and controls

30 lines (20 loc) · 827 Bytes

Contributing

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.

Reporting issues

Open an issue with a minimal reproduction, the SDK version, and your Python version.

Pull requests

  • 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.

Local development

python -m pip install --upgrade build
python -m build      # produces wheel + sdist in dist/

Code of Conduct

By participating you agree to abide by the Code of Conduct.