Nominatim/nominatim/clicmd
Sarah Hoffmann bef5cea48e switch API parameters to keyword arguments
This switches the input parameters for API calls to a generic
keyword argument catch-all which is then loaded into a dataclass
where the parameters are checked and forwarded to internal
function.

The dataclass gives more flexibility with the parameters and makes
it easier to reuse common parameters for the different API calls.
2023-05-18 17:42:23 +02:00
..
__init__.py add type annotations for command line functions 2022-07-18 09:55:54 +02:00
add_data.py call osm2pgsql postprocessing flush_deleted_places() when adding data 2023-03-31 18:05:07 +02:00
admin.py use data paths from new nominatim.paths 2022-11-27 12:15:41 +01:00
api.py switch API parameters to keyword arguments 2023-05-18 17:42:23 +02:00
args.py switch reverse CLI command to Python implementation 2023-03-26 18:09:33 +02:00
freeze.py add type annotations for command line functions 2022-07-18 09:55:54 +02:00
index.py add type annotations for command line functions 2022-07-18 09:55:54 +02:00
refresh.py load views as a SQL file and rename to 'secondary importance' 2022-10-01 11:01:49 +02:00
replication.py respect socket timeout also in other replication functions 2022-11-09 09:12:37 +01:00
setup.py convert version to named tuple 2023-01-03 10:03:00 +01:00
special_phrases.py add type annotations for command line functions 2022-07-18 09:55:54 +02:00