LICENSE
README.md
pyproject.toml
src/stxt/__init__.py
src/stxt/py.typed
src/stxt.egg-info/PKG-INFO
src/stxt.egg-info/SOURCES.txt
src/stxt.egg-info/dependency_links.txt
src/stxt.egg-info/requires.txt
src/stxt.egg-info/top_level.txt
src/stxt/core/__init__.py
src/stxt/core/constants.py
src/stxt/core/line_indent.py
src/stxt/core/name_namespace.py
src/stxt/core/node.py
src/stxt/core/parse_result.py
src/stxt/core/parser.py
src/stxt/core/platform.py
src/stxt/core/string_utils.py
src/stxt/core/validations.py
src/stxt/discovery/__init__.py
src/stxt/discovery/discovery_environment.py
src/stxt/discovery/discovery_error.py
src/stxt/discovery/discovery_file_system.py
src/stxt/discovery/discovery_resolver.py
src/stxt/discovery/discovery_result.py
src/stxt/exceptions/__init__.py
src/stxt/processors/__init__.py
src/stxt/processors/observer.py
src/stxt/processors/validator.py
src/stxt/runtime/__init__.py
src/stxt/runtime/conditional_validator.py
src/stxt/runtime/node_writer.py
src/stxt/runtime/tree_json.py
src/stxt/runtime/unified_schema_provider.py
src/stxt/schema/__init__.py
src/stxt/schema/child_definition.py
src/stxt/schema/node_definition.py
src/stxt/schema/schema.py
src/stxt/schema/schema_parser.py
src/stxt/schema/schema_provider.py
src/stxt/schema/schema_validator.py
src/stxt/schema/types.py
src/stxt/template/__init__.py
src/stxt/template/child_line.py
src/stxt/template/child_line_parser.py
src/stxt/template/template_parser.py
src/stxt/template/template_schema_provider.py
tests/test_core.py
tests/test_corpus.py
tests/test_discovery.py
tests/test_documents.py
tests/test_node.py
tests/test_providers.py
tests/test_schemas.py
tests/test_template.py
tests/test_tree.py
tests/test_types.py
tests/test_writer.py