Metadata-Version: 2.1
Name: string_comparison
Version: 1.0.1
Summary: Utility to assist with string comparisons.
Home-page: https://github.com/bbelyeu/string_comparison/
Author: Brad Belyeu
Author-email: bradley.belyeu@life.church
License: MIT
Download-URL: https://github.com/bbelyeu/string_comparison/archive/1.0.1.zip
Description: # String Comparison
        
        Text normalization for string comparison in Python.
        
        ## Requirements
        
        This project requires Python 3.7+
        
        ## Installation
        
        To install with pip
        
            pip install string_comparison
        
        ## Usage
        
            import string_comparison
            normalized = string_comparison.normalize("é")
            assert normalized == "e"
        
Keywords: unicode
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >3.7.0
Description-Content-Type: text/markdown
