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
- Host: GitHub
- URL: https://github.com/epics-base/setuptools_dso
- Owner: epics-base
- License: other
- Created: 2018-07-07T23:03:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T16:04:50.000Z (9 months ago)
- Last Synced: 2025-09-29T14:17:41.025Z (3 months ago)
- Topics: python, python-wheel, rpath
- Language: Python
- Homepage:
- Size: 330 KB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/