Job management tool
Project description
Ganga is a tool to compose, run and track computing jobs across a variety of backends and application types.
Installation
Ganga can be installed using the standard Python tool pip with
pip install ganga
Usage
Ganga primarily runs as a command-line tool so can be started by just running
ganga
Which will load an interactive IPython prompt at which you can type
j = Job()
j.submit()
j.peek('stdout')
to create a simple local job which runs an executable which simply prints some text to the stdout.
Documentation
[User guide and developer documentation](https://ganga.readthedocs.io/en/latest/index.html)
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
ganga-8.5.7.tar.gz
(8.8 MB
view details)
File details
Details for the file ganga-8.5.7.tar.gz.
File metadata
- Download URL: ganga-8.5.7.tar.gz
- Upload date:
- Size: 8.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d64667af65b5205a361546924577a53b4910b203a0f5a67f99eee6d28d29f1c5
|
|
| MD5 |
6765b2f0930de76948197d22666e0073
|
|
| BLAKE2b-256 |
8d2655673aefa85209414e3ddfb2b2929422306d2ccc39d3365763e47dd9a2b0
|