.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
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/helpertools.rst
docs/reference/index.rst
src/helpertools/__init__.py
src/helpertools/__main__.py
src/helpertools/cli.py
src/helpertools/convert.py
src/helpertools/decorators.py
src/helpertools/filereader.py
src/helpertools/http.py
src/helpertools/prettyprint.py
src/helpertools/testgenerator.py
src/helpertools/webscrap.py
src/helpertools.egg-info/PKG-INFO
src/helpertools.egg-info/SOURCES.txt
src/helpertools.egg-info/dependency_links.txt
src/helpertools.egg-info/entry_points.txt
src/helpertools.egg-info/not-zip-safe
src/helpertools.egg-info/top_level.txt
tests/test_helpertools.py