.gitignore
.python-version
LICENSE
MANIFEST.in
README.md
coverage.json
coverage.svg
py.typed
pyproject.toml
setup.py
uv.lock
.github/dependabot.yml
.github/workflows/mypy.yml
.github/workflows/publish.yml
.github/workflows/pytest.yml
.github/workflows/ruff.yml
src/yupy/__init__.py
src/yupy/_json_decode.py
src/yupy/adapters.py
src/yupy/array_schema.py
src/yupy/icomparable_schema.py
src/yupy/ischema.py
src/yupy/isized_schema.py
src/yupy/locale.py
src/yupy/mapping_schema.py
src/yupy/mixed_schema.py
src/yupy/number_schema.py
src/yupy/py.typed
src/yupy/schema.py
src/yupy/string_schema.py
src/yupy/union_schema.py
src/yupy/validation_error.py
src/yupy.egg-info/PKG-INFO
src/yupy.egg-info/SOURCES.txt
src/yupy.egg-info/dependency_links.txt
src/yupy.egg-info/requires.txt
src/yupy.egg-info/scm_file_list.json
src/yupy.egg-info/scm_version.json
src/yupy.egg-info/top_level.txt
src/yupy/util/__init__.py
src/yupy/util/concat_path.py
tests/__init__.py
tests/example.py
tests/json_adapter.py
tests/test_array_schema.py
tests/test_icomparable_schema.py
tests/test_isized_schema.py
tests/test_json_decode.py
tests/test_locale.py
tests/test_mapping_schema.py
tests/test_mixed_schema.py
tests/test_number_schema.py
tests/test_schema.py
tests/test_string_schema.py
tests/test_union_schema.py
tests/test_validation_error.py