.gitignore
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/workflows/cancel-duplicate-runs.yaml
.github/workflows/ci.yaml
.github/workflows/linting.yaml
.github/workflows/pypi.yaml
ci/environment.yml
docs/Makefile
docs/make.bat
docs/requirements-docs.txt
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/usage.rst
flox/__init__.py
flox/aggregations.py
flox/core.py
flox/pdutils.py
flox/toolz_compat.py
flox/xarray.py
flox/xrdtypes.py
flox/xrutils.py
flox.egg-info/PKG-INFO
flox.egg-info/SOURCES.txt
flox.egg-info/dependency_links.txt
flox.egg-info/not-zip-safe
flox.egg-info/requires.txt
flox.egg-info/top_level.txt
tests/__init__.py
tests/test_core.py
tests/test_xarray.py