deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: amd64
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3:any, libc6 (>= 2.4)
Description: |-
numerical representation of differences between strings
A small Python module providing edit distance (aka Levenshtein distance,
that is, counting insertions, deletions and substitutions) and Hamming
distance computation.
.
Its main purpose is to speed up computation of edit distance by allowing
to specify a maximum number of differences maxdiff (banding). If that
parameter is provided, the returned edit distance is anly accurate up
to maxdiff. That is, if the actual edit distance is higher than maxdiff,
a value larger than maxdiff is returned, but not necessarily the actual
edit distance.
Homepage: https://github.com/marcelm/tinyalign
Installed-Size: '138'
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Package: python3-tinyalign
Priority: optional
Section: python
Source: python-tinyalign (0.2.2-1)
Version: 0.2.2-1+b3
srcpkg_name: python-tinyalign
srcpkg_version: 0.2.2-1