diff options
Diffstat (limited to 'gis/python3-pyshp/README')
-rw-r--r-- | gis/python3-pyshp/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/python3-pyshp/README b/gis/python3-pyshp/README new file mode 100644 index 000000000000..47bdcfc2cce9 --- /dev/null +++ b/gis/python3-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. |