You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally, I don't think a Python wrapper belongs in the same repo as a C library.
I'm not 100% sure how the wrapper is generated, but I'm assuming it doesn't need the full C source tree. If it does, git submodules could be used to include the C sources into the Python wrapper's repo while still providing separation between the two.
The text was updated successfully, but these errors were encountered:
Personally, I don't think a Python wrapper belongs in the same repo as a C library.
I'm not 100% sure how the wrapper is generated, but I'm assuming it doesn't need the full C source tree. If it does, git submodules could be used to include the C sources into the Python wrapper's repo while still providing separation between the two.
The text was updated successfully, but these errors were encountered: