.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/pypi-release.yaml
.github/workflows/test.yaml
numbagg/__init__.py
numbagg/cache.py
numbagg/decorators.py
numbagg/funcs.py
numbagg/grouped.py
numbagg/moving.py
numbagg/transform.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/test_funcs.py
numbagg/test/test_grouped.py
numbagg/test/test_moving.py
numbagg/test/util.py