Disclaimer: This Python wrapper was generated using Claude Code. The underlying toolapi Rust crate it wraps is fully human-written.
Python bindings for the toolapi Rust crate, built with PyO3 and Maturin.
uv pip install maturin
maturin developpip install maturin
maturin developmaturin build --release --out dist --find-interpreterRunning with uv will automatically re-build the toolapi-py dependency:
uv run test_toolapi.pyCurrently this package must be built locally. In the future it may be published to PyPI, using a GitHub Actions workflow generated with:
maturin generate-ci github