.gitignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.dev.txt
requirements.docs.txt
requirements.txt
.github/workflows/ci.yml
docs/builtins.md
docs/datamodel.md
docs/errors.md
docs/explanation.md
docs/getting_started.md
docs/index.md
docs/message.md
docs/mf2.md
docs/reference.md
docs/howto/datamodel.md
docs/howto/errors.md
docs/howto/formatter.md
docs/howto/selector.md
messageformat2/__init__.py
messageformat2/builtins.py
messageformat2/cli.py
messageformat2/datamodel.py
messageformat2/errors.py
messageformat2/message.py
messageformat2/parser.py
messageformat2/runtime.py
messageformat2.egg-info/PKG-INFO
messageformat2.egg-info/SOURCES.txt
messageformat2.egg-info/dependency_links.txt
messageformat2.egg-info/entry_points.txt
messageformat2.egg-info/requires.txt
messageformat2.egg-info/top_level.txt
tests/__init__.py
tests/test_parser.py
tests/test_regex.py
tests/test_runtime.py
tests/data/complex_message_1.txt
tests/data/complex_message_2.txt
tests/data/complex_message_3.txt
tests/data/simple_message_1.txt
tests/data/simple_message_10.txt
tests/data/simple_message_11.txt
tests/data/simple_message_12.txt
tests/data/simple_message_13.txt
tests/data/simple_message_14.txt
tests/data/simple_message_15.txt
tests/data/simple_message_16.txt
tests/data/simple_message_2.txt
tests/data/simple_message_3.txt
tests/data/simple_message_4.txt
tests/data/simple_message_5.txt
tests/data/simple_message_6.txt
tests/data/simple_message_7.txt
tests/data/simple_message_8.txt
tests/data/simple_message_9.txt
tests/data/simple_message_escapes_1.txt
tests/data/simple_message_escapes_2.txt
tests/data/unsupported_annotations_1.txt
tests/data/unsupported_annotations_2.txt
tests/data/unsupported_annotations_3.txt
tests/data/unsupported_annotations_4.txt
tests/data/unsupported_annotations_5.txt
tests/data/unsupported_statement_1.txt
tests/data/unsupported_statement_2.txt