Metadata-Version: |
2.3 |
Name: |
hist |
Version: |
2.8.0 |
Summary: |
Hist classes and utilities |
Author-Email: |
Henry Schreiner <henry.schreiner[at]cern.ch> |
Maintainer-Email: |
The Scikit-HEP admins <scikit-hep-admins[at]googlegroups.com> |
Project-Url: |
Homepage, https://github.com/scikit-hep/hist |
Project-Url: |
Documentation, https://hist.readthedocs.io/ |
Project-Url: |
Bug Tracker, https://github.com/scikit-hep/hist/issues |
Project-Url: |
Discussions, https://github.com/scikit-hep/hist/discussions |
Project-Url: |
Changelog, https://hist.readthedocs.io/en/latest/changelog.html |
Keywords: |
boost-histogram,dask-histogram,histogram |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: BSD 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: |
Topic :: Scientific/Engineering :: Information Analysis |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Classifier: |
Topic :: Scientific/Engineering :: Physics |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
boost-histogram (<1.6,>=1.3.1) |
Requires-Dist: |
histoprint (>=2.2.0) |
Requires-Dist: |
numpy (>=1.14.5) |
Requires-Dist: |
typing-extensions (>=4); python_version < "3.11" |
Requires-Dist: |
dask-histogram (>=2023.1); extra == "dask" |
Requires-Dist: |
dask[dataframe] (>=2022); extra == "dask" |
Requires-Dist: |
dask-histogram (>=2023.1); extra == "dev" |
Requires-Dist: |
dask[dataframe] (>=2022); extra == "dev" |
Requires-Dist: |
iminuit (>=2); python_version < "3.11" and extra == "dev" |
Requires-Dist: |
ipykernel; extra == "dev" |
Requires-Dist: |
matplotlib (>=3.0); extra == "dev" |
Requires-Dist: |
mplhep (>=0.2.16); extra == "dev" |
Requires-Dist: |
pytest-mpl (>=0.12); extra == "dev" |
Requires-Dist: |
pytest (>=6); extra == "dev" |
Requires-Dist: |
scipy (>=1.4); extra == "dev" |
Requires-Dist: |
dask-histogram (>=2023.1); extra == "docs" |
Requires-Dist: |
dask[dataframe] (>=2022); extra == "docs" |
Requires-Dist: |
graphviz (>=0.20.1); extra == "docs" |
Requires-Dist: |
iminuit (>=2); extra == "docs" |
Requires-Dist: |
ipykernel; extra == "docs" |
Requires-Dist: |
ipython; extra == "docs" |
Requires-Dist: |
ipython-genutils; extra == "docs" |
Requires-Dist: |
matplotlib (>=3.0); extra == "docs" |
Requires-Dist: |
mplhep (>=0.2.16); extra == "docs" |
Requires-Dist: |
myst-parser (>=0.14); extra == "docs" |
Requires-Dist: |
nbsphinx; extra == "docs" |
Requires-Dist: |
pillow; extra == "docs" |
Requires-Dist: |
pytest-mpl (>=0.12); extra == "docs" |
Requires-Dist: |
pytest (>=6); extra == "docs" |
Requires-Dist: |
scipy (>=1.4); extra == "docs" |
Requires-Dist: |
sphinx-book-theme (>=0.0.38); extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx (>=3.0.0); extra == "docs" |
Requires-Dist: |
sphinxcontrib-programoutput; extra == "docs" |
Requires-Dist: |
uncertainties (>=3); extra == "docs" |
Requires-Dist: |
iminuit (>=2); extra == "fit" |
Requires-Dist: |
scipy (>=1.4); extra == "fit" |
Requires-Dist: |
matplotlib (>=3.0); extra == "mpl" |
Requires-Dist: |
mplhep (>=0.2.16); extra == "mpl" |
Requires-Dist: |
matplotlib (>=3.0); extra == "plot" |
Requires-Dist: |
mplhep (>=0.2.16); extra == "plot" |
Requires-Dist: |
dask-histogram (>=2023.1); python_version < "3.13" and extra == "test" |
Requires-Dist: |
dask[dataframe] (>=2022); python_version < "3.13" and extra == "test" |
Requires-Dist: |
pytest-mpl (>=0.12); extra == "test" |
Requires-Dist: |
pytest (>=6); extra == "test" |
Provides-Extra: |
dask |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
fit |
Provides-Extra: |
mpl |
Provides-Extra: |
plot |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |