.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pylintrc
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/main.yml
src/dataplaybook/__init__.py
src/dataplaybook/__main__.py
src/dataplaybook/const.py
src/dataplaybook/helper.py
src/dataplaybook/main.py
src/dataplaybook.egg-info/PKG-INFO
src/dataplaybook.egg-info/SOURCES.txt
src/dataplaybook.egg-info/dependency_links.txt
src/dataplaybook.egg-info/entry_points.txt
src/dataplaybook.egg-info/requires.txt
src/dataplaybook.egg-info/top_level.txt
src/dataplaybook/everything/__init__.py
src/dataplaybook/helpers/__init__.py
src/dataplaybook/helpers/args.py
src/dataplaybook/helpers/env.py
src/dataplaybook/helpers/types.py
src/dataplaybook/tasks/__init__.py
src/dataplaybook/tasks/all.py
src/dataplaybook/tasks/fnb.py
src/dataplaybook/tasks/fuzzy.py
src/dataplaybook/tasks/gis.py
src/dataplaybook/tasks/ietf.py
src/dataplaybook/tasks/io_mail.py
src/dataplaybook/tasks/io_misc.py
src/dataplaybook/tasks/io_mongo.py
src/dataplaybook/tasks/io_pdf.py
src/dataplaybook/tasks/io_pptx.py
src/dataplaybook/tasks/io_xlsx.py
src/dataplaybook/tasks/io_xml.py
src/dataplaybook/utils/__init__.py
src/dataplaybook/utils/ensure.py
src/dataplaybook/utils/lists.py
src/dataplaybook/utils/logger.py
src/dataplaybook/utils/parser/__init__.py
src/dataplaybook/utils/parser/convert.py
src/dataplaybook/utils/parser/parse.py
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_config_validation.py
tests/test_everything.py
tests/test_helper.py
tests/test_main.py
tests/helpers/__init__.py
tests/helpers/test_env.py
tests/helpers/test_types.py
tests/tasks/__init__.py
tests/tasks/test_all.py
tests/tasks/test_gis.py
tests/tasks/test_ietf.py
tests/tasks/test_init.py
tests/tasks/test_io_mail.py
tests/tasks/test_io_misc.py
tests/tasks/test_io_mongo.py
tests/tasks/test_io_pdf.py
tests/tasks/test_io_pptx.py
tests/tasks/test_io_xlsx.py
tests/utils/__init__.py
tests/utils/test_ensure.py
tests/utils/test_init.py
tests/utils/test_lists.py
tests/utils/parser/__init__.py
tests/utils/parser/test_convert.py
tests/utils/parser/test_parse.py