zhikrullah / pyshp

Automatically exported from code.google.com/p/pyshp
MIT License
0 stars 0 forks source link

Suggestion for pyshp_usage #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I saw the usage.py file used to get installed which was a bit of a generic 
name.  Now that been changed to pyshp_usage.py, so it's more specific which is 
good.

Installed it looks like

ls -1 e1/lib/python2.7/site-packages/

pyshp_usage.py
pyshp_usage.pyc
shapefile.py
shapefile.pyc

The pyshp_usage.py is not really used though since it is just a docstring in 
rst format that has examples run by doctest.

Suggest that pyshp_usage.py could be changed to a README or README.txt file 
with the doc in rst format.  doctest should be able to run on that file too, 
might just have to adjust a bit.

Advantage with this is that the README file will be packaged as part of the 
sdist (source distribution) but won't be installed into 
lib/python2.7/site-packages/.

Thoughts?

:)

Original issue reported on code.google.com by memedo...@gmail.com on 24 Sep 2011 at 2:35

GoogleCodeExporter commented 8 years ago
Good idea - will do.

Original comment by jlawh...@geospatialpython.com on 27 Sep 2011 at 2:18

GoogleCodeExporter commented 8 years ago

Original comment by geospati...@gmail.com on 17 Nov 2011 at 3:19