ofek / extensionlib

The toolkit for building extension modules
https://ofek.dev/extensionlib/
MIT License
25 stars 0 forks source link

Add a runner that uses distutils/setuptools’ APIs to build extensions #19

Open pradyunsg opened 2 years ago

pradyunsg commented 2 years ago

This would serve as a drop-in replacement for certain use cases, but I’m not sure if it’s even tractable. If it is, it might make sense to show how, at least.

I’m mostly filing this as a “hey, have you thought about this?”. :)

ofek commented 2 years ago

That's out of scope. This is purely for things that can build extensions to define their logic and communicate where files are/should be distributed.

henryiii commented 2 years ago

I think you could build something like that that uses extensionlib, the problem is Setuptools doesn't really make the logic easy to access standalone.