-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Labels
enhancement
New feature or request
Comments
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
dotchetter
added a commit
that referenced
this issue
Jan 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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 correspondingafter-
hooks.The text was updated successfully, but these errors were encountered: