Python Application demonstrating: 1) configuration of Python environment, 2) use of input files and parameters, 3) returning output file
appDefinition.json | ||
environment.yml | ||
README.md | ||
sample_app.py |
PythonSampleAppEnv
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 - application definition descriptor
- environment.yml - Python environment configuration
- 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