Metadata-Version: 2.1
Name: xrview
Version: 0.1.0
Summary: Visualizing xarray data.
Home-page: https://github.com/phausamann/xrview
Author: Peter Hausamann
Author-email: peter.hausamann@tum.de
License: MIT license
Keywords: xrview
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xarray (>=0.10)
Requires-Dist: bokeh (>=1.4)
Requires-Dist: six

.. image:: https://img.shields.io/travis/com/phausamann/xrview.svg
        :target: https://travis-ci.com/phausamann/xrview

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

.. image:: https://img.shields.io/pypi/v/xrview.svg
        :target: https://pypi.python.org/pypi/xrview

======
xrview
======

Visualizing xarray data with bokeh.

Documentation: https://xrview.readthedocs.io


Features
--------

* Plot xarray Datasets and DataArrays in a few lines of code
* Visualize large timeseries data sets


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

.. code-block:: console

    $ pip install git+https://github.com/phausamann/xrview.git

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (tbd)
------------------

* First release on PyPI.


