.gitignore
.travis.yml
LICENSE
README.md
README.rst
README.txt
appveyor.yml
htsget_dev.py
requirements_dev.txt
setup.cfg
setup.py
appveyor/install.ps1
appveyor/run_with_env.cmd
docs/Makefile
docs/api.rst
docs/cli.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/quickstart.rst
htsget/__init__.py
htsget/_version.py
htsget/cli.py
htsget/exceptions.py
htsget/io.py
htsget/protocol.py
htsget.egg-info/PKG-INFO
htsget.egg-info/SOURCES.txt
htsget.egg-info/dependency_links.txt
htsget.egg-info/entry_points.txt
htsget.egg-info/requires.txt
htsget.egg-info/top_level.txt
tests/test_cli.py
tests/test_errors.py
tests/test_io.py
tests/test_local_server.py
tests/test_protocol.py