Skip to content

setuptools extension for building non-Python Dynamic Shared Objects

License

Notifications You must be signed in to change notification settings

mdavidsaver/setuptools_dso-dev

This branch is 6 commits behind epics-base/setuptools_dso:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f8517a · Aug 15, 2024
Jul 29, 2024
Jul 29, 2024
Oct 8, 2023
Aug 15, 2024
Apr 26, 2023
Jan 7, 2022
Jul 7, 2018
Aug 3, 2021
Sep 16, 2022
Jul 18, 2021
Jul 18, 2021
Jul 29, 2024
Oct 8, 2023

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.6%
  • Shell 5.3%
  • C++ 4.3%
  • Other 0.8%