.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/chamelboots.rst
docs/reference/index.rst
src/chamelboots/__init__.py
src/chamelboots/__main__.py
src/chamelboots/cli.py
src/chamelboots/constants.py
src/chamelboots.egg-info/PKG-INFO
src/chamelboots.egg-info/SOURCES.txt
src/chamelboots.egg-info/dependency_links.txt
src/chamelboots.egg-info/entry_points.txt
src/chamelboots.egg-info/not-zip-safe
src/chamelboots.egg-info/requires.txt
src/chamelboots.egg-info/top_level.txt
src/chamelboots/html/__init__.py
src/chamelboots/html/utils.py
src/chamelboots/html/packages/__init__.py
src/chamelboots/html/packages/bootstrap/__init__.py
src/chamelboots/html/scrapeutils/__init__.py
src/chamelboots/html/scrapeutils/tables.py
src/chamelboots/imageutils/__init__.py
src/chamelboots/treeutils/__init__.py
src/python_chamelboots.egg-info/PKG-INFO
src/python_chamelboots.egg-info/SOURCES.txt
src/python_chamelboots.egg-info/dependency_links.txt
src/python_chamelboots.egg-info/entry_points.txt
src/python_chamelboots.egg-info/not-zip-safe
src/python_chamelboots.egg-info/requires.txt
src/python_chamelboots.egg-info/top_level.txt
tests/test_chamelboots.py
tests/test_html/test_html.py
tests/test_html/test_scrapeutils/test_table_processing.py
tests/test_imageutils/test_imageutils.py