Source: pylev
Section: python
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.0.1
Homepage: https://github.com/toastdriven/pylev
Vcs-Browser: https://gitee.com/openkylin/pylev
Vcs-Git: https://gitee.com/openkylin/pylev.git
Rules-Requires-Root: no

Package: python3-pylev
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: pure Python Levenshtein implementation
 A pure Python Levenshtein implementation. Based off the
 Wikipedia code samples at
 http://en.wikipedia.org/wiki/Levenshtein_distance.
