Replies: 1 comment 2 replies
-
@henryiii my recommendation is to try it, and raise issues or features as you encounter a need for it. The pluging system is in purpose limited at the moment as it is quite early. However, going forward we would definitely expand scope for more tighter integrations. But until the community starts developing against it and point out shortcomings, we cannot do much else than guess. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use the plugin system to enable extension building plugins. I'm working with scikit-build, the official build system for CMake in Python, and I'd like to (over the next two years) build a plugin for Poetry that would allow the integration of CMake builds with Poetry projects. The idea being you could include this hypothetical
scikit-build-poetry
alongside poetry in your pyproject.toml (or any other builder plugin, like a setuptools based plugin or enscons based plugin, but this is the one I'd be interested in working on), and then specify extensions to build with it (settings in[tool.scikit-build-poetry]
would be fine, or there could be a built in way to specify extension locations).Based on #3733 (comment), this is basically already almost possible, but not very well integrated. What do you think? Also, might there need to be a bit more added to enable high quality integration with extension building plugins, or is #3733 enough?
Beta Was this translation helpful? Give feedback.
All reactions