.coveragerc
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
setup.cfg
setup.py
Sparks.egg-info/PKG-INFO
Sparks.egg-info/SOURCES.txt
Sparks.egg-info/dependency_links.txt
Sparks.egg-info/entry_points.txt
Sparks.egg-info/requires.txt
Sparks.egg-info/top_level.txt
sparks/__init__.py
sparks.egg-info/PKG-INFO
sparks.egg-info/SOURCES.txt
sparks.egg-info/dependency_links.txt
sparks.egg-info/entry_points.txt
sparks.egg-info/top_level.txt
sparks/console/__init__.py
sparks/console/cli.py
sparks/console/prompt.py
sparks/console/commands/__init__.py
sparks/console/commands/create.py
sparks/core/__init__.py
sparks/core/create.py
test/__init__.py
test/test_create.py
test/console/__init__.py
test/console/test_prompt.py
test/fixtures/expectations/create_exclude_folders_exclude_files/simple_2.txt
test/fixtures/expectations/create_exclude_folders_exclude_files/first/simple.txt
test/fixtures/expectations/create_exclude_folders_exclude_files/second/simple_1.txt
test/fixtures/expectations/create_exclude_folders_exclude_files/second/another_sub_folder/simple_1.txt
test/fixtures/expectations/create_exclude_folders_exclude_files/second/another_sub_folder/simple_3.txt
test/fixtures/expectations/create_exclude_folders_include_files/simple_2.txt
test/fixtures/expectations/create_exclude_folders_include_files/first/simple.txt
test/fixtures/expectations/create_exclude_folders_include_files/second/optional_file.txt
test/fixtures/expectations/create_exclude_folders_include_files/second/simple_1.txt
test/fixtures/expectations/create_exclude_folders_include_files/second/another_sub_folder/simple_1.txt
test/fixtures/expectations/create_exclude_folders_include_files/second/another_sub_folder/simple_3.txt
test/fixtures/expectations/create_exclude_optional_file_sections/file.txt
test/fixtures/expectations/create_include_folders_exclude_files/simple_2.txt
test/fixtures/expectations/create_include_folders_exclude_files/first/simple.txt
test/fixtures/expectations/create_include_folders_exclude_files/first/optional_folder/sub_folder/simple.txt
test/fixtures/expectations/create_include_folders_exclude_files/second/simple_1.txt
test/fixtures/expectations/create_include_folders_exclude_files/second/another_sub_folder/simple_1.txt
test/fixtures/expectations/create_include_folders_exclude_files/second/another_sub_folder/simple_3.txt
test/fixtures/expectations/create_include_folders_files/simple_2.txt
test/fixtures/expectations/create_include_folders_files/first/simple.txt
test/fixtures/expectations/create_include_folders_files/first/optional_folder/sub_folder/simple.txt
test/fixtures/expectations/create_include_folders_files/second/optional_file.txt
test/fixtures/expectations/create_include_folders_files/second/simple_1.txt
test/fixtures/expectations/create_include_folders_files/second/another_sub_folder/simple_1.txt
test/fixtures/expectations/create_include_folders_files/second/another_sub_folder/simple_3.txt
test/fixtures/expectations/create_include_optional_file_sections/file.txt
test/fixtures/expectations/create_simple/simple_1.txt
test/fixtures/expectations/create_simple/simple_2.txt
test/fixtures/expectations/create_simple/first/simple.txt
test/fixtures/expectations/create_simple/second/simple_1.txt
test/fixtures/expectations/create_simple/second/simple_2.txt
test/fixtures/expectations/create_simple/second/simple_3.txt
test/fixtures/expectations/create_with_custom_folder_and_file_paths/marge.txt
test/fixtures/expectations/create_with_custom_folder_and_file_paths/homer/file.txt
test/fixtures/spark_configs/simple.yaml
test/fixtures/spark_configs/with_rules.yaml
test/fixtures/templates/simple_template/simple_1.txt
test/fixtures/templates/simple_template/simple_2.txt
test/fixtures/templates/simple_template/spark_config.yaml
test/fixtures/templates/simple_template/first/simple.txt
test/fixtures/templates/simple_template/second/simple_1.txt
test/fixtures/templates/simple_template/second/simple_2.txt
test/fixtures/templates/simple_template/second/simple_3.txt
test/fixtures/templates/with_custom_folder_and_file_paths/spark_config.yaml
test/fixtures/templates/with_custom_folder_and_file_paths/{{target_file_name}}.txt
test/fixtures/templates/with_custom_folder_and_file_paths/{{target_folder_name}}/file.txt
test/fixtures/templates/with_custom_folder_and_file_paths/{{target_folder_name}}/segment1/{{optional_target_folder_name}}/file.txt
test/fixtures/templates/with_optional_file_sections/file.txt
test/fixtures/templates/with_optional_file_sections/spark_config.yaml
test/fixtures/templates/with_optional_folders_files/simple_2.txt
test/fixtures/templates/with_optional_folders_files/spark_config.yaml
test/fixtures/templates/with_optional_folders_files/first/simple.txt
test/fixtures/templates/with_optional_folders_files/first/optional_folder/sub_folder/simple.txt
test/fixtures/templates/with_optional_folders_files/second/optional_file.txt
test/fixtures/templates/with_optional_folders_files/second/simple_1.txt
test/fixtures/templates/with_optional_folders_files/second/another_sub_folder/simple_1.txt
test/fixtures/templates/with_optional_folders_files/second/another_sub_folder/simple_3.txt