Metadata-Version: 2.1
Name: viresclient
Version: 0.4.0
Summary: A Python client for interacting with a VirES server
Home-page: https://github.com/ESA-VirES/VirES-Python-Client
Author: Ashley Smith
Author-email: ashley.smith@ed.ac.uk
License: EOX licence (MIT style)
Platform: UNKNOWN
Requires-Python: >=3.5
Requires-Dist: Jinja2 (<3.0.0,>=2.10)
Requires-Dist: pandas (<1.0.0,>=0.18)
Requires-Dist: cdflib (<1.0.0,>=0.3.9)
Requires-Dist: tables (<4.0.0,>=3.4.4)
Requires-Dist: tqdm (<5.0.0,>=4.23.0)
Requires-Dist: xarray (<1.0.0,>=0.11.0)

===========
viresclient
===========

.. image:: https://badge.fury.io/py/viresclient.svg
    :target: https://badge.fury.io/py/viresclient

.. image:: https://readthedocs.org/projects/viresclient/badge/?version=latest
    :target: http://viresclient.readthedocs.io/
    :alt: Documentation Status

.. image:: https://travis-ci.org/ESA-VirES/VirES-Python-Client.svg?branch=master
    :target: https://travis-ci.org/ESA-VirES/VirES-Python-Client

.. image:: https://coveralls.io/repos/github/ESA-VirES/VirES-Python-Client/badge.svg
    :target: https://coveralls.io/github/ESA-VirES/VirES-Python-Client

.. image:: https://zenodo.org/badge/138034133.svg
   :target: https://zenodo.org/badge/latestdoi/138034133

``viresclient`` is a tool which connects to a VirES server through the `WPS <http://www.opengeospatial.org/standards/wps>`_ interface and handles product requests and downloads.

Install with::

  pip install viresclient

Full documentation: http://viresclient.readthedocs.io/


