.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
dev-environment.yml
pyproject.toml
setup.cfg
setup.py
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/docs-improvements.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support.md
.github/workflows/cd.yml
.github/workflows/ci.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/development/dev.rst
docs/development/index.rst
docs/examples/index.rst
docs/installation/index.rst
docs/reference/modules.rst
docs/support/index.rst
docs/user-guide/index.rst
notebooks/Hist.ipynb
notebooks/NamedHist.ipynb
notebooks/Shortcuts.ipynb
src/hist/__init__.py
src/hist/axestuple.py
src/hist/axis.py
src/hist/basehist.py
src/hist/classic_hist.py
src/hist/hist.py
src/hist/namedhist.py
src/hist/numpy.py
src/hist/utils.py
src/hist/version.py
src/hist.egg-info/PKG-INFO
src/hist.egg-info/SOURCES.txt
src/hist.egg-info/dependency_links.txt
src/hist.egg-info/entry_points.txt
src/hist.egg-info/requires.txt
src/hist.egg-info/top_level.txt
tests/test_axis.py
tests/test_bh.py
tests/test_core.py
tests/test_general.py
tests/test_named.py