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 pytproject_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.5.0.tar.gz (11.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.5.0-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pyproject-metadata-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e9837d23757c5c9ffffb5f7f37cf9b7bc2d9737d0e959b7f5d5f1899516e970c
MD5 85fcbd5d777809ca2217a996e06fe2e0
BLAKE2b-256 854f6e5d4f11fa39fa17b69d80bc830c3dc0b586a4029262920a5be298c64904

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyproject_metadata-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c13f3c6b7665851d52cb85ff77393090227b07bfff339955bf7ab97ba0b2f462
MD5 0d251f91e1aee690a6a419681494aa00
BLAKE2b-256 dd0149d0ed3a97a8552a2083d176e66f1232efd288c59c4496ab7b7eeb31b89c

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