Let's say that Python A package requires B, C, and D; is there any way to list A → BCD without loading them?
Requires in metadata ( yolk -MA ) are often incomplete, grr.
You can download A.tar / A.egg, then browse A / setup.py, but some of them are pretty hot.
(I would have thought that getting at least first-level dependencies could be mechanized; even a 98% solution would be better than downloading using avalanche access.)
Related question: pip-upgrade-package-without-upgrading-dependencies
python dependencies packaging
denis May 20, '10 at 15:27 2010-05-20 15:27
source share