Metadata-Version: 2.4
Name: fluxhivectl
Version: 0.1.0
Summary: Compatibility package that installs the FluxHive CLI
Author: FluxHive Team
Project-URL: Homepage, https://github.com/fluxhex/fluxhive#readme
Project-URL: Repository, https://github.com/fluxhex/fluxhive
Project-URL: Issues, https://github.com/fluxhex/fluxhive/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fluxhive-cli==0.1.0

# fluxhivectl

Compatibility package for the FluxHive CLI.

The maintained PyPI package is `fluxhive-cli`. Installing `fluxhivectl` installs the matching `fluxhive-cli` release, which provides both commands:

```bash
fluxhive
fluxhivectl
```

Prefer this command for new installs:

```bash
pipx install fluxhive-cli
```
