.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.yml
ruff.toml
tests_requirements.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-improvement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test.yml
binpy/__init__.py
binpy/fold.py
binpy/integrator.py
binpy/rebin.py
binpy/refine.py
binpy/utils.py
binpy/xarray.py
rebinpy.egg-info/PKG-INFO
rebinpy.egg-info/SOURCES.txt
rebinpy.egg-info/dependency_links.txt
rebinpy.egg-info/requires.txt
rebinpy.egg-info/top_level.txt
tests/test_fold.py
tests/test_integrators.py
tests/test_rebin.py
tests/test_refine.py