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 ptproject_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.6.0.tar.gz (7.3 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.6.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyproject-metadata-0.6.0.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.5

File hashes

Hashes for pyproject-metadata-0.6.0.tar.gz
Algorithm Hash digest
SHA256 c400e6bb52cab8b0d276cc8cebe7579b151f03d88327c92f392ec3b9df360ab1
MD5 86887aa85f0977dfd1078ebd838ee6d5
BLAKE2b-256 6ae2e0f6dbe852198e3d45222e0475bece529a532e4ef11cb54f44e852483c24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyproject_metadata-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.5

File hashes

Hashes for pyproject_metadata-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab6472ec8610a4f2d4785d847e6866b9eefa4c34e40cae2f224ce04ce6296969
MD5 38a5f265cbd33a65e3ec410a8052ee0e
BLAKE2b-256 2d7eccc42dba03a858581bfd03f57a5fa1065c7c21a768bb683b47ec7ffb48b7

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