Skip to main content

script runner

Project description

runner

usage

configuratioins

pip install runner-v1

make runner.toml in your project directory.

required profile.name, profile.run, from_ext.ext, from_ext.profile

optional profile.pre_run, profile.post_run

[[profile]]
name = 'c++'
pre_run = 'g++ -O2 <file>'
run = './a.out'
post_run = 'rm a.out'

[[profile]]
name = 'python'
run = 'python <file>'

[[from_ext]]
ext = 'cpp'
profile = 'c++'

[[from_ext]]
ext = 'py'
profile = 'python'
run main.cpp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

runner_v1-0.1.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

runner_v1-0.1.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page