Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.19 KB

README.md

File metadata and controls

40 lines (28 loc) · 2.19 KB

pyhf Validation

Validation utilities for HistFactory workspaces

GitHub Project GitHub Actions Status: CI Code Coverage pre-commit.ci status Language grade: Python CodeFactor Code style: black

Docker Pulls Docker Image Size (tag)

Installation

To install pyhf-validation from GitHub (PyPI coming soon) run

python -m pip install "hfval@git+https://github.com/pyhf/pyhf-validation.git"

Developing

To develop, we suggest using virtual environments together with pip. Once the environment is activated, clone the repo from GitHub and install all necessary packages for development

python -m pip install --ignore-installed --upgrade -e .[complete]

Then setup the Git pre-commit hook for Black by running

pre-commit install

Authors

Please check the contribution statistics for a list of contributors