setuptools extension for building non-Python Dynamic Shared Objects
===================================================================
.. module:: setuptools_dso
Building non-python shared libraries (eg. `libY.so`, `libY.dylib`, or `Y.dll`) for inclusion in a Python Wheel.
This `setuptools `_ extension
provides at alternative to bundling externally built libraries in Python Wheel packages.
This replaces an external build system (eg. Makefile),
allowing non-python libraries to be built from source within a python ecosystem.
- `Issue tracker `_
- On `PYPI `_
- `VCS repository `_
- Canonical `documentation `_
- `Example usage `_
- CI status |cistatus|
.. |cistatus| image:: https://github.com/mdavidsaver/setuptools_dso/workflows/setuptools-dso/badge.svg
:target: https://github.com/mdavidsaver/setuptools_dso/actions
:alt: github actions status badge
.. toctree::
:maxdepth: 2
usage
probe
details
releasenotes