https://github.com/pollination/handlers-python
Handlers to process input/output data in python for each UI
https://github.com/pollination/handlers-python
Last synced: 8 months ago
JSON representation
Handlers to process input/output data in python for each UI
- Host: GitHub
- URL: https://github.com/pollination/handlers-python
- Owner: pollination
- License: agpl-3.0
- Created: 2021-01-01T01:06:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T18:37:36.000Z (about 1 year ago)
- Last Synced: 2025-09-01T04:10:56.701Z (10 months ago)
- Language: Python
- Size: 537 KB
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handlers-python
Handlers to process inputs and outputs of Pollination recipes.
An input handler takes an input provided by user and convert it to the object that is
needed by the recipe input.
An output handler takes the output of a recipe and post-process it before visualizing it
inside the user interface.