2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor _write_shape_to_shp_file into static methods on Shape subclasses More... 4 months ago
Refactor _from_shp_file methods onto new subclasses of Shape More... 4 months ago
Further reduce number of index selector tests More... 4 months ago
Ignore Pylint W0707 More... 4 months ago
Refactor some of Writer.__shpRecord into _write_shape_to_shp_file( More... 4 months ago
Reformat More... 4 months ago
Update shapefile.py More... 4 months ago
Reformat More... 4 months ago
Update test_shapefile.py More... 4 months ago
Create py.typed More... 4 months ago
Merge pull request #337 from JamesParrott/pyshp-3.0.0-alpha-the-phantype-menace More... 5 months ago
Merge pull request #11 from JamesParrott/A-little-polymorphism More... 5 months ago
Don't overwrite user specified bbox with the one read from shp file More... 5 months ago
Polymorphic! (Errors) More... 5 months ago
Replace elif with if More... 5 months ago
Don't need to set NullShape().points = [], it already is. More... 5 months ago
Only call f.seek(next_shape) in _read_shape_from_shp_file More... 5 months ago
Satisfy Pylint More... 5 months ago
Restore necessary isinstance check More... 5 months ago
Refactor into Shape class method More... 5 months ago
Replace isinstance test with if ShapeClass is MultiPatch More... 5 months ago
Correct retvar name More... 5 months ago
Try to make fewer isinstance calls More... 5 months ago
Pass args of __shape to _read_shape_from_shp_file More... 5 months ago
Refactor Reader.__shape into __read_shape_from_shp_file More... 5 months ago
Use the shapeType variable we just read More... 5 months ago
Move creation of shape record to use shapeType read for that shape., not the whole file More... 5 months ago
Merge pull request #336 from GeospatialPython/speed_tests More... 5 months ago
Merge pull request #335 from JamesParrott/pyshp-3.0.0-alpha-return-of-the-type-hints More... 5 months ago
Rename speed_test.py to match that of PyShp 2.4.0 More... 5 months ago