Metadata-Version: 1.2
Name: polyleven
Version: 0.4
Summary: A fast C-implemented library for Levenshtein distance
Home-page: https://github.com/fujimotos/polyleven
Author: Fujimoto Seiji
Author-email: fujimoto@ceptord.net
License: Public Domain
Description: Polyleven is a C-implemented Python library that can compute Levenshtein
        distance between two strings. The focus of this library is efficiently.
        To archive this goal, polyleven combines a number of special case algorithms
        under the hood.
Keywords: Levenshtein distance
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: License :: Public Domain
Requires-Python: >=3.4
