.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
LICENSE_HEADER.txt
README.md
pyproject.toml
tox.ini
.github/workflows/release-package.yml
.github/workflows/test-package.yml
docs/conf.py
docs/index.rst
docs/modules.rst
docs/py_adapter.rst
docs/py_adapter_plugin.rst
src/py_adapter/__init__.py
src/py_adapter/_schema.py
src/py_adapter/py.typed
src/py_adapter.egg-info/PKG-INFO
src/py_adapter.egg-info/SOURCES.txt
src/py_adapter.egg-info/dependency_links.txt
src/py_adapter.egg-info/requires.txt
src/py_adapter.egg-info/top_level.txt
src/py_adapter/plugin/__init__.py
src/py_adapter/plugin/_avro.py
src/py_adapter/plugin/_csv.py
src/py_adapter/plugin/_json.py
tests/conftest.py
tests/country.avsc
tests/goods_with_country.avsc
tests/test_csv.py
tests/test_py_adapter.py
tests/test_serialize.py