Skip to content

Thf772/setuptools_dso

 
 

Repository files navigation

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.

About

setuptools extension for building non-Python Dynamic Shared Objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.4%
  • Shell 5.4%
  • C++ 4.4%
  • Other 0.8%