[Distutils] Getting dependecies of package from PyPiJSON

Krzysiek Płachno krzysiekplachno at gmail.com
Thu Jul 20 08:55:53 EDT 2017


Hi!

I'm contributing to XWiki open source project http://www.xwiki.org/. XWiki
platform is written in Java and apart from many wonderful features allows
for scripting in python on its pages.

My current task is to enable installing packages form PyPi repository so
that they can be later used in scripts. The installment is done in custom
way making python packages available for Java classloader.

To make downloaded package working it's needed to install also
dependencies. Is it possible to get dependencies information directly from
PyPiJSON API? (e.g. by adding some request parameter or header in GET
request)
Or is it possible to this data in any other way (apart from downloading
package)?

Thanks for help in advance!

Best,
Krzysztof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170720/4fe0fc28/attachment.html>


More information about the Distutils-SIG mailing list