Add PEP 621 project table parsing and validation module
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 751
- Forks
- 324
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 3
Description
As prototyped in #646, I believe this repo is a nice place to house a general parsing and validation function for the PEP 621 [project] table in the pyproject.toml.
This returns a list of (build tool independent) validation errors and a TypedDict of the project data.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the prototype referenced in issue #646 and inspect this repository's existing packaging and metadata modules. Define the parsing and validation module around the issue's stated outputs: a list of build-tool-independent validation errors and a TypedDict containing the PEP 621 project data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100