Skip to content

feat: add Python bindings#2

Merged
joshrotenberg merged 2 commits intomainfrom
feat/python-bindings
Jan 30, 2026
Merged

feat: add Python bindings#2
joshrotenberg merged 2 commits intomainfrom
feat/python-bindings

Conversation

@joshrotenberg
Copy link
Copy Markdown
Contributor

Summary

  • Add PyO3-based Python bindings with maturin build system
  • Async and sync API support via pyo3-async-runtimes
  • CloudClient with subscriptions, databases, and raw API access
  • Wheel builds for Linux, macOS, and Windows
  • PyPI publishing workflow with trusted publisher

Test plan

  • CI passes (fmt, clippy, tests)
  • Python wheel builds successfully on all platforms
  • Set up pypi environment in repo settings for publishing
  • Configure PyPI trusted publisher for redis-cloud package

Add PyO3-based Python bindings with maturin build system:
- Async and sync API support via pyo3-async-runtimes
- CloudClient with subscriptions, databases, and raw API access
- Wheel builds for Linux, macOS, and Windows
- PyPI publishing workflow with trusted publisher
@joshrotenberg joshrotenberg merged commit 75c2a41 into main Jan 30, 2026
11 checks passed
@joshrotenberg joshrotenberg deleted the feat/python-bindings branch January 30, 2026 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant