.gitignore
.pre-commit-config.yaml
LICENSE
README.md
_typos.toml
conftest.py
pyproject.toml
.github/dependabot.yml
.github/workflows/pypi-release.yaml
.github/workflows/test.yaml
numbagg/__init__.py
numbagg/decorators.py
numbagg/funcs.py
numbagg/grouped.py
numbagg/moving.py
numbagg/moving_exp.py
numbagg/py.typed
numbagg/transform.py
numbagg/utils.py
numbagg.egg-info/PKG-INFO
numbagg.egg-info/SOURCES.txt
numbagg.egg-info/dependency_links.txt
numbagg.egg-info/requires.txt
numbagg.egg-info/top_level.txt
numbagg/test/__init__.py
numbagg/test/conftest.py
numbagg/test/run_benchmarks.py
numbagg/test/test_benchmark.py
numbagg/test/test_funcs.py
numbagg/test/test_grouped.py
numbagg/test/test_moving.py
numbagg/test/test_moving_exp.py
numbagg/test/test_multithreading.py
numbagg/test/test_property.py
numbagg/test/test_utils.py
numbagg/test/util.py