File: control

package info (click to toggle)
python-louvain 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: javascript: 8,547; python: 605; makefile: 89
file content (30 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download
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
Source: python-louvain
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-networkx,
 python3-numpy <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/taynaud/python-louvain
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-louvain
Vcs-Git: https://salsa.debian.org/python-team/packages/python-louvain.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-louvain
Provides: python3-community
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, the Louvin method,
 using the NetworkX graph operations. The method is described in:
 Fast unfolding of communities in large networks, Vincent D Blondel,
 Jean-Loup Guillaume, Renaud Lambiotte, Renaud Lefebvre, Journal of
 Statistical Mechanics: Theory and Experiment 2008(10), P10008