summaryrefslogtreecommitdiffstats
path: root/gis/pyshp/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/pyshp/README')
-rw-r--r--gis/pyshp/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/pyshp/README b/gis/pyshp/README
new file mode 100644
index 0000000000..47bdcfc2cc
--- /dev/null
+++ b/gis/pyshp/README
@@ -0,0 +1,4 @@
+The pyshp library reads and writes ESRI Shapefiles in pure Python. You can read
+and write shp, shx, and dbf files with all types of geometry. Everything in the
+public ESRI shapefile specification is implemented. This library is compatible
+with Python versions 2.4 to 3.x.