Pure Python interface for event hooks and procedures #89
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: BlackLight
As of now event hooks and procedures are defined within the
config.yaml
or one of its included files, in a YAML format that can include small snippets of Python code through the${}
syntax.For increased flexibility in case of more complex procedures and hooks, a pure Python interface should also be supported.