Metadata-Version: 2.1
Name: psy-simple
Version: 1.2.0
Summary: Psyplot plugin for simple visualization tasks
Home-page: https://github.com/Chilipp/psy-simple
Author: Philipp Sommer
Author-email: philipp.sommer@unil.ch
License: GPLv2
Keywords: visualization netcdf raster cartopy earth-sciences psyplot
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Dist: psyplot

========================================================
psy-simple: The psyplot plugin for simple visualizations
========================================================

.. start-badges

.. list-table::
    :stub-columns: 1
    :widths: 10 90

    * - docs
      - |docs|
    * - tests
      - |travis| |appveyor| |requires| |coveralls|
    * - package
      - |version| |conda| |supported-versions| |supported-implementations| |zenodo|

.. |docs| image:: http://readthedocs.org/projects/psy-simple/badge/?version=latest
    :alt: Documentation Status
    :target: http://psy-simple.readthedocs.io/en/latest/?badge=latest

.. |travis| image:: https://travis-ci.org/Chilipp/psy-simple.svg?branch=master
    :alt: Travis
    :target: https://travis-ci.org/Chilipp/psy-simple

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/pv9kyd8obfrqp5wf?svg=true
    :alt: AppVeyor
    :target: https://ci.appveyor.com/project/Chilipp/psy-simple

.. |coveralls| image:: https://coveralls.io/repos/github/Chilipp/psy-simple/badge.svg?branch=master
    :alt: Coverage
    :target: https://coveralls.io/github/Chilipp/psy-simple?branch=master

.. |requires| image:: https://requires.io/github/Chilipp/psy-simple/requirements.svg?branch=master
    :alt: Requirements Status
    :target: https://requires.io/github/Chilipp/psy-simple/requirements/?branch=master

.. |version| image:: https://img.shields.io/pypi/v/psy-simple.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/psy-simple

.. |conda| image:: https://anaconda.org/conda-forge/psy-simple/badges/version.svg
    :alt: conda
    :target: https://anaconda.org/conda-forge/psy-simple

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psy-simple.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/psy-simple

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/psy-simple.svg?style=flat
    :alt: Supported implementations
    :target: https://pypi.python.org/pypi/psy-simple

.. |zenodo| image:: https://zenodo.org/badge/81938204.svg
    :alt: Zenodo
    :target: https://zenodo.org/badge/latestdoi/81938204


.. end-badges

Welcome to the psyplot plugin for simple visualization. This package targets
simple visualization like line plots, 2D plots, bar plots, density plots, etc.
It provides the basics for all the more advanced and specialized plugins like
the psy-maps_ or psy-reg_ plugin.

See the full documentation on
`readthedocs.org <http://psyplot.readthedocs.io/projects/psy-simple>`__ for all
`plot methods`_ and examples_.

.. _psy-maps: http://psyplot.readthedocs.io/projects/psy-maps/
.. _psy-reg: http://psyplot.readthedocs.io/projects/psy-reg/
.. _plot methods: http://psyplot.readthedocs.io/projects/psy-simple/en/latest/plot_methods
.. _examples: http://psyplot.readthedocs.io/projects/psy-simple/en/latest/examples

Copyright
---------
Copyright (C) 2016-2018 Philipp S. Sommer

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.


