PyCQA / pycodestyle

Simple Python style checker in one Python file

Home Page:https://pycodestyle.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `info.requires_dist` metadata in PyPI JSON API

ralbertazzi opened this issue · comments

$ curl -s https://pypi.org/pypi/pycodestyle/json | jq '.info.requires_dist'
null

The info.requires_dist field in the PyPI JSON API is null, leading Poetry, which depends on the JSON API, to perform a full download of the packages in order to perform dependency resolution. This results in a great slowdown of the dependency management process. Would it be possible to upload such information on PyPI JSON API? This would greatly improve the productivity of many developers around the world 🚀 Thanks a lot!

pycodestyle has no dependencies -- poetry is wrong as usual please report the bug there