🛤️ Tracking: Python SDK #784
Labels
product: python-sdk
Relates to the Python plugin SDK
status: needs-rfd
This topic is big enough to require an RFD.
tracking-issue
This issue tracks a larger task.
type: enhancement
New feature or request
We want to support a Python SDK for Hipcheck plugin writing, both to increase the accessibility of writing a custom plugin, and to test/ensure that our plugin comms protocol does not make any Rust-specific assumptions. We will first sketch out what a design would look like and create an SDK, then implement the design and test it with a new plugin (likely a dummy plugin). We will also need to ensure we document its usage and establish a release process.
Edit: also look into whether we could use
pyo3
to just expose our Rust SDK through Python to avoid a re-writeThe text was updated successfully, but these errors were encountered: