.gitignore
.gitmodules
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
py.typed
pyproject.toml
setup.py
sh.py
todo.md
uv.lock
src/a7p/__init__.py
src/a7p/__main__.py
src/a7p/_compiled_schema.py
src/a7p/a7p.py
src/a7p/a7p.schema.json
src/a7p/exceptions.py
src/a7p/factory.py
src/a7p/logger.py
src/a7p/profedit_pb2.py
src/a7p/profedit_pb2.pyi
src/a7p/schema_validator.py
src/a7p/yupy_schema.py
src/a7p.egg-info/PKG-INFO
src/a7p.egg-info/SOURCES.txt
src/a7p.egg-info/dependency_links.txt
src/a7p.egg-info/entry_points.txt
src/a7p.egg-info/requires.txt
src/a7p.egg-info/scm_file_list.json
src/a7p.egg-info/scm_version.json
src/a7p.egg-info/top_level.txt
src/a7p/utils/__init__.py
src/a7p/utils/renamer.py
tests/conftest.py
tests/generate_broken_fixture.py
tests/test_a7p.py
tests/test_cli.py
tests/test_exceptions.py
tests/test_factory.py
tests/test_schema_validator.py
tests/test_validation.py
tests/test_yupy_schema.py
tests/yupy_check.py
tests/data/bc_ok.a7p
tests/data/broken.a7p
tests/data/example.a7p
tests/data/example2.a7p
tests/data/test.a7p