Metadata-Version: 2.4
Name: psy-simple
Version: 1.5.1
Summary: Psyplot plugin for simple visualization tasks
Author-email: "Philipp S. Sommer" <philipp.sommer@hereon.de>
Maintainer-email: "Philipp S. Sommer" <philipp.sommer@hereon.de>
License: LGPL-3.0-only
Project-URL: Homepage, https://codebase.helmholtz.cloud/psyplot/psy-simple
Project-URL: Documentation, https://psyplot.github.io/psy-simple
Project-URL: Source, https://codebase.helmholtz.cloud/psyplot/psy-simple
Project-URL: Tracker, https://codebase.helmholtz.cloud/psyplot/psy-simple/issues/
Keywords: visualization,psyplot,netcdf,matplotlib
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 Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSES/CC-BY-4.0.txt
License-File: LICENSES/CC0-1.0.txt
License-File: LICENSES/LGPL-3.0-only.txt
Requires-Dist: psyplot>=1.5.0
Requires-Dist: matplotlib>=2.0
Provides-Extra: testsite
Requires-Dist: tox; extra == "testsite"
Requires-Dist: isort==5.12.0; extra == "testsite"
Requires-Dist: black==23.1.0; extra == "testsite"
Requires-Dist: flake8==6.0.0; extra == "testsite"
Requires-Dist: pre-commit; extra == "testsite"
Requires-Dist: mypy; extra == "testsite"
Requires-Dist: pytest-cov; extra == "testsite"
Requires-Dist: reuse; extra == "testsite"
Requires-Dist: cffconvert; extra == "testsite"
Requires-Dist: pytest-xdist; extra == "testsite"
Requires-Dist: dask; extra == "testsite"
Requires-Dist: netCDF4; extra == "testsite"
Requires-Dist: seaborn; extra == "testsite"
Requires-Dist: statsmodels; extra == "testsite"
Requires-Dist: psyplot_gui; extra == "testsite"
Provides-Extra: gui
Requires-Dist: psyplot-gui; extra == "gui"
Provides-Extra: docs
Requires-Dist: psy-simple[gui]; extra == "docs"
Requires-Dist: autodocsumm; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: hereon-netcdf-sphinxext; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: pickleshare; extra == "docs"
Requires-Dist: seaborn; extra == "docs"
Requires-Dist: dask; extra == "docs"
Requires-Dist: netCDF4; extra == "docs"
Provides-Extra: dev
Requires-Dist: psy-simple[testsite]; extra == "dev"
Requires-Dist: psy-simple[docs]; extra == "dev"
Requires-Dist: PyYAML; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Dynamic: license-file

.. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
..
.. SPDX-License-Identifier: CC-BY-4.0

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

.. start-badges


|CI|
|Code coverage|
|Latest Release|
|PyPI version|
|Code style: black|
|Imports: isort|
|PEP8|
|REUSE status|

.. 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
`psyplot.github.io/psy-simple/ <http://psyplot.github.io/psy-simple>`__ for all
`plot methods`_, and checkout the examples_.

.. _psy-maps: http://psyplot.github.io/psy-maps/
.. _psy-reg: http://psyplot.github.io/psy-reg/
.. _plot methods: http://psyplot.github.io/psy-simple/plot_methods
.. _examples: http://psyplot.github.io/examples/

Copyright
---------
Copyright © 2021-2024 Helmholtz-Zentrum Hereon, 2020-2021 Helmholtz-Zentrum
Geesthacht, 2016-2024 University of Lausanne

This file is part of psy-simple and is released under the GNU LGPL-3.O license.
See COPYING and COPYING.LESSER in the root of the repository for full
licensing details.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version 3.0 as
published by the Free Software Foundation.

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 LGPL-3.0 license for more details.

You should have received a copy of the GNU LGPL-3.0 license
along with this program.  If not, see https://www.gnu.org/licenses/.

.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/badges/master/pipeline.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/pipelines?page=1&scope=all&ref=master
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/badges/master/coverage.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/graphs/master/charts
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/badges/release.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple
.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-simple.svg
   :target: https://pypi.python.org/pypi/psy-simple/
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
.. |Imports: isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
   :target: https://pycqa.github.io/isort/
.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
   :target: https://www.python.org/dev/peps/pep-0008/
.. |Checked with mypy| image:: http://www.mypy-lang.org/static/mypy_badge.svg
   :target: http://mypy-lang.org/
.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-simple
   :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-simple
