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

Add metadata handling for pip packages #13

Closed
stefan6419846 opened this issue Feb 13, 2024 · 0 comments
Closed

Add metadata handling for pip packages #13

stefan6419846 opened this issue Feb 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stefan6419846
Copy link
Owner

We already analyze the metadata of font and RPM files and could extend this to Python packages as well. Some basic implementations are available from https://github.com/stefan6419846/pip-licenses-lib

Some things which could be considered:

  • Retrieve name, version, author/maintainer, homepage, licenses, license file, dependencies
  • Basic verification tasks
    • At least author or maintainer is set
    • Homepage is set and an URL
    • At least one license is declared and no full license text
    • At least one license file is available
@stefan6419846 stefan6419846 added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant