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.1.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.6.1-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyproject-metadata-0.6.1.tar.gz
  • Upload date:
  • Size: 7.4 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.1.tar.gz
Algorithm Hash digest
SHA256 b5fb09543a64a91165dfe85796759f9e415edc296beb4db33d1ecf7866a862bd
MD5 e13b11cb723da96f8397addddca963cc
BLAKE2b-256 8ee34314ed332414c059aed340fe2097d5ca065cc8d165c08554c83eb96a59c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyproject_metadata-0.6.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 36577274efd87df1bedb6fb335620cf7f4959d5457ef39881a7710c5b8c356a9
MD5 e8619eadbb726120997d4a41adf992ce
BLAKE2b-256 87d4beeb6ecb90df146a0d8e23599133d4298a0ae9a1ab1547146216965b2551

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