.cruft.json
.gitignore
.pre-commit-config-weekly.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
Makefile
README.md
environment-minver.yml
environment.yml
pyproject.toml
setup.cfg
.github/cruft-update-template.md
.github/workflows/on-push.yml
.github/workflows/weekly.yaml
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
emohawk/__init__.py
emohawk/metadata.py
emohawk/version.py
emohawk.egg-info/PKG-INFO
emohawk.egg-info/SOURCES.txt
emohawk.egg-info/dependency_links.txt
emohawk.egg-info/requires.txt
emohawk.egg-info/top_level.txt
emohawk/readers/__init__.py
emohawk/readers/archive.py
emohawk/readers/csv.py
emohawk/readers/directory.py
emohawk/readers/grib.py
emohawk/readers/json.py
emohawk/readers/netcdf.py
emohawk/readers/shapefile.py
emohawk/readers/zip.py
emohawk/wrappers/__init__.py
emohawk/wrappers/list.py
emohawk/wrappers/numpy.py
emohawk/wrappers/pandas.py
emohawk/wrappers/xarray.py
tests/test_00_version.py