Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules V2 - Research - poetry plugins #3038

Closed
wouterdb opened this issue Jun 15, 2021 · 1 comment
Closed

Modules V2 - Research - poetry plugins #3038

wouterdb opened this issue Jun 15, 2021 · 1 comment
Assignees

Comments

@wouterdb
Copy link
Contributor

Investigate what extensions capabilities poetry offers

starting point: python-poetry/poetry#693

timesbox: 1day

@sanderr sanderr self-assigned this Jun 17, 2021
@sanderr
Copy link
Contributor

sanderr commented Jun 22, 2021

Conclusions:

  • poetry has support for plugins but currently only on master, not yet on any released version
  • 2 plugin types: Plugin gets activated when poetry starts, ApplicationPlugin can register additional commands and options. The latter would be most suitable for our use cases.
  • fairly little documentation. The basics of how to register a plugin are there, but there is no documented core poetry interface. If we'd want to hook into the core poetry code, we'd need to look at the source. poetry.masonry.builders might be a place of interest.

@sanderr sanderr closed this as completed Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants