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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to