psy-simple


Namepsy-simple JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryPsyplot plugin for simple visualization tasks
upload_time2024-04-03 14:42:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseLGPL-3.0-only
keywords visualization psyplot netcdf matplotlib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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/main/pipeline.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/pipelines?page=1&scope=all&ref=main
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/badges/main/coverage.svg
   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/graphs/main/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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "psy-simple",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
    "keywords": "visualization, psyplot, netcdf, matplotlib",
    "author": null,
    "author_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
    "download_url": "https://files.pythonhosted.org/packages/10/2a/e8a462c60659df5756e5416ef34d4fe100a14f25439a6f8e3a637dbf0068/psy-simple-1.5.0.tar.gz",
    "platform": null,
    "description": ".. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH\n..\n.. SPDX-License-Identifier: CC-BY-4.0\n\n========================================================\npsy-simple: The psyplot plugin for simple visualizations\n========================================================\n\n.. start-badges\n\n\n|CI|\n|Code coverage|\n|Latest Release|\n|PyPI version|\n|Code style: black|\n|Imports: isort|\n|PEP8|\n|REUSE status|\n\n.. end-badges\n\nWelcome to the psyplot plugin for simple visualization. This package targets\nsimple visualization like line plots, 2D plots, bar plots, density plots, etc.\nIt provides the basics for all the more advanced and specialized plugins like\nthe psy-maps_ or psy-reg_ plugin.\n\nSee the full documentation on\n`psyplot.github.io/psy-simple/ <http://psyplot.github.io/psy-simple>`__ for all\n`plot methods`_, and checkout the examples_.\n\n.. _psy-maps: http://psyplot.github.io/psy-maps/\n.. _psy-reg: http://psyplot.github.io/psy-reg/\n.. _plot methods: http://psyplot.github.io/psy-simple/plot_methods\n.. _examples: http://psyplot.github.io/examples/\n\nCopyright\n---------\nCopyright \u00a9 2021-2024 Helmholtz-Zentrum Hereon, 2020-2021 Helmholtz-Zentrum\nGeesthacht, 2016-2024 University of Lausanne\n\nThis file is part of psy-simple and is released under the GNU LGPL-3.O license.\nSee COPYING and COPYING.LESSER in the root of the repository for full\nlicensing details.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License version 3.0 as\npublished by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU LGPL-3.0 license for more details.\n\nYou should have received a copy of the GNU LGPL-3.0 license\nalong with this program.  If not, see https://www.gnu.org/licenses/.\n\n.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/badges/main/pipeline.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/pipelines?page=1&scope=all&ref=main\n.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/badges/main/coverage.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/graphs/main/charts\n.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-simple/-/badges/release.svg\n   :target: https://codebase.helmholtz.cloud/psyplot/psy-simple\n.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-simple.svg\n   :target: https://pypi.python.org/pypi/psy-simple/\n.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n.. |Imports: isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\n   :target: https://pycqa.github.io/isort/\n.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg\n   :target: https://www.python.org/dev/peps/pep-0008/\n.. |Checked with mypy| image:: http://www.mypy-lang.org/static/mypy_badge.svg\n   :target: http://mypy-lang.org/\n.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-simple\n   :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-simple\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-only",
    "summary": "Psyplot plugin for simple visualization tasks",
    "version": "1.5.0",
    "project_urls": {
        "Documentation": "https://psyplot.github.io/psy-simple",
        "Homepage": "https://codebase.helmholtz.cloud/psyplot/psy-simple",
        "Source": "https://codebase.helmholtz.cloud/psyplot/psy-simple",
        "Tracker": "https://codebase.helmholtz.cloud/psyplot/psy-simple/issues/"
    },
    "split_keywords": [
        "visualization",
        " psyplot",
        " netcdf",
        " matplotlib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "780aa810511da8e3b5c902273d54546e672298286992f952ea1c02ded548dade",
                "md5": "fbfb92d7160512ff20c349be826bc7ee",
                "sha256": "8f9e6637a068a75dad5b15864f36d30f2ba90ca0a9cb252d03bf464edad09005"
            },
            "downloads": -1,
            "filename": "psy_simple-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbfb92d7160512ff20c349be826bc7ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 243199,
            "upload_time": "2024-04-03T14:42:03",
            "upload_time_iso_8601": "2024-04-03T14:42:03.329189Z",
            "url": "https://files.pythonhosted.org/packages/78/0a/a810511da8e3b5c902273d54546e672298286992f952ea1c02ded548dade/psy_simple-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "102ae8a462c60659df5756e5416ef34d4fe100a14f25439a6f8e3a637dbf0068",
                "md5": "19875b34afc894787b2aa4d9a8481fc0",
                "sha256": "3946465346d63ccc47c2e6eba3061594cdac3fb37d88570a1c22e2737bf79140"
            },
            "downloads": -1,
            "filename": "psy-simple-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "19875b34afc894787b2aa4d9a8481fc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 199055,
            "upload_time": "2024-04-03T14:42:06",
            "upload_time_iso_8601": "2024-04-03T14:42:06.699649Z",
            "url": "https://files.pythonhosted.org/packages/10/2a/e8a462c60659df5756e5416ef34d4fe100a14f25439a6f8e3a637dbf0068/psy-simple-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 14:42:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "psy-simple"
}
        
Elapsed time: 0.21832s