[ trixie ]
[ sid ]
[ 源代码: python-pyproject-parser ]
软件包:python3-pyproject-parser(0.11.1-2)
python3-pyproject-parser 的相关链接
Debian 的资源:
下载源码包 python-pyproject-parser:
- [python-pyproject-parser_0.11.1-2.dsc]
- [python-pyproject-parser_0.11.1.orig.tar.gz]
- [python-pyproject-parser_0.11.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
parser for 'pyproject.toml' file
Tool developed to parse the pyproject.toml file. In addition to the parsing library, pyproject-parser has a command-line interface for validating and reformatting pyproject.toml files.
main features:
- Returns a string representation of the PyProject. - Write as TOML in the provided file. - Serializes to TOML. - Constructs an instance of PyProject from a dictionary. - Loads the pyproject.toml configuration mapping from the provided file. - Reformats the provided pyproject.toml file. - Resolves the file key in the readme and the license (if present) to recover the contents of the file.
其他与 python3-pyproject-parser 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-apeye-core
- Core (offline) functionality for the apeye library
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-dom-toml (>= 2.0.0-1~)
- Dom's tools for Tom's obvious, minimal language
-
- dep: python3-domdf-python-tools
- Helpful functions for Python
-
- dep: python3-natsort
- Natural sorting for Python (Python3)
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-shippinglabel
- Utilities for handling packages
-
- dep: python3-trove-classifiers
- Validates classifiers in packages for PyPI
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python