.editorconfig
.gitignore
.prettierrc
.travis.yml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
coredotdata/__init__.py
coredotdata/cli.py
coredotdata/coredotdata.py
coredotdata/download.py
coredotdata.egg-info/PKG-INFO
coredotdata.egg-info/SOURCES.txt
coredotdata.egg-info/dependency_links.txt
coredotdata.egg-info/entry_points.txt
coredotdata.egg-info/not-zip-safe
coredotdata.egg-info/requires.txt
coredotdata.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_coredotdata.py
tests/test_download.py