class PoisePython::Resources::PythonExecute::Resource

A `python_execute` resource to run Python scripts and commands.

@provides python_execute @action run @example

python_execute 'myapp.py' do
  user 'myuser'
end