Metadata-Version: 2.4
Name: GeoAlchemy2
Version: 0.18.3
Summary: Using SQLAlchemy with Spatial Databases
Author-email: Eric Lemoine <eric.lemoine@gmail.com>, Adrien Berchet <adrien.berchet@gmail.com>
License: MIT
Project-URL: Homepage, https://geoalchemy-2.readthedocs.io/en/stable/
Project-URL: Tracker, https://github.com/geoalchemy/geoalchemy2/issues
Project-URL: Source, https://github.com/geoalchemy/geoalchemy2
Keywords: geo,gis,sqlalchemy,orm
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: COPYING.rst
Requires-Dist: SQLAlchemy>=1.4
Requires-Dist: packaging
Provides-Extra: shapely
Requires-Dist: Shapely>=1.7; extra == "shapely"
Dynamic: license-file

============
GeoAlchemy 2
============

.. image:: https://github.com/geoalchemy/geoalchemy2/actions/workflows/test_and_publish.yml/badge.svg?branch=master
   :target: https://github.com/geoalchemy/geoalchemy2/actions

.. image:: https://coveralls.io/repos/geoalchemy/geoalchemy2/badge.png?branch=master
   :target: https://coveralls.io/r/geoalchemy/geoalchemy2

.. image:: https://readthedocs.org/projects/geoalchemy-2/badge/?version=latest
   :target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://zenodo.org/badge/5638538.svg
  :target: https://zenodo.org/doi/10.5281/zenodo.10808783

GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.

Documentation is on Read the Docs: https://geoalchemy-2.readthedocs.io/en/stable.
