Skip to content

setuptools extension for building non-Python Dynamic Shared Objects

License

Notifications You must be signed in to change notification settings

eddybl/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 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.6%
  • C++ 4.6%
  • Shell 2.6%
  • C 0.2%