Registry / devops / validate-pyproject-schema-store

validate-pyproject-schema-store

JSON →
library2026.5.28pypypiunverified

A plugin set for validate-pyproject and schema-store, providing pre-packaged schemas for pyproject.toml validation. Version 2026.5.28 supports Python >=3.9. Released monthly as a data-only package that bundles the latest schema-store schemas.

pip install validate-pyproject-schema-store
INSTALL
IMPORT
SIG · VALIDATE-PYPROJECT
V
validate-pyproject-schema-store
devopspythonv2026.5.28
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

automatically loaded plugin
No explicit import needed. Plugin auto-registers when installed.
The package is a namespace package that hooks into validate-pyproject's plugin system. No import line required.

Validate a pyproject.toml file using validate-pyproject with our schemas. The plugin automatically loads the schema-store schemas.

from validate_pyproject import api, errors with open('pyproject.toml', 'r') as f: content = f.read() try: api.validate(content) print('pyproject.toml is valid') except errors.ValidationError as e: print('Invalid:', e)
Debug
Known issues
gotchaPackage version follows calendar versioning (YYYY.M.D). Do not pin to a minor/patch; pin to e.g. ~=2026.5 to get bugfix releases within the same month.
fix
Use `pip install validate-pyproject-schema-store~=2026.5` instead of `==2026.5.28`.
affects: all
deprecatedThe package only supports Python >=3.9. Older Python versions are not compatible.
fix
Upgrade Python to 3.9 or later.
affects: >=2026.5.28
gotchaThis package does not include the `validate-pyproject` library itself. You must install `validate-pyproject` separately.
fix
Run `pip install validate-pyproject-schema-store validate-pyproject`.
affects: all
breakingSchema-store content may change between versions. Validation rules can break if a schema is removed or modified upstream.
fix
Pin to a specific version (e.g., `~=2026.5`) and test after upgrading.
affects: all
Upgrade
Version history
2026.5.28latest on PyPI · released May 28, 2026
Audit
Dependencies
validate-pyprojectrequiredCore validation library; this package is a plugin for it.
Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
validate-pyproject-schema-store — pip install validate-pyproject-schema-store · libregistry