1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: python-igraph
Section: python
Priority: optional
Maintainer: Tamas Nepusz <ntamas@gmail.com>
Build-Depends: debhelper (>= 7),
libigraph0-dev (>= @VERSION@),
libxml2-dev,
python-all-dev (>= 2.3.5-11),
python-central,
python-epydoc
Standards-Version: 3.9.3
XS-Python-Version: >= 2.4
Homepage: http://igraph.sourceforge.net
Package: python-igraph
Architecture: any
Depends: libigraph0 (>= @VERSION@),
${misc:Depends},
${python:Depends}
Suggests: python-cairo,
python-igraph-doc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python interface for the igraph library
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This package contains the Python interface of igraph.
Package: python-igraph-doc
Architecture: all
Section: doc
Suggests: python-doc,
python-igraph
Depends: ${misc:Depends}
Description: Documentation of the Python interface of the igraph library
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This package contains the API documentation of the Python interface of
the igraph library.
|