Metadata-Version: 2.1
Name: viresclient
Version: 0.1.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
Requires-Dist: pandas
Requires-Dist: cdflib
Requires-Dist: tables
Requires-Dist: tqdm

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

.. image:: https://readthedocs.org/projects/viresclient/badge/?version=latest
    :target: http://viresclient.readthedocs.io/en/latest/?badge=latest
    :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

``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 with::

  pip install viresclient

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


