Updated README.md

This commit is contained in:
2026-04-07 11:42:13 +02:00
parent 99de79c9f0
commit a70b513e53

View File

@@ -1,2 +1,12 @@
# PythonSampleAppMultipleFiles # 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