A better way to configure and run things that usually go into shell scripts
Project description
# ScriptEngine
The main purpose of ScriptEngine is to replace shell scripts. ScriptEngine tries to put the user’s focus on the description of common shell script tasks, rather than their implementation. Ideally, the description of a complex task should be nearly as short and clear as the description of a simpler one.
The ScriptEngine concept separates scripts (what to do) from the implementation of tasks (how to do things), and the actual execution environment (the script engine instances). This allows different execution models to be implemented. A simple script engine instance may execute tasks from a script as a simple sequential list, which is, in fact, the default behaviour in ScriptEngine. However, it is rather easy, within the ScriptEngine concept, to implement more advanced script engine instances, such as one that executes tasks in parallel or sends tasks to batch systems.
Since ScriptEngine tasks are basically Python class methods, there is a wide range of tools available to get the actual work done, which allows for a more efficient implementation of tasks.
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
Built Distribution
File details
Details for the file scriptengine-0.3.2.tar.gz
.
File metadata
- Download URL: scriptengine-0.3.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e31fcfc23cbc924b4e98596ca181977111804f3391e5790161915049b7642ec6 |
|
MD5 | 28d33cf6f5022f4aed5aef0752f41c34 |
|
BLAKE2b-256 | b35d629d1805a895e72f9dc7195d5302c832536c2f2bb61932f4c86d0d9a331f |
File details
Details for the file scriptengine-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: scriptengine-0.3.2-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32613bf7ead47eab5a4d0387230966a6a775d7830e581a3d4931adcded148d5a |
|
MD5 | edb3bbe51f94fc755c1d090ef11ab315 |
|
BLAKE2b-256 | 24fe6496e93005168d0694e1bea4acd8db8743be379646e971a5bd3135cbdeea |