addok-france
Addok plugin for France-specific address geocoding with advanced query processing and result formatting.
Features
- Query preprocessing: Extract and clean French address components
- Ordinal number handling: Proper processing of ordinal numbers (1er, 2ème, etc.)
- House number flagging: Specialized handling of French house numbers
- French labels: France-specific result label formatting
Installation
pip install addok-france
Configuration
Query processors
Add France-specific query processors to handle address extraction and cleaning:
QUERY_PROCESSORS_PYPATHS = [
…,
"addok_france.extract_address",
"addok_france.clean_query",
]
String processors
Add processors for ordinal numbers and house number handling:
PROCESSORS_PYPATHS = [
…,
"addok_france.glue_ordinal",
"addok_france.fold_ordinal",
"addok_france.flag_housenumber",
…,
]
Result processors
Replace default make_labels with France-specific label formatting:
SEARCH_RESULT_PROCESSORS_PYPATHS = [
'addok_france.make_labels',
…,
]
Release files for addok-france 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| addok_france-1.2.0.tar.gz | 10.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| addok_france-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.7 kB
Release files / addok_france-1.2.0.tar.gz
| Download URL | addok_france-1.2.0.tar.gz |
|---|---|
| Size | 10.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d9e8b81d5ece8fa76e90a90f89fe171c2701760787be24ad989b8490c89bebc4
|
|
BLAKE2b-256 checksum How to use checksums |
377bb4b0b97f152370660071f5befe31d7ce6dc686ca8bba0e748c212c1178c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|
Release files / addok_france-1.2.0-py3-none-any.whl
| Download URL | addok_france-1.2.0-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
382fb7ec74b35c1342a14ad423f148fc1823770eb59b6f3d3affe744b2c5658b
|
|
BLAKE2b-256 checksum How to use checksums |
72a76d3c61d898ba8701827f9384dac5100a84f2cee4a3a9ce8565e190c001f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|