An open API service indexing awesome lists of open source software.

https://github.com/epics-base/setuptools_dso

setuptools extension for building non-Python Dynamic Shared Objects
https://github.com/epics-base/setuptools_dso

python python-wheel rpath

Last synced: 14 days ago
JSON representation

setuptools extension for building non-Python Dynamic Shared Objects

Awesome Lists containing this project

README

          

# setuptools extension for building non-Python Dynamic Shared Objects

Building non-python shared libraries (eg. `libY.so`, `libY.dylib`, or `Y.dll`) for inclusion in a Python Wheel.

This extension is an alternative to bundling externally built
libraries in Python Wheel packages by providing the means to
replace an external build system (eg. Makefile) so that non-python
libraries to be built from source within the python ecosystem.

- Documentation at https://mdavidsaver.github.io/setuptools_dso
- Github project https://github.com/mdavidsaver/setuptools_dso
- PYPI https://pypi.org/project/setuptools-dso/