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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file runner_v1-0.1.1.tar.gz
.
File metadata
- Download URL: runner_v1-0.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.2 Linux/6.6.16-linuxkit
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbb161a63331a0bb8f5caa2cc2f02879b221197e1775886453bc3b5d0740f6e3 |
|
MD5 | 8aa83132617f7883c9ce4af8598a3803 |
|
BLAKE2b-256 | 0e5090080a1fbc673a9b46473f4e1cb51ea202c9837fd4fe9475524717f66977 |
File details
Details for the file runner_v1-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: runner_v1-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.2 Linux/6.6.16-linuxkit
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de5f247f0b453c7a2bddd892f9b8e8717b8c4e814b7190c1e5d2f201fb91c858 |
|
MD5 | 49b289dbe6a2a86bb7520785a29a899d |
|
BLAKE2b-256 | 8b93d75b65b63d6408771d4921bf51e8df77e43901fb44e5b724d9e1a9c70c1a |