Metadata-Version: 2.4
Name: bumblebee-scan
Version: 0.1.3
Summary: Supply-chain inventory collector for package, extension, and developer-tool metadata on macOS and Linux.
Author-email: Perplexity AI <oss@perplexity.ai>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/perplexityai/bumblebee
Project-URL: Repository, https://github.com/perplexityai/bumblebee
Project-URL: Issues, https://github.com/perplexityai/bumblebee/issues
Keywords: supply-chain,security,sbom,inventory,scanner
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# bumblebee-scan

PyPI wrapper for [bumblebee](https://github.com/perplexityai/bumblebee) — a read-only supply-chain inventory collector for package, extension, and developer-tool metadata on macOS and Linux.

This is a fork of [perplexityai/bumblebee](https://github.com/perplexityai/bumblebee) that adds npm and pip installation support.

## Install

```sh
pip install bumblebee-scan
```

Also available on npm:

```sh
npm install -g bumblebee-scan
```

On first run, the wrapper downloads the pre-built binary from GitHub Releases. If that fails, it falls back to `go install` (requires Go 1.25+).

## Usage

```sh
bumblebee scan --profile baseline > inventory.ndjson
bumblebee scan --profile deep --root "$HOME" --exposure-catalog ./catalog.json
```

See the [full documentation](https://github.com/perplexityai/bumblebee) for details.

## License

Apache-2.0
