Is it possible to create a python package of swig wrappers and cpp binaries?
Open
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 357
- Avg merge
- 11h 4m
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.