套件:python3-validate-pyproject(0.23-1)
python3-validate-pyproject 的相關連結
Debian 的資源:
下載原始碼套件 python-validate-pyproject:
- [python-validate-pyproject_0.23-1.dsc]
- [python-validate-pyproject_0.23.orig.tar.gz]
- [python-validate-pyproject_0.23-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Automated checks on pyproject.toml by JSON Schema definitions
With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures.
This shift became even more clear when PEP 621 was also approved, as a standardised way of specifying project metadata and dependencies.
validate-pyproject was born in this context, with the mission of validating pyproject.toml files, and make sure they are compliant with the standards and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files, which, in turn, are also a standardised way of checking if a given data structure complies with a certain specification.
This package contains the module for Python 3.
其他與 python3-validate-pyproject 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-fastjsonschema
- validation of JSON documents by JSON schema drafts 04/06/07
-
- sug: python-validate-pyproject-doc
- Automated checks on pyproject.toml by JSON Schema definitions (Documentation)