lukacu / setuptools_dso

setuptools extension for building non-Python Dynamic Shared Objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

setuptools extension for building non-Python Dynamic Shared Objects

License:Other


Languages

Language:Python 90.1%Language:C++ 6.1%Language:Shell 3.5%Language:C 0.2%