Metadata-Version: 1.1
Name: Brew-Distance
Version: 1.0.1
Summary: A Python module that implements the Brew edit distance algorithm.
Home-page: http://github.com/dhgutteridge/brew-distance
Author: David H. Gutteridge
Author-email: dhgutteridge@hotmail.com
License: LICENSE.txt
Description-Content-Type: UNKNOWN
Description: Brew-Distance implements the Brew edit distance algorithm. This provides
        not only the edit distance between two strings, but also (optionally) a
        list of the edits required to equalize them. It also allows for the
        optional re-weighting of each edit type ("MATCH", "DEL", "INS",
        "SUBST"), for customization of edit distance calculations.
        
Keywords: edit,distance,editdistance,levenshtein,brew,string,comparison
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
