Metadata-Version: 2.1
Name: addok
Version: 1.1.0
Summary: Search engine for address. Only address.
Home-page: https://github.com/addok/addok
Author: Yohan Boniface
Author-email: yohan.boniface@data.gouv.fr
License: MIT
Keywords: address openstreetmap geocoding
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: falcon (==3.1.1)
Requires-Dist: hashids (==1.3.1)
Requires-Dist: hiredis (==2.0.0)
Requires-Dist: editdistance (==0.6.2)
Requires-Dist: ngram (==4.0.3)
Requires-Dist: progressist (==0.1.0)
Requires-Dist: python-geohash (==0.8.5)
Requires-Dist: redis (==4.3.5)
Requires-Dist: Unidecode (==1.3.6)
Requires-Dist: gnureadline (==8.1.2)
Provides-Extra: docs
Requires-Dist: mkdocs ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Addok

Search engine for address. Only address.

Addok will index your address data and provide an HTTP API for full text search.

It is extensible with [plugins](http://addok.readthedocs.io/en/latest/plugins/),
for example for geocoding CSV files.

Used in production by France administration, with around 26 millions addresses.
In those servers, full France data is imported in about 15 min and it scales
to around 2000 searches per second.

Check the [documentation](http://addok.readthedocs.org/en/latest/) and a
[demo](http://adresse.data.gouv.fr/map) with French data.

For discussions, please use the [discourse Geocommun forum](https://forum.geocommuns.fr/c/adresses/addok-le-geocodeur/17). Discussions are mostly French, but English is very welcome.

Powered by Python and Redis.

[![PyPi version](https://img.shields.io/pypi/v/addok.svg)](https://pypi.python.org/pypi/addok/)
[![Coverage Status](https://coveralls.io/repos/addok/addok/badge.svg?branch=master&service=github)](https://coveralls.io/github/addok/addok?branch=master)
