Metadata-Version: 2.1
Name: simplify-hep
Version: 0.1.0
Summary: Produce simplified likelihoods of different formats
Home-page: UNKNOWN
Author: Eric Schanet
License: BSD 3-Clause
Project-URL: Source, https://github.com/eschanet/simplify
Project-URL: Tracker, https://github.com/eschanet/simplify/issues
Description: # simplify
        
        A package that creates simplified likelihoods from full likelihoods.
        
        Relies on `pyhf` and is inspired quite a bit by Alexander Held's [`cabinetry`](https://github.com/alexander-held/cabinetry/blob/master/src/cabinetry/fit.py) for plotting and validation of results.
        
        ### How to run
        
        Run with `simplify convert -i fullLH.json -o simplifiedLH.json` where `fullLH.json` is the full likelihood you want to convert into a simplified likelihood.  
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: contrib
Provides-Extra: test
Provides-Extra: develop
Provides-Extra: complete
