[ 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
- interactive high-level object-oriented language (default python3 version)
-
- 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