Source: distance Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Otto Kekäläinen , Julian Gilbey , Drew Parsons Build-Depends: debhelper-compat (= 13), dh-python, python3-all Standards-Version: 4.5.1 Homepage: https://github.com/doukremt/distance Vcs-Git: https://salsa.debian.org/python-team/packages/distance.git Vcs-Browser: https://salsa.debian.org/python-team/packages/distance Rules-Requires-Root: no Package: python3-distance Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python library for comparing sequences This package provides helpers for computing similarities between arbitrary sequences. Included metrics are Levenshtein, Hamming, Jaccard, and Sorensen distance, plus some bonuses. The distance computations are implemented in pure Python.