2025-05-19 17:29:11 +02:00
|
|
|
# PythonSampleAppEnv
|
|
|
|
|
2025-05-20 12:21:12 +02:00
|
|
|
This application shows:
|
|
|
|
- usage of environment configuration in Python (delcaring Matplotlib dependency)
|
|
|
|
- basic usage of input files in Python applications
|
|
|
|
- creating and returning output file in Python application
|
|
|
|
|
|
|
|
Contents of the repository:
|
|
|
|
- [appDefinition.json](appDefinition.json) - application definition descriptor
|
|
|
|
- [environment.yml](environment.yml) - Python environment configuration
|
|
|
|
- [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
|