Metadata-Version: 2.1
Name: rapidfuzz
Version: 0.0.6
Summary: rapid fuzzy string matching
Home-page: https://github.com/rhasspy/rapidfuzz
Author: Max Bachmann
Author-email: contact@maxbachmann.de
License: UNKNOWN
Description: <h1 align="center">
        <img src="https://raw.githubusercontent.com/maxbachmann/rapidfuzz/master/.github/RapidFuzz.svg?sanitize=true" alt="RapidFuzz" width="400">
        </h1>
        <h4 align="center">Rapid fuzzy string matching in Python and C++ </h4>
        
        <p align="center">
          <a href="https://github.com/maxbachmann/rapidfuzz/actions">
            <img src="https://github.com/maxbachmann/rapidfuzz/workflows/Python%20package/badge.svg"
                 alt="Continous Integration">
          </a>
          <a href="https://github.com/maxbachmann/rapidfuzz/blob/dev/LICENSE">
            <img src="https://img.shields.io/github/license/rhasspy/rapidfuzz">
          </a>
        </p>
        
        <p align="center">
          <a href="#how-to-use">How To Use</a> •
          <a href="#license">License</a>
        </p>
        
        ---
        
        # Roadmap
        - [ ] add string matching for strings with a big length difference
        - [ ] add Unit tests
        - [ ] add Benchmarks
        
        ## How To Use
        
        ## License
        RapidFuzz is licensed under the MIT license since we believe that everyone should be able to use it without being forced to adopt our license. Thats why the library is based on an older version of fuzzywuzzy that was MIT licensed aswell.
        A Fork of this old version of fuzzywuzzy can be found [here](https://github.com/rhasspy/fuzzywuzzy).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
