Source: fastdtw
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@alioth-lists.debian.net>
Uploaders: Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               cython3,
               python3-all-dev,
               python3-numpy,
               python3-setuptools,
	       python3-pip,
Standards-Version: 4.6.2.0
Homepage: https://github.com/slaypni/fastdtw
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.
