Skip to content

Allow with_plugins() to accept a string #13

Closed
@geowurster

Description

@geowurster
Member

There really isn't a need for the user to be doing:

from pkg_resources import iter_entry_points

from click_plugins import with_plugins

@with_plugins(iter_entry_points(entry.point))

When they could just do:

from click_plugins import with_plugins

@with_plugins('entry.point1', 'ep.2')

Activity

added 2 commits that reference this issue on Jun 9, 2025
3c3566d
f672fdc
added 2 commits that reference this issue on Jun 25, 2025
7414214
0a40db0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @geowurster

      Issue actions

        Allow with_plugins() to accept a string · Issue #13 · click-contrib/click-plugins