.codecov.yml
.copier-answers.yml
.coveragerc
.envrc
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
noxfile.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/workflows/ci.yml
.github/workflows/deploy-docs-action.yml
.github/workflows/deploy-package-action.yml
.github/workflows/docs-action.yml
.github/workflows/get-changed-files.yml
.github/workflows/package-action.yml
.github/workflows/pr.yml
.github/workflows/pre-commit-action.yml
.github/workflows/prepare-release-action.yml
.github/workflows/tag.yml
.github/workflows/test-action.yml
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/modules/index.rst
docs/ref/modules/saltext.formula.modules.map.rst
docs/ref/wrapper/index.rst
docs/ref/wrapper/saltext.formula.wrapper.map.rst
docs/topics/installation.md
docs/topics/mapstack.md
docs/topics/mapstack_details.md
src/saltext.formula.egg-info/PKG-INFO
src/saltext.formula.egg-info/SOURCES.txt
src/saltext.formula.egg-info/dependency_links.txt
src/saltext.formula.egg-info/entry_points.txt
src/saltext.formula.egg-info/not-zip-safe
src/saltext.formula.egg-info/requires.txt
src/saltext.formula.egg-info/top_level.txt
src/saltext/formula/__init__.py
src/saltext/formula/version.py
src/saltext/formula/modules/__init__.py
src/saltext/formula/modules/map.py
src/saltext/formula/wrapper/__init__.py
src/saltext/formula/wrapper/map.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/modules/__init__.py
tests/functional/modules/test_map.py
tests/functional/wrapper/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/modules/__init__.py
tests/integration/wrapper/__init__.py
tests/integration/wrapper/test_map.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/modules/__init__.py
tests/unit/modules/test_map.py
tests/unit/wrapper/__init__.py
tools/initialize.py
tools/version.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py