Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 872 Bytes

File metadata and controls

33 lines (22 loc) · 872 Bytes

Contributing to stemsplit-python

Thank you for helping improve the official StemSplit Python SDK!

Getting Started

  1. Fork and clone the repo
  2. Install: pip install -e ".[dev]"
  3. Copy .env.example to .env and add your STEMSPLIT_API_KEY
  4. Run tests: pytest

What to Contribute

  • Bug fixes for API client behavior
  • New helper methods wrapping common patterns
  • Type hint improvements
  • Documentation and examples
  • Async support enhancements

Pull Request Process

  1. Open an issue before large changes
  2. Keep changes focused and well-tested
  3. Update CHANGELOG.md for user-facing changes
  4. Ensure ruff and mypy pass

Questions

Open a GitHub Discussion or email support@stemsplit.io.

License

MIT License — contributions are licensed accordingly.