.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/python-build.yaml
.github/workflows/tests.yaml
src/flexible_schema/__init__.py
src/flexible_schema/base.py
src/flexible_schema/json.py
src/flexible_schema/pyarrow.py
src/flexible_schema.egg-info/PKG-INFO
src/flexible_schema.egg-info/SOURCES.txt
src/flexible_schema.egg-info/dependency_links.txt
src/flexible_schema.egg-info/requires.txt
src/flexible_schema.egg-info/top_level.txt
tests/test_base.py