uv is a Rust-based project and package manager for Python.
It is considerably simpler than poetry, which is why I personally prefer it, so I hope it would be easy to integrate with.
I have done some experiments with both the default build system (hatchling) and using setuptools but haven't had any success accessing the library that should be exported by pydust.
I wonder if this has to do with the include statement, although I have noticed that the build script compiles to a .so, and I'm on an ARM64 Mac, so there might be an issue there too.
uv is a Rust-based project and package manager for Python.
It is considerably simpler than poetry, which is why I personally prefer it, so I hope it would be easy to integrate with.
I have done some experiments with both the default build system (
hatchling) and usingsetuptoolsbut haven't had any success accessing the library that should be exported bypydust.I wonder if this has to do with the
includestatement, although I have noticed that the build script compiles to a.so, and I'm on an ARM64 Mac, so there might be an issue there too.