Replies: 1 comment
-
|
Currently the import hook is tightly integrated into Maturin. The project importer looks specifically for Maturin projects and calls out to Maturin to install them. It would be possible to add support for other types of projects and I would be open to contributions for this. The advantage of installing with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a mixed Python-Cython-PyO3 project built with
setuptools/setuptools_rust. To increase development speed I would like to use thematurin_import_hook. However the docs only focus onmaturin-built projects (which makes sense, as it is a maturin-import-hook 😉).However, is there a way to use this package also for
setuptools-based projects and if this is possible, how would I configurematurin_import_hook.install()?Beta Was this translation helpful? Give feedback.
All reactions