Skip to content

SeanHayes/pyspatialite

 
 

Repository files navigation

Python interface to Spatialite

pyspatialite is an interface to the SQLite 3.x embedded relational database engine with spatialite extensions.

It is almost fully compliant with the Python database API version 2.0 and also exposes the unique features of SQLite and spatialite.

Installation

pip install pyspatialite

Pre-release Installation

In some cases, the most recent pypi release may be in a pre-release stage. In order to install pre-release packages, you must include the option '--pre' in your pip command:

pip install --pre pyspatialite

Bitdeli Badge

About

Python bindings for Spatialite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.6%
  • Shell 2.3%
  • Python 1.1%