google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.29k stars 302 forks source link

Add ability to create Python wheels #313

Closed selimnairb closed 1 year ago

selimnairb commented 1 year ago

This pull request enables the creation of Python wheels via integration with CMake. This also changes the name of the Python library from pywraps2 to the more ergonomic s2geometry.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

selimnairb commented 1 year ago

@jmr Let me know if there's anything more to be done on this PR and if there is anyway that I can help with the migration from SWIG. Thanks!

jmr commented 1 year ago

Thanks! I'll let you know when we have something in the way of a SWIG replacement.