DavHau / pypi-deps-db

Dependency DB for python packages on pypi
MIT License
66 stars 40 forks source link

Use pep517 to extract metadata from sdists. #6

Open tomprince opened 2 years ago

tomprince commented 2 years ago

This uses https://github.com/DavHau/mach-nix/pull/401 to extract metadata from sdists, instead of a patched setuputils.

This also drops support for python 2 and python 3.6, as the code paths in mach-nix do not currently work with those versions.

An incomplete list of things that still need to be done:

Note: I currently have no plans to continue this work in the future.