Metadata-Version: 1.1
Name: addok-fr
Version: 1.0.0
Summary: Add French specific string processors.
Home-page: https://github.com/addok/addok-fr
Author: Yohan Boniface
Author-email: yohan.boniface@data.gouv.fr
License: WTFPL
Description: # Addok plugin for French support
        
        ## Installation
        
            pip install addok-fr
        
        
        ## Configuration
        
        - Add `phonemicize` into PROCESSORS_PYPATHS:
        
            PROCESSORS_PYPATHS = [
                …,
                'addok_fr.phonemicize'
            ]
        
Keywords: addok geocoding french plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
