Skip to content

[FR] Plugins for Pyttman #89

@dotchetter

Description

@dotchetter

Please share your idea!
Pyttman should offer a Plugin API.
The Plugin API would allow developers of applications to both create custom
plugins, and to use existing ones by installing them using git or pip.

The Plugins would simply be configured in the settings file, such as:

PLUGINS = [
    SomePlugn(**config),
]

The Plugins should have a way to interact with the lifecycle of the app in different ways, such as before app starts, before intent responds, and corresponding after- hooks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions