.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
AGENTS.md
LICENSE
README.md
SPECIFICATION.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/api.rst
docs/capabilities.md
docs/capabilities.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/make.py
docs/parser.rst
docs/quickstart.rst
docs/requirements.txt
docs/spans.md
docs/ssml_conversion.rst
docs/syntax.rst
examples/README.md
examples/compare_examples.py
examples/example_ssmd.md
examples/example_ssml.xml
examples/google_example_ssml.xml
examples/google_tts_styles.py
examples/parser_demo.py
examples/sentence_paragraph_detection_demo.py
examples/sentence_segment_demo.py
examples/story_reader_demo.py
examples/tts_container_demo.py
examples/tts_rich_parser_demo.py
examples/tts_with_capabilities.py
ssmd/__init__.py
ssmd/_version.py
ssmd/capabilities.py
ssmd/document.py
ssmd/formatter.py
ssmd/paragraph.py
ssmd/parser.py
ssmd/parser_types.py
ssmd/py.typed
ssmd/segment.py
ssmd/sentence.py
ssmd/spans.py
ssmd/ssml_conversions.py
ssmd/ssml_parser.py
ssmd/types.py
ssmd/utils.py
ssmd/xsampa_to_ipa.txt
ssmd.egg-info/PKG-INFO
ssmd.egg-info/SOURCES.txt
ssmd.egg-info/dependency_links.txt
ssmd.egg-info/requires.txt
ssmd.egg-info/top_level.txt
ssmd/data/amazon-alexa.json
ssmd/data/amazon-polly.json
ssmd/data/blank.json
ssmd/data/google-home.json
ssmd/data/ibm-watson.json
ssmd/data/microsoft-azure.json
ssmd/data/microsoft-cortana.json
tests/__init__.py
tests/test_basic.py
tests/test_capabilities.py
tests/test_document.py
tests/test_escape_syntax.py
tests/test_formatter.py
tests/test_headings.py
tests/test_parse_spans.py
tests/test_parser.py
tests/test_parser_models.py
tests/test_roundtrip_ssml_maker.py
tests/test_security.py
tests/test_ssml_green_capabilities.py
tests/test_ssml_to_ssmd.py
tests/test_yaml_header.py