Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95393 > unrolled thread

Re: Detecting if a library has native dependency

Started byLaura Creighton <lac@openend.se>
First post2015-08-15 15:32 +0200
Last post2015-08-15 15:32 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Detecting if a library has native dependency Laura Creighton <lac@openend.se> - 2015-08-15 15:32 +0200

#95393 — Re: Detecting if a library has native dependency

FromLaura Creighton <lac@openend.se>
Date2015-08-15 15:32 +0200
SubjectRe: Detecting if a library has native dependency
Message-ID<mailman.28.1439645552.4764.python-list@python.org>
In a message of Sat, 15 Aug 2015 17:10:01 +0530, Harish Vishwanath writes:
>Hello
>
>Is there a reliable way to detect if a python library has native dependency
>or native code? For ex. can I programmatically determine that "lxml"
>package has native code and depends on the presence of libxml on the system?
>
>Regards,
>Harish

I'm using snakefood http://furius.ca/snakefood/ to make dependency graphs.
You can get it from PyPI.  It uses its own tool called sfood to make a
list of dependencies, but I am not sure how tweakable that is to get
the list of what you want.  Worth a look, at any rate.

Laura

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web