LICENSE
README.md
pyproject.toml
setup.py
src/usfm_grammar/__init__.py
src/usfm_grammar/__main__.py
src/usfm_grammar/filters.py
src/usfm_grammar/list_generator.py
src/usfm_grammar/schema.py
src/usfm_grammar/usfm_generator.py
src/usfm_grammar/usfm_parser.py
src/usfm_grammar/usj_generator.py
src/usfm_grammar/usx_generator.py
src/usfm_grammar/validator.py
src/usfm_grammar/vrefs.py
src/usfm_grammar.egg-info/PKG-INFO
src/usfm_grammar.egg-info/SOURCES.txt
src/usfm_grammar.egg-info/dependency_links.txt
src/usfm_grammar.egg-info/entry_points.txt
src/usfm_grammar.egg-info/requires.txt
src/usfm_grammar.egg-info/top_level.txt
tests/test_auto_fix.py
tests/test_json_conversion.py
tests/test_list_conversion.py
tests/test_parsing.py
tests/test_usx_conversion.py