Metadata-Version: 2.1
Name: oda_api
Version: 1.2.33
Summary: API plugin for CDCI online data analysis
Author-email: Andrea Tramacere <contact@odahub.io>, Volodymyr Savchenko <contact@odahub.io>
Maintainer-email: Gabriele Barni <contact@odahub.io>, Denys Savchenko <contact@odahub.io>
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: requests
Requires-Dist: future
Requires-Dist: astropy <=6.1.4,>=3.2
Requires-Dist: json-tricks
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: jsonschema
Requires-Dist: pyjwt
Requires-Dist: astroquery
Requires-Dist: scipy
Requires-Dist: rdflib
Requires-Dist: black
Requires-Dist: puremagic
Provides-Extra: extra-test
Requires-Dist: pytest-xdist[psutil] ; extra == 'extra-test'
Requires-Dist: astroquery >=0.4.4 ; extra == 'extra-test'
Provides-Extra: gw
Requires-Dist: gwpy ; extra == 'gw'
Requires-Dist: ligo.skymap ; extra == 'gw'
Provides-Extra: ontology
Requires-Dist: rdflib ; extra == 'ontology'
Provides-Extra: test
Requires-Dist: pytest-xdist[psutil] ; extra == 'test'
Requires-Dist: astroquery >=0.4.4 ; extra == 'test'
Requires-Dist: sentry-sdk ; extra == 'test'

oda_api
==========================================

[![PyPI version](https://badge.fury.io/py/oda-api.svg)](https://badge.fury.io/py/oda-api)
![](https://anaconda.org//conda-forge/oda-api/badges/version.svg)
![](https://anaconda.org//conda-forge/oda-api/badges/latest_release_date.svg)
[![Documentation Status](https://readthedocs.org/projects/oda-api/badge/?version=latest)](https://oda-api.readthedocs.io/en/latest/?badge=latest)


![Upload Python Package](https://github.com/cdcihub/oda_api/workflows/Upload%20Python%20Package/badge.svg)
![Prose Linting](https://github.com/volodymyrss/integral-isgri-rate-meaning/workflows/Prose%20Linting/badge.svg)
![Executing Notebook](https://github.com/volodymyrss/integral-isgri-rate-meaning/workflows/Executing%20Notebook/badge.svg)
[![Python package](https://github.com/oda-hub/oda_api/actions/workflows/python-package.yml/badge.svg)](https://github.com/oda-hub/oda_api/actions/workflows/python-package.yml)

*API for cdci_data_analysis*

What's the license?
-------------------

oda_api is distributed under the terms of The MIT License.

Who's responsible?
-------------------
Volodymyr Savchenko (https://github.com/volodymyrss)
Gabriele Barni (https://github.com/burnout87)

Astronomy Department of the University of Geneva

Chemin d'Ecogia 16
CH-1290 Versoix
Switzerland


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

This is the recommended method, equally in [conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#using-pip-in-an-environment).

```bash
$ pip install oda-api --upgrade
```


Alternatively, download source and use Anaconda

```bash
git clone https://github.com/oda-hub/oda_api oda_api
cd oda_api
conda install -c conda-forge --file requirements.txt
python setup.py install
```
    

Documentation
-------------------
https://oda-api.readthedocs.io/en/latest/

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cdcihub/oda_api/master)
