An open API service indexing awesome lists of open source software.

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

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.