1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: geoalchemy2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all,
python3-setuptools,
python3-setuptools-scm,
architecture-is-64-bit,
architecture-is-little-endian,
Build-Depends-Indep:
mariadb-server,
postgis,
postgresql-postgis,
postgresql-postgis-scripts,
python3-alembic <!nocheck>,
python3-psycopg2,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-rasterio <!nocheck>,
python3-shapely,
python3-sphinx-gallery,
python3-sqlalchemy (>= 1.4),
Standards-Version: 4.7.3
Homepage: https://geoalchemy-2.readthedocs.io/
Vcs-Browser: https://salsa.debian.org/python-team/packages/geoalchemy2
Vcs-Git: https://salsa.debian.org/python-team/packages/geoalchemy2.git
Package: python3-geoalchemy2
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
postgis,
Description: SQLAlchemy extension for spatial databases
GeoAlchemy 2 extends SQLAlchemy, enabling it to handle spatial databases.
This toolkit supports various database dialects including PostgreSQL/PostGIS,
SQLite, and MySQL. By leveraging SQLAlchemy's ORM capabilities, GeoAlchemy 2
simplifies the integration of spatial data within Python applications.
Package: python-geoalchemy2-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: SQLAlchemy extension for spatial databases (Documentation)
GeoAlchemy 2 extends SQLAlchemy, enabling it to handle spatial databases.
This toolkit supports various database dialects including PostgreSQL/PostGIS,
SQLite, and MySQL. By leveraging SQLAlchemy's ORM capabilities, GeoAlchemy 2
simplifies the integration of spatial data within Python applications.
.
This package contains the documentation.
|