Hello all,
We're evaluating a couple of Python libraries for Graph manipulation. We tried 'networkx' (http://networkx.lanl.gov/) and 'igraph' (http://igraph.sourceforge.net/).
While both are excellent modules, igraph is faster due to its nature - it's a Python wrapper over libigraph - a blistering fast graph C library (uses LAPACK etc).
Now, the igraph library is GPL licensed. My question is: Can I import igraph and use it in my commercial Python script?
(This is a general question, not just limited to igraph. Apologies if the answer is obvious - I'm a license-newb!)
Thanks, Raj
EDIT: More specifically, does simply importing a GPL Python module make my commercial code liable to be released to the public?