kingfisher/pypi
2026-05-04 13:26:11 -07:00
..
kingfisher initial support for distribution via pypi wheels 2026-02-04 12:43:13 -08:00
hatch_build.py preparing for v1.99.0 2026-05-04 13:26:11 -07:00
pyproject.toml fixed github actions 2026-03-29 23:22:20 -07:00
README.md initial support for distribution via pypi wheels 2026-02-04 12:43:13 -08:00

Kingfisher (Python wheel)

This package ships the Kingfisher CLI as a platform-specific Python wheel. The kingfisher console script executes the bundled binary for your OS/architecture.

Usage

pip install kingfisher-bin
kingfisher --help

Development

Use the helper script in scripts/build-pypi-wheel.sh from the repo root to build a wheel for a specific target after compiling the Rust binary.