Metadata-Version: 1.1
Name: dbgis
Version: 0.2
Summary: PostGIS/SpatiaLite adapter for Psycopg/pyspatialite
Home-page: https://projects.bioecoforests.com/projects/python-dbgis/
Author: Bio Eco Forests
Author-email: pierre-louis.bonicoli@bioecoforests.com
License: UNKNOWN
Download-URL: https://projects.bioecoforests.com/projects/python-dbgis/files
Description: 'python-dbgis is an extension to Psycopg_ and pyspatialite_, respectively a
        PostgreSQL_ and SQLite_ database adapter for the Python_ programming language.
        python-dbgis support geometry objects used by PostGIS_ and SpatiaLite_ by
        translating between their EWKB representation and Python objects.
        
        python-dbgis has been tested with Python 2.7.
        
        python-dbgis is based on PPyGIS_ written by Bartosz Fabianowski
        (bartosz@fabianowski.eu). Modifications_ written by Nicolas Évrard
        (nicoe@b2ck.com) for Bio Eco Forests.
        
        .. _PPyGIS: http://www.fabianowski.eu/projects/ppygis/
        .. _pyspatialite: http://pyspatialite.googlecode.com/
        .. _SQLite: http://www.sqlite.org/
        .. _Psycopg: http://initd.org/psycopg/
        .. _PostgreSQL: http://www.postgresql.org/
        .. _Python: http://www.python.org/
        .. _PostGIS: http://postgis.refractions.net/
        .. _SpatiaLite: http://www.gaia-gis.it/spatialite/'
        
Keywords: psycopg,postgis,geometry,EWKB
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
