kingfisher/pypi
2026-02-04 12:43:13 -08:00
..
kingfisher initial support for distribution via pypi wheels 2026-02-04 12:43:13 -08:00
pyproject.toml initial support for distribution via pypi wheels 2026-02-04 12:43:13 -08: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.