CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/README.md
docs/example/.editorconfig
docs/example/.gitignore
docs/example/MANIFEST.in
docs/example/README.md
docs/example/pyproject.toml
docs/example/requirements.dev.txt
docs/example/requirements.txt
docs/example/setup.cfg
docs/example/files/.gitkeep
docs/example/files/slices/fs.json
docs/example/inmanta_plugins/example/__init__.py
docs/example/inmanta_plugins/example/slices/__init__.py
docs/example/inmanta_plugins/example/slices/fs.py
docs/example/inmanta_plugins/example/slices/recursive.py
docs/example/inmanta_plugins/example/slices/simple.py
docs/example/model/_init.cf
docs/example/model/slices/_init.cf
docs/example/model/slices/fs/_init.cf
docs/example/model/slices/fs/unroll.cf
docs/example/model/slices/recursive/_init.cf
docs/example/model/slices/simple/_init.cf
docs/example/templates/.gitkeep
docs/example/tests/test_basics.py
inmanta_module_git_ops.egg-info/PKG-INFO
inmanta_module_git_ops.egg-info/SOURCES.txt
inmanta_module_git_ops.egg-info/dependency_links.txt
inmanta_module_git_ops.egg-info/entry_points.txt
inmanta_module_git_ops.egg-info/not-zip-safe
inmanta_module_git_ops.egg-info/requires.txt
inmanta_module_git_ops.egg-info/top_level.txt
inmanta_plugins/git_ops/__init__.py
inmanta_plugins/git_ops/cli.py
inmanta_plugins/git_ops/config.py
inmanta_plugins/git_ops/const.py
inmanta_plugins/git_ops/generator.py
inmanta_plugins/git_ops/processors.py
inmanta_plugins/git_ops/py.typed
inmanta_plugins/git_ops/setup.cfg
inmanta_plugins/git_ops/slice.py
inmanta_plugins/git_ops/store.py
inmanta_plugins/git_ops/files/.gitkeep
inmanta_plugins/git_ops/model/_init.cf
inmanta_plugins/git_ops/model/processors.cf
inmanta_plugins/git_ops/model/slice/_init.cf
inmanta_plugins/git_ops/templates/.gitkeep
tests/test_basics.py
tests/test_cli.py
tests/test_example.py
tests/test_slice_schema.py
tests/test_unroll.py