validate-pyproject-schema-store
A plugin set for validate-pyproject and schema-store.
What it is and what it does
validate-pyproject-schema-store is a companion package that bundles a versioned snapshot of SchemaStore schemas for use with the validate-pyproject tool. It allows you to pin a stable set of schema files rather than relying on dynamic schema resolution, which is useful for reproducible builds and pre-commit hooks. The package depends on fastjsonschema for schema validation and supports Python 3.9 through 3.15.
The package is designed to work in two modes: as an injected dependency alongside validate-pyproject (useful for pipx or pre-commit workflows), or as a standalone entry point that can be run directly. Nested schemas are not yet supported—they are currently replaced with generic object types—but the package is actively maintained and receives regular updates.
Use it for:
- Pin schema versions in pre-commit hooks to ensure consistent validation across team members and CI/CD pipelines.
- Use with pipx to run validate-pyproject without managing a separate Python environment.
- Validate pyproject.toml files in build systems where schema updates should be controlled and versioned.
- Integrate into CI/CD workflows where reproducible schema validation is required.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a versioned snapshot of SchemaStore schemas for use with validate-pyproject, enabling stable, pinned schema validation of Python project configuration files.
Yes, if you use validate-pyproject and want stable, pinned schema validation. The low install friction, active maintenance, permissive license, and lack of known vulnerabilities make it a straightforward addition to validation workflows. The limitation on nested schemas is documented and unlikely to affect most pyproject.toml validation use cases.
Install
validate-pyproject-schema-store on PyPI
pip
pip install validate-pyproject-schema-storeuv
uv add validate-pyproject-schema-storepoetry
poetry add validate-pyproject-schema-storeInstalling validate-pyproject-schema-store
Before you install
Low install friction with a single runtime dependency (fastjsonschema). Active maintenance with a release on 2026-08-14 and support for current Python versions (3.9 through 3.15).
License in practice
Apache-2.0 permissive license allows free use, modification, and distribution with minimal restrictions.
Quickstart
# Install alongside validate-pyproject
pip install validate-pyproject-schema-store
# Or use directly with pipx
pipx run validate-pyproject-schema-store[all]
# In pre-commit, add to additional_dependencies or use as a repo directly
Requires validate-pyproject to be installed separately (or use the [all] extra); nested schemas are not yet supported and are replaced with "type": "object".
Verify before relying
- Whether nested schema support is planned or if the current object-type replacement is a permanent limitation.
- How frequently the SchemaStore snapshot is synced and whether manual updates are required.
- Compatibility guarantees with specific validate-pyproject versions.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — fastjsonschema |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 107,069/month — #12,631 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: validate_pyproject_schema_store-2026.8.14-py3-none-any.whl
Tags
More Quality Assurance packages
Coverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
ruffRuff is a Python linter and code formatter…
permissive · top 1,000 on PyPI
pexpectPexpect spawns and controls interactive console…
permissive · top 1,000 on PyPI
blackBlack reformats Python source code to a…
permissive · top 1,000 on PyPI
pytest-xdistpytest-xdist distributes pytest tests across…
permissive · top 1,000 on PyPI
cfn-lintValidates AWS CloudFormation templates in YAML…
permissive · top 1,000 on PyPI
validate-pyprojectValidates pyproject.toml files against JSON…
copyleft · top 15,000 on PyPI
check-jsonschemaA command-line tool and pre-commit hook that…
permissive · top 5,000 on PyPI
pyproject-hooksCalls build-backend hooks defined in…
permissive · top 1,000 on PyPI
pyproject-tomlParses and validates Python project metadata…
permissive · top 15,000 on PyPI
pyproject-apiProvides a programmatic API to read and…
permissive · top 5,000 on PyPI
annotatedyamlParses and validates YAML files with support…
permissive · top 15,000 on PyPI
single-sourceExtracts your package version from…
permissive · top 15,000 on PyPI
versioningitAutomatically determines your Python package's…
permissive · top 5,000 on PyPI
pyproject-parserParses and extracts metadata from…
permissive · top 15,000 on PyPI
sphinx-pyprojectLoads Sphinx documentation configuration from…
permissive · top 15,000 on PyPI