Metadata-Version: 2.4
Name: nextstat-cli
Version: 0.10.1
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Rust
Summary: NextStat CLI — statistical fitting, hypothesis testing, and reporting.
Home-Page: https://nextstat.io
Author: NextStat Contributors
License: AGPL-3.0-or-later OR LicenseRef-Commercial
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://nextstat.io/docs/cli
Project-URL: Homepage, https://nextstat.io

# nextstat-cli

Command-line interface for [NextStat](https://pypi.org/project/nextstat/) — a high-performance statistical inference engine.

## Installation

```bash
pip install nextstat-cli
```

Or install together with the Python library (recommended):

```bash
pip install nextstat          # automatically pulls nextstat-cli
```

## Usage

```bash
nextstat version
nextstat fit --input workspace.json
nextstat hypotest --input workspace.json --mu 1.0
nextstat upper-limit --input workspace.json --expected
```

For full documentation, see <https://nextstat.io/docs/cli>.

## License

AGPL-3.0-or-later OR commercial — see [LICENSE](https://github.com/NextStat/nextstat.io/blob/main/LICENSE).

