pypa / pypa/setuptools

expose structured package data

Open
#831 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted
Dominant language
Python
Stars
2.9k
Forks
1.4k
Avg merge
1d 1h
Merged PRs (30d)
1

Description

Package metadata is standardized and structured data that is often reused across projects, (such as in setup.py and --help output). <pkg_resources.EggInfoDistribution> supports retrieving this information via get_metadata(), but returns only a text blob. This has lead to projects re-implementing parsing logic in their codebases (i.e. mozilla/gecko-dev/.../utils.py#L20). Package data should instead be exposed as a dictionary or first-class object.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with pkg_resources.EggInfoDistribution.get_metadata(), then review how package metadata is used in setup.py and --help output, including the linked mozrunner/utils.py example. The issue is done when the structured package data it describes is exposed as a dictionary or first-class object rather than only a text blob.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.