Metadata-Version: 2.4
Name: betflux-cli
Version: 0.1.1
Summary: Installs the betflux command-line interface (alias for the betflux package).
Author: BetFlux
License-Expression: MIT
Project-URL: Homepage, https://betflux.ai
Project-URL: Documentation, https://betflux.ai/developer
Keywords: sportsbook,betting,odds,sports-data,cli
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: betflux>=0.1.1
Dynamic: license-file

# betflux-cli

Installs the **`betflux` command-line interface** for the
[BetFlux](https://betflux.ai) data API.

This package contains no code of its own — it is a convenience alias that
depends on [`betflux`](https://pypi.org/project/betflux/), which ships both the
Python client library and the `betflux` CLI entry point.

```bash
pip install betflux-cli     # same result as: pip install betflux
uv tool install betflux-cli # isolated CLI install
```

Either package name gives you the `betflux` command:

```bash
export BETFLUX_API_KEY=bfx_live_...
betflux keys check
betflux games --league NBA --date-from 2026-04-01 --date-to 2026-04-07
```

Documentation: https://betflux.ai/developer
