Files
PythonSampleAppMultipleFiles/README.md

13 lines
515 B
Markdown
Raw Normal View History

2026-04-07 11:33:10 +02:00
# PythonSampleAppMultipleFiles
2026-04-07 11:42:13 +02:00
This application shows:
- basic usage of multiple input files in Python applications
- creating and returning output file in Python application
- declaring Matplotlib dependency
Contents of the repository:
- [appDefinition.json](appDefinition.json) - application definition descriptor
- [sample_app.py](sample_app.py) - executable script containing the application code
Check the https://docs.cyfronet.pl/display/ISDOC/Examples documentation to learn how to use this example