Files
PythonSampleAppMultipleFiles/README.md

13 lines
515 B
Markdown

# PythonSampleAppMultipleFiles
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