Skip to content

Geode-solutions/GeodeMesherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneCode Project Instructions

Getting started with your code

  1. Don't touch the main.py (feel free to look at it though ;-))
  2. The application entry point is the run() function of the Python file of each Flow:
    • Don't change the Python flow filename nor the function name run()
    • Add your code to the run() function
    • Feel free to organize your code inside multiple files and sub-folders

Running your application

To run you script with the default parameters

python main.py

To run you script with the another parameter set:

  1. First extract your parameters as JSON and edit the parameter values as needed
  2. Run your application providing the JSON file
# Extract and edit the generated file
onecode-extract my_parameters.json

# Run your application with the file
python main.py my_parameters.json

To run a specific flow

python main.py --flow flow_name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages