LICENSE
README.md
pyproject.toml
tests/__init__.py
tests/test_file_state_manager.py
tests/test_types.py
tests/operation/__init__.py
tests/operation/test_apply_content_filter_operation.py
tests/operation/test_file_create_from_class_operation.py
tests/operation/test_file_create_from_map_config_operation.py
tests/operation/test_file_create_operation.py
tests/operation/test_file_create_readme_operation.py
tests/operation/test_file_delete_operation.py
tests/operation/test_file_write_operation.py
tests/operation/test_item_change_mode_operation.py
tests/option/test_content_option.py
wexample_filestate/__init__.py
wexample_filestate/file_state_manager.py
wexample_filestate/py.typed
wexample_filestate.egg-info/PKG-INFO
wexample_filestate.egg-info/SOURCES.txt
wexample_filestate.egg-info/dependency_links.txt
wexample_filestate.egg-info/requires.txt
wexample_filestate.egg-info/top_level.txt
wexample_filestate/config_option/__init__.py
wexample_filestate/config_option/abstract_children_manipulator_config_option.py
wexample_filestate/config_option/children_config_option.py
wexample_filestate/config_option/children_file_factory_config_option.py
wexample_filestate/config_option/children_filter_config_option.py
wexample_filestate/config_option/class_config_option.py
wexample_filestate/config_option/content_config_option.py
wexample_filestate/config_option/content_filter_config_option.py
wexample_filestate/config_option/default_content_config_option.py
wexample_filestate/config_option/mode_config_option.py
wexample_filestate/config_option/mode_recursive_config_option.py
wexample_filestate/config_option/name_pattern_config_option.py
wexample_filestate/config_option/remove_backup_max_file_size_config_option.py
wexample_filestate/config_option/should_contain_lines_config_option.py
wexample_filestate/config_option/should_exist_config_option.py
wexample_filestate/config_option/type_config_option.py
wexample_filestate/config_option/mixin/__init__.py
wexample_filestate/config_option/mixin/item_config_option_mixin.py
wexample_filestate/config_option/mixin/renderable_config_option_mixin.py
wexample_filestate/config_value/__init__.py
wexample_filestate/config_value/aggregated_templates_config_value.py
wexample_filestate/config_value/readme_content_option_value.py
wexample_filestate/config_value/filter/__init__.py
wexample_filestate/const/__init__.py
wexample_filestate/const/disk.py
wexample_filestate/const/files.py
wexample_filestate/const/globals.py
wexample_filestate/const/state_items.py
wexample_filestate/const/test.py
wexample_filestate/const/types_state_items.py
wexample_filestate/exception/__init__.py
wexample_filestate/exception/config.py
wexample_filestate/exception/item.py
wexample_filestate/helpers/__init__.py
wexample_filestate/helpers/config_helper.py
wexample_filestate/item/__init__.py
wexample_filestate/item/abstract_item_source.py
wexample_filestate/item/abstract_item_target.py
wexample_filestate/item/item_source_directory.py
wexample_filestate/item/item_source_file.py
wexample_filestate/item/item_target_directory.py
wexample_filestate/item/item_target_file.py
wexample_filestate/item/mixins/__init__.py
wexample_filestate/item/mixins/item_directory_mixin.py
wexample_filestate/item/mixins/item_file_mixin.py
wexample_filestate/item/mixins/item_mixin.py
wexample_filestate/operation/__init__.py
wexample_filestate/operation/abstract_operation.py
wexample_filestate/operation/apply_content_filter_operation.py
wexample_filestate/operation/file_create_operation.py
wexample_filestate/operation/file_remove_operation.py
wexample_filestate/operation/file_write_operation.py
wexample_filestate/operation/item_change_mode_operation.py
wexample_filestate/operation/mixin/__init__.py
wexample_filestate/operation/mixin/file_manipulation_operation_mixin.py
wexample_filestate/operations_provider/__init__.py
wexample_filestate/operations_provider/abstract_operations_provider.py
wexample_filestate/operations_provider/default_operations_provider.py
wexample_filestate/options_provider/__init__.py
wexample_filestate/options_provider/default_options_provider.py
wexample_filestate/result/__init__.py
wexample_filestate/result/abstract_result.py
wexample_filestate/result/file_state_dry_run_result.py
wexample_filestate/result/file_state_result.py
wexample_filestate/test/__init__.py
wexample_filestate/testing/__init__.py
wexample_filestate/testing/abstract_state_manager_test.py
wexample_filestate/testing/test_abstract_operation.py