summit/backend/venv/lib/python3.12/site-packages/geoalchemy2-0.18.1.dist-info/METADATA

64 lines
2.2 KiB
Plaintext

Metadata-Version: 2.4
Name: GeoAlchemy2
Version: 0.18.1
Summary: Using SQLAlchemy with Spatial Databases
Home-page: https://geoalchemy-2.readthedocs.io/en/stable/
Author: Eric Lemoine
Author-email: eric.lemoine@gmail.com
License: MIT
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
License-File: COPYING.rst
Requires-Dist: SQLAlchemy>=1.4
Requires-Dist: packaging
Provides-Extra: shapely
Requires-Dist: Shapely>=1.7; extra == "shapely"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
============
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.