Made a `shapely-helper` package
See original GitHub issueHi,
I wanted to give you a heads up, I have created a shapely-helper
package on pypi so that my library pymedphys
can depend on shapely
while still have my package be pip installable on Windows.
The source code for the shapely-helper
package can be found at:
https://github.com/pymedphys/pymedphys/tree/a10f1eb/misc/shapely-helper
The pypi record is at: https://pypi.org/project/shapely-helper/
If you would prefer I name it differently, let me know.
Cheers, Simon
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Made a `shapely-helper` package · Issue #815 - GitHub
Hi, I wanted to give you a heads up, I have created a shapely-helper package on pypi so that my library pymedphys can...
Read more >The Shapely User Manual — Shapely 2.0.0 documentation
Shapely is a Python package for set-theoretic analysis and manipulation of planar features using (via Python's ctypes module) functions from the well known...
Read more >shapely-helper - PyPI
Helper to install shapely with pip. Navigation. Project description; Release history; Download files. Statistics. View ...
Read more >Shapely Documentation - Read the Docs
Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is using.
Read more >Geospatial adventures. Step 1: Shapely. | by Dmitry Selemir
The library allows you to work with three main types of geometric objects: Point, LineString and Polygons+ geometry collections if you want to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@SimonBiggs I just remembered to follow up here: we have some wheels for Windows on PyPI starting with 1.7.0 https://pypi.org/project/Shapely/1.7.0/#files.
Oh that completely makes my day! 😃 Thank you!