.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
conftest.py
mkdocs.yml
pyproject.toml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/python-build.yaml
.github/workflows/tests.yaml
docs/copy_README.py
docs/gen_ref_pages.py
docs/index.md
docs/javascripts/mathjax.js
src/flexible_schema/__init__.py
src/flexible_schema/base.py
src/flexible_schema/columns.py
src/flexible_schema/exceptions.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