python-pyproject-metadata
Port variant v11
Summary PEP 621 metadata parsing (3.11)
Package version 0.8.0
Homepage https://github.com/pypa/pyproject-metadata
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 18 APR 2024, 15:03:43 UTC
Port created 31 AUG 2023, 04:55:59 UTC
Subpackage Descriptions
single # pyproject-metadata [![pre-commit.ci status]](https://results.pre-commit.ci/latest/github/pypa/pyproject-metadata/main) [checks] [tests] [codecov] [Documentation Status] > Dataclass for PEP 621 metadata with support for [core metadata] generation This project does not implement the parsing of `pyproject.toml` containing PEP 621 metadata. Instead, given a Python data structure representing PEP 621 metadata (already parsed), it will validate this input and generate a PEP 643-compliant metadata file (e.g. `PKG-INFO`). ## Usage After [installing `pyproject-metadata`], you can use it as a library in your scripts and programs: ```python from pyproject_metadata import StandardMetadata parsed_pyproject = { ... } # you can use parsers like `tomli` to obtain this dict metadata = StandardMetadata.from_pyproject(parsed_pyproject) print(metadata.entrypoints) # same fields as defined in PEP 621 pkg_info = metadata.as_rfc822() print(str(pkg_info)) # core metadata ``` [core metadata]: https://packaging.python.org/specifications/core-metadata/
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-packaging:single:v11
Download groups
main mirror://PYPIWHL/aa/5f/bb5970d3d04173b46c9037109f7f05fc8904ff5be073ee49bb6ff00301bc
Distribution File Information
ad858d448e1d3a1fb408ac5bac9ea7743e7a8bbb472f2693aaa334d2db42f526 7451 pyproject_metadata-0.8.0-py3-none-any.whl
Ports that require python-pyproject-metadata:v11
python-meson-python:v11 Meson Python build backend (PEP 517) (3.11)
python-pyzmq:v11 Python bindings for 0MQ (3.11)