.gitignore
.travis.yml
README.md
requirements.txt
setup.cfg
setup.py
tox.ini
bin/h5cv
scripts/install-ci.sh
scripts/release-ci.sh
scripts/run-ci.sh
src/h5cv/__init__.py
src/h5cv/commands.py
src/h5cv/constants.py
src/h5cv/core.py
src/h5cv/generator.py
src/h5cv/logger.py
src/h5cv.egg-info/PKG-INFO
src/h5cv.egg-info/SOURCES.txt
src/h5cv.egg-info/dependency_links.txt
src/h5cv.egg-info/entry_points.txt
src/h5cv.egg-info/not-zip-safe
src/h5cv.egg-info/requires.txt
src/h5cv.egg-info/top_level.txt
tests/__init__.py
tests/test_commands.py
tests/test_core.py