Metadata-Version: 2.0
Name: addok-fr
Version: 1.0.0rc2
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
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
Requires-Dist: addok
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

# Addok plugin for French support

## Installation

    pip install addok-fr


## Configuration

- Add `phonemicize` into PROCESSORS_PYPATHS:

    PROCESSORS_PYPATHS = [
        …,
        'addok_fr.phonemicize'
    ]


