Runtime Environment Capture
This project aims to create a lightweight wrapper around scripts/commands in order to capture details about the program being run for later reproducibility.
Supported Runtime Options
- CLI
- Shell (bash, zsh, etc)
- Slurm
- SGE
Instaling REC
REC supports Linux and MacOS, but is primarily geared towards job launchers that are predominantly available on Linux. That being said, some launchers such as Slurm and SGE are not available on MacOS. If you're using a Mac, this likely doesn't mean much to you, but it's worth mentioning.
Installing using Pip
pip install runtime-environment-capture
Running REC
To run REC, issue the following command:
rec [COMMAND]
By default, REC assumes that you will be running and capturing information about a shell command. The simplest way to run REC would be as follows:
rec echo "Hello World"
This will run the command echo "Hello World" as a shell command and will capture information about that command.
Changing Launcher
To change the desired launcher from recording a command to recording a more complex job, REC accepts a --launcher/-l flag.
Using this flag, REC can perform launcher specific capture options for supported launchers.
If the job was a Slurm job, REC would launch the job, capture information about the job, and collect information about Slurm itself.
Release files for runtime-environment-capture 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| runtime-environment-capture-0.2.1.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| runtime_environment_capture-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.5 kB
Release files / runtime-environment-capture-0.2.1.tar.gz
| Download URL | runtime-environment-capture-0.2.1.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dcd478583cfe670aa1473774469c47d62d8c910a36a6225b81a7338a86ba6880
|
|
BLAKE2b-256 checksum How to use checksums |
f65c6bf815ee43007b33091da4bab34d003897da9cb0331cea2d113607104856
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
|
Release files / runtime_environment_capture-0.2.1-py3-none-any.whl
| Download URL | runtime_environment_capture-0.2.1-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8ce0a13636ea6d6170ae0daac282d72ac1e2ce84fcc1b852f730d23493da1111
|
|
BLAKE2b-256 checksum How to use checksums |
d44212e88e5ecc786b456eab6c28062296ca16c75f6cbf3f5a8205fe826ea726
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
|