proycon / codemetapy

A Python package for generating and working with codemeta
https://codemeta.github.io/
GNU General Public License v3.0
24 stars 5 forks source link

Implement direct parsing of pyproject.toml and .egg-info dirs #6

Closed proycon closed 2 years ago

proycon commented 2 years ago

Currently the package needs to be installed with pip so we can get the metadata via pip show, this is overkill and we should also be able to get and convert metadata to codemeta when the python package is not fully installed.

Needed for CLARIAH/clariah-plus#33