Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 345 Bytes

File metadata and controls

21 lines (15 loc) · 345 Bytes

Contributing to GovernsAI Python SDK

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]

Validation

pytest

Pull Request Checklist

  • Preserve API compatibility unless versioned.
  • Add tests for new clients or transport behavior.
  • Update README and SDK docs for public API changes.