[Distutils] Getting dependecies of package from PyPiJSON

Jannis Gebauer ja.geb at me.com
Thu Jul 20 09:04:21 EDT 2017


Hi Krzysztof,

Two options, e.g. for the “graphene” package:

- https://pypi.python.org/pypi/graphene/json <https://pypi.python.org/pypi/graphene/json>
- https://pypi.org/pypi/graphene/json <https://pypi.org/pypi/graphene/json>

Best,

Jannis

> On 20. Jul 2017, at 14:55, Krzysiek Płachno <krzysiekplachno at gmail.com> wrote:
> 
> Hi!
> 
> I'm contributing to XWiki open source project http://www.xwiki.org/ <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 at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170720/8f74ba89/attachment.html>


More information about the Distutils-SIG mailing list