Metadata-Version: 2.1
Name: gwdatafind-server
Version: 1.2.0
Summary: The server library for the GWDataFind service
Home-page: https://git.ligo.org/computing/gwdatafind/server
Author: Duncan Meacher
Author-email: duncan.meacher@ligo.org
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://git.ligo.org/computing/gwdatafind/server/-/issues
Project-URL: Documentation, https://computing.docs.ligo.org/gwdatafind/server/
Project-URL: Source Code, https://git.ligo.org/computing/gwdatafind/server
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE

# GWDataFind Server

This module defines a Flask Application that serves data URLs based on the contents of a diskcache.
A link to the documentation page can be found [here](https://computing.docs.ligo.org/gwdatafind/server/index.html).

### Requirements

* Python >= 3.4
* Flask >= 1.0.0

## Apache + Gunicorn configuration

For a detailed description of how to set up and configure a datafind server, 
please see [here](https://computing.docs.ligo.org/gwdatafind/server/configuration.html).

## Client API

A detailed explination of the API can be found [here](https://computing.docs.ligo.org/gwdatafind/server/api/v1.html).


