diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-02-27 18:21:19 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-02 19:12:16 +0700 |
commit | 3c8975717e88872577f3e5bbe82a69d636fcbf86 (patch) | |
tree | 66022221d7aafb3a524d164fdd5382a4d48f31ec /gis/pyspatialite/README | |
parent | 5db00c12eaa705b32368572a385528ee5d8fe4f7 (diff) |
gis/pyspatialite: Added (Python bindings for Spatialite).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/pyspatialite/README')
-rw-r--r-- | gis/pyspatialite/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gis/pyspatialite/README b/gis/pyspatialite/README new file mode 100644 index 0000000000000..0510b0be8fb19 --- /dev/null +++ b/gis/pyspatialite/README @@ -0,0 +1,5 @@ +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. |