Metadata-Version: 2.1
Name: GeoLiberator
Version: 0.2.0
Summary: A small module that cleans, parses and standardizes addresses
Home-page: https://github.com/jakeee51/GeoLiberator
Author: David J. Morfe
Author-email: jakemorfe@gmail.com
License: MIT
Description: # The-GeoLiberator-Python-Module
        This is module is an address parser.
        The module takes in an address as an argument and outputs a standardized version.
        Otherwise, 'OTHER' will be the output.
        "It is alike a liberal because it takes in any variant addresses indiscriminately.
        And it is a liberator because it liberates the addresses from their inconsistencies."
        (Note: This module does not do address validation but it will parse any address you throw at it to the best of its ability)
        
        To start:
        
        import GeoLiberator as GL
        
        GL.geoLiberate("123 Example St", 2) # '2' to parse a full address
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
