Metadata-Version: 2.1
Name: gwlandscape-python
Version: 0.2.0
Summary: Wrapper of GWDC API, used for interacting with the GWLandscape endpoints
Home-page: https://github.com/gravitationalwavedc/gwlandscape_python
License: MIT
Author: Thomas Reichardt
Author-email: treichardt@swin.edu.au
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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.4.0,<0.5.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"
Requires-Dist: tqdm (>=4.61.2,<5.0.0)
Project-URL: Repository, https://github.com/gravitationalwavedc/gwlandscape_python
Description-Content-Type: text/x-rst

GWLandscape Python API
======================

`GWLandscape <https://gwlandscape.org.au/>`_ is a service used to handle both the submission of COMPAS jobs (todo)

Check out the `documentation <https://gwlandscape-python.readthedocs.io/en/latest/>`_ for more information.

Installation
------------

The gwlandscape-python package can be installed with

::

    pip install gwlandscape-python


Example
-------

::

    >>> from gwlandscape_python import GWLandscape
    >>> gwc = GWLandscape(token='<user_api_token_here>')


