Skip to main content

PEP 621 metadata parsing

Project description

pyproject-metadata

pre-commit.ci status 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:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyproject-metadata-0.7.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyproject_metadata-0.7.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file pyproject-metadata-0.7.0.tar.gz.

File metadata

  • Download URL: pyproject-metadata-0.7.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for pyproject-metadata-0.7.0.tar.gz
Algorithm Hash digest
SHA256 3ff42fd3f2b71d9b037eebcab1dd79c744ad5fbd2082819bd07256c4592146bb
MD5 7e02d67678d5b722c06436393d3a905a
BLAKE2b-256 ec493616e3b9cf59b50f4c7488316ba99b8adcabfaab11360811797dc8dc5e95

See more details on using hashes here.

File details

Details for the file pyproject_metadata-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pyproject_metadata-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e4b82a1d2d2b1374eebe7140177af9b3eb1dd0ff15297ed934f38b644c8af20e
MD5 d2af0e2fbee5bfe617475012570a14c4
BLAKE2b-256 60857de60a21931341f2b4907e4886f34f4c64cd19a28507b6940f284a857b10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page