]> git.openstreetmap.org Git - nominatim.git/commit
add typing annotations for DB status module
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 4 Jul 2022 09:29:12 +0000 (11:29 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Jul 2022 07:47:57 +0000 (09:47 +0200)
commit69f9122beffbac78276634992766f612390bbf94
tree01df21aa409e47a5211b9d5bdc972def070c4d3a
parentfc254fc744b4e2eb5bb5cc806552cda433fdf69a
add typing annotations for DB status module

Requires TypedDict which is only available from Python 3.8. Require
therefore typing_extensions to make the functions available for
earlier Python versions.
.github/actions/build-nominatim/action.yml
docs/admin/Installation.md
nominatim/db/connection.py
nominatim/db/status.py
vagrant/Install-on-Ubuntu-18.sh
vagrant/Install-on-Ubuntu-20.sh