s2geometry icon indicating copy to clipboard operation
s2geometry copied to clipboard

Is it possible to create a python package of swig wrappers and cpp binaries?

Open rohan-gupta opened this issue 3 years ago • 1 comments

Trying to deploy python based aws lambda function so having a pip based distribution would vastly help. I would like to do something like so:

pip install s2geometry

This, I assume, is similar to other python libraries that use c (example numpy). Could anyone point in the correct direction perhaps?

rohan-gupta avatar Oct 27 '20 13:10 rohan-gupta

See #94

rcoup avatar Nov 30 '20 12:11 rcoup