Metadata-Version: 1.1
Name: psyplot
Version: 0.2.11
Summary: Python package for interactive data visualization
Home-page: https://github.com/Chilipp/psyplot
Author: Philipp Sommer
Author-email: philipp.sommer@unil.ch
License: GPLv2
Description: The psyplot interactive visualization framework
        ===============================================
        
        .. start-badges
        
        .. list-table::
            :stub-columns: 1
            :widths: 10 90
        
            * - docs
              - |docs|
            * - tests
              - |travis| |requires| |coveralls|
            * - package
              - |version| |supported-versions| |supported-implementations|
        
        .. |docs| image:: http://readthedocs.org/projects/psyplot/badge/?version=latest
            :alt: Documentation Status
            :target: http://psyplot.readthedocs.io/en/latest/?badge=latest
        
        .. |travis| image:: https://travis-ci.org/Chilipp/psyplot.svg?branch=master
            :alt: Travis
            :target: https://travis-ci.org/Chilipp/psyplot
        
        .. |coveralls|  image:: https://coveralls.io/repos/github/Chilipp/psyplot/badge.svg?branch=master
            :alt: Coverage
            :target: https://coveralls.io/github/Chilipp/psyplot?branch=master
        
        .. |requires| image:: https://requires.io/github/Chilipp/psyplot/requirements.svg?branch=master
             :alt: Requirements Status
             :target: https://requires.io/github/Chilipp/psyplot/requirements/?branch=master
        
        .. |version| image:: https://img.shields.io/pypi/v/psyplot.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/psyplot
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psyplot.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/psyplot
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/psyplot.svg?style=flat
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/psyplot
        
        
        .. end-badges
        
        Welcome! **psyplot** is an open source python project that mainly combines the
        plotting utilities of matplotlib_ and the data management of the xarray_
        package. The main purpose is to have a framework that allows a  fast,
        attractive, flexible, easily applicable, easily reproducible and especially
        an interactive visualization of your data.
        
        The ultimate goal is to help scientiests and especially climate model
        developers in their daily work by providing a flexibel visualization tool that
        can be enhanced by their own visualization scripts.
        
        The package is very new and there are many features that will be included in
        the near future. So we are very pleased for feedback! Please simply raise an issue
        on `GitHub <https://github.com/Chilipp/psyplot>`__. The package may also be
        enhanced by the psyplot_gui_ module which provides a graphical user interface
        for an easier interactive usage.
        
        You can see the full documentation on
        `readthedocs.org <http://psyplot.readthedocs.org/en/latest/>`__.
        
        
        Acknowledgment
        --------------
        This package has been developped by Philipp Sommer as a part of the
        `PyEarthScience <https://github.com/KMFleischer/PyEarthScience>`__ project.
        
        Thanks to the developers of the matplotlib_, xarray_ and cartopy_
        packages for their great packages and for the python delevopers for their
        fascinating work on this beautiful language.
        
        A special thanks to Stefan Hagemann and Tobias Stacke from the
        Max-Planck-Institute of Meterology in Hamburg, Germany for the motivation on
        this project.
        
        .. _matplotlib: http://matplotlib.org
        .. _xarray: http://xarray.pydata.org/
        .. _cartopy: http://scitools.org.uk/cartopy
        
Keywords: visualization netcdf raster cartopy earth-sciences
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
