Metadata-Version: 2.4
Name: nustattools
Version: 0.6.0
Summary: Statistical tools for neutrino physics
Project-URL: Homepage, https://github.com/ast0815/nustattools
Project-URL: Bug Tracker, https://github.com/ast0815/nustattools/issues
Project-URL: Discussions, https://github.com/ast0815/nustattools/discussions
Project-URL: Changelog, https://github.com/ast0815/nustattools/releases
Author-email: Lukas Koch <lukas.koch@mailbox.org>
License: Copyright 2024 Lukas Koch
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
        of the Software, and to permit persons to whom the Software is furnished to do
        so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: numba>=0.58.1
Requires-Dist: numpy>=1.22.3
Requires-Dist: scipy>=1.8.0
Provides-Extra: dev
Requires-Dist: pytest-cov>=3; extra == 'dev'
Requires-Dist: pytest>=6; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo>=2023.08.17; extra == 'docs'
Requires-Dist: intersphinx-registry; extra == 'docs'
Requires-Dist: matplotlib>=3; extra == 'docs'
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=7.0; extra == 'docs'
Provides-Extra: plotting
Requires-Dist: matplotlib>=3; extra == 'plotting'
Provides-Extra: test
Requires-Dist: matplotlib>=3; extra == 'test'
Requires-Dist: pytest-cov>=3; extra == 'test'
Requires-Dist: pytest>=6; extra == 'test'
Description-Content-Type: text/markdown

# NuStatTools

Statistical tools (not just) for neutrino physics

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

<!-- SPHINX-START -->

Ask for help on GitHub:

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

Install via pip:

```bash
$ pip install nustattools
```

## Citing

If you use this package in your research, please cite the papers linked to in
the respective documentation of the algorithms.

Alternatively or additionally you can cite this code directly on Zenodo:

[![Zenodo][zenodo-badge]][zenodo-link]

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/ast0815/nustattools/workflows/CI/badge.svg
[actions-link]:             https://github.com/ast0815/nustattools/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/nustattools
[conda-link]:               https://github.com/conda-forge/nustattools-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/ast0815/nustattools/discussions
[pypi-link]:                https://pypi.org/project/nustattools/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/nustattools
[pypi-version]:             https://img.shields.io/pypi/v/nustattools
[rtd-badge]:                https://readthedocs.org/projects/nustattools/badge/?version=latest
[rtd-link]:                 https://nustattools.readthedocs.io/en/latest/?badge=latest
[zenodo-badge]:             https://zenodo.org/badge/841949970.svg
[zenodo-link]:              https://zenodo.org/doi/10.5281/zenodo.13331496

<!-- prettier-ignore-end -->
