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 |
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/ |
Build (only) |
python-pip:single:py310 autoselect-python:single:standard |
Build and Runtime | python310:single:standard |
Runtime (only) | python-packaging:single:py310 |
main | mirror://PYPIWHL/c4/cb/4678dfd70cd2f2d8969e571cdc1bb1e9293c698f8d1cf428fadcf48d6e9f |
python-meson-python:py310 | Meson Python build backend (PEP 517) (3.10) |