You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
gimie.parsers.PythonParser
follows thegimie.parsers.Parser
interfacegimie.parsers.PARSERS
Resources:
the wheel archive of a built package contains a metadata.json file https://stackoverflow.com/questions/30188158/how-to-read-python-package-metadata-without-installation
The text was updated successfully, but these errors were encountered: