spatialite
spatialite copied to clipboard
Add a wheel for library dependencies
Does spatialite build a wheel that packages libspatialite?
- https://pythonwheels.com/
Some packages with wheels that provide binary libs:
- https://github.com/Toblerity/Shapely
- https://github.com/Toblerity/Shapely/blob/master/build-wheels.sh
- https://github.com/Toblerity/Fiona
See also:
- https://github.com/mapbox/rasterio/blob/master/setup.py#L153
- https://github.com/mapbox/rasterio/blob/master/setup.py#L436
Does spatialite build a wheel that packages libspatialite?
Unfortunately no. Currently it depends on the existing libspatialite in the system which should be installed separately (as it is mentioned in Readme).
But thanks for the advice, I will consider adding this feature.