Nominatim/nominatim/api
Sarah Hoffmann 2156fd4909 adapt annotations for SQLAlchemy 2.x
It is not possible to produce type annotations that work with both
versions 1.4 and 2.0. So keep to the principle of only supporting
newest versions when it comes to mypy. This means that some types
may have to be string quoted to not cause issues when running with
SQLAlchemy 1.4.
2023-01-28 11:51:26 +01:00
..
v1 add streaming json writer for JSON output 2023-01-25 15:05:33 +01:00
__init__.py reorganize api submodule 2023-01-24 13:28:04 +01:00
connection.py adapt annotations for SQLAlchemy 2.x 2023-01-28 11:51:26 +01:00
core.py adapt annotations for SQLAlchemy 2.x 2023-01-28 11:51:26 +01:00
result_formatting.py reorganize code around result formatting 2023-01-24 17:20:51 +01:00
status.py adapt status to use SQLAlchemy tables 2023-01-28 11:51:26 +01:00