Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python package parser #35

Open
3 tasks
sabinem opened this issue Feb 15, 2023 · 0 comments
Open
3 tasks

Python package parser #35

sabinem opened this issue Feb 15, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sabinem
Copy link
Member

sabinem commented Feb 15, 2023

Python package definitions provide detailed metadata such as supported python versions, operating systems, intended audience and more. This metadata can be extracted locally from the package file (setup.py, setup.cfg or pyproject.toml).

Note: Depends on #97

Objective: Add parser for local python package metadata.

Requirements:

  • New gimie.parsers.PythonParser follows the gimie.parsers.Parser interface
  • is added to gimie.parsers.PARSERS
  • Tests verify that parser works as expected.

Resources:

@cmdoret cmdoret added the enhancement New feature or request label May 25, 2023
@cmdoret cmdoret added the good first issue Good for newcomers label Oct 27, 2023
@cmdoret cmdoret changed the title [gimie] python package extractor Python package extractor Oct 31, 2023
@cmdoret cmdoret changed the title Python package extractor Python package parser Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants