LICENSE
README.md
pyproject.toml
src/syncspec/__init__.py
src/syncspec/block.py
src/syncspec/cli.py
src/syncspec/context.py
src/syncspec/create_blocks.py
src/syncspec/create_directives.py
src/syncspec/defragment_text.py
src/syncspec/directive.py
src/syncspec/dummy.py
src/syncspec/export_directive.py
src/syncspec/file_path.py
src/syncspec/fragment.py
src/syncspec/fragment_text.py
src/syncspec/import_directive.py
src/syncspec/include_directive.py
src/syncspec/index_fragments.py
src/syncspec/indexedfragment.py
src/syncspec/machine.py
src/syncspec/parse_params.py
src/syncspec/production.py
src/syncspec/reassemble_text.py
src/syncspec/source_directive.py
src/syncspec/stop.py
src/syncspec/text.py
src/syncspec/traverse_path.py
src/syncspec/utilities.py
src/syncspec/validate_context.py
src/syncspec/write_keyfile.py
src/syncspec.egg-info/PKG-INFO
src/syncspec.egg-info/SOURCES.txt
src/syncspec.egg-info/dependency_links.txt
src/syncspec.egg-info/entry_points.txt
src/syncspec.egg-info/requires.txt
src/syncspec.egg-info/top_level.txt
tests/test_cli.py
tests/test_create_blocks.py
tests/test_create_directives.py
tests/test_defragment_text.py
tests/test_export_directive.py
tests/test_fragment_text.py
tests/test_import_directive.py
tests/test_include_directive.py
tests/test_index_fragments.py
tests/test_production.py
tests/test_reassemble_text.py
tests/test_source_directive.py
tests/test_traverse_path.py
tests/test_validate_context.py
tests/test_write_keyfile.py