Wrapper of GWDC API, used for interacting with the GWCloud endpoints
Project description
GWCloud is a service used to handle both the submission of Bilby jobs to a supercomputer queue and the obtaining of the results produced by these jobs. While there is a web interface for this service, which is recommended for beginners, this package can be used to allow Bilby job submission and manipulation from Python scripts.
Check out the documentation for more information.
Installation
The gwcloud-python package can be installed with
pip install gwcloud-python
Example
>>> from gwcloud_python import GWCloud >>> gwc = GWCloud(token='<user_api_token_here>') >>> job = gwc.get_official_job_list()[0] >>> job.save_corner_plot_files() 100%|██████████████████████████████████████| 3.76M/3.76M [00:00<00:00, 5.20MB/s] All 2 files saved!
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
gwcloud_python-1.15.0.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file gwcloud_python-1.15.0.tar.gz
.
File metadata
- Download URL: gwcloud_python-1.15.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.8.10 Linux/5.15.0-78-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ee5261faa4ccefffb1974af94b11f75a84184204e44b7602415696f0e603e0 |
|
MD5 | a62255786b902014c012167285c40d22 |
|
BLAKE2b-256 | 4b7c7c50ac6e2ce3d943bc2cf885adebeb90d1f012b614160d30fcaa6e36cd85 |
File details
Details for the file gwcloud_python-1.15.0-py3-none-any.whl
.
File metadata
- Download URL: gwcloud_python-1.15.0-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.8.10 Linux/5.15.0-78-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49871cb4b57fc040d30b6f744f0d27896c1f82d353298fa12b6f676e604d278f |
|
MD5 | 575501a91e2b6b7bcda755ae44b15cad |
|
BLAKE2b-256 | cfe3dde24b293c8cba117f59984bf1c0f6d704b489faecb575f6d307d11b26d7 |