Skip to content

RinktLtd/python-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

python-interpreter

Lightweight embedded Python interpreter for workflow scripting within the Rinkt automation platform.

Supports executing Python scripts, inline commands (-c), and interactive REPL mode. Used by the Rinkt runner to execute Python-based workflow activities.

Usage

# Run a script file
python python_interpreter.py script.py

# Execute inline code
python python_interpreter.py -c "print('hello')"

# Interactive mode
python python_interpreter.py

About

Lightweight embedded Python interpreter for workflow scripting

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages