Metadata-Version: 2.4
Name: kingfisher-bin
Version: 1.93.0
Summary: Kingfisher secret scanning CLI (packaged binary)
Project-URL: Homepage, https://github.com/mongodb/kingfisher
Project-URL: Repository, https://github.com/mongodb/kingfisher
Author: MongoDB
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 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

```bash
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.
