File: control

package info (click to toggle)
fastdtw 0.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,100 kB
  • sloc: python: 590; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 977 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
Source: fastdtw
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               cython3,
               python3-all-dev,
               python3-numpy,
               python3-setuptools,
	       python3-pip,
Standards-Version: 4.6.2.0
Homepage: https://github.com/slaypni/fastdtw
Vcs-Browser: https://salsa.debian.org/python-team/packages/fastdtw
Vcs-Git: https://salsa.debian.org/python-team/packages/fastdtw.git
Rules-Requires-Root: no

Package: python3-fastdtw
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: Dynamic Time Warping (DTW) algorithm with an O(N) complexity
 Python implementation of FastDTW, which is an approximate Dynamic
 Time Warping (DTW) algorithm that provides optimal or near-optimal
 alignments with an O(N) time and memory complexity.