.codespellrc
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.txt
COPYING.rst
GeoAlchemy2_dev.yml
MANIFEST.in
README.rst
RELEASE.rst
TEST.rst
generate_type_stubs.py
pyproject.toml
requirements-doc.txt
requirements-mypy.txt
requirements-rtd.txt
requirements.txt
setup.py
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/how_to_use.yaml
.github/workflows/test_and_publish.yml
GeoAlchemy2.egg-info/PKG-INFO
GeoAlchemy2.egg-info/SOURCES.txt
GeoAlchemy2.egg-info/dependency_links.txt
GeoAlchemy2.egg-info/entry_points.txt
GeoAlchemy2.egg-info/not-zip-safe
GeoAlchemy2.egg-info/requires.txt
GeoAlchemy2.egg-info/top_level.txt
doc/Makefile
doc/admin.rst
doc/alembic.rst
doc/alembic_helpers.rst
doc/changelog.rst
doc/conf.py
doc/core_tutorial.rst
doc/dialect_specific_features.rst
doc/elements.rst
doc/index.rst
doc/make.bat
doc/migrate.rst
doc/mysql_mariadb_dialect.rst
doc/orm_tutorial.rst
doc/plugin.rst
doc/shape.rst
doc/spatial_functions.rst
doc/spatial_operators.rst
doc/spatialite_dialect.rst
doc/types.rst
doc/_static/geoalchemy.png
doc/_static/geoalchemy.svg
doc/_static/geoalchemy_small.png
doc/_static/geoalchemy_small.svg
doc/_templates/sidebar-about.html
doc/_templates/sidebar-links.html
doc/_templates/sidebar-logo.html
doc/_themes/LICENSE
doc/_themes/README
doc/_themes/flask/layout.html
doc/_themes/flask/relations.html
doc/_themes/flask/theme.conf
doc/_themes/flask/static/flasky.css_t
doc/_themes/flask/static/small_flask.css
geoalchemy2/__init__.py
geoalchemy2/_functions.py
geoalchemy2/_functions_helpers.py
geoalchemy2/alembic_helpers.py
geoalchemy2/comparator.py
geoalchemy2/elements.py
geoalchemy2/exc.py
geoalchemy2/functions.py
geoalchemy2/functions.pyi
geoalchemy2/py.typed
geoalchemy2/shape.py
geoalchemy2/utils.py
geoalchemy2/admin/__init__.py
geoalchemy2/admin/plugin.py
geoalchemy2/admin/dialects/__init__.py
geoalchemy2/admin/dialects/common.py
geoalchemy2/admin/dialects/geopackage.py
geoalchemy2/admin/dialects/mariadb.py
geoalchemy2/admin/dialects/mysql.py
geoalchemy2/admin/dialects/postgresql.py
geoalchemy2/admin/dialects/sqlite.py
geoalchemy2/types/__init__.py
geoalchemy2/types/dialects/__init__.py
geoalchemy2/types/dialects/common.py
geoalchemy2/types/dialects/geopackage.py
geoalchemy2/types/dialects/mariadb.py
geoalchemy2/types/dialects/mysql.py
geoalchemy2/types/dialects/postgresql.py
geoalchemy2/types/dialects/sqlite.py
test_container/.dockerignore
test_container/.gitignore
test_container/Dockerfile
test_container/Dockerfile_mariadb
test_container/build.sh
test_container/build_mariadb.sh
test_container/run.sh
test_container/run_mariadb.sh
test_container/helpers/entrypoint.sh
test_container/helpers/init_mariadb.sh
test_container/helpers/init_mysql.sh
test_container/helpers/init_postgres.sh
test_container/helpers/install_requirements.sh
tests/__init__.py
tests/conftest.py
tests/schema_fixtures.py
tests/test_alembic_migrations.py
tests/test_comparator.py
tests/test_elements.py
tests/test_functional.py
tests/test_functional_geopackage.py
tests/test_functional_mysql.py
tests/test_functional_postgresql.py
tests/test_functional_sqlite.py
tests/test_functions.py
tests/test_pickle.py
tests/test_plugin.py
tests/test_shape.py
tests/test_types.py
tests/alembic_config/alembic.ini
tests/benchmarks/__init__.py
tests/benchmarks/test_insert_select.py
tests/data/spatialite_ge_4.sqlite
tests/data/spatialite_geopackage.gpkg
tests/data/spatialite_lt_4.sqlite
tests/gallery/README.rst
tests/gallery/__init__.py
tests/gallery/test_decipher_raster.py
tests/gallery/test_disable_wrapping.py
tests/gallery/test_insert_raster.py
tests/gallery/test_length_at_insert.py
tests/gallery/test_orm_mapped_v2.py
tests/gallery/test_raster_transform.py
tests/gallery/test_specific_compilation.py
tests/gallery/test_summarystatsagg.py
tests/gallery/test_type_decorator.py