]> git.openstreetmap.org Git - nominatim.git/commit
move indexing function into its own Python module
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 17 Jan 2021 16:19:17 +0000 (17:19 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Jan 2021 14:43:27 +0000 (15:43 +0100)
commit27977411e958a6bfc9037db728d61d296c5487c0
tree4e2c44a109f07fcd3aca7ab742d1f61bb6fb7700
parentb79c79fa730621140003690966f95de9704d3318
move indexing function into its own Python module

This makes it mow a standard function of our new Python
library instead of a stand-alone program.
nominatim/db/__init__.py [new file with mode: 0644]
nominatim/db/async_connection.py [moved from nominatim/indexer/db.py with 100% similarity]
nominatim/indexer/indexer.py [new file with mode: 0644]
nominatim/nominatim.py