File: control

package info (click to toggle)
python-efficient-apriori 2.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,736 kB
  • sloc: python: 889; sh: 10; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 1,046 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
Source: python-efficient-apriori
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.7.0
#Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/tryton-team/efficient-apriori.git
Vcs-Browser: https://salsa.debian.org/tryton-team/efficient-apriori
Rules-Requires-Root: no

Package: python3-efficient-apriori
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: efficient Python implementation of the Apriori algorithm
 An efficient pure Python implementation of the Apriori algorithm.
 This repository contains a well-tested implementation of the
 Apriori algorithm as described in the original paper by Agrawal et al,
 published in 1994.
 https://www.macs.hw.ac.uk/~dwcorne/Teaching/agrawal94fast.pdf