nextstat-cli 0.9.8__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.4
2
+ Name: nextstat-cli
3
+ Version: 0.9.8
4
+ Classifier: Development Status :: 4 - Beta
5
+ Classifier: Environment :: Console
6
+ Classifier: Programming Language :: Rust
7
+ Summary: NextStat CLI — statistical fitting, hypothesis testing, and reporting.
8
+ Home-Page: https://nextstat.io
9
+ Author: NextStat Contributors
10
+ License: AGPL-3.0-or-later OR LicenseRef-Commercial
11
+ Requires-Python: >=3.11
12
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
13
+ Project-URL: Documentation, https://nextstat.io/docs/cli
14
+ Project-URL: Homepage, https://nextstat.io
15
+
16
+ # nextstat-cli
17
+
18
+ Command-line interface for [NextStat](https://pypi.org/project/nextstat/) — a high-performance statistical inference engine.
19
+
20
+ ## Installation
21
+
22
+ ```bash
23
+ pip install nextstat-cli
24
+ ```
25
+
26
+ Or install together with the Python library (recommended):
27
+
28
+ ```bash
29
+ pip install nextstat # automatically pulls nextstat-cli
30
+ ```
31
+
32
+ ## Usage
33
+
34
+ ```bash
35
+ nextstat version
36
+ nextstat fit --input workspace.json
37
+ nextstat hypotest --input workspace.json --mu 1.0
38
+ nextstat upper-limit --input workspace.json --expected
39
+ ```
40
+
41
+ For full documentation, see <https://nextstat.io/docs/cli>.
42
+
43
+ ## License
44
+
45
+ AGPL-3.0-or-later OR commercial — see [LICENSE](https://github.com/NextStat/nextstat.io/blob/main/LICENSE).
46
+
@@ -0,0 +1,5 @@
1
+ nextstat_cli-0.9.8.data/scripts/nextstat.exe,sha256=l0PIi7-Y_P93VoqZ6urtHbAyL1JFo_FsDveLPdxGQOw,25242112
2
+ nextstat_cli-0.9.8.dist-info/METADATA,sha256=QjjW76VfS6c3kQDWysnb40KnmMNJAp4BjSaNX8NrGuM,1295
3
+ nextstat_cli-0.9.8.dist-info/WHEEL,sha256=uJOc2U-Q1x95AlblQcqMRb3iR4QnPtdI7X2ycPN99rM,94
4
+ nextstat_cli-0.9.8.dist-info/sboms/ns-cli.cyclonedx.json,sha256=a_ChIKaHekPHdczJ4jFu3WfBuvyC9NIivYUtHHVKbgI,307198
5
+ nextstat_cli-0.9.8.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.12.6)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64