1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-louvain
Section: science
Priority: optional
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python3-all, python3-setuptools,
python3-nose
Standards-Version: 4.2.1
Homepage: https://github.com/taynaud/python-louvain
Vcs-Browser: https://salsa.debian.org/debian/python-louvain
Vcs-Git: https://salsa.debian.org/debian/python-louvain.git
Testsuite: autopkgtest-pkg-python
Package: python3-louvain
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-networkx
Description: community graph analysis implementing Louvain method
This package address a special form of graph analysis, using
the NetworkX graph operations.
|