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

refactor: rework plugin module #189

Merged
merged 2 commits into from
Mar 19, 2024
Merged

refactor: rework plugin module #189

merged 2 commits into from
Mar 19, 2024

Conversation

mkb79
Copy link
Owner

@mkb79 mkb79 commented Mar 18, 2024

  • using importlib.metadata over setuptools (pkg_resources) to get entrypoints
  • help text now starts with ´(P)` for plugin commands
  • plugin command help page now contains additional information about the source of the plugin

- using importlib.metadata over setuptools (pkg_resources) to get entrypoints
- help text now starts with ´(P)` for plugin commands
- plugin command help page now contains additional information about the source of the plugin
@mkb79 mkb79 added the enhancement New feature or request label Mar 18, 2024
@mkb79 mkb79 linked an issue Mar 18, 2024 that may be closed by this pull request
In this commit, the CHANGELOG.md file was updated with additional plugin information and a change in the plugin module. The plugin command help page now includes information about the source of the plugin and plugin commands are clearly indicated with a `(P)` prefix. Additionally, the plugin module was reworked: now it relies on importlib.metadata instead of setuptools (pkg_resources) to get entry points.
@mkb79 mkb79 merged commit 87bedc1 into master Mar 19, 2024
@mkb79 mkb79 deleted the rework-plugins branch March 19, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'pkg_resources'
1 participant