Metadata-Version: 2.1
Name: gwcloud-python
Version: 0.4.0
Summary: Wrapper of GWDC API, used for interacting with the GWCloud endpoints
Home-page: https://github.com/gravitationalwavedc/gwcloud_python
License: MIT
Author: Thomas Reichardt
Author-email: treichardt@swin.edu.au
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: Sphinx (>=4.0.2,<5.0.0); extra == "docs"
Requires-Dist: graphene-file-upload (>=1.3.0,<2.0.0)
Requires-Dist: gwdc-python (>=0.1.0,<0.2.0)
Requires-Dist: importlib-metadata (>=4.5.0,<5.0.0)
Requires-Dist: jwt (>=1.2.0,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: sphinx-rtd-theme (>=0.5.2,<0.6.0); extra == "docs"
Project-URL: Documentation, https://gwcloud-python.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/gravitationalwavedc/gwcloud_python
Description-Content-Type: text/x-rst

GWCloud Python API
==================

GWCloud is a service used to handle both the submission of `Bilby <https://pypi.org/project/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.
