Metadata-Version: 2.1
Name: spey-pyhf
Version: 0.2.0
Summary: pyhf plugin for spey interface
Home-page: https://github.com/SpeysideHEP/spey-pyhf
Download-URL: https://github.com/SpeysideHEP/spey-pyhf/archive/refs/tags/v0.2.0.tar.gz
Author: Jack Y. Araz
Author-email: jack.araz@stonybrook.edu
License: MIT
Project-URL: Bug Tracker, https://github.com/SpeysideHEP/spey-pyhf/issues
Project-URL: Documentation, https://spey-pyhf.readthedocs.io
Project-URL: Repository, https://github.com/SpeysideHEP/spey-pyhf
Project-URL: Homepage, https://github.com/SpeysideHEP/spey-pyhf
Project-URL: Download, https://github.com/SpeysideHEP/spey-pyhf/archive/refs/tags/v0.2.0.tar.gz
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.8, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyhf ==0.7.6
Requires-Dist: spey >=0.2.1
Provides-Extra: dev
Requires-Dist: pytest-cov >=3.0.0 ; extra == 'dev'
Requires-Dist: pytest >=7.1.2 ; extra == 'dev'
Requires-Dist: twine >=3.7.1 ; extra == 'dev'
Requires-Dist: wheel >=0.37.1 ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: myst-parser ; extra == 'doc'
Requires-Dist: nbsphinx !=0.8.8 ; extra == 'doc'
Requires-Dist: sphinx-click ; extra == 'doc'
Requires-Dist: sphinx-copybutton >=0.3.2 ; extra == 'doc'
Requires-Dist: sphinx-issues ; extra == 'doc'
Requires-Dist: sphinx-rtd-size ; extra == 'doc'
Requires-Dist: sphinx-togglebutton >=0.3.0 ; extra == 'doc'
Requires-Dist: sphinx ==6.2.1 ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinxcontrib-bibtex ~=2.1 ; extra == 'doc'
Provides-Extra: jax
Requires-Dist: jax >=0.3.35 ; extra == 'jax'

# spey-pyhf

[![arxiv](https://img.shields.io/static/v1?style=plastic&label=arXiv&message=2307.06996&color=brightgreen)](https://arxiv.org/abs/2307.06996)
[![DOI](https://img.shields.io/static/v1?style=plastic&label=DOI&message=10.21468/SciPostPhys.16.1.032&color=blue)](https://scipost.org/10.21468/SciPostPhys.16.1.032)
[![DOI](https://zenodo.org/badge/617041391.svg)](https://zenodo.org/badge/latestdoi/617041391)
[![doc](https://img.shields.io/static/v1?style=plastic&label&message=Documentation&logo=gitbook&logoColor=white&color=gray)](http://spey-pyhf.readthedocs.io/)

<img src="https://raw.githubusercontent.com/SpeysideHEP/spey/main/docs/img/spey-plug-in.png" alt="Spey logo" style="float: right; margin-right: 20px" align="right" width=250px/>

[![github](https://img.shields.io/static/v1?style=plastic&label&message=GitHub&logo=github&logoColor=black&color=white)](https://github.com/SpeysideHEP/spey-pyhf)
[![PyPI - Version](https://img.shields.io/pypi/v/spey-pyhf?style=plastic)](https://pypi.org/project/spey-pyhf/)
[![Documentation Status](https://readthedocs.org/projects/spey-pyhf/badge/?version=main&style=plastic)](https://spey-pyhf.readthedocs.io)
[![GitHub License](https://img.shields.io/github/license/SpeysideHEP/spey-pyhf?style=plastic)](https://github.com/SpeysideHEP/spey-pyhf/blob/main/LICENSE)

``pyhf`` plugin for spey interface can be found in [PyPi library](https://pypi.org/project/spey-pyhf/) and can be downloaded using

```bash
python -m pip install spey-pyhf
```

command. Once installed ``spey`` interface will be able to automatically detect it.
For details on usage please see the [online documentation](http://spey-pyhf.readthedocs.io/).

If you like to use a specific branch you can either use `make install` or `pip install -e .` after cloning the repository or use the following command

```bash
python -m pip install --upgrade "git+https://github.com/SpeysideHEP/spey-pyhf"
```

**Note that `main` branch may not be the stable version.**
