.editorconfig
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
LICENSE_HEADER.txt
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/release-package.yml
.github/workflows/test-package.yml
src/py_avro_schema/__init__.py
src/py_avro_schema/_schemas.py
src/py_avro_schema/_testing.py
src/py_avro_schema/_typing.py
src/py_avro_schema/py.typed
src/py_avro_schema.egg-info/PKG-INFO
src/py_avro_schema.egg-info/SOURCES.txt
src/py_avro_schema.egg-info/dependency_links.txt
src/py_avro_schema.egg-info/requires.txt
src/py_avro_schema.egg-info/top_level.txt
tests/test_avro_schema.py
tests/test_dataclass.py
tests/test_logicals.py
tests/test_primitives.py
tests/test_pydantic.py
tests/test_typing.py