Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

gwcloud_python-1.15.0-py3-none-any.whl (22.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page