[Distutils] Getting dependecies of package from PyPiJSON

Krzysiek Płachno krzysiekplachno at gmail.com
Thu Jul 20 09:43:39 EDT 2017


None of them sends back required dependencies for package.
Does it mean - this information is not obtainable via JSON Api?

Best,
Krzysztof

2017-07-20 15:04 GMT+02:00 Jannis Gebauer <ja.geb at me.com>:

> Hi Krzysztof,
>
> Two options, e.g. for the “graphene” package:
>
> - https://pypi.python.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/.
> 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/78040d48/attachment-0001.html>


More information about the Distutils-SIG mailing list