issues
search
AirbusDefenceAndSpace
/
pesto
PESTO provides a set of tools to ease the process of packaging a Python algorithm as a processing web service into a docker image. The deployment of a web service becomes now as easy as filling few configuration files.
https://airbusdefenceandspace.github.io/pesto
Apache License 2.0
24
stars
8
forks
source link
Automatic generation of input & output schemas
#22
Closed
sylvaingaudan
closed
1 year ago
sylvaingaudan
commented
1 year ago
This PR addresses
generation of process's in&out schemas based on Input and Output classes
wrapping & unwrapping of the in & out before & after the process
add a user defined definition mecanism
test for retro-compatibility
This PR addresses