Metadata-Version: 2.1
Name: viresclient
Version: 0.2.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-Dist: Jinja2 (<3.0.0,>=2.10)
Requires-Dist: cdflib (==0.3.5)
Requires-Dist: tables (<4.0.0,>=3.4.4)
Requires-Dist: tqdm (<5.0.0,>=4.23.0)
Requires-Dist: xarray (<0.11.0,>=0.10.0)
Requires-Dist: pandas (<0.21); python_version < "3.5.0"
Requires-Dist: pandas (>=0.18); python_version >= "3.5.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


``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/


