python-pyproject-metadata
Port variant py310
Summary PEP 621 metadata parsing (3.10)
Package version 0.7.1
Homepage https://github.com/FFY00/python-pyproject-metadata
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 31 AUG 2023, 04:55:59 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/FFY00/python-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)
PY310 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Runtime (only) python-packaging:single:py310
Download groups
main mirror://PYPIWHL/c4/cb/4678dfd70cd2f2d8969e571cdc1bb1e9293c698f8d1cf428fadcf48d6e9f
Distribution File Information
28691fbb36266a819ec56c9fa1ecaf36f879d6944dfde5411e87fc4ff793aa60 7370 pyproject_metadata-0.7.1-py3-none-any.whl
Ports that require python-pyproject-metadata:py310
python-meson-python:py310 Meson Python build backend (PEP 517) (3.10)