LICENSE.md
MANIFEST.in
README.md
TODO.md
pyproject.toml
src/webspirit/__init__.py
src/webspirit/downloader.py
src/webspirit/main.py
src/webspirit.egg-info/PKG-INFO
src/webspirit.egg-info/SOURCES.txt
src/webspirit.egg-info/dependency_links.txt
src/webspirit.egg-info/entry_points.txt
src/webspirit.egg-info/requires.txt
src/webspirit.egg-info/top_level.txt
src/webspirit/config/__init__.py
src/webspirit/config/constants.py
src/webspirit/config/files_constants.py
src/webspirit/config/introspection.py
src/webspirit/config/logger.py
src/webspirit/tools/__init__.py
src/webspirit/tools/checktype.py
src/webspirit/tools/contexterror.py
src/webspirit/tools/csvmanager.py
src/webspirit/tools/jsonmanager.py
tests/test_checktype.py
tests/test_contexterror.py
tests/test_csvmanager.py
tests/test_downloader.py
tests/test_jsonmanager.py