python-tinyalign 0.2.1-1build2 source package in Ubuntu

Changelog

python-tinyalign (0.2.1-1build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 18:02:00 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-tinyalign_0.2.1.orig.tar.gz 6.2 KiB 069514a3282a1f6995dbb5c767ef50207c8fbdb3633e5bc3fb148da2eeffc909
python-tinyalign_0.2.1-1build2.debian.tar.xz 3.2 KiB ddaff5029c08597c4f94d1691671a9c83c6ccd14d41f5de949b9be5d8d612d39
python-tinyalign_0.2.1-1build2.dsc 2.2 KiB 596e3f89dfe41b06e8d5309e9fa3598609340947b896f88143cab758f4c2b1de

Available diffs

View changes file

Binary packages built by this source

python3-tinyalign: 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.

python3-tinyalign-dbgsym: debug symbols for python3-tinyalign