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

[FR] Plugins for Pyttman #89

Open
dotchetter opened this issue Jan 7, 2024 · 0 comments
Open

[FR] Plugins for Pyttman #89

dotchetter opened this issue Jan 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dotchetter
Copy link
Collaborator

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.

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

No branches or pull requests

1 participant