validate-pyproject-schema-store 2024.4.8
pip install validate-pyproject-schema-store==2024.4.8
Released:
A plugin set for validate-pyproject and schema-store.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: Henry Schreiner
- Requires: Python >=3.8
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
- Typing
Project description
validate-pyproject-schema-store
This provides a versioned copy of SchemaStore for validate-pyproject. You can pin this to get a stable set of schema files.
Usage
The following should be supported:
Installing alongside validate-pyproject
Just use pip install validate-pyproject-schema-store
wherever you have
validate-pyproject[all]
installed. You can "inject" it if using pipx, or use
--pip-args
if using pipx run
.
In pre-commit, this would be:
repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: <insert here>
hooks:
- id: validate-pyproject
additional_dependencies: [validate-pyproject[all], validate-pyproject-schema-store]
Direct usage
For pre-commit or pipx, you can simplify this a bit by using this package directly. That looks like this:
pipx run validate-pyproject-schema-store[all]
Or for pre-commit:
repos:
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: <insert here>
hooks:
- id: validate-pyproject
This also has the benefit that the version will be pinned and updated by pre-commit automatically.
Developing
This project uses hatch
. You can run the sync script on Python 3.11+ by
running:
hatch run sync
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: Henry Schreiner
- Requires: Python >=3.8
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
- Typing
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file validate_pyproject_schema_store-2024.4.8.tar.gz
.
File metadata
- Download URL: validate_pyproject_schema_store-2024.4.8.tar.gz
- Upload date:
- Size: 72.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6a8a61737d8ae6c2bd6bb59f78a15807aadac5b5087aeadd317cdb75aaee23ce
|
|
MD5 |
eca8b3ccd814f4faa4a0ca0e29d1f27a
|
|
BLAKE2b-256 |
1d3d56a8fcf4e8160e5558eef2973036c81a32d2d1cd64e1a1f8bbedd7181884
|
File details
Details for the file validate_pyproject_schema_store-2024.4.8-py3-none-any.whl
.
File metadata
- Download URL: validate_pyproject_schema_store-2024.4.8-py3-none-any.whl
- Upload date:
- Size: 72.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ccdfdf9652d02f5444344782f665f459490202754c81aba51279b2792038766a
|
|
MD5 |
7197c23bfc951bfc15c295806ada94d5
|
|
BLAKE2b-256 |
b2112a4093da3488b15ba1708c84842d284fabff2ac32a79fde89c641d0d724f
|