]> git.openstreetmap.org Git - nominatim.git/commit
move setup function to python
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 26 Feb 2021 14:02:39 +0000 (15:02 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 26 Feb 2021 14:02:39 +0000 (15:02 +0100)
commit15b590679063601512f7544d90b9fcef54cc08fd
tree282b3c9252d61d59b87955f9b0a6a8358522c345
parent3ee8d9fa75011a5e259c3b58fce671b4ff0c35fc
move setup function to python

There are still back-calls to PHP for some of the sub-steps.
These needs some larger refactoring to be moved to Python.
nominatim/cli.py
nominatim/clicmd/__init__.py
nominatim/clicmd/setup.py [new file with mode: 0644]
nominatim/clicmd/transition.py
nominatim/indexer/indexer.py
nominatim/tools/database_import.py
test/python/conftest.py
test/python/test_cli.py
test/python/test_tools_check_database.py
test/python/test_tools_database_import.py