[15:06:01] <timdiels> Hi. Is it possible to make 2 separate distributions such that one distributes a package `project.subproject1` and the other distributes `project.subproject2`? Note the shared root package.
[15:06:34] <tdsmith> have you looked into namespace package?
[18:38:47] <SimonSapin> Hi. I’d like some help making packages that include Rust code (though it could be any language with its own build system that produces a native dynamic library). Ideally, distutils would run 'cargo build' at the appropriate time and copy the .so file somewhere my Python program can find it (and dlopen() it with CFFI)
[18:38:54] <SimonSapin> I wrote up more details at https://github.com/SimonSapin/hello-pyrust
[20:21:34] <dstufft> SimonSapin: there's certitude which does something like this already