Metadata-Version: 2.1
Name: psyplot-gui
Version: 1.3.0
Summary: Graphical user interface for the psyplot package
Home-page: https://github.com/psyplot/psyplot-gui
Author: Philipp S. Sommer
Author-email: philipp.sommer@hzg.de
License: GPLv2
Project-URL: Documentation, https://psyplot.readthedocs.io/projects/psyplot-gui
Project-URL: Source, https://github.com/psyplot/psyplot-gui
Project-URL: Tracker, https://github.com/psyplot/psyplot-gui/issues
Keywords: visualization netcdf raster cartopy earth-sciences pyqt qt ipython jupyter qtconsole
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 :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Dist: psyplot (>=1.3.0)
Requires-Dist: qtconsole
Requires-Dist: fasteners
Requires-Dist: sphinx (>=2.4.0)
Requires-Dist: sphinx-rtd-theme

Graphical User Interface for the psyplot package
================================================

.. start-badges

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

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

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

.. |travis| image:: https://travis-ci.org/psyplot/psyplot-gui.svg?branch=master
    :alt: Travis
    :target: https://travis-ci.org/psyplot/psyplot-gui

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/bud4ov6lddrjvt88/branch/master?svg=true
    :alt: AppVeyor
    :target: https://ci.appveyor.com/project/psyplot/psyplot-gui-q726s

.. |codecov| image:: https://codecov.io/gh/psyplot/psyplot-gui/branch/master/graph/badge.svg
    :alt: Coverage
    :target: https://codecov.io/gh/psyplot/psyplot-gui

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

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

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

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

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


.. end-badges

Welcome! This package enhances the interactive visualization framework
psyplot_ with a graphical user interface using PyQt_. See the homepage of the
main project on examples on the possibilities with psyplot_.

You can see the full documentation under
`readthedocs.org <http://psyplot-gui.readthedocs.io/en/latest/?badge=latest>`__

.. _PyQt: https://riverbankcomputing.com/software/pyqt/intro
.. _psyplot: http://psyplot.readthedocs.io/en/latest/

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.


