.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
.github/CODEOWNERS
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
src/pytest_schema/__init__.py
src/pytest_schema/helpers.py
src/pytest_schema/match.py
src/pytest_schema/schema.py
src/pytest_schema/types.py
src/pytest_schema.egg-info/PKG-INFO
src/pytest_schema.egg-info/SOURCES.txt
src/pytest_schema.egg-info/dependency_links.txt
src/pytest_schema.egg-info/entry_points.txt
src/pytest_schema.egg-info/not-zip-safe
src/pytest_schema.egg-info/requires.txt
src/pytest_schema.egg-info/top_level.txt
tests/conftest.py
tests/test_basic.py
tests/test_enum.py
tests/test_standard_types.py