Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95393
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Subject | Re: Detecting if a library has native dependency |
| References | <CA+D2wW3jxcJZCfk2jEeZ+XzRpS7qVE+QMtHY-4_GVJbU=6r=pw@mail.gmail.com> |
| Date | 2015-08-15 15:32 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.28.1439645552.4764.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Detecting if a library has native dependency Laura Creighton <lac@openend.se> - 2015-08-15 15:32 +0200
csiph-web