Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 603 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 603 Bytes

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 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 the python ecosystem.