.coveragerc
.flake8
.gitignore
CHANGES.txt
COPYING.rst
MANIFEST.in
README.rst
RELEASE.rst
TEST.rst
requirements-doc.txt
requirements-rtd.txt
requirements.txt
setup.cfg
setup.py
.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/conf.py
doc/core_tutorial.rst
doc/elements.rst
doc/index.rst
doc/make.bat
doc/migrate.rst
doc/orm_tutorial.rst
doc/shape.rst
doc/spatial_functions.rst
doc/spatial_operators.rst
doc/spatialite_tutorial.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/comparator.py
geoalchemy2/compat.py
geoalchemy2/elements.py
geoalchemy2/exc.py
geoalchemy2/functions.py
geoalchemy2/shape.py
geoalchemy2/types.py
tests/__init__.py
tests/test_comparator.py
tests/test_elements.py
tests/test_functional.py
tests/test_functional_spatialite.py
tests/test_functions.py
tests/test_shape.py
tests/test_types.py
tests/gallery/README.rst
tests/gallery/test_decipher_raster.py
tests/gallery/test_disable_wrapping.py
tests/gallery/test_length_at_insert.py
tests/gallery/test_raster_transform.py
tests/gallery/test_summarystatsagg.py
tests/gallery/test_type_decorator.py