[ 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