diff --git a/.buildinfo b/.buildinfo
new file mode 100644
index 0000000..44ceeaa
--- /dev/null
+++ b/.buildinfo
@@ -0,0 +1,4 @@
+# Sphinx build info version 1
+# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
+config: 1ef645928583e3be67b1bde0474e3121
+tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/.cruft.json b/.cruft.json
deleted file mode 100644
index 58337c3..0000000
--- a/.cruft.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git",
- "commit": "63fa8a2b3c1bab8e173cb91b9fca045639a243dd",
- "checkout": null,
- "context": {
- "cookiecutter": {
- "project_authors": "Philipp S. Sommer",
- "project_author_emails": "philipp.sommer@hereon.de",
- "project_maintainers": "Philipp S. Sommer",
- "project_maintainer_emails": "philipp.sommer@hereon.de",
- "gitlab_host": "codebase.helmholtz.cloud",
- "gitlab_username": "psyplot",
- "git_remote_protocoll": "ssh",
- "institution": "Helmholtz-Zentrum Hereon",
- "institution_url": "https://www.hereon.de",
- "copyright_holder": "Helmholtz-Zentrum hereon GmbH",
- "copyright_year": "2021-2024",
- "use_reuse": "yes",
- "code_license": "LGPL-3.0-only",
- "documentation_license": "CC-BY-4.0",
- "supplementary_files_license": "CC0-1.0",
- "project_title": "psyplot-gui",
- "project_slug": "psyplot-gui",
- "package_folder": "psyplot_gui",
- "project_short_description": "Graphical user interface for the psyplot package",
- "keywords": "visualization,psyplot,netcdf,raster,cartopy,earth-sciences,pyqt,qt,ipython,jupyter,qtconsole",
- "documentation_url": "https://psyplot.github.io/psyplot-gui",
- "use_markdown_for_documentation": "no",
- "ci_build_stage": "no",
- "ci_matrix": "pipenv",
- "use_pytest_xdist": "no",
- "requires_gui": "yes",
- "deploy_package_in_ci": "yes",
- "deploy_pages_in_ci": "git-push",
- "_extensions": [
- "local_extensions.UnderlinedExtension"
- ],
- "_template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git"
- }
- },
- "directory": null,
- "skip": [
- ".git",
- ".mypy_cache"
- ]
-}
diff --git a/.cruft.json.license b/.cruft.json.license
deleted file mode 100644
index 919c9c1..0000000
--- a/.cruft.json.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/.flake8 b/.flake8
deleted file mode 100644
index 18607ff..0000000
--- a/.flake8
+++ /dev/null
@@ -1,10 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[flake8]
-extend-ignore =
- E203
- E402
- E501
- W503
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 9e178d0..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-psyplot_gui/_version.py export-subst
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0407d0f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,158 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-share/python-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-MANIFEST
-
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.nox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-*.py,cover
-.hypothesis/
-.pytest_cache/
-cover/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-db.sqlite3
-db.sqlite3-journal
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-.pybuilder/
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# IPython
-profile_default/
-ipython_config.py
-
-# pyenv
-# For a library or package, you might want to ignore these files since the code is
-# intended to run in multiple environments; otherwise, check them in:
-# .python-version
-
-# pipenv
-# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
-# However, in case of collaboration, if having platform-specific dependencies or dependencies
-# having no cross-platform support, pipenv may install dependencies that don't work, or not
-# install all needed dependencies.
-#Pipfile.lock
-
-# PEP 582; used by e.g. github.com/David-OConnor/pyflow
-__pypackages__/
-
-# Celery stuff
-celerybeat-schedule
-celerybeat.pid
-
-# SageMath parsed files
-*.sage.py
-
-# Environments
-.env
-.venv
-env/
-venv/
-ENV/
-env.bak/
-venv.bak/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
-.dmypy.json
-dmypy.json
-
-# Pyre type checker
-.pyre/
-
-# pytype static type analyzer
-.pytype/
-
-# Cython debug symbols
-cython_debug/
-
-static/
-
-docs/api
-psyplot_gui/migrations/00*.py
-docs/_static/orcid.*
-
-# ignore Pipfile.lock files in ci
-# if a lock-file needs to be added, add it with `git add -f`
-ci/matrix/*/Pipfile.lock
-
-# rc files
-*matplotlibrc
-*psyplotguirc.yml
-*psyplotrc.yml
-*debug_psyplot.log*
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 46916ff..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,134 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-image: python:3.9
-
-variables:
- PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
-
-cache:
- paths:
- - .cache/pip
-
-before_script:
- # replace git internal paths in order to use the CI_JOB_TOKEN
- - apt-get update -y && apt-get install -y pandoc graphviz
- - python -m pip install -U pip
-
-test-package:
- stage: test
- script:
- - pip install build twine
- - make dist
- - twine check dist/*
- artifacts:
- name: python-artifacts
- paths:
- - "dist/*"
- expire_in: 7 days
-
-test:
- stage: test
- image: "${IMAGE}"
- variables:
- PIPENV_PIPFILE: "ci/matrix/${SCENARIO}/Pipfile"
- # disable sandboxing, otherwise chrome reports errors when the
- # container runs as root
- # https://doc.qt.io/qt-5/qtwebengine-platform-notes.html#sandboxing-support
- QTWEBENGINE_DISABLE_SANDBOX: "true"
- script:
- # install necessary libraries for pyqt
- - apt-get install -y xvfb python3-pyqt5.qtwebengine
- - pip install pipenv
- - pipenv install
- - xvfb-run make pipenv-test
- parallel:
- matrix:
- - SCENARIO: default
- IMAGE: python:3.9
- # python scenarios
- - SCENARIO: mpl_38_py39
- IMAGE: python:3.9
- - SCENARIO: mpl_38_py310
- IMAGE: python:3.10
- - SCENARIO: mpl_38_py311
- IMAGE: python:3.11
- - SCENARIO: mpl_38_py312
- IMAGE: python:3.12
- # matplotlib scenarios
- - SCENARIO: mpl_35_py39
- IMAGE: python:3.9
- - SCENARIO: mpl_36_py310
- IMAGE: python:3.10
- - SCENARIO: mpl_37_py311
- IMAGE: python:3.11
- artifacts:
- name: pipfile
- paths:
- - "ci/matrix/${SCENARIO}/*"
- expire_in: 30 days
- coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
-
-test-docs:
- stage: test
- variables:
- # disable sandboxing, otherwise chrome reports errors when the
- # container runs as root
- # https://doc.qt.io/qt-5/qtwebengine-platform-notes.html#sandboxing-support
- QTWEBENGINE_DISABLE_SANDBOX: "true"
- script:
- # install necessary libraries for pyqt
- - apt-get install -y xvfb python3-pyqt5.qtwebengine
- - make dev-install
- # install PyQt5 (not part of requirements.txt because this is complicated
- # to install on different platforms)
- - pip install PyQt5 PyQtWebEngine
- - xvfb-run make -C docs html
- - xvfb-run make -C docs linkcheck
- artifacts:
- paths:
- - docs/_build
-
-
-deploy-package:
- stage: deploy
- needs:
- - test-package
- - test-docs
- - test
- only:
- - master
- script:
- - pip install twine
- - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
-
-
-
-deploy-docs:
- stage: deploy
- only:
- - master
- needs:
- - test-docs
- image: node:21
- before_script:
- - npm install -g gh-pages@6.1.1
- - mkdir .gh-pages-cache
- script:
- # make sure, the DEPLOY_TOKEN is defined
- - >-
- [ ${CI_DEPLOY_TOKEN} ] ||
- echo "The CI_DEPLOY_TOKEN variable is not set. Please create an access
- token with scope 'read_repository' and 'write_repository'" &&
- [ ${CI_DEPLOY_TOKEN} ]
- - >-
- CACHE_DIR=$(realpath .gh-pages-cache)
- gh-pages
- --dotfiles
- --nojekyll
- --branch gh-pages
- --repo https://ci-user:${CI_DEPLOY_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
- --user "${CI_COMMIT_AUTHOR}"
- --message "CI Pipeline ${CI_PIPELINE_ID}, commit ${CI_COMMIT_SHORT_SHA}"
- --dist docs/_build/html
diff --git a/psyplot_gui/sphinx_supp/_static/.gitignore b/.nojekyll
similarity index 100%
rename from psyplot_gui/sphinx_supp/_static/.gitignore
rename to .nojekyll
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
deleted file mode 100644
index 48de8fe..0000000
--- a/.pre-commit-config.yaml
+++ /dev/null
@@ -1,62 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-# https://pre-commit.com/
-repos:
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
- hooks:
- - id: trailing-whitespace
- - id: end-of-file-fixer
- - id: check-yaml
- # isort should run before black as black sometimes tweaks the isort output
- - repo: https://github.com/PyCQA/isort
- rev: 5.12.0
- hooks:
- - id: isort
- args:
- - --profile
- - black
- - --line-length
- - "79"
- - --filter-files
- - -skip-gitignore
- - --float-to-top
- # https://github.com/python/black#version-control-integration
- - repo: https://github.com/psf/black
- rev: 23.1.0
- hooks:
- - id: black
- args:
- - --line-length
- - "79"
- - --exclude
- - venv
- # - repo: https://github.com/keewis/blackdoc
- # rev: v0.3.8
- # hooks:
- # - id: blackdoc
- - repo: https://github.com/pycqa/flake8
- rev: 6.0.0
- hooks:
- - id: flake8
- # - repo: https://github.com/pre-commit/mirrors-mypy
- # rev: v1.0.1
- # hooks:
- # - id: mypy
- # additional_dependencies:
- # - types-PyYAML
- # args:
- # - --ignore-missing-imports
-
- - repo: https://github.com/fsfe/reuse-tool
- rev: v1.1.2
- hooks:
- - id: reuse
-
- - repo: https://github.com/citation-file-format/cff-converter-python
- # there is no release with this hook yet
- rev: "44e8fc9"
- hooks:
- - id: validate-cff
diff --git a/.reuse/add_license.py b/.reuse/add_license.py
deleted file mode 100644
index 3757325..0000000
--- a/.reuse/add_license.py
+++ /dev/null
@@ -1,118 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""Helper script to add licenses to files.
-
-This script can be used to apply the licenses and default copyright holders
-to files in the repository.
-
-It uses the short cuts from the ``.reuse/shortcuts.yaml`` file and
-adds them to the call of ``reuse annotate``. Any command line option however
-overwrites the config in ``shortcuts.yaml``
-
-Usage::
-
- python .reuse/add_license.py [OPTIONS]
-"""
-
-import os.path as osp
-from argparse import ArgumentParser
-from pathlib import Path
-from textwrap import dedent
-from typing import Dict, Optional, TypedDict
-
-import yaml
-from reuse.project import Project
-
-try:
- from reuse._annotate import add_arguments as _orig_add_arguments
- from reuse._annotate import run
-except ImportError:
- # reuse < 3.0
- from reuse.header import add_arguments as _orig_add_arguments
- from reuse.header import run
-
-
-class LicenseShortCut(TypedDict):
- """Shortcut to add a copyright statement"""
-
- #: The copyright statement
- copyright: str
-
- #: year of copyright statement
- year: str
-
- #: SPDX Identifier of the license
- license: Optional[str]
-
-
-def load_shortcuts() -> Dict[str, LicenseShortCut]:
- """Load the ``shortcuts.yaml`` file."""
-
- with open(osp.join(osp.dirname(__file__), "shortcuts.yaml")) as f:
- return yaml.safe_load(f)
-
-
-def add_arguments(
- parser: ArgumentParser, shortcuts: Dict[str, LicenseShortCut]
-):
- parser.add_argument(
- "shortcut",
- choices=[key for key in shortcuts if not key.startswith(".")],
- help=(
- "What license should be applied? Shortcuts are loaded from "
- ".reuse/shortcuts.yaml. Possible shortcuts are %(choices)s"
- ),
- )
-
- _orig_add_arguments(parser)
-
- parser.set_defaults(func=run)
- parser.set_defaults(parser=parser)
-
-
-def main(argv=None):
- shortcuts = load_shortcuts()
-
- parser = ArgumentParser(
- prog=".reuse/add_license.py",
- description=dedent(
- """
- Add copyright and licensing into the header of files with shortcuts
-
- This script uses the ``reuse annotate`` command to add copyright
- and licensing information into the header the specified files.
-
- It accepts the same arguments as ``reuse annotate``, plus an
- additional required `shortcuts` argument. The given `shortcut`
- comes from the file at ``.reuse/shortcuts.yaml`` to fill in
- copyright, year and license identifier.
-
- For further information, please type ``reuse annotate --help``"""
- ),
- )
- add_arguments(parser, shortcuts)
-
- args = parser.parse_args(argv)
-
- shortcut = shortcuts[args.shortcut]
-
- if args.year is None:
- args.year = []
- if args.copyright is None:
- args.copyright = []
-
- if args.license is None and shortcut.get("license"):
- args.license = [shortcut["license"]]
- elif args.license and shortcut.get("license"):
- args.license.append(shortcut["license"])
- args.year.append(shortcut["year"])
- args.copyright.append(shortcut["copyright"])
-
- project = Project(Path(__file__).parent.parent)
- args.func(args, project)
-
-
-if __name__ == "__main__":
- main()
diff --git a/.reuse/shortcuts.yaml b/.reuse/shortcuts.yaml
deleted file mode 100644
index 43a4548..0000000
--- a/.reuse/shortcuts.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-.defaults: &defaults
- year: "2021-2024"
- copyright: "Helmholtz-Zentrum hereon GmbH"
-
-# The following dictionaries items map to dictionaries with three possible
-# keys:
-#
-# copyright: The copyright statement
-# year: year of copyright statement
-# license: SPDX Identifier
-docs:
- <<: *defaults
- license: "CC-BY-4.0"
-code:
- <<: *defaults
- license: "LGPL-3.0-only"
-supp:
- <<: *defaults
- license: "CC0-1.0"
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 5010f37..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "editor.formatOnSave": true,
- "editor.defaultFormatter": "ms-python.python",
- "gitlab.featureFlags": {"securityScansFlag": false},
- "python.formatting.provider": "black",
- "python.formatting.blackArgs": [
- "--line-length",
- "79"
- ],
- "python.linting.mypyCategorySeverity.note": "Hint",
- "python.linting.mypyEnabled": true,
-
-}
diff --git a/.vscode/settings.json.license b/.vscode/settings.json.license
deleted file mode 100644
index 919c9c1..0000000
--- a/.vscode/settings.json.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
deleted file mode 100644
index bc3c45a..0000000
--- a/CHANGELOG.rst
+++ /dev/null
@@ -1,134 +0,0 @@
-.. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-..
-.. SPDX-License-Identifier: CC-BY-4.0
-
-v1.5.0
-======
-Compatibility and bug fixes, cli improvements and code formatting
-
-Changed
--------
-- migrate to psyplot-plugin-template `!34 `__
-- Update psyplot min version `!38 `__
-
-Fixed
------
-- fix updating current projects in console `!35 `__
-
-Added
------
-- implement decoder command-line argument `!36 `__
-
-v1.4.0
-======
-Compatibility fixes and LGPL license
-
-As with psyplot 1.4.0, psyplot-gui is now continuously tested and deployed with
-CircleCI.
-
-
-Added
------
-- psyplot-gui does now have a CITATION.cff file, see https://citation-file-format.github.io
-
-
-Changed
--------
-- psyplot is now officially licensed under LGPL-3.0-only,
- see `#29 `__
-- Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot-gui.
- Redirects from the old documentation at `https://psyplot-gui.readthedocs.io` have been
- configured.
-- We use CicleCI now for a standardized CI/CD pipeline to build and test
- the code and docs all at one place, see `#28 `__
-
-
-
-v1.3.0
-======
-Presets and more variable info
-
-Changed
--------
-- psyplot-gui has been moved from https://github.com/Chilipp/psyplot-gui to https://github.com/psyplot/psyplot-gui,
- see `#10 `__
-- variables in the dataset tree show now more content,
- see `#16 `__
-- setting the rcparam ``help_explorer.use_intersphinx`` to None, will not use
- intersphinx on windows, see `#20 `__
-
-Added
------
-- The psyplot gui can now load and save preset files,
- see `psyplot#24 `__ and
- `#17 https://github.com/psyplot/psyplot-gui/pull/17`__
-- Add option to start the GUI without importing QtWebEngineWidgets
- `#11 `__
-- Dockmixins (i.e. plugins) can now reimplement the `position_dock` method that
- controls where the dock is exactly placed in the GUI
- (see `#12 `__)
-
-v1.2.4
-======
-New release with better OpenGL support (see ``psyplot --help``)
-
-v1.2.3
-======
-Minor release without major API changes.
-
-v1.2.2
-======
-From now one, python 2.7 is not supported anymore.
-
-Added
------
-- Added the possibility to change the central widget of the GUI
-- Added `remove_plugin` method for psyplot GUI plugins
-
-Changed
--------
-- removed MacOS app folder in python dist
-
-v1.2.1
-======
-monkey patch for ipykernel < 5.1.1 to fix
-https://github.com/ipython/ipykernel/issues/370
-
-v1.2.0
-======
-Changed
--------
-- The HTML help explorer now also shows a table of contents in the intro
- and in the side bar to navigate to previously visited objects
-
-v1.1.0
-======
-This release mainly adds the possibility to create plugins into the
-psyplot-gui and it adds a new framework to allow the formatoptions to provide
-a custom interface to the formatoptions widget.
-
-Added
------
-- Added layout windows menu and default layout
-- Added ``script`` and ``command`` command line arguments
-- The ``pwd`` command line arguments now changes the working directory of the
- running GUI
-- Added callbacks to the ``MainWindow`` class. This framework can be used on a
- low level to interact with the current GUI.
-- The DataFrameEditor. A widget to display dataframes
-- The implementation of the ``psyplot.plotter.Formatoption.get_fmt_widget``
- method. Formatoptions now can add a custom widget to the formatoptions widget
-
-
-v1.0.1
-======
-.. image:: https://zenodo.org/badge/55793611.svg
- :target: https://zenodo.org/badge/latestdoi/55793611
-
-Added
------
-- added changelog
-
-Changed
--------
-- fixed bug that prevented startup on Windows
diff --git a/CITATION.cff b/CITATION.cff
deleted file mode 100644
index aa17bfe..0000000
--- a/CITATION.cff
+++ /dev/null
@@ -1,63 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-# YAML 1.2
----
-cff-version: "1.2.0"
-message: "If you use this software, please cite both the article from preferred-citation and the software itself."
-title: "psyplot-gui: Graphical user interface for the psyplot package"
-authors:
- - family-names: Sommer
- given-names: "Philipp S."
- affiliation: "Helmholtz-Zentrum Hereon"
- orcid: "https://orcid.org/0000-0001-6171-7716"
- website: "https://www.philipp-s-sommer.de"
- post-code: 21502
- city: Geesthacht
- country: DE
- email: philipp.sommer@hereon.de
-doi: "10.5281/zenodo.845725"
-contact:
- - email: psyplot@hereon.de
- name: "Psyplot developers at hereon"
-license: "LGPL-3.0-only"
-repository-code: https://github.com/psyplot/psyplot
-type: software
-keywords:
- - psyplot
- - python
- - visualization
- - xarray
- - matplotlib
- - netcdf4
- - interactive
- - climate models
- - unstructured
- - earth-sciences
- - pyqt
- - qt
- - ipython
- - jupyter
- - qtconsole
- - raster
- - cartopy
-preferred-citation:
- title: "The psyplot interactive visualization framework"
- authors:
- - family-names: Sommer
- given-names: "Philipp S."
- affiliation: "Helmholtz-Zentrum Hereon"
- orcid: "https://orcid.org/0000-0001-6171-7716"
- year: 2017
- type: article
- doi: "10.21105/joss.00363"
- date-published: 2017-08-22
- journal: Journal of Open Source Software
- volume: 2
- number: 16
- pages: 363
- publisher:
- name: The Open Journal
- license: CC-BY-4.0
-...
diff --git a/LICENSES/CC-BY-4.0.txt b/LICENSES/CC-BY-4.0.txt
deleted file mode 100644
index 13ca539..0000000
--- a/LICENSES/CC-BY-4.0.txt
+++ /dev/null
@@ -1,156 +0,0 @@
-Creative Commons Attribution 4.0 International
-
- Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
-
-Using Creative Commons Public Licenses
-
-Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
-
-Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
-
-Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
-
-Creative Commons Attribution 4.0 International Public License
-
-By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
-
-Section 1 – Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
-
- b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
-
- c. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
-
- d. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
-
- e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
-
- f. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
-
- g. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
-
- h. Licensor means the individual(s) or entity(ies) granting rights under this Public License.
-
- i. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
-
- j. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
-
- k. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
-
-Section 2 – Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
-
- A. reproduce and Share the Licensed Material, in whole or in part; and
-
- B. produce, reproduce, and Share Adapted Material.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section 6(a).
-
- 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
-
- B. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
-
-b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this Public License.
-
- 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
-
-Section 3 – License Conditions.
-
-Your exercise of the Licensed Rights is expressly made subject to the following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material (including in modified form), You must:
-
- A. retain the following if it is supplied by the Licensor with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of warranties;
-
- v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
-
- B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
-
- C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
-
- 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
-
- 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License.
-
-Section 4 – Sui Generis Database Rights.
-
-Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
-
- b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
-
- c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
-For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
-
-Section 5 – Disclaimer of Warranties and Limitation of Liability.
-
- a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
-
- b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
-
- c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
-
-Section 6 – Term and Termination.
-
- a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
-
- d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
-
- e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
-
-Section 7 – Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
-
-Section 8 – Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
-
- c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
-
-Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.
-
-Creative Commons may be contacted at creativecommons.org.
diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt
deleted file mode 100644
index 0e259d4..0000000
--- a/LICENSES/CC0-1.0.txt
+++ /dev/null
@@ -1,121 +0,0 @@
-Creative Commons Legal Code
-
-CC0 1.0 Universal
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
- PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
- THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
- HEREUNDER.
-
-Statement of Purpose
-
-The laws of most jurisdictions throughout the world automatically confer
-exclusive Copyright and Related Rights (defined below) upon the creator
-and subsequent owner(s) (each and all, an "owner") of an original work of
-authorship and/or a database (each, a "Work").
-
-Certain owners wish to permanently relinquish those rights to a Work for
-the purpose of contributing to a commons of creative, cultural and
-scientific works ("Commons") that the public can reliably and without fear
-of later claims of infringement build upon, modify, incorporate in other
-works, reuse and redistribute as freely as possible in any form whatsoever
-and for any purposes, including without limitation commercial purposes.
-These owners may contribute to the Commons to promote the ideal of a free
-culture and the further production of creative, cultural and scientific
-works, or to gain reputation or greater distribution for their Work in
-part through the use and efforts of others.
-
-For these and/or other purposes and motivations, and without any
-expectation of additional consideration or compensation, the person
-associating CC0 with a Work (the "Affirmer"), to the extent that he or she
-is an owner of Copyright and Related Rights in the Work, voluntarily
-elects to apply CC0 to the Work and publicly distribute the Work under its
-terms, with knowledge of his or her Copyright and Related Rights in the
-Work and the meaning and intended legal effect of CC0 on those rights.
-
-1. Copyright and Related Rights. A Work made available under CC0 may be
-protected by copyright and related or neighboring rights ("Copyright and
-Related Rights"). Copyright and Related Rights include, but are not
-limited to, the following:
-
- i. the right to reproduce, adapt, distribute, perform, display,
- communicate, and translate a Work;
- ii. moral rights retained by the original author(s) and/or performer(s);
-iii. publicity and privacy rights pertaining to a person's image or
- likeness depicted in a Work;
- iv. rights protecting against unfair competition in regards to a Work,
- subject to the limitations in paragraph 4(a), below;
- v. rights protecting the extraction, dissemination, use and reuse of data
- in a Work;
- vi. database rights (such as those arising under Directive 96/9/EC of the
- European Parliament and of the Council of 11 March 1996 on the legal
- protection of databases, and under any national implementation
- thereof, including any amended or successor version of such
- directive); and
-vii. other similar, equivalent or corresponding rights throughout the
- world based on applicable law or treaty, and any national
- implementations thereof.
-
-2. Waiver. To the greatest extent permitted by, but not in contravention
-of, applicable law, Affirmer hereby overtly, fully, permanently,
-irrevocably and unconditionally waives, abandons, and surrenders all of
-Affirmer's Copyright and Related Rights and associated claims and causes
-of action, whether now known or unknown (including existing as well as
-future claims and causes of action), in the Work (i) in all territories
-worldwide, (ii) for the maximum duration provided by applicable law or
-treaty (including future time extensions), (iii) in any current or future
-medium and for any number of copies, and (iv) for any purpose whatsoever,
-including without limitation commercial, advertising or promotional
-purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
-member of the public at large and to the detriment of Affirmer's heirs and
-successors, fully intending that such Waiver shall not be subject to
-revocation, rescission, cancellation, termination, or any other legal or
-equitable action to disrupt the quiet enjoyment of the Work by the public
-as contemplated by Affirmer's express Statement of Purpose.
-
-3. Public License Fallback. Should any part of the Waiver for any reason
-be judged legally invalid or ineffective under applicable law, then the
-Waiver shall be preserved to the maximum extent permitted taking into
-account Affirmer's express Statement of Purpose. In addition, to the
-extent the Waiver is so judged Affirmer hereby grants to each affected
-person a royalty-free, non transferable, non sublicensable, non exclusive,
-irrevocable and unconditional license to exercise Affirmer's Copyright and
-Related Rights in the Work (i) in all territories worldwide, (ii) for the
-maximum duration provided by applicable law or treaty (including future
-time extensions), (iii) in any current or future medium and for any number
-of copies, and (iv) for any purpose whatsoever, including without
-limitation commercial, advertising or promotional purposes (the
-"License"). The License shall be deemed effective as of the date CC0 was
-applied by Affirmer to the Work. Should any part of the License for any
-reason be judged legally invalid or ineffective under applicable law, such
-partial invalidity or ineffectiveness shall not invalidate the remainder
-of the License, and in such case Affirmer hereby affirms that he or she
-will not (i) exercise any of his or her remaining Copyright and Related
-Rights in the Work or (ii) assert any associated claims and causes of
-action with respect to the Work, in either case contrary to Affirmer's
-express Statement of Purpose.
-
-4. Limitations and Disclaimers.
-
- a. No trademark or patent rights held by Affirmer are waived, abandoned,
- surrendered, licensed or otherwise affected by this document.
- b. Affirmer offers the Work as-is and makes no representations or
- warranties of any kind concerning the Work, express, implied,
- statutory or otherwise, including without limitation warranties of
- title, merchantability, fitness for a particular purpose, non
- infringement, or the absence of latent or other defects, accuracy, or
- the present or absence of errors, whether or not discoverable, all to
- the greatest extent permissible under applicable law.
- c. Affirmer disclaims responsibility for clearing rights of other persons
- that may apply to the Work or any use thereof, including without
- limitation any person's Copyright and Related Rights in the Work.
- Further, Affirmer disclaims responsibility for obtaining any necessary
- consents, permissions or other rights required for any use of the
- Work.
- d. Affirmer understands and acknowledges that Creative Commons is not a
- party to this document and has no duty or obligation with respect to
- this CC0 or use of the Work.
diff --git a/LICENSES/LGPL-3.0-only.txt b/LICENSES/LGPL-3.0-only.txt
deleted file mode 100644
index 513d1c0..0000000
--- a/LICENSES/LGPL-3.0-only.txt
+++ /dev/null
@@ -1,304 +0,0 @@
-GNU LESSER GENERAL PUBLIC LICENSE
-Version 3, 29 June 2007
-
-Copyright (C) 2007 Free Software Foundation, Inc.
-
-Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
-
-This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
-
-0. Additional Definitions.
-
-As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License.
-
-"The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
-
-An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
-
-A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version".
-
-The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
-
-The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
-
-1. Exception to Section 3 of the GNU GPL.
-You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
-
-2. Conveying Modified Versions.
-If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
-
- a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
-
- b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
-
-3. Object Code Incorporating Material from Library Header Files.
-The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
-
- a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
-
- b) Accompany the object code with a copy of the GNU GPL and this license document.
-
-4. Combined Works.
-You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
-
- a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
-
- b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
-
- c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
-
- d) Do one of the following:
-
- 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
-
- 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
-
- e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
-
-5. Combined Libraries.
-You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
-
- a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
-
- b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
-
-6. Revised Versions of the GNU Lesser General Public License.
-The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
-
-If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
-
-GNU GENERAL PUBLIC LICENSE
-Version 3, 29 June 2007
-
-Copyright © 2007 Free Software Foundation, Inc.
-
-Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
-
-Preamble
-
-The GNU General Public License is a free, copyleft license for software and other kinds of works.
-
-The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.
-
-When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
-
-To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.
-
-For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
-
-Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.
-
-For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
-
-Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
-
-Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.
-
-The precise terms and conditions for copying, distribution and modification follow.
-
-TERMS AND CONDITIONS
-
-0. Definitions.
-
-“This License” refers to version 3 of the GNU General Public License.
-
-“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
-
-“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
-
-To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
-
-A “covered work” means either the unmodified Program or a work based on the Program.
-
-To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
-
-To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
-
-An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
-
-1. Source Code.
-The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
-
-A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
-
-The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
-
-The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
-
-The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
-
-The Corresponding Source for a work in source code form is that same work.
-
-2. Basic Permissions.
-All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
-
-You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
-
-Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
-
-3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
-
-When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
-
-4. Conveying Verbatim Copies.
-You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
-
-You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
-
-5. Conveying Modified Source Versions.
-You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
-
- c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
-
-A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
-
-6. Conveying Non-Source Forms.
-You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
-
- d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
-
-A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
-
-A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
-
-“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
-
-If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
-
-The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
-
-Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
-
-7. Additional Terms.
-“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
-
-When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
-
-Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
-
-All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
-
-If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
-
-Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
-
-8. Termination.
-You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
-
-However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
-
-Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
-
-Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
-
-9. Acceptance Not Required for Having Copies.
-You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
-
-10. Automatic Licensing of Downstream Recipients.
-Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
-
-An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
-
-You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
-
-11. Patents.
-A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
-
-A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
-
-Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
-
-In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
-
-If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
-
-If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
-
-A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
-
-Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
-
-12. No Surrender of Others' Freedom.
-If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
-
-13. Use with the GNU Affero General Public License.
-Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
-
-14. Revised Versions of this License.
-The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
-
-If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
-
-Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
-
-15. Disclaimer of Warranty.
-THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-16. Limitation of Liability.
-IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-17. Interpretation of Sections 15 and 16.
-If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
-
-To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- 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 3 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.
-
- You should have received a copy of the GNU General Public License along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”.
-
-You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see .
-
-The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read .
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index e456215..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-include README.rst
-include LICENSES/*
-include psyplot_gui/sphinx_supp/_static/*
-include psyplot_gui/sphinx_supp/conf.py
-include psyplot_gui/sphinx_supp/psyplot.rst
-include psyplot_gui/icons/*.png
-include psyplot_gui/icons/*.png.license
-include psyplot_gui/icons/*.svg
-include psyplot_gui/icons/*.svg.license
-include psyplot_gui/_version.py
diff --git a/Makefile b/Makefile
deleted file mode 100644
index ebecc99..0000000
--- a/Makefile
+++ /dev/null
@@ -1,124 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-.PHONY: clean clean-build clean-pyc clean-test coverage dist docs help install lint lint/flake8 lint/black
-.DEFAULT_GOAL := help
-
-define BROWSER_PYSCRIPT
-import os, webbrowser, sys
-
-from urllib.request import pathname2url
-
-webbrowser.open("file://" + pathname2url(os.path.abspath(sys.argv[1])))
-endef
-export BROWSER_PYSCRIPT
-
-define PRINT_HELP_PYSCRIPT
-import re, sys
-
-for line in sys.stdin:
- match = re.match(r'^([a-zA-Z_-]+):.*?## (.*)$$', line)
- if match:
- target, help = match.groups()
- print("%-20s %s" % (target, help))
-endef
-export PRINT_HELP_PYSCRIPT
-
-BROWSER := python -c "$$BROWSER_PYSCRIPT"
-
-help:
- @python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
-
-clean: clean-build clean-pyc clean-test clean-venv ## remove all build, virtual environments, test, coverage and Python artifacts
-
-clean-build: ## remove build artifacts
- rm -fr build/
- rm -fr dist/
- rm -fr .eggs/
- find . -name '*.egg-info' -exec rm -fr {} +
- find . -name '*.egg' -exec rm -f {} +
-
-clean-pyc: ## remove Python file artifacts
- find . -name '*.pyc' -exec rm -f {} +
- find . -name '*.pyo' -exec rm -f {} +
- find . -name '*~' -exec rm -f {} +
- find . -name '__pycache__' -exec rm -fr {} +
-
-clean-test: ## remove test and coverage artifacts
- rm -fr .tox/
- rm -f .coverage
- rm -fr htmlcov/
- rm -fr .pytest_cache
-
-clean-venv: # remove the virtual environment
- rm -rf venv
-
-lint/isort: ## check style with flake8
- isort --check psyplot_gui tests
-lint/flake8: ## check style with flake8
- flake8 psyplot_gui tests
-lint/black: ## check style with black
- black --check psyplot_gui tests
-lint/reuse: ## check licenses
- reuse lint
-
-lint: lint/isort lint/black lint/flake8 lint/reuse ## check style
-
-formatting:
- isort psyplot_gui tests
- black psyplot_gui tests
- blackdoc psyplot_gui tests
-
-quick-test: ## run tests quickly with the default Python
- python -m pytest
-
-pipenv-test: ## run tox
- pipenv run isort --check psyplot_gui
- pipenv run black --line-length 79 --check psyplot_gui
- pipenv run flake8 psyplot_gui
- pipenv run pytest -v --cov=psyplot_gui -x
- pipenv run reuse lint
- pipenv run cffconvert --validate
-
-test: ## run tox
- tox
-
-test-all: test test-docs ## run tests and test the docs
-
-coverage: ## check code coverage quickly with the default Python
- python -m pytest --cov psyplot_gui --cov-report=html
- $(BROWSER) htmlcov/index.html
-
-docs: ## generate Sphinx HTML documentation, including API docs
- $(MAKE) -C docs clean
- $(MAKE) -C docs html
- $(BROWSER) docs/_build/html/index.html
-
-test-docs: ## generate Sphinx HTML documentation, including API docs
- $(MAKE) -C docs clean
- $(MAKE) -C docs linkcheck
-
-servedocs: docs ## compile the docs watching for changes
- watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
-
-release: dist ## package and upload a release
- twine upload dist/*
-
-dist: clean ## builds source and wheel package
- python -m build
- ls -l dist
-
-install: clean ## install the package to the active Python's site-packages
- python -m pip install .
-
-dev-install: clean
- python -m pip install -r docs/requirements.txt
- python -m pip install -e .[dev]
- pre-commit install
-
-venv-install: clean
- python -m venv venv
- venv/bin/python -m pip install -r docs/requirements.txt
- venv/bin/python -m pip install -e .[dev]
- venv/bin/pre-commit install
diff --git a/README.rst b/README.rst
deleted file mode 100644
index 3d9fdc7..0000000
--- a/README.rst
+++ /dev/null
@@ -1,78 +0,0 @@
-.. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-..
-.. SPDX-License-Identifier: CC-BY-4.0
-
-Graphical User Interface for the psyplot package
-================================================
-
-.. start-badges
-
-|CI|
-|Code coverage|
-|Latest Release|
-|PyPI version|
-|Code style: black|
-|Imports: isort|
-|PEP8|
-|REUSE status|
-
-
-.. 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
-`psyplot.github.io/psyplot-gui/ `__
-
-.. _PyQt: https://riverbankcomputing.com/software/pyqt/intro
-.. _psyplot: http://psyplot.github.io/
-
-
-Copyright
----------
-Copyright © 2024 Helmholtz-Zentrum Hereon, 2020-2021 Helmholtz-Zentrum
-Geesthacht, 2016-2024 University of Lausanne
-
-Code files in this repository are licensed under the
-LGPL-3.0-only, if not stated otherwise in the file.
-
-Documentation files in this repository are licensed under CC-BY-4.0, if not
-stated otherwise in the file.
-
-Supplementary and configuration files in this repository are licensed
-under CC0-1.0, if not stated otherwise
-in the file.
-
-Please check the header of the individual files for more detailed
-information.
-
-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/psyplot-gui/badges/master/pipeline.svg
- :target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/pipelines?page=1&scope=all&ref=master
-.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/master/coverage.svg
- :target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/graphs/master/charts
-.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/badges/release.svg
- :target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui
-.. |PyPI version| image:: https://img.shields.io/pypi/v/psyplot-gui.svg
- :target: https://pypi.python.org/pypi/psyplot-gui/
-.. |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/
-.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psyplot-gui
- :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psyplot-gui
diff --git a/docs/explained_screenshot.png b/_images/explained_screenshot.png
similarity index 100%
rename from docs/explained_screenshot.png
rename to _images/explained_screenshot.png
diff --git a/docs/ipython_console.png b/_images/ipython_console.png
similarity index 100%
rename from docs/ipython_console.png
rename to _images/ipython_console.png
diff --git a/docs/world.png b/_images/world.png
similarity index 100%
rename from docs/world.png
rename to _images/world.png
diff --git a/_modules/index.html b/_modules/index.html
new file mode 100644
index 0000000..2b5671e
--- /dev/null
+++ b/_modules/index.html
@@ -0,0 +1,310 @@
+
+
+
+
+
+ Overview: module code — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+ Overview: module code
+
+
+
+
+
+
+
+
+
All modules for which code is available
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui.html b/_modules/psyplot_gui.html
new file mode 100644
index 0000000..bdea06f
--- /dev/null
+++ b/_modules/psyplot_gui.html
@@ -0,0 +1,906 @@
+
+
+
+
+
+ psyplot_gui — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+"""psyplot-gui
+
+Graphical user interface for the psyplot package
+"""
+
+from __future__ import annotations
+
+import argparse
+import atexit
+import datetime as dt
+import logging
+import os
+import os.path as osp
+import pickle
+import socket
+import sys
+import tempfile
+import time
+from itertools import chain
+
+import fasteners
+import psyplot
+import six
+import xarray as xr
+import yaml
+from psyplot.__main__ import make_plot
+from psyplot.config.rcsetup import get_configdir , safe_list
+from psyplot.docstring import docstrings
+from psyplot.utils import get_default_value
+from psyplot.warning import warn
+
+import psyplot_gui.config as config
+from psyplot_gui.config.rcsetup import rcParams
+
+from . import _version
+
+__version__ = _version . get_versions ()[ "version" ]
+
+__author__ = "Philipp S. Sommer"
+__copyright__ = "2021-2024 Helmholtz-Zentrum hereon GmbH"
+__credits__ = [
+ "Philipp S. Sommer" ,
+]
+__license__ = "LGPL-3.0-only"
+
+__maintainer__ = "Philipp S. Sommer"
+__email__ = "philipp.sommer@hereon.de"
+
+__status__ = "Production"
+
+logger = logging . getLogger ( __name__ )
+logger . debug (
+ " %s : Initializing psyplot gui, version %s " ,
+ dt . datetime . now () . isoformat (),
+ __version__ ,
+)
+logger . debug ( "psyplot version: %s " , psyplot . __version__ )
+logger . debug ( "Logging configuration file: %s " , config . logcfg_path )
+logger . debug ( "Configuration file: %s " , config . config_path )
+
+
+rcParams . HEADER += " \n\n psyplot gui version: " + __version__
+
+
+logger = logging . getLogger ( __name__ )
+
+
+
+
[docs]
+
def get_versions ( requirements = True ):
+
ret = { "version" : __version__ }
+
if requirements :
+
req = ret [ "requirements" ] = {}
+
try :
+
import qtconsole
+
except Exception :
+
logger . error ( "Could not load qtconsole!" , exc_info = True )
+
else :
+
req [ "qtconsole" ] = qtconsole . __version__
+
try :
+
from psyplot_gui.compat.qtcompat import PYQT_VERSION , QT_VERSION
+
except Exception :
+
logger . error ( "Could not load qt and pyqt!" , exc_info = True )
+
else :
+
req [ "qt" ] = QT_VERSION
+
req [ "pyqt" ] = PYQT_VERSION
+
return ret
+
+
+
+
+
[docs]
+
@docstrings . get_sections ( base = "psyplot_gui.start_app" )
+
@docstrings . dedent
+
def start_app (
+
fnames = [],
+
name = [],
+
dims = None ,
+
plot_method = None ,
+
output = None ,
+
project = None ,
+
engine = None ,
+
formatoptions = None ,
+
tight = False ,
+
encoding = None ,
+
enable_post = False ,
+
seaborn_style = None ,
+
output_project = None ,
+
concat_dim = get_default_value ( xr . open_mfdataset , "concat_dim" ),
+
chname = {},
+
backend = False ,
+
new_instance = False ,
+
rc_file = None ,
+
rc_gui_file = None ,
+
include_plugins = rcParams [ "plugins.include" ],
+
exclude_plugins = rcParams [ "plugins.exclude" ],
+
offline = False ,
+
pwd = None ,
+
script = None ,
+
command = None ,
+
exec_ = True ,
+
use_all = False ,
+
callback = None ,
+
preset = None ,
+
opengl_implementation = None ,
+
webengineview = True ,
+
decoder = None ,
+
):
+
"""
+
Eventually start the QApplication or only make a plot
+
+
Parameters
+
----------
+
%(make_plot.parameters)s
+
backend: None or str
+
The backend to use. By default, the ``'gui.backend'`` key in the
+
:attr:`~psyplot_gui.config.rcsetup.rcParams` dictionary is used.
+
Otherwise it can be None to use the standard matplotlib backend or a
+
string identifying the backend
+
new_instance: bool
+
If True/set and the `output` parameter is not set, a new application is
+
created
+
rc_gui_file: str
+
The path to a yaml configuration file that can be used to update the
+
:attr:`~psyplot_gui.config.rcsetup.rcParams`
+
include_plugins: list of str
+
The plugin widget to include. Can be either None to load all that are
+
not explicitly excluded by `exclude_plugins` or a list of
+
plugins to include. List items can be either module names, plugin
+
names or the module name and widget via ``'<module_name>:<widget>'``
+
exclude_plugins: list of str
+
The plugin widgets to exclude. Can be either ``'all'`` to exclude
+
all plugins or a list like in `include_plugins`.
+
offline: bool
+
If True/set, psyplot will be started in offline mode without
+
intersphinx and remote access for the help explorer
+
pwd: str
+
The path to the working directory to use. Note if you do not provide
+
any `fnames` or `project`, but set the `pwd`, it will switch the
+
`pwd` of the current GUI.
+
script: str
+
The path to a python script that shall be run in the GUI. If the GUI
+
is already running, the commands will be executed in this GUI.
+
command: str
+
Python commands that shall be run in the GUI. If the GUI is already
+
running, the commands will be executed in this GUI
+
use_all: bool
+
If True, use all variables. Note that this is the default if the
+
`output` is specified and not `name`
+
exec_: bool
+
If True, the main loop is entered.
+
callback: str
+
A unique identifier for the method that should be used if psyplot is
+
already running. Set this parameter to None to avoid sending
+
opengl_implementation: {'software', 'desktop', 'gles', 'automatic'}
+
OpenGL implementation to pass to Qt. Possible options are
+
'software', 'desktop', 'gles' and 'automatic' (which let's PyQt
+
decide).
+
webengineview: bool
+
If True (default), use an HTML help widget. This might not be available
+
for all builds of PyQt5 under all circumstances. If not set, the
+
rcParams key ``'help_explorer.use_webengineview'`` is used.
+
+
Returns
+
-------
+
None or :class:`psyplot_gui.main.MainWindow`
+
``None`` if `exec_` is True, otherwise the created
+
:class:`~psyplot_gui.main.MainWindow` instance
+
"""
+
if pwd is not None :
+
os . chdir ( pwd )
+
if script is not None :
+
script = osp . abspath ( script )
+
+
if project is not None and ( name != [] or dims is not None ):
+
warn (
+
"The `name` and `dims` parameter are ignored if the `project`"
+
" parameter is set!"
+
)
+
+
# load rcParams from file
+
if rc_gui_file is not None :
+
rcParams . load_from_file ( rc_gui_file )
+
+
# set plugins
+
rcParams [ "plugins.include" ] = include_plugins
+
rcParams [ "plugins.exclude" ] = exclude_plugins
+
if webengineview is not None :
+
rcParams [ "help_explorer.use_webengineview" ] = webengineview
+
+
if offline :
+
rcParams [ "help_explorer.online" ] = False
+
rcParams [ "help_explorer.use_intersphinx" ] = False
+
+
if dims is not None and not isinstance ( dims , dict ):
+
dims = dict ( chain ( * map ( six . iteritems , dims )))
+
+
if output is not None :
+
return make_plot (
+
fnames = fnames ,
+
name = name ,
+
dims = dims ,
+
plot_method = plot_method ,
+
output = output ,
+
project = project ,
+
engine = engine ,
+
formatoptions = formatoptions ,
+
tight = tight ,
+
rc_file = rc_file ,
+
encoding = encoding ,
+
enable_post = enable_post ,
+
seaborn_style = seaborn_style ,
+
output_project = output_project ,
+
concat_dim = concat_dim ,
+
chname = chname ,
+
preset = preset ,
+
decoder = decoder ,
+
)
+
if use_all :
+
name = "all"
+
else :
+
name = safe_list ( name )
+
+
if formatoptions is not None :
+
if not isinstance ( formatoptions , dict ):
+
# list of dicts
+
for fmt in formatoptions [ 1 :]:
+
formatoptions [ 0 ] . update ( fmt )
+
formatoptions = formatoptions [ 0 ]
+
if preset is not None :
+
import psyplot.project as psy
+
+
preset_data = psy . Project . _load_preset ( preset )
+
else :
+
preset_data = {}
+
preset_data . update ( formatoptions )
+
preset = tempfile . NamedTemporaryFile ( prefix = "psy_" , suffix = ".yml" ) . name
+
with open ( preset , "w" ) as f :
+
yaml . dump ( preset_data , f )
+
+
# make preset path absolute
+
if (
+
preset is not None
+
and not isinstance ( preset , dict )
+
and osp . exists ( preset )
+
):
+
preset = osp . abspath ( preset )
+
+
# Lock file creation
+
if not new_instance :
+
lock_file = osp . join ( get_configdir (), "psyplot.lock" )
+
lock = fasteners . InterProcessLock ( lock_file )
+
+
# Try to lock psyplot.lock. If it's *possible* to do it, then
+
# there is no previous instance running and we can start a
+
# new one. If *not*, then there is an instance already
+
# running, which is locking that file
+
lock_created = lock . acquire ( False )
+
else :
+
lock_created = False
+
+
chname = dict ( chname )
+
+
if lock_created :
+
# Start a new instance
+
atexit . register ( lock . release )
+
elif not new_instance :
+
if callback is None :
+
if fnames or project :
+
callback = "new_plot"
+
elif pwd is not None :
+
callback = "change_cwd"
+
fnames = [ pwd ]
+
elif script is not None :
+
callback = "run_script"
+
fnames = [ script ]
+
elif command is not None :
+
callback = "command"
+
engine = command
+
if callback :
+
send_files_to_psyplot (
+
callback ,
+
fnames ,
+
project ,
+
engine ,
+
plot_method ,
+
name ,
+
dims ,
+
encoding ,
+
enable_post ,
+
seaborn_style ,
+
concat_dim ,
+
chname ,
+
preset ,
+
decoder ,
+
)
+
return
+
elif new_instance :
+
rcParams [ "main.listen_to_port" ] = False
+
if backend is not False :
+
rcParams [ "backend" ] = backend
+
from psyplot_gui.main import MainWindow
+
+
fnames = _get_abs_names ( fnames )
+
if project is not None :
+
project = _get_abs_names ([ project ])[ 0 ]
+
if exec_ :
+
from psyplot_gui.compat.qtcompat import QApplication
+
+
app = QApplication ( sys . argv )
+
+
_set_opengl_implementation ( opengl_implementation )
+
+
if isinstance ( new_instance , MainWindow ):
+
mainwindow = new_instance
+
else :
+
mainwindow = MainWindow . run (
+
fnames ,
+
project ,
+
engine ,
+
plot_method ,
+
name ,
+
dims ,
+
encoding ,
+
enable_post ,
+
seaborn_style ,
+
concat_dim ,
+
chname ,
+
preset ,
+
decoder ,
+
)
+
if script is not None :
+
mainwindow . console . run_script_in_shell ( script )
+
if command is not None :
+
mainwindow . console . run_command_in_shell ( command )
+
if exec_ :
+
sys . excepthook = mainwindow . excepthook
+
sys . exit ( app . exec_ ())
+
else :
+
return mainwindow
+
+
+
+
+
[docs]
+
def send_files_to_psyplot ( callback , fnames , project , * args ):
+
"""
+
Simple socket client used to send the args passed to the psyplot
+
executable to an already running instance.
+
+
This function has to most parts been taken from spyder
+
"""
+
port = rcParams [ "main.open_files_port" ]
+
+
# Wait ~50 secs for the server to be up
+
# Taken from http://stackoverflow.com/a/4766598/438386
+
for _x in range ( 200 ):
+
fnames = _get_abs_names ( fnames )
+
if project is not None :
+
project = _get_abs_names ([ project ])[ 0 ]
+
try :
+
client = socket . socket (
+
socket . AF_INET , socket . SOCK_STREAM , socket . IPPROTO_TCP
+
)
+
client . connect (( "127.0.0.1" , port ))
+
client . send ( pickle . dumps ([ callback , fnames , project ] + list ( args )))
+
client . close ()
+
except socket . error :
+
time . sleep ( 0.25 )
+
continue
+
break
+
+
+
+def _get_abs_names ( fnames ):
+ """Return the absolute paths of the given filenames"""
+ if fnames is None :
+ return
+ for i , fname in enumerate ( fnames ):
+ if fname :
+ fnames [ i ] = "," . join ( map ( osp . abspath , fname . split ( "," )))
+ return fnames
+
+
+
+
[docs]
+
def get_parser ( create = True ):
+
"""Return a parser to make that can be used to make plots or open files
+
from the command line
+
+
Returns
+
-------
+
psyplot.parser.FuncArgParser
+
The :class:`argparse.ArgumentParser` instance
+
+
See Also
+
--------
+
psyplot.main.get_parser
+
psyplot.parser.FuncArgParser
+
psyplot.main.main"""
+
from psyplot.__main__ import get_parser
+
+
parser = get_parser ( create = False )
+
+
parser . setup_args ( start_app )
+
+
gui_grp = parser . add_argument_group (
+
"Gui options" , "Options specific to the graphical user interface"
+
)
+
+
parser . update_arg (
+
"backend" ,
+
short = "b" ,
+
const = None ,
+
nargs = "?" ,
+
metavar = "backend" ,
+
help = """
+
The backend to use. By default, the ``'gui.backend'`` key in the
+
:attr:`~psyplot_gui.config.rcsetup.rcParams` dictionary is used. If
+
used without options, the default matplotlib backend is used.""" ,
+
group = gui_grp ,
+
)
+
+
parser . update_arg ( "new_instance" , short = "ni" , group = gui_grp )
+
+
parser . update_arg ( "rc_gui_file" , short = "rc-gui" , group = gui_grp )
+
parser . pop_key ( "rc_gui_file" , "metavar" )
+
parser . update_arg (
+
"include_plugins" ,
+
short = "inc" ,
+
group = gui_grp ,
+
default = rcParams [ "plugins.include" ],
+
)
+
parser . append2help ( "include_plugins" , ". Default: %(default)s " )
+
parser . update_arg (
+
"exclude_plugins" ,
+
short = "exc" ,
+
group = gui_grp ,
+
default = rcParams [ "plugins.exclude" ],
+
)
+
parser . append2help ( "exclude_plugins" , ". Default: %(default)s " )
+
+
parser . update_arg ( "offline" , group = gui_grp )
+
parser . update_arg ( "pwd" , group = gui_grp )
+
parser . update_arg ( "script" , short = "s" , group = gui_grp )
+
parser . update_arg ( "command" , short = "c" , group = gui_grp )
+
+
parser . update_arg (
+
"opengl_implementation" ,
+
group = gui_grp ,
+
short = "opengl" ,
+
choices = [ "software" , "desktop" , "gles" , "automatic" ],
+
)
+
+
# add an action to display the GUI plugins
+
info_grp = parser . unfinished_arguments [ "list_plugins" ] . get ( "group" )
+
parser . update_arg (
+
"list_gui_plugins" ,
+
short = "lgp" ,
+
long = "list-gui-plugins" ,
+
action = ListGuiPluginsAction ,
+
if_existent = False ,
+
help = (
+
"Print the names of the GUI plugins and exit. Note that the "
+
"displayed plugins are not affected by the `include-plugins` "
+
"and `exclude-plugins` options"
+
),
+
)
+
if info_grp is not None :
+
parser . unfinished_arguments [ "list_gui_plugins" ][ "group" ] = info_grp
+
+
parser . pop_key ( "offline" , "short" )
+
+
parser . append2help (
+
"output_project" ,
+
". This option has only an effect if the `output` " " option is set." ,
+
)
+
+
parser . update_arg ( "use_all" , short = "a" )
+
+
parser . pop_arg ( "exec_" )
+
parser . pop_arg ( "callback" )
+
+
parser . pop_key ( "webengineview" , "short" )
+
parser . update_arg (
+
"webengineview" , default = None , action = "store_true" , group = gui_grp
+
)
+
+
parser . unfinished_arguments [ "no-webengineview" ] = dict (
+
long = "no-webengineview" ,
+
default = None ,
+
action = "store_false" ,
+
dest = "webengineview" ,
+
help = "Do not use HTML rendering." ,
+
group = gui_grp ,
+
)
+
+
if psyplot . __version__ < "1.0" :
+
parser . set_main ( start_app )
+
+
parser . epilog += """
+
+
If you omit the ``'-o'`` option, the file is opened in the graphical user
+
interface and if you run::
+
+
$ psyplot -pwd .
+
+
It will switch the directory of the already running GUI (if existent) to the
+
current working directory in your terminal. Additionally,::
+
+
$ psyplot -s myscript.py
+
+
will run the file ``'myscript.py'`` in the GUI and::
+
+
$ psyplot -c 'print("Hello World!")'
+
+
will execute ``print("Hello World")`` in the GUI. The output, of the `-s` and
+
`-c` options, will, however, be shown in the terminal."""
+
+
if create :
+
parser . create_arguments ()
+
+
return parser
+
+
+
+#: A boolean variable to check if the GUI is tested. This is set automatically
+#: true on CI services
+UNIT_TESTING = os . getenv ( "CI" )
+
+
+
+
[docs]
+
class ListGuiPluginsAction ( argparse . Action ):
+
def __init__ (
+
self ,
+
option_strings ,
+
dest = argparse . SUPPRESS ,
+
nargs = None ,
+
default = argparse . SUPPRESS ,
+
** kwargs ,
+
):
+
if nargs is not None :
+
raise ValueError ( "nargs not allowed" )
+
kwargs [ "default" ] = default
+
super ( ListGuiPluginsAction , self ) . __init__ (
+
option_strings , nargs = 0 , dest = dest , ** kwargs
+
)
+
+
def __call__ ( self , parser , namespace , values , option_string = None ):
+
import yaml
+
+
if not rcParams . _plugins :
+
list ( rcParams . _load_plugin_entrypoints ())
+
print ( yaml . dump ( rcParams . _plugins , default_flow_style = False ))
+
sys . exit ( 0 )
+
+
+
+def _set_opengl_implementation ( option ):
+ """
+ Set the OpenGL implementation
+
+ This function has been taken from spyder
+ (see https://github.com/spyder-ide/spyder/pull/7859)
+
+ See issue https://github.com/spyder-ide/spyder/issues/7447 for the details.
+ """
+ try :
+ from PyQt5.QtQuick import QQuickWindow , QSGRendererInterface
+ except Exception :
+ QQuickWindow = QSGRendererInterface = None
+ from PyQt5.QtCore import QCoreApplication , Qt
+
+ if option is None :
+ option = rcParams [ "main.opengl" ]
+ if option == "software" :
+ QCoreApplication . setAttribute ( Qt . AA_UseSoftwareOpenGL )
+ if QQuickWindow is not None :
+ QQuickWindow . setSceneGraphBackend ( QSGRendererInterface . Software )
+ elif option == "desktop" :
+ QCoreApplication . setAttribute ( Qt . AA_UseDesktopOpenGL )
+ if QQuickWindow is not None :
+ QQuickWindow . setSceneGraphBackend ( QSGRendererInterface . OpenGL )
+ elif option == "gles" :
+ QCoreApplication . setAttribute ( Qt . AA_UseOpenGLES )
+ if QQuickWindow is not None :
+ QQuickWindow . setSceneGraphBackend ( QSGRendererInterface . OpenGL )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/backend.html b/_modules/psyplot_gui/backend.html
new file mode 100644
index 0000000..4289bad
--- /dev/null
+++ b/_modules/psyplot_gui/backend.html
@@ -0,0 +1,487 @@
+
+
+
+
+
+ psyplot_gui.backend — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.backend
+"""Matplotlib backend to include matplotlib figures as dockwidgets in the
+psyplot gui
+
+This backend is based upon matplotlibs qt4agg and qt5agg backends."""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+from matplotlib.backend_bases import FigureManagerBase
+from matplotlib.figure import Figure
+
+from psyplot_gui.common import DockMixin
+from psyplot_gui.compat.qtcompat import (
+ QDockWidget ,
+ Qt ,
+ QVBoxLayout ,
+ QWidget ,
+ with_qt5 ,
+)
+
+if with_qt5 :
+ from matplotlib.backends.backend_qt5agg import (
+ FigureCanvasQTAgg ,
+ FigureManagerQT ,
+ )
+else :
+ from matplotlib.backends.backend_qt4agg import (
+ FigureCanvasQTAgg ,
+ FigureManagerQT ,
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
[docs]
+
class PsyplotCanvasManager ( FigureManagerQT ):
+
"""The canvas manager for the psyplot backend interacting with the
+
mainwindow of the psyplot gui"""
+
+
toolbar = None
+
+
def __init__ ( self , canvas , num ):
+
from psyplot_gui.main import mainwindow
+
+
self . main = mainwindow
+
if mainwindow is None :
+
return super ( PsyplotCanvasManager , self ) . __init__ ( canvas , num )
+
parent_widget = FigureWidget ()
+
parent_widget . vbox = vbox = QVBoxLayout ()
+
self . window = dock = parent_widget . to_dock (
+
mainwindow ,
+
title = "Figure %d " % num ,
+
position = Qt . TopDockWidgetArea ,
+
docktype = None ,
+
)
+
if mainwindow . figures :
+
mainwindow . tabifyDockWidget ( mainwindow . figures [ - 1 ], dock )
+
mainwindow . figures . append ( dock )
+
FigureManagerBase . __init__ ( self , canvas , num )
+
self . canvas = canvas
+
+
self . window . setWindowTitle ( "Figure %d " % num )
+
+
if hasattr ( self , "_get_toolbar" ):
+
# legacy solution for matplotlib < 3.6
+
self . toolbar = self . _get_toolbar ( canvas , parent_widget )
+
+
# add text label to status bar
+
self . statusbar_label = mainwindow . figures_label
+
+
if self . toolbar is not None :
+
vbox . addWidget ( self . toolbar )
+
self . toolbar . message . connect ( self . statusbar_label . setText )
+
+
vbox . addWidget ( canvas )
+
parent_widget . setLayout ( vbox )
+
self . parent_widget = parent_widget
+
+
# Give the keyboard focus to the figure instead of the
+
# manager; StrongFocus accepts both tab and click to focus and
+
# will enable the canvas to process event w/o clicking.
+
# ClickFocus only takes the focus is the window has been
+
# clicked
+
# on. http://qt-project.org/doc/qt-4.8/qt.html#FocusPolicy-enum or
+
# http://doc.qt.digia.com/qt/qt.html#FocusPolicy-enum
+
self . canvas . setFocusPolicy ( Qt . StrongFocus )
+
self . canvas . setFocus ()
+
self . window . _destroying = False
+
+
self . main . show ()
+
+
def notify_axes_change ( fig ):
+
# This will be called whenever the current axes is changed
+
if self . toolbar is not None :
+
self . toolbar . update ()
+
+
self . canvas . figure . add_axobserver ( notify_axes_change )
+
+
+
[docs]
+
def statusBar ( self , * args , ** kwargs ):
+
if self . main is None :
+
return super ( PsyplotCanvasManager , self ) . statusBar ( * args , ** kwargs )
+
return self . main . statusBar ( * args , ** kwargs )
+
+
+
+
[docs]
+
def resize ( self , width , height ):
+
self . window . resize ( width , height + self . toolbar . sizeHint () . height ())
+
+
+
+
+
+
[docs]
+
class PsyplotCanvas ( FigureCanvasQTAgg ):
+
"""The canvas class with reimplemented resizing"""
+
+
+
[docs]
+
def resizeEvent ( self , event ):
+
"""Reimplemented to make sure that the figure is only resized for
+
events with height and width greater 0"""
+
if event . size () . width () > 0 and event . size () . height () > 0 :
+
super ( PsyplotCanvas , self ) . resizeEvent ( event )
+
+
+
+
+FigureManager = PsyplotCanvasManager
+FigureCanvas = PsyplotCanvas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/common.html b/_modules/psyplot_gui/common.html
new file mode 100644
index 0000000..757d4b9
--- /dev/null
+++ b/_modules/psyplot_gui/common.html
@@ -0,0 +1,726 @@
+
+
+
+
+
+ psyplot_gui.common — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.common
+"""Common functions used for the psyplot gui"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import inspect
+import logging
+import os.path as osp
+import sys
+import traceback as tb
+from functools import partial
+
+import six
+
+from psyplot_gui.compat.qtcompat import (
+ QAction ,
+ QDesktopWidget ,
+ QDockWidget ,
+ QErrorMessage ,
+ QIcon ,
+ QInputDialog ,
+ QRegExpValidator ,
+ QtCore ,
+ QToolButton ,
+)
+
+if six . PY2 :
+ try :
+ import CStringIO as io
+ except ImportError :
+ import StringIO as io
+else :
+ import io
+
+
+
+
[docs]
+
def is_running_tests ():
+
"""Check if there are any GUI tests running
+
+
This function returns the :attr:`psyplot_gui.UNIT_TESTING` variable"""
+
import psyplot_gui
+
+
return psyplot_gui . UNIT_TESTING
+
+
+
+
+
[docs]
+
def get_module_path ( modname ):
+
"""Return module `modname` base path"""
+
+
return osp . abspath ( osp . dirname ( sys . modules [ modname ] . __file__ ))
+
+
+
+
+
[docs]
+
def get_icon ( name ):
+
"""Get the path to an icon in the icons directory"""
+
return osp . join ( get_module_path ( "psyplot_gui" ), "icons" , name )
+
+
+
+
+
[docs]
+
class DockMixin ( object ):
+
"""A mixin class to define psyplot_gui plugins
+
+
Notes
+
-----
+
Each external plugin should set the :attr:`dock_position` and the
+
:attr:`title` attribute!
+
"""
+
+
_set_central_action = _view_action = None
+
+
#: The position of the plugin
+
dock_position = None
+
+
#: The title of the plugin
+
title = None
+
+
#: The class to use for the DockWidget
+
dock_cls = QDockWidget
+
+
#: The config page for this widget. Should inherit the
+
#: :class:`psyplot_gui.preferences.ConfigPage` widget
+
config_page = None
+
+
#: Boolean that is True if the dock widget should be hidden automatically
+
#: after startup
+
hidden = False
+
+
#: The instance of :class:`QDockWidget` of this plugin
+
dock = None
+
+
@property
+
def is_shown ( self ):
+
"""Boolean that is True, if the dock widget is shown"""
+
return (
+
self . dock is not None and self . dock . toggleViewAction () . isChecked ()
+
)
+
+
+
[docs]
+
def to_dock (
+
self , main , title = None , position = None , docktype = "pane" , * args , ** kwargs
+
):
+
if title is None :
+
title = self . title
+
if title is None :
+
raise ValueError ( "No title specified for the %s widget" % ( self ))
+
if position is None :
+
position = self . dock_position
+
if position is None :
+
raise ValueError (
+
"No position specified for the %s widget ( %s )" % ( title , self )
+
)
+
self . title = title
+
self . dock_position = position
+
if self . dock is None :
+
self . dock = self . dock_cls ( title , main )
+
self . dock . setWidget ( self )
+
main . dockwidgets . append ( self . dock )
+
self . create_central_widget_action ( main )
+
self . create_view_action ( main , docktype )
+
self . position_dock ( main , * args , ** kwargs )
+
config_page = self . config_page
+
if config_page is not None :
+
main . config_pages . append ( config_page )
+
return self . dock
+
+
+
+
[docs]
+
def position_dock ( self , main , * args , ** kwargs ):
+
"""Set the position of the dock widget
+
+
This method places the plugin widget at the desired dock position
+
(by default, indicated with the :attr:`dock_position` attribute)
+
+
Parameters
+
----------
+
main: psyplot_gui.main.Mainwindow
+
The main window where the dock is added"""
+
main . addDockWidget ( self . dock_position , self . dock , * args , ** kwargs )
+
+
+
+
[docs]
+
def show_plugin ( self ):
+
"""Show the plugin widget"""
+
a = self . dock . toggleViewAction ()
+
if not a . isChecked ():
+
a . trigger ()
+
+
+
+
[docs]
+
def hide_plugin ( self ):
+
"""Hide the plugin widget"""
+
a = self . dock . toggleViewAction ()
+
if a . isChecked ():
+
a . trigger ()
+
+
+
+
[docs]
+
def show_status_message ( self , msg ):
+
"""Show a status message"""
+
try :
+
self . dock . parent () . plugin_label . setText ( msg )
+
except AttributeError :
+
pass
+
+
+
+
+
+
+
[docs]
+
def create_view_action ( self , main , docktype = "pane" ):
+
if self . _view_action is None :
+
self . _view_action = action = self . dock . toggleViewAction ()
+
if docktype == "pane" :
+
main . panes_menu . addAction ( action )
+
elif docktype == "df" :
+
main . dataframe_menu . addAction ( action )
+
return self . _view_action
+
+
+
+
[docs]
+
def remove_plugin ( self ):
+
"""Remove this plugin and close it"""
+
mainwindow = self . dock . parent () if self . dock else self . parent ()
+
key = next (
+
( key for key , w in mainwindow . plugins . items () if w is self ), None
+
)
+
if mainwindow . centralWidget () is self :
+
mainwindow . set_central_widget (
+
mainwindow . __class__ . central_widget_key
+
)
+
if self . _view_action is not None :
+
mainwindow . panes_menu . removeAction ( self . _view_action )
+
mainwindow . dataframe_menu . removeAction ( self . _view_action )
+
if self . _set_central_action is not None :
+
mainwindow . central_widgets_menu . removeAction (
+
self . _set_central_action
+
)
+
if key is not None :
+
del mainwindow . plugins [ key ]
+
if self . dock is not None :
+
mainwindow . removeDockWidget ( self . dock )
+
self . dock . close ()
+
self . close ()
+
+
+
+
+
+
+
+
+
+
[docs]
+
class ListValidator ( QRegExpValidator ):
+
"""A validator class to validate that a string consists of strings in a
+
list of strings"""
+
+
def __init__ ( self , valid , sep = "," , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
valid: list of str
+
The possible choices
+
sep: str, optional
+
The separation pattern
+
``*args,**kwargs``
+
Determined by PyQt5.QtGui.QValidator
+
"""
+
patt = QtCore . QRegExp ( "^(( %s )(;;)?)+$" % "|" . join ( valid ))
+
super ( QRegExpValidator , self ) . __init__ ( patt , * args , ** kwargs )
+
+
+
+
+
[docs]
+
class PyErrorMessage ( QErrorMessage ):
+
"""Widget designed to display python errors via the :meth:`showTraceback`
+
method"""
+
+
+
[docs]
+
def showTraceback ( self , header = None ):
+
if is_running_tests ():
+
raise
+
+
s = io . StringIO ()
+
tb . print_exc ( file = s )
+
last_tb = "<p>" + "<br>" . join ( s . getvalue () . splitlines ()) + "</p>"
+
header = header + " \n " if header else ""
+
self . showMessage ( header + last_tb )
+
available_width = QDesktopWidget () . availableGeometry () . width () / 3.0
+
available_height = QDesktopWidget () . availableGeometry () . height () / 3.0
+
width = self . sizeHint () . width ()
+
height = self . sizeHint () . height ()
+
# The message window should cover at least one third of the screen
+
self . resize ( max ( available_width , width ), max ( available_height , height ))
+
+
+
+
[docs]
+
def excepthook ( self , type , value , traceback ):
+
s = io . StringIO ()
+
tb . print_exception ( type , value , traceback , file = s )
+
last_tb = "<p>" + "<br>" . join ( s . getvalue () . splitlines ()) + "</p>"
+
header = value . message if six . PY2 else str ( value )
+
self . showMessage ( header + " \n " + last_tb )
+
available_width = QDesktopWidget () . availableGeometry () . width () / 3.0
+
available_height = QDesktopWidget () . availableGeometry () . height () / 3.0
+
width = self . sizeHint () . width ()
+
height = self . sizeHint () . height ()
+
# The message window should cover at least one third of the screen
+
self . resize ( max ( available_width , width ), max ( available_height , height ))
+
+
+
+
+
+
[docs]
+
class StreamToLogger ( object ):
+
"""
+
Fake file-like stream object that redirects writes to a logger instance.
+
"""
+
+
def __init__ ( self , logger , log_level = logging . INFO ):
+
self . logger = logger
+
self . log_level = log_level
+
self . linebuf = ""
+
+
+
[docs]
+
def write ( self , buf ):
+
for line in buf . rstrip () . splitlines ():
+
self . logger . log ( self . log_level , line . rstrip ())
+
+
+
+
[docs]
+
def flush ( self ):
+
pass
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/compat/qtcompat.html b/_modules/psyplot_gui/compat/qtcompat.html
new file mode 100644
index 0000000..bcc59f6
--- /dev/null
+++ b/_modules/psyplot_gui/compat/qtcompat.html
@@ -0,0 +1,543 @@
+
+
+
+
+
+ psyplot_gui.compat.qtcompat — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.compat.qtcompat
+"""Compatibility module for the different versions of PyQt"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import sys
+
+# make sure that the right pyqt version suitable for the IPython console is
+# loaded
+import six
+
+from psyplot_gui.config.rcsetup import rcParams
+
+try :
+ from qtconsole.rich_jupyter_widget import RichJupyterWidget # noqa: F401
+except ImportError :
+ pass
+try :
+ import PyQt5 # noqa: F401
+except ImportError :
+ from PyQt4 import QtCore , QtGui # noqa: F401
+ from PyQt4.Qt import PYQT_VERSION_STR as PYQT_VERSION # noqa: F401
+ from PyQt4.Qt import QT_VERSION_STR as QT_VERSION # noqa: F401
+ from PyQt4.QtCore import Qt # noqa: F401
+ from PyQt4.QtGui import ( # noqa: F401
+ QAbstractItemView ,
+ QAction ,
+ QActionGroup ,
+ QApplication ,
+ QCheckBox ,
+ )
+ from PyQt4.QtGui import QComboBox as OrigQComboBox
+ from PyQt4.QtGui import ( # noqa: F401
+ QCompleter ,
+ QDesktopWidget ,
+ QDialog ,
+ QDialogButtonBox ,
+ QDockWidget ,
+ QDoubleValidator ,
+ QErrorMessage ,
+ QFileDialog ,
+ QFrame ,
+ QGraphicsRectItem ,
+ QGraphicsScene ,
+ QGraphicsView ,
+ QGridLayout ,
+ QHBoxLayout ,
+ QHeaderView ,
+ QIcon ,
+ QInputDialog ,
+ QIntValidator ,
+ QKeyEvent ,
+ QKeySequence ,
+ QLabel ,
+ QLineEdit ,
+ QListView ,
+ QListWidget ,
+ QListWidgetItem ,
+ QMainWindow ,
+ QMenu ,
+ QMessageBox ,
+ QPlainTextEdit ,
+ QPushButton ,
+ QRegExpValidator ,
+ QScrollArea ,
+ QSizePolicy ,
+ QSortFilterProxyModel ,
+ QSplitter ,
+ QStackedWidget ,
+ QStandardItem ,
+ QStandardItemModel ,
+ QStatusBar ,
+ QStyledItemDelegate ,
+ QStyleOptionViewItem ,
+ QTableView ,
+ QTableWidget ,
+ QTableWidgetItem ,
+ QTabWidget ,
+ QTextCursor ,
+ QTextEdit ,
+ QToolBar ,
+ QToolBox ,
+ QToolButton ,
+ QTreeWidget ,
+ QTreeWidgetItem ,
+ QValidator ,
+ QVBoxLayout ,
+ QWidget ,
+ )
+ from PyQt4.QtTest import QTest # noqa: F401
+ from PyQt4.QtWebKit import QWebView as QWebEngineView # noqa: F401
+
+ with_qt5 = False
+ QSignalSpy = None
+
+ try :
+ from PyQt4.QtCore import QByteArray , QString
+ except ImportError :
+
+ def isstring ( s ):
+ return isinstance ( s , six . string_types )
+
+ else :
+
+ def isstring ( s ):
+ return isinstance (
+ s , tuple ( list ( six . string_types ) + [ QString , QByteArray ])
+ )
+
+ class QComboBox ( OrigQComboBox ):
+ currentTextChanged = QtCore . pyqtSignal ( str )
+
+ def __init__ ( self , * args , ** kwargs ):
+ OrigQComboBox . __init__ ( self , * args , ** kwargs )
+ self . currentIndexChanged . connect ( self . _emit_currentTextChanged )
+
+ def _emit_currentTextChanged ( self , i ):
+ self . currentTextChanged . emit ( self . currentText ())
+
+ def setCurrentText ( self , s ):
+ idx = self . findText ( s )
+ if idx == - 1 :
+ self . addItem ( s )
+ idx = self . findText ( s )
+ self . setCurrentIndex ( idx )
+
+else :
+ from PyQt5 import QtCore
+ from PyQt5.QtCore import QSortFilterProxyModel , Qt # noqa: F401
+ from PyQt5.QtGui import ( # noqa: F401
+ QDoubleValidator ,
+ QIcon ,
+ QIntValidator ,
+ QKeyEvent ,
+ QKeySequence ,
+ QRegExpValidator ,
+ QStandardItem ,
+ QStandardItemModel ,
+ QTextCursor ,
+ QValidator ,
+ )
+ from PyQt5.QtWidgets import ( # noqa: F401
+ QAbstractItemView ,
+ QAction ,
+ QActionGroup ,
+ QApplication ,
+ QCheckBox ,
+ QComboBox ,
+ QCompleter ,
+ QDesktopWidget ,
+ QDialog ,
+ QDialogButtonBox ,
+ QDockWidget ,
+ QErrorMessage ,
+ QFileDialog ,
+ QFrame ,
+ QGraphicsRectItem ,
+ QGraphicsScene ,
+ QGraphicsView ,
+ QGridLayout ,
+ QHBoxLayout ,
+ QHeaderView ,
+ QInputDialog ,
+ QLabel ,
+ QLineEdit ,
+ QListView ,
+ QListWidget ,
+ QListWidgetItem ,
+ QMainWindow ,
+ QMenu ,
+ QMessageBox ,
+ QPlainTextEdit ,
+ QPushButton ,
+ QScrollArea ,
+ QSizePolicy ,
+ QSplitter ,
+ QStackedWidget ,
+ QStatusBar ,
+ QStyledItemDelegate ,
+ QStyleOptionViewItem ,
+ QTableView ,
+ QTableWidget ,
+ QTableWidgetItem ,
+ QTabWidget ,
+ QTextEdit ,
+ QToolBar ,
+ QToolBox ,
+ QToolButton ,
+ QTreeWidget ,
+ QTreeWidgetItem ,
+ QVBoxLayout ,
+ QWidget ,
+ )
+
+ if rcParams [ "help_explorer.use_webengineview" ]:
+ try :
+ from PyQt5.QtWebEngineWidgets import QWebEngineView # noqa: F401
+ except ImportError :
+ from PyQt5.QtWebKitWidgets import ( # noqa: F401
+ QWebView as QWebEngineView ,
+ )
+ else :
+ QWebEngineView = None
+ from PyQt5 import QtGui # noqa: F401
+ from PyQt5.Qt import PYQT_VERSION_STR as PYQT_VERSION # noqa: F401
+ from PyQt5.Qt import QT_VERSION_STR as QT_VERSION # noqa: F401
+ from PyQt5.QtTest import QSignalSpy , QTest # noqa: F401
+
+ with_qt5 = True
+
+
+
[docs]
+
def isstring ( s ):
+
return isinstance ( s , six . string_types )
+
+
+
+
+
[docs]
+
def asstring ( s ):
+
return six . text_type ( s )
+
+
+
+if sys . platform == "darwin" :
+ # make sure to register the open file event
+ OrigQApplication = QApplication
+
+ class QApplication ( OrigQApplication ):
+ """Reimplemented QApplication with open file event"""
+
+ def event ( self , event ):
+ from psyplot_gui.config.rcsetup import rcParams
+
+ if (
+ rcParams [ "main.listen_to_port" ]
+ and event . type () == QtCore . QEvent . FileOpen
+ ):
+ from psyplot_gui.main import mainwindow
+
+ if mainwindow is not None :
+ opened = mainwindow . open_files ([ event . file ()])
+ if opened :
+ return True
+ return super ( QApplication , self ) . event ( event )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/config/rcsetup.html b/_modules/psyplot_gui/config/rcsetup.html
new file mode 100644
index 0000000..d275d66
--- /dev/null
+++ b/_modules/psyplot_gui/config/rcsetup.html
@@ -0,0 +1,628 @@
+
+
+
+
+
+ psyplot_gui.config.rcsetup — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.config.rcsetup
+"""Default management of the psyplot_gui package
+
+This module defines the necessary configuration parts for the psyplot gui"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import logging
+
+import six
+from matplotlib.rcsetup import validate_bool , validate_int
+from psyplot.config.rcsetup import (
+ RcParams ,
+ psyplot_fname ,
+ validate_bool_maybe_none ,
+ validate_stringlist ,
+)
+
+
+
+
[docs]
+
def try_and_error ( * funcs ):
+
"""Apply multiple validation functions
+
+
Parameters
+
----------
+
``*funcs``
+
Validation functions to test
+
+
Returns
+
-------
+
function"""
+
+
def validate ( value ):
+
exc = None
+
for func in funcs :
+
try :
+
return func ( value )
+
except ( ValueError , TypeError ) as e :
+
exc = e
+
raise exc
+
+
return validate
+
+
+
+# -----------------------------------------------------------------------------
+# ------------------------- validation functions ------------------------------
+# -----------------------------------------------------------------------------
+
+
+
+
[docs]
+
def validate_str ( s ):
+
"""Validate a string
+
+
Parameters
+
----------
+
s: str
+
+
Returns
+
-------
+
str
+
+
Raises
+
------
+
ValueError"""
+
if not isinstance ( s , six . string_types ):
+
raise ValueError ( "Did not found string!" )
+
return six . text_type ( s )
+
+
+
+
+
[docs]
+
def validate_none ( b ):
+
"""Validate that None is given
+
+
Parameters
+
----------
+
b: {None, 'none'}
+
None or string (the case is ignored)
+
+
Returns
+
-------
+
None
+
+
Raises
+
------
+
ValueError"""
+
if isinstance ( b , six . string_types ):
+
b = b . lower ()
+
if b is None or b == "none" :
+
return None
+
else :
+
raise ValueError ( 'Could not convert " %s " to None' % b )
+
+
+
+
+
[docs]
+
def validate_all ( v ):
+
"""Test if ``v == 'all'``"""
+
if v != "all" :
+
raise ValueError ( "The value must be 'all'" )
+
return six . text_type ( v )
+
+
+
+
+
[docs]
+
class GuiRcParams ( RcParams ):
+
"""RcParams for the psyplot-gui package."""
+
+
HEADER = RcParams . HEADER . replace (
+
"psyplotrc.yml" , "psyplotguirc.yml"
+
) . replace ( "PSYPLOTRC" , "psyplotrc.yml" )
+
+
+
[docs]
+
def load_from_file ( self , fname = None ):
+
"""
+
Update rcParams from user-defined settings
+
+
This function updates the instance with what is found in `fname`
+
+
Parameters
+
----------
+
fname: str
+
Path to the yaml configuration file. Possible keys of the
+
dictionary are defined by :data:`config.rcsetup.defaultParams`.
+
If None, the :func:`config.rcsetup.psyplot_fname` function is used.
+
+
See Also
+
--------
+
dump_to_file, psyplot_fname"""
+
fname = fname or psyplot_fname (
+
env_key = "PSYPLOTGUIRC" , fname = "psyplotguirc.yml"
+
)
+
if fname :
+
super ( GuiRcParams , self ) . load_from_file ( fname )
+
+
+
def _load_plugin_entrypoints ( self ):
+
"""Load the modules for the psyplot plugins
+
+
Yields
+
------
+
pkg_resources.EntryPoint
+
The entry point for the psyplot plugin module"""
+
from pkg_resources import iter_entry_points
+
+
inc = self [ "plugins.include" ]
+
exc = self [ "plugins.exclude" ]
+
logger = logging . getLogger ( __name__ )
+
self . _plugins = self . _plugins or []
+
for ep in iter_entry_points ( "psyplot_gui" ):
+
try :
+
ep . module
+
except AttributeError : # python<3.10
+
try :
+
ep . module = ep . pattern . match ( ep . value ) . group ( "module" )
+
except AttributeError : # python<3.8
+
ep . module = ep . module_name
+
+
plugin_name = " %s : %s : %s " % ( ep . module , ":" . join ( ep . attrs ), ep . name )
+
# check if the user wants to explicitly this plugin
+
include_user = None
+
if inc :
+
include_user = (
+
ep . module in inc
+
or ep . name in inc
+
or " %s : %s " % ( ep . module , ":" . join ( ep . attrs )) in inc
+
)
+
if include_user is None and exc == "all" :
+
include_user = False
+
elif include_user is None :
+
# check for exclude
+
include_user = not (
+
ep . module in exc
+
or ep . name in exc
+
or " %s : %s " % ( ep . module , ":" . join ( ep . attrs )) in exc
+
)
+
if not include_user :
+
logger . debug (
+
"Skipping plugin %s : Excluded by user" , plugin_name
+
)
+
else :
+
logger . debug ( "Loading plugin %s " , plugin_name )
+
self . _plugins . append ( str ( ep ))
+
yield ep
+
+
+
[docs]
+
def load_plugins ( self , * args , ** kwargs ):
+
"""
+
Load the plugins for the psyplot_gui MainWindow
+
+
Returns
+
-------
+
dict
+
A mapping from entry point name to the imported widget class
+
+
Notes
+
-----
+
``*args`` and ``**kwargs`` are ignored
+
"""
+
+
def format_ep ( ep ):
+
return " %s : %s : %s " % ( ep . module_name , ":" . join ( ep . attrs ), ep . name )
+
+
return {
+
format_ep ( ep ): ep . load () for ep in self . _load_plugin_entrypoints ()
+
}
+
+
+
+
+#: :class:`dict` with default values and validation functions
+defaultParams = {
+ # gui settings
+ "backend" : [
+ "psyplot" ,
+ try_and_error ( validate_str , validate_none ),
+ "Backend to use when using the graphical user interface. The current "
+ "backend is used and no changes are made. Note that it is usually not "
+ "possible to change the backend after importing the psyplot.project "
+ "module. The default backend embeds the figures into the " ,
+ ],
+ "help_explorer.use_webengineview" : [
+ True ,
+ validate_bool ,
+ "Enable the PyQt5.QtWebEngineWidgets.QWebEngineView which might not "
+ "work under certain circumstances." ,
+ ],
+ "help_explorer.use_intersphinx" : [
+ None ,
+ validate_bool_maybe_none ,
+ "Use the intersphinx extension and link to the online documentations "
+ "of matplotlib, pyplot, psyplot, numpy, etc. when converting rst "
+ "docstrings. The inventories are loaded when the first object is "
+ "documented. If None, intersphinx is only used when "
+ "`help_explorer.online` is True and you are not using windows" ,
+ ],
+ "help_explorer.render_docs_parallel" : [
+ True ,
+ validate_bool ,
+ "Boolean whether the html docs are rendered in a separate process" ,
+ ],
+ "help_explorer.online" : [
+ None ,
+ validate_bool_maybe_none ,
+ "Switch that controls whether the online functions of the help "
+ "explorer shall be enabled. False implies that "
+ "help_explorer.use_intersphinx is set to False" ,
+ ],
+ "console.start_channels" : [
+ True ,
+ validate_bool ,
+ "Start the different channels of the KernelClient" ,
+ ],
+ "console.connect_to_help" : [
+ True ,
+ validate_bool ,
+ "Whether the console shall be connected to the help_explorer or not" ,
+ ],
+ "console.auto_set_mp" : [
+ True ,
+ validate_bool ,
+ "If True, then the 'mp' variable in the console is automatically set "
+ "when the current main project changes" ,
+ ],
+ "console.auto_set_sp" : [
+ True ,
+ validate_bool ,
+ "If True, then the 'sp' variable in the console is automatically set "
+ "when the current sub project changes" ,
+ ],
+ "main.open_files_port" : [
+ 30124 ,
+ validate_int ,
+ "The port number used when new files are opened" ,
+ ],
+ "main.listen_to_port" : [
+ True ,
+ validate_bool ,
+ "If True and the psyplot gui is already running, new files are opened "
+ "in that gui" ,
+ ],
+ "main.opengl" : [
+ "software" ,
+ validate_str ,
+ "The opengl implementation to use. Should be one of 'software', "
+ "'desktop', 'gles' or 'automatic'." ,
+ ],
+ "content.load_tooltips" : [
+ True ,
+ validate_bool ,
+ "If True, a lazy load is performed on the arrays and data sets and "
+ "their string representation is displayed as tool tip. This part of "
+ "the data into memory. It is recommended to set this to False for "
+ "remote data." ,
+ ],
+ "fmt.sort_by_key" : [
+ True ,
+ validate_bool ,
+ "If True, the formatoptions in the Formatoptions widget are sorted by "
+ "their formatoption key rather than by their name." ,
+ ],
+ "plugins.include" : [
+ None ,
+ try_and_error ( validate_none , validate_stringlist ),
+ "The plugins to load. Can be either None to load all that are not "
+ "explicitly excluded by the 'plugins.exclude' key or a list of "
+ "plugins to include. List items can be either module names, plugin "
+ "names or the module name and widget via '<module_name>:<widget>'" ,
+ ],
+ "plugins.exclude" : [
+ [],
+ try_and_error ( validate_all , validate_stringlist ),
+ "The plugins to exclude from loading. Can be either 'all' to exclude "
+ "all plugins or a list like in 'plugins.include'." ,
+ ],
+}
+
+#: :class:`~psyplot.config.rcsetup.RcParams` instance that stores default
+#: formatoptions and configuration settings.
+rcParams = GuiRcParams ( defaultParams = defaultParams )
+rcParams . update ({ key : val [ 0 ] for key , val in defaultParams . items ()})
+rcParams . load_from_file ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/console.html b/_modules/psyplot_gui/console.html
new file mode 100644
index 0000000..1acc57f
--- /dev/null
+++ b/_modules/psyplot_gui/console.html
@@ -0,0 +1,725 @@
+
+
+
+
+
+ psyplot_gui.console — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.console
+"""
+An example of opening up an RichJupyterWidget in a PyQT Application, this can
+execute either stand-alone or by importing this file and calling
+inprocess_qtconsole.show().
+Based on the earlier example in the IPython repository, this has
+been updated to use qtconsole.
+"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import logging
+import re
+import sys
+
+import ipykernel
+import psyplot
+import psyplot.project as psy
+from psyplot.docstring import docstrings
+from qtconsole.inprocess import QtInProcessKernelManager
+from tornado import ioloop
+from zmq.eventloop import ioloop as zmq_ioloop
+
+import psyplot_gui
+from psyplot_gui import rcParams
+from psyplot_gui.common import DockMixin , StreamToLogger
+from psyplot_gui.compat.qtcompat import (
+ QKeySequence ,
+ Qt ,
+ QtCore ,
+ QTextCursor ,
+ QTextEdit ,
+ asstring ,
+ with_qt5 ,
+)
+
+try :
+ from qtconsole.inprocess import QtInProcessRichJupyterWidget
+except ImportError :
+ from qtconsole.rich_jupyter_widget import (
+ RichJupyterWidget as QtInProcessRichJupyterWidget ,
+ )
+
+
+#: HACK: Boolean that is True if the prompt should be used. This unfortunately
+#: is necessary for qtconsole >= 4.3 when running the tests
+_with_prompt = True
+
+
+modules2import = [
+ ( "psyplot.project" , "psy" ),
+ ( "xarray" , "xr" ),
+ ( "pandas" , "pd" ),
+ ( "numpy" , "np" ),
+]
+
+symbols_patt = re . compile ( r "[^\' \" a-zA-Z0-9_.]" )
+
+
+logger = logging . getLogger ( __name__ )
+
+
+
+
[docs]
+
def init_asyncio_patch ():
+
"""set default asyncio policy to be compatible with tornado
+
Tornado 6 (at least) is not compatible with the default
+
asyncio implementation on Windows
+
Pick the older SelectorEventLoopPolicy on Windows
+
if the known-incompatible default policy is in use.
+
do this as early as possible to make it a low priority and overrideable
+
ref: https://github.com/tornadoweb/tornado/issues/2608
+
FIXME: if/when tornado supports the defaults in asyncio,
+
remove and bump tornado requirement for py38
+
"""
+
if sys . platform . startswith ( "win" ) and sys . version_info >= ( 3 , 8 ):
+
import asyncio
+
+
try :
+
from asyncio import (
+
WindowsProactorEventLoopPolicy ,
+
WindowsSelectorEventLoopPolicy ,
+
)
+
except ImportError :
+
pass
+
# not affected
+
else :
+
if (
+
type ( asyncio . get_event_loop_policy ())
+
is WindowsProactorEventLoopPolicy
+
):
+
# WindowsProactorEventLoopPolicy is not compatible with tornado 6
+
# fallback to the pre-3.8 default of Selector
+
asyncio . set_event_loop_policy ( WindowsSelectorEventLoopPolicy ())
+
+
+
+
+
[docs]
+
class IPythonControl ( QTextEdit ):
+
"""A modified control to show the help of objects in the help explorer"""
+
+
+
[docs]
+
def keyPressEvent ( self , event ):
+
"""Reimplement Qt Method - Basic keypress event handler"""
+
key = event . key ()
+
if key == Qt . Key_Question or key == Qt . Key_ParenLeft :
+
self . parentWidget () . show_current_help ()
+
elif key == Qt . Key_I and ( event . modifiers () & Qt . ControlModifier ):
+
self . parentWidget () . show_current_help ( True , True )
+
# Let the parent widget handle the key press event
+
QTextEdit . keyPressEvent ( self , event )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/content_widget.html b/_modules/psyplot_gui/content_widget.html
new file mode 100644
index 0000000..94f438b
--- /dev/null
+++ b/_modules/psyplot_gui/content_widget.html
@@ -0,0 +1,1196 @@
+
+
+
+
+
+ psyplot_gui.content_widget — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.content_widget
+# -*- coding: utf-8 -*-
+"""Module containing the project content widget to display the selection
+
+This module redefines the :class:`psyplot.project.Project` class with
+additional features for an interactive usage with graphical qt user interface.
+There is no need to import this module because the
+:class:`GuiProject` class defined here replaces the project class in the
+:mod:`psyplot.project` module."""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import os.path as osp
+import re
+import sys
+import weakref
+from itertools import chain
+from xml.sax.saxutils import escape
+
+import sip
+import six
+from psyplot.config.rcsetup import safe_list
+from psyplot.data import ArrayList , InteractiveList
+from psyplot.project import Project , gcp , scp
+from psyplot.utils import _TempBool
+
+from psyplot_gui import rcParams
+from psyplot_gui.common import DockMixin
+from psyplot_gui.compat.qtcompat import (
+ QAbstractItemView ,
+ QAction ,
+ QHBoxLayout ,
+ QListWidget ,
+ QListWidgetItem ,
+ QMenu ,
+ QPushButton ,
+ Qt ,
+ QtCore ,
+ QToolBox ,
+ QTreeWidget ,
+ QTreeWidgetItem ,
+ QVBoxLayout ,
+ QWidget ,
+)
+
+html_escape_table = { '"' : """ , "'" : "'" }
+
+
+
+
[docs]
+
def escape_html ( s ):
+
return escape ( s , html_escape_table )
+
+
+
+
+
[docs]
+
class ArrayItem ( QListWidgetItem ):
+
"""A listwidget item that takes it's informations from a given array"""
+
+
#: The :class:`psyplot.data.InteractiveList` or
+
#: :class:`psyplot.data.InteractiveArray` instance
+
arr = None
+
+
def __init__ ( self , ref , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
ref: weakref
+
The weak reference to the array to display
+
``*args,**kwargs``
+
Are determined by the parent class
+
"""
+
arr = ref ()
+
super ( ArrayItem , self ) . __init__ ( arr . _short_info (), ** kwargs )
+
self . arr = ref
+
# make sure that the item is updated when the array changes
+
arr . onupdate . connect ( self . set_text_from_array )
+
self . set_text_from_array ()
+
+
+
[docs]
+
def set_text_from_array ( self ):
+
"""Set the text and tooltop from the
+
:meth:`psyplot.data.InteractiveArray._short_info` and __str__ methods
+
"""
+
if not sip . isdeleted ( self ):
+
self . setText ( self . arr () . _short_info ())
+
if rcParams [ "content.load_tooltips" ]:
+
if isinstance ( self . arr (), InteractiveList ):
+
self . setToolTip ( str ( self . arr ()))
+
else :
+
self . setToolTip ( str ( self . arr () . arr ))
+
else :
+
self . disconnect_from_array ()
+
+
+
+
[docs]
+
def disconnect_from_array ( self ):
+
arr = self . arr ()
+
if arr is not None :
+
arr . onupdate . disconnect ( self . set_text_from_array )
+
del self . arr
+
+
+
+
+
+
[docs]
+
class PlotterList ( QListWidget ):
+
"""QListWidget showing multiple ArrayItems of one Plotter class"""
+
+
#: str. The name of the attribute of the :class:`psyplot.project.Project`
+
#: class
+
project_attribute = None
+
+
#: boolean. True if the current project does not contain any arrays in the
+
#: attribute identified by the :attr:`project_attribute`
+
is_empty = True
+
+
_no_project_update = _TempBool ()
+
+
updated_from_project = QtCore . pyqtSignal ( QListWidget )
+
+
# Determine whether the plotter could be loaded
+
can_import_plotter = True
+
+
@property
+
def arrays ( self ):
+
"""List of The InteractiveBase instances in this list"""
+
return ArrayList (
+
[
+
getattr ( item . arr (), "arr" , item . arr ())
+
for item in self . array_items
+
]
+
)
+
+
@property
+
def array_items ( self ):
+
"""Iterable of :class:`ArrayItem` items in this list"""
+
return filter (
+
lambda i : i is not None , map ( self . item , range ( self . count ()))
+
)
+
+
def __init__ ( self , plotter_type = None , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
plotter_type: str or None
+
If str, it mus be an attribute name of the
+
:class:`psyplot.project.Project` class. Otherwise the full project
+
is used
+
``*args,**kwargs``
+
Are determined by the parent class
+
+
Notes
+
-----
+
When initialized, the content of the list is determined by
+
``gcp(True)`` and ``gcp()``"""
+
super ( PlotterList , self ) . __init__ ( * args , ** kwargs )
+
self . project_attribute = plotter_type
+
self . setSelectionMode ( QAbstractItemView . MultiSelection )
+
self . itemSelectionChanged . connect ( self . update_cp )
+
self . update_from_project ( gcp ( True ))
+
self . update_from_project ( gcp ())
+
+
+
[docs]
+
def update_from_project ( self , project ):
+
"""Update the content from the given Project
+
+
Parameters
+
----------
+
project: psyplot.project.Project
+
If the project is a main project, new items will be added.
+
Otherwise only the current selection changes"""
+
if self . _no_project_update :
+
return
+
if not self . can_import_plotter :
+
# remove the current items
+
self . disconnect_items ()
+
return
+
attr = self . project_attribute
+
# stop if the module of the plotter has not yet been imported
+
if attr and Project . _registered_plotters [ attr ][ 0 ] not in sys . modules :
+
return
+
try :
+
arrays = project if not attr else getattr ( project , attr )
+
mp = gcp ( True ) if project is None else project . main
+
main_arrays = mp if not attr else getattr ( mp , attr )
+
except ImportError : # plotter could not be loaded
+
self . is_empty = True
+
self . can_import_plotter = False
+
return
+
self . is_empty = not bool ( main_arrays )
+
with self . _no_project_update :
+
if project is None :
+
for item in self . array_items :
+
item . setSelected ( False )
+
elif project . is_main :
+
old_arrays = self . arrays
+
# remove outdated items
+
i = 0
+
for arr in old_arrays :
+
if arr not in arrays :
+
item = self . takeItem ( i )
+
item . disconnect_from_array ()
+
else :
+
i += 1
+
# add new items
+
for arr in arrays :
+
if arr not in old_arrays :
+
item = ArrayItem ( weakref . ref ( arr . psy ), parent = self )
+
self . addItem ( item )
+
# resort to match the project
+
for arr in reversed ( main_arrays ):
+
for i , item in enumerate ( self . array_items ):
+
if item . arr () is arr . psy :
+
self . insertItem ( 0 , self . takeItem ( i ))
+
cp = gcp ()
+
for item in self . array_items :
+
item . setSelected ( getattr ( item . arr (), "arr" , item . arr ()) in cp )
+
self . updated_from_project . emit ( self )
+
+
+
+
[docs]
+
def update_cp ( self , * args , ** kwargs ):
+
"""Update the current project from what is selected in this list"""
+
if not self . _no_project_update :
+
mp = gcp ( True )
+
sp = gcp ()
+
selected = [ item . arr () . arr_name for item in self . selectedItems ()]
+
arrays = self . arrays
+
other_selected = [
+
arr . psy . arr_name for arr in sp if arr not in arrays
+
]
+
with self . _no_project_update :
+
scp ( mp ( arr_name = selected + other_selected ))
+
+
+
+
[docs]
+
def disconnect_items ( self ):
+
"""Disconnect the items in this list from the arrays"""
+
for item in list ( self . array_items ):
+
item . disconnect_from_array ()
+
self . takeItem ( self . indexFromItem ( item ) . row ())
+
self . is_empty = True
+
+
+
+
+
+
[docs]
+
class ProjectContent ( QToolBox ):
+
"""Display the content in the current project
+
+
This toolbox contains several :class:`PlotterList` that show the content
+
of the current main and subproject"""
+
+
#: :class:`dict` containing the :class:`PlotterList` instances
+
#: of the different selection attributes
+
lists = dict ()
+
+
@property
+
def current_names ( self ):
+
return [ self . itemText ( i ) for i in range ( self . count ())]
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( ProjectContent , self ) . __init__ ( * args , ** kwargs )
+
self . lists = dict ()
+
for attr in chain ([ "All" ], sorted ( Project . _registered_plotters )):
+
item = self . add_plotterlist ( attr , force = ( attr == "All" ))
+
self . lists [ attr ] = item
+
self . currentChanged . connect ( self . update_current_list )
+
Project . oncpchange . connect ( self . update_lists )
+
+
+
[docs]
+
def enable_list ( self , list_widget ):
+
"""Enable a given list widget based upon whether it is empty or not"""
+
i = self . indexOf ( list_widget )
+
if i != - 1 :
+
self . setItemEnabled ( i , not list_widget . is_empty )
+
+
+
+
[docs]
+
def add_plotterlist ( self , identifier , force = False ):
+
"""Create a :class:`PlotterList` from an identifier from the
+
:class:`psyplot.project.Project` class"""
+
attr = identifier if identifier != "All" else None
+
item = PlotterList ( attr )
+
if not item . can_import_plotter :
+
return item
+
if force or not item . is_empty :
+
item . setParent ( self )
+
item . updated_from_project . connect ( self . enable_list )
+
self . addItem ( item , identifier )
+
i = self . indexOf ( item )
+
self . setItemEnabled ( i , not item . is_empty )
+
return item
+
+
+
+
[docs]
+
def update_current_list ( self ):
+
"""Update the current list from the current main and sub project"""
+
self . currentWidget () . update_from_project ( gcp ( True ))
+
self . currentWidget () . update_from_project ( gcp ())
+
+
+
+
[docs]
+
def update_lists ( self , p ):
+
# check new lists
+
current_items = self . current_names
+
for name , l in self . lists . items ():
+
if not p . is_main :
+
l . update_from_project ( p . main )
+
l . update_from_project ( p )
+
if l . is_empty :
+
l . disconnect_items ()
+
if name != "All" and l . is_empty :
+
i = self . indexOf ( l )
+
self . removeItem ( i )
+
elif not l . is_empty and name not in current_items :
+
self . addItem ( l , name )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
[docs]
+
class ProjectContentWidget ( QWidget , DockMixin ):
+
"""A combination of selection buttons and the ProjectContent"""
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( ProjectContentWidget , self ) . __init__ ( * args , ** kwargs )
+
vbox = QVBoxLayout ()
+
# create buttons for unselecting and selecting all arrays
+
self . unselect_button = SelectNoneButton ( "Unselect all" , parent = self )
+
self . select_all_button = SelectAllButton ( "Select all" , parent = self )
+
button_hbox = QHBoxLayout ()
+
button_hbox . addWidget ( self . unselect_button )
+
button_hbox . addWidget ( self . select_all_button )
+
mp = gcp ( True )
+
self . unselect_button . setEnabled ( bool ( mp ))
+
self . select_all_button . setEnabled ( bool ( mp ))
+
# create widget showing the content of the current project
+
self . content_widget = ProjectContent ( parent = self )
+
vbox . addLayout ( button_hbox )
+
vbox . addWidget ( self . content_widget )
+
self . setLayout ( vbox )
+
+
+
+
+
[docs]
+
class DatasetTreeItem ( QTreeWidgetItem ):
+
"""A QTreeWidgetItem showing informations on one dataset in the main
+
project"""
+
+
def __init__ ( self , ds , columns = [], * args , ** kwargs ):
+
super ( DatasetTreeItem , self ) . __init__ ( * args , ** kwargs )
+
self . variables = variables = QTreeWidgetItem ( 0 )
+
self . columns = columns
+
variables . setText ( 0 , "variables ( %i )" % len ( ds ))
+
self . coords = coords = QTreeWidgetItem ( 0 )
+
coords . setText ( 0 , "coords ( %i )" % len ( ds . coords ))
+
self . attrs = attrs = QTreeWidgetItem ( 0 )
+
attrs . setText ( 0 , "Global Attributes ( %i )" % len ( ds . attrs ))
+
self . addChildren ([ variables , coords ])
+
self . addChild ( variables )
+
self . addChild ( attrs )
+
self . add_variables ( ds )
+
self . add_attrs ( ds . attrs )
+
+
+
[docs]
+
def add_variables ( self , ds = None ):
+
"""Add children of variables and coords to this TreeWidgetItem"""
+
if ds is None :
+
ds = self . ds ()
+
self . variables . takeChildren ()
+
self . coords . takeChildren ()
+
else :
+
self . ds = weakref . ref ( ds )
+
columns = self . columns
+
variables = self . variables
+
coords = self . coords
+
for vname , variable in six . iteritems ( ds . variables ):
+
item = QTreeWidgetItem ( 0 )
+
item . setText ( 0 , str ( vname ))
+
for i , attr in enumerate ( columns , 1 ):
+
if attr == "dims" :
+
item . setText ( i , ", " . join ( variable . dims ))
+
else :
+
item . setText (
+
i ,
+
str (
+
variable . attrs . get (
+
attr , getattr ( variable , attr , "" )
+
)
+
),
+
)
+
if vname in ds . coords :
+
coords . addChild ( item )
+
else :
+
variables . addChild ( item )
+
if rcParams [ "content.load_tooltips" ]:
+
item . setToolTip (
+
0 , "<pre>" + escape_html ( str ( variable )) + "</pre>"
+
)
+
+
# Add shape
+
shape_item = QTreeWidgetItem ( 0 )
+
shape_item . setText ( 0 , "shape" )
+
shape_item . setText ( 1 , str ( variable . shape ))
+
item . addChild ( shape_item )
+
+
# Add dimensions
+
dims_item = QTreeWidgetItem ( 0 )
+
dims_item . setText ( 0 , "dims" )
+
dims_item . setText ( 1 , ", " . join ( variable . dims ))
+
item . addChild ( dims_item )
+
+
# add open plots
+
plots_item = QTreeWidgetItem ( 0 )
+
plots_item . setText ( 0 , "Plots" )
+
self . refresh_plots_item ( plots_item , vname )
+
item . addChild ( plots_item )
+
+
# add variable attribute
+
attrs_item = QTreeWidgetItem ( 0 )
+
attrs_item . setText ( 0 , "Attributes" )
+
self . add_attrs ( variable . attrs , attrs_item )
+
item . addChild ( attrs_item )
+
+
# add variable encoding
+
encoding_item = QTreeWidgetItem ( 0 )
+
encoding_item . setText ( 0 , "Encoded attributes" )
+
self . add_attrs ( variable . encoding , encoding_item )
+
item . addChild ( encoding_item )
+
+
+
+
[docs]
+
def get_plots_item ( self , item ):
+
for child in map ( item . child , range ( item . childCount ())):
+
if child . text ( 0 ) == "Plots" :
+
return child
+
+
+
+
[docs]
+
def refresh_plots_item ( self , item , vname , mp = None , sp = None ):
+
expand = item . isExpanded ()
+
item . takeChildren ()
+
try :
+
num = self . ds () . psy . num
+
except AttributeError :
+
return
+
if mp is None :
+
mp = gcp ( True )
+
if sp is None :
+
sp = gcp ()
+
for i in range ( len ( mp )):
+
sub = mp [ i : i + 1 ]
+
array_info = sub . array_info ( ds_description = { "arr" , "num" })
+
arrs = sub . _get_ds_descriptions ( array_info ) . get ( num , {})
+
if arrs and any (
+
vname in arr . psy . base_variables for arr in arrs [ "arr" ]
+
):
+
child = QTreeWidgetItem ( 0 )
+
prefix = "*" if sub [ 0 ] in sp else ""
+
text = sub [ 0 ] . psy . _short_info ()
+
child . setText ( 0 , prefix + text )
+
child . setToolTip ( 0 , text )
+
item . addChild ( child )
+
if expand and item . childCount ():
+
item . setExpanded ( True )
+
+
+
+
[docs]
+
def add_attrs ( self , attrs = None , item = None ):
+
if attrs is None :
+
attrs = self . ds () . attrs
+
self . attrs . takeChildren ()
+
if item is None :
+
item = self . attrs
+
for key , val in attrs . items ():
+
child = QTreeWidgetItem ( 0 )
+
child . setText ( 0 , key )
+
child . setText ( 1 , str ( val ))
+
child . setToolTip ( 1 , " {} : {} " . format ( key , str ( val )))
+
item . addChild ( child )
+
+
+
+
+
+
[docs]
+
class DatasetTree ( QTreeWidget , DockMixin ):
+
"""A QTreeWidget showing informations on all datasets in the main project"""
+
+
tooltips = {
+
"Refresh" : "Refresh the selected dataset" ,
+
"Refresh all" : "Refresh all datasets" ,
+
"Add to project" : (
+
"Add this variable or a plot of it to the current " "project"
+
),
+
}
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( DatasetTree , self ) . __init__ ( * args , ** kwargs )
+
self . create_dataset_tree ()
+
self . itemExpanded . connect ( self . load_variable_desc )
+
self . setContextMenuPolicy ( Qt . CustomContextMenu )
+
self . customContextMenuRequested . connect ( self . open_menu )
+
Project . oncpchange . connect ( self . add_datasets_from_cp )
+
self . hideColumn ( 1 )
+
+
+
[docs]
+
@staticmethod
+
def is_variable ( item ):
+
return re . match ( r "variables \(\d+\)" , item . parent () . text ( 0 ))
+
+
+
+
[docs]
+
@staticmethod
+
def is_coord ( item ):
+
return re . match ( r "coords\(\d+\)" , item . parent () . text ( 0 ))
+
+
+
+
[docs]
+
def load_variable_desc ( self , item ):
+
parent = item . parent ()
+
if (
+
parent is self
+
or parent is None
+
or not ( self . is_variable ( item ) or self . is_coord ( item ))
+
):
+
return
+
if self . isColumnHidden ( 1 ):
+
self . showColumn ( 1 )
+
self . resizeColumnToContents ( 0 )
+
+
top = item
+
while top . parent () and top . parent () is not self :
+
top = top . parent ()
+
ds = top . ds ()
+
if ds is None :
+
return
+
desc = escape_html ( str ( ds . variables [ item . text ( 0 )]))
+
item . setToolTip ( 0 , "<pre>" + desc + "</pre>" )
+
+
+
+
[docs]
+
def create_dataset_tree ( self ):
+
"""Set up the columns and insert the :class:`DatasetTreeItem`
+
instances from the current project"""
+
self . set_columns ()
+
self . add_datasets_from_cp ( gcp ())
+
+
+
+
[docs]
+
def set_columns ( self , columns = [ "Value" ]):
+
"""Set up the columns in the DatasetTree.
+
+
Parameters
+
----------
+
columns: list of str
+
A list of netCDF attributes that shall be shown in columns"""
+
self . setColumnCount ( len ( columns ) + 1 )
+
if columns :
+
self . setHeaderHidden ( False )
+
self . setHeaderLabels ([ "Dataset" ] + list ( columns ))
+
else :
+
self . setHeaderHidden ( True )
+
self . attr_columns = columns
+
+
+
+
[docs]
+
def expanded_items ( self ):
+
"Create a mapping from dataset numbers to variables that are expanded."
+
ret = {}
+
for item in map ( self . topLevelItem , range ( self . topLevelItemCount ())):
+
if item . isExpanded () and item . ds () is not None :
+
ds = item . ds ()
+
ret [ ds . psy . num ] = d = {}
+
for child in map ( item . child , range ( item . childCount ())):
+
if child . childCount () and child . isExpanded ():
+
d [ child . text ( 0 )] = variables = []
+
for vchild in map (
+
child . child , range ( child . childCount ())
+
):
+
if vchild . childCount () and vchild . isExpanded ():
+
variables . append ( vchild . text ( 0 ))
+
return ret
+
+
+
+
[docs]
+
def add_datasets_from_cp ( self , project = None ):
+
"""Clear the tree and add the datasets based upon the given `project`
+
+
Parameters
+
----------
+
project: psyplot.project.Project
+
The project containing the data array. If the project is not a main
+
project, it's main project is used.
+
"""
+
if project is None :
+
project = gcp ( True )
+
sp_arrs = ArrayList () . arrays
+
elif project . is_main :
+
sp_arrs = gcp () . arrays
+
else :
+
sp_arrs = project . arrays
+
project = project . main
+
+
expanded_items = self . expanded_items ()
+
# remove items from the tree
+
self . clear ()
+
for i , ds_desc in six . iteritems (
+
project . _get_ds_descriptions (
+
project . array_info ( ds_description = "all" )
+
)
+
):
+
top_item = DatasetTreeItem ( ds_desc [ "ds" ], self . attr_columns , 0 )
+
if ds_desc [ "fname" ] is not None and not all (
+
s is None for s in ds_desc [ "fname" ]
+
):
+
ds_desc [ "fname" ] = ", " . join (
+
map ( osp . basename , safe_list ( ds_desc [ "fname" ]))
+
)
+
else :
+
ds_desc [ "fname" ] = None
+
top_item . setText (
+
0 ,
+
" %s%i : %s "
+
% (
+
"*"
+
if any (
+
any ( arr is arr2 for arr2 in sp_arrs )
+
for arr in ds_desc [ "arr" ]
+
)
+
else "" ,
+
i ,
+
ds_desc [ "fname" ],
+
),
+
)
+
for arr in ds_desc [ "arr" ]:
+
arr . psy . onbasechange . connect ( self . add_datasets_from_cp )
+
self . addTopLevelItem ( top_item )
+
self . expand_items ( expanded_items )
+
+
+
+
[docs]
+
def expand_items ( self , expanded_items ):
+
"""Expand tree items
+
+
Parameters
+
----------
+
expanded_items: dict
+
A mapping as returned by the :meth:`expanded_items` method"""
+
for top in map ( self . topLevelItem , range ( self . topLevelItemCount ())):
+
ds = top . ds ()
+
if ds . psy . num in expanded_items :
+
self . expandItem ( top )
+
d = expanded_items [ ds . psy . num ]
+
for child in map ( top . child , range ( top . childCount ())):
+
if child . text ( 0 ) in d :
+
self . expandItem ( child )
+
for vchild in map (
+
child . child , range ( child . childCount ())
+
):
+
if vchild . text ( 0 ) in d [ child . text ( 0 )]:
+
self . expandItem ( vchild )
+
+
+
+
+
+
+
[docs]
+
def refresh_items ( self , item = None ):
+
if item is not None :
+
item . add_variables ()
+
else :
+
for item in map (
+
self . topLevelItem , range ( self . topLevelItemCount ())
+
):
+
item . add_variables ()
+
+
+
+
[docs]
+
def make_plot ( self , ds , name , exec_ = None ):
+
from psyplot_gui.main import mainwindow
+
+
mainwindow . new_plots ()
+
mainwindow . plot_creator . switch2ds ( ds )
+
mainwindow . plot_creator . insert_array ( safe_list ( name ))
+
if exec_ :
+
mainwindow . plot_creator . exec_ ()
+
+
+
def _get_toplevel_item ( self , item ):
+
if item is None :
+
parent = None
+
else :
+
parent = item . parent ()
+
item_type = None
+
vname = None
+
while parent is not None :
+
if self . is_variable ( item ):
+
vname = item . text ( 0 )
+
item_type = "variable"
+
elif self . is_coord ( item ):
+
vname = item . text ( 0 )
+
item_type = "coord"
+
item = item . parent ()
+
parent = item . parent ()
+
return item , item_type , vname
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/dataframeeditor.html b/_modules/psyplot_gui/dataframeeditor.html
new file mode 100644
index 0000000..f65419d
--- /dev/null
+++ b/_modules/psyplot_gui/dataframeeditor.html
@@ -0,0 +1,1501 @@
+
+
+
+
+
+ psyplot_gui.dataframeeditor — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.dataframeeditor
+"""A widget to display and edit DataFrames"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import os
+import os.path as osp
+from functools import partial
+
+import numpy as np
+import pandas as pd
+import six
+from psyplot.docstring import docstrings
+
+from psyplot_gui.common import (
+ DockMixin ,
+ LoadFromConsoleButton ,
+ PyErrorMessage ,
+ get_icon ,
+)
+from psyplot_gui.compat.qtcompat import (
+ QApplication ,
+ QCheckBox ,
+ QDockWidget ,
+ QFileDialog ,
+ QHBoxLayout ,
+ QHeaderView ,
+ QIcon ,
+ QLabel ,
+ QLineEdit ,
+ QMenu ,
+ QPushButton ,
+ Qt ,
+ QTableView ,
+ QtCore ,
+ QtGui ,
+ QToolButton ,
+ QVBoxLayout ,
+ QWidget ,
+ with_qt5 ,
+)
+
+if six . PY2 :
+ try :
+ import CStringIO as io
+ except ImportError :
+ import StringIO as io
+else :
+ import io
+
+
+LARGE_SIZE = int ( 5e5 )
+LARGE_NROWS = int ( 1e5 )
+LARGE_COLS = 60
+
+REAL_NUMBER_TYPES = ( float , int , np . int64 , np . int32 )
+COMPLEX_NUMBER_TYPES = ( complex , np . complex64 , np . complex128 )
+
+_bool_false = [ "false" , "0" ]
+
+
+
+
[docs]
+
def bool_false_check ( value ):
+
"""
+
Used to convert bool intrance to false since any string in bool('')
+
will return True
+
"""
+
if value . lower () in _bool_false :
+
value = ""
+
return value
+
+
+
+
+
[docs]
+
class DataFrameModel ( QtCore . QAbstractTableModel ):
+
"""DataFrame Table Model"""
+
+
ROWS_TO_LOAD = 500
+
COLS_TO_LOAD = 40
+
+
_format = " %0.6g "
+
+
@docstrings . get_sections ( base = "DataFrameModel" )
+
@docstrings . dedent
+
def __init__ (
+
self , df , parent = None , index_editable = True , dtypes_changeable = True
+
):
+
"""
+
Parameters
+
----------
+
df: pandas.DataFrame
+
The data frame that will be shown by this :class:`DataFrameModel`
+
instance
+
parent: DataFrameEditor
+
The editor for the table
+
index_editable: bool
+
True if the index should be modifiable by the user
+
dtypes_changeable: bool
+
True, if the data types should be modifiable by the user
+
"""
+
QtCore . QAbstractTableModel . __init__ ( self )
+
self . _parent = parent
+
self . df = df
+
self . df_index = self . df . index . tolist ()
+
self . df_header = self . df . columns . tolist ()
+
self . total_rows = self . df . shape [ 0 ]
+
self . total_cols = self . df . shape [ 1 ]
+
size = self . total_rows * self . total_cols
+
self . index_editable = index_editable
+
self . dtypes_changeable = dtypes_changeable
+
+
# Use paging when the total size, number of rows or number of
+
# columns is too large
+
if size > LARGE_SIZE :
+
self . rows_loaded = self . ROWS_TO_LOAD
+
self . cols_loaded = self . COLS_TO_LOAD
+
else :
+
if self . total_rows > LARGE_NROWS :
+
self . rows_loaded = self . ROWS_TO_LOAD
+
else :
+
self . rows_loaded = self . total_rows
+
if self . total_cols > LARGE_COLS :
+
self . cols_loaded = self . COLS_TO_LOAD
+
else :
+
self . cols_loaded = self . total_cols
+
+
+
+
+
+
+
+
+
[docs]
+
def bgcolor ( self , state ):
+
"""Toggle backgroundcolor"""
+
self . bgcolor_enabled = state > 0
+
self . reset ()
+
+
+
+
+
+
+
[docs]
+
def get_value ( self , row , column ):
+
"""Returns the value of the DataFrame"""
+
# To increase the performance iat is used but that requires error
+
# handling, so fallback uses iloc
+
try :
+
value = self . df . iat [ row , column ]
+
except AttributeError :
+
value = self . df . iloc [ row , column ]
+
return value
+
+
+
+
[docs]
+
def data ( self , index , role = Qt . DisplayRole ):
+
"""Cell content"""
+
if not index . isValid ():
+
return None
+
if role == Qt . DisplayRole or role == Qt . EditRole :
+
column = index . column ()
+
row = index . row ()
+
if column == 0 :
+
return six . text_type ( self . df_index [ row ])
+
else :
+
value = self . get_value ( row , column - 1 )
+
if isinstance ( value , float ):
+
try :
+
return self . _format % value
+
except ( ValueError , TypeError ):
+
# may happen if format = '%d' and value = NaN;
+
# see issue 4139
+
return DataFrameModel . _format % value
+
else :
+
return six . text_type ( value )
+
+
+
+
[docs]
+
def sort (
+
self , column , order = Qt . AscendingOrder , return_check = False , report = True
+
):
+
"""Overriding sort method"""
+
try :
+
ascending = order == Qt . AscendingOrder
+
if column > 0 :
+
try :
+
self . df . sort_values (
+
by = self . df . columns [ column - 1 ],
+
ascending = ascending ,
+
inplace = True ,
+
kind = "mergesort" ,
+
)
+
except AttributeError :
+
# for pandas version < 0.17
+
self . df . sort (
+
columns = self . df . columns [ column - 1 ],
+
ascending = ascending ,
+
inplace = True ,
+
kind = "mergesort" ,
+
)
+
self . update_df_index ()
+
else :
+
self . df . sort_index ( inplace = True , ascending = ascending )
+
self . update_df_index ()
+
except TypeError :
+
if report :
+
self . _parent . error_msg . showTraceback (
+
"<b>Failed to sort column!</b>"
+
)
+
return False if return_check else None
+
self . reset ()
+
return True if return_check else None
+
+
+
+
[docs]
+
def flags ( self , index ):
+
"""Set flags"""
+
if index . column () == 0 and not self . index_editable :
+
return Qt . ItemIsEnabled | Qt . ItemIsSelectable
+
return Qt . ItemFlags (
+
QtCore . QAbstractTableModel . flags ( self , index ) | Qt . ItemIsEditable
+
)
+
+
+
+
[docs]
+
def setData ( self , index , value , role = Qt . EditRole , change_type = None ):
+
"""Cell content change"""
+
column = index . column ()
+
row = index . row ()
+
+
if change_type is not None :
+
if not self . dtypes_changeable :
+
return False
+
try :
+
value = current_value = self . data ( index , role = Qt . DisplayRole )
+
if change_type is bool :
+
value = bool_false_check ( value )
+
value = np . asarray ( change_type ( value )) # to make sure it works
+
icol = column - 1
+
self . df . iloc [:, icol ] = self . df . iloc [:, icol ] . astype (
+
change_type
+
)
+
except ValueError :
+
self . df . iloc [ row , icol ] = self . df . iloc [ row , icol ] . astype (
+
object
+
)
+
else :
+
current_value = (
+
self . get_value ( row , column - 1 )
+
if column
+
else self . df . index [ row ]
+
)
+
if isinstance ( current_value , bool ):
+
value = bool_false_check ( value )
+
supported_types = (
+
( bool ,) + REAL_NUMBER_TYPES + COMPLEX_NUMBER_TYPES
+
)
+
if isinstance ( current_value , supported_types ) or isinstance (
+
current_value , six . string_types
+
):
+
if column :
+
try :
+
self . df . iloc [
+
row , column - 1
+
] = current_value . __class__ ( value )
+
except ValueError :
+
self . _parent . error_msg . showTraceback (
+
"<b>Failed to set value with %r !</b>" % value
+
)
+
return False
+
elif self . index_editable :
+
index = self . df . index . values . copy ()
+
try :
+
index [ row ] = value
+
except ValueError :
+
self . _parent . error_msg . showTraceback (
+
"<b>Failed to set value with %r !</b>" % value
+
)
+
return False
+
self . df . index = pd . Index ( index , name = self . df . index . name )
+
self . update_df_index ()
+
else :
+
return False
+
else :
+
self . _parent . error_msg . showTraceback (
+
"<b>The type of the cell is not a supported type" "</b>"
+
)
+
return False
+
self . _parent . cell_edited . emit ( row , column , current_value , value )
+
return True
+
+
+
+
[docs]
+
def rowCount ( self , index = QtCore . QModelIndex ()):
+
"""DataFrame row number"""
+
if self . total_rows <= self . rows_loaded :
+
return self . total_rows
+
else :
+
return self . rows_loaded
+
+
+
+
[docs]
+
def can_fetch_more ( self , rows = False , columns = False ):
+
if rows :
+
if self . total_rows > self . rows_loaded :
+
return True
+
else :
+
return False
+
if columns :
+
if self . total_cols > self . cols_loaded :
+
return True
+
else :
+
return False
+
+
+
+
[docs]
+
def fetch_more ( self , rows = False , columns = False ):
+
if self . can_fetch_more ( rows = rows ):
+
reminder = self . total_rows - self . rows_loaded
+
items_to_fetch = min ( reminder , self . ROWS_TO_LOAD )
+
self . beginInsertRows (
+
QtCore . QModelIndex (),
+
self . rows_loaded ,
+
self . rows_loaded + items_to_fetch - 1 ,
+
)
+
self . rows_loaded += items_to_fetch
+
self . endInsertRows ()
+
if self . can_fetch_more ( columns = columns ):
+
reminder = self . total_cols - self . cols_loaded
+
items_to_fetch = min ( reminder , self . COLS_TO_LOAD )
+
self . beginInsertColumns (
+
QtCore . QModelIndex (),
+
self . cols_loaded ,
+
self . cols_loaded + items_to_fetch - 1 ,
+
)
+
self . cols_loaded += items_to_fetch
+
self . endInsertColumns ()
+
+
+
+
[docs]
+
def columnCount ( self , index = QtCore . QModelIndex ()):
+
"""DataFrame column number"""
+
# This is done to implement series
+
if len ( self . df . shape ) == 1 :
+
return 2
+
elif self . total_cols <= self . cols_loaded :
+
return self . total_cols + 1
+
else :
+
return self . cols_loaded + 1
+
+
+
+
[docs]
+
def update_df_index ( self ):
+
""" "Update the DataFrame index"""
+
self . df_index = self . df . index . tolist ()
+
+
+
+
[docs]
+
def reset ( self ):
+
self . beginResetModel ()
+
self . endResetModel ()
+
+
+
+
[docs]
+
def insertRow ( self , irow ):
+
"""Insert one row into the :attr:`df`
+
+
Parameters
+
----------
+
irow: int
+
The row index. If iRow is equal to the length of the
+
:attr:`df`, the new row will be appended."""
+
# reimplemented to fall back to the :meth:`insertRows` method
+
self . insertRows ( irow )
+
+
+
+
[docs]
+
def insertRows ( self , irow , nrows = 1 ):
+
"""Insert a row into the :attr:`df`
+
+
Parameters
+
----------
+
irow: int
+
The row index. If `irow` is equal to the length of the
+
:attr:`df`, the rows will be appended.
+
nrows: int
+
The number of rows to insert"""
+
df = self . df
+
if not irow :
+
if not len ( df ):
+
idx = 0
+
else :
+
idx = df . index . values [ 0 ]
+
else :
+
try :
+
idx = df . index . values [ irow - 1 : irow + 1 ] . mean ()
+
except TypeError :
+
idx = df . index . values [ min ( irow , len ( df ) - 1 )]
+
else :
+
idx = df . index . values [ min ( irow , len ( df ) - 1 )] . __class__ ( idx )
+
# reset the index to sort it correctly
+
idx_name = df . index . name
+
dtype = df . index . dtype
+
df . reset_index ( inplace = True )
+
new_idx_name = df . columns [ 0 ]
+
current_len = len ( df )
+
for i in range ( nrows ):
+
df . loc [ current_len + i , new_idx_name ] = idx
+
df [ new_idx_name ] = df [ new_idx_name ] . astype ( dtype )
+
if irow < current_len :
+
changed = df . index . values . astype ( float )
+
changed [ current_len :] = irow - 0.5
+
df . index = changed
+
df . sort_index ( inplace = True )
+
df . set_index ( new_idx_name , inplace = True , drop = True )
+
df . index . name = idx_name
+
self . update_df_index ()
+
self . beginInsertRows (
+
QtCore . QModelIndex (),
+
self . rows_loaded ,
+
self . rows_loaded + nrows - 1 ,
+
)
+
self . total_rows += nrows
+
self . rows_loaded += nrows
+
self . endInsertRows ()
+
self . _parent . rows_inserted . emit ( irow , nrows )
+
+
+
+
+
+
[docs]
+
class FrozenTableView ( QTableView ):
+
"""This class implements a table with its first column frozen
+
For more information please see:
+
http://doc.qt.io/qt-5/qtwidgets-itemviews-frozencolumn-example.html"""
+
+
def __init__ ( self , parent ):
+
"""Constructor."""
+
QTableView . __init__ ( self , parent )
+
self . parent = parent
+
self . setModel ( parent . model ())
+
self . setFocusPolicy ( Qt . NoFocus )
+
self . verticalHeader () . hide ()
+
if with_qt5 :
+
self . horizontalHeader () . setSectionResizeMode ( QHeaderView . Fixed )
+
else :
+
self . horizontalHeader () . setResizeMode ( QHeaderView . Fixed )
+
+
parent . viewport () . stackUnder ( self )
+
+
self . setSelectionModel ( parent . selectionModel ())
+
for col in range ( 1 , parent . model () . columnCount ()):
+
self . setColumnHidden ( col , True )
+
+
self . setColumnWidth ( 0 , parent . columnWidth ( 0 ))
+
self . setHorizontalScrollBarPolicy ( Qt . ScrollBarAlwaysOff )
+
self . setVerticalScrollBarPolicy ( Qt . ScrollBarAlwaysOff )
+
self . show ()
+
self . setVerticalScrollMode ( QTableView . ScrollPerPixel )
+
+
self . verticalScrollBar () . valueChanged . connect (
+
parent . verticalScrollBar () . setValue
+
)
+
parent . verticalScrollBar () . valueChanged . connect (
+
self . verticalScrollBar () . setValue
+
)
+
+
+
[docs]
+
def update_geometry ( self ):
+
"""Update the frozen column size when an update occurs in its parent
+
table"""
+
self . setGeometry (
+
self . parent . verticalHeader () . width () + self . parent . frameWidth (),
+
self . parent . frameWidth (),
+
self . parent . columnWidth ( 0 ),
+
self . parent . viewport () . height ()
+
+ self . parent . horizontalHeader () . height (),
+
)
+
+
+
+
+
+
+
+
+
[docs]
+
class DataFrameView ( QTableView ):
+
"""Data Frame view class"""
+
+
@property
+
def filled ( self ):
+
"""True if the table is filled with content"""
+
return bool ( self . model () . rows_loaded )
+
+
@docstrings . dedent
+
def __init__ ( self , df , parent , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
%(DataFrameModel.parameters)s
+
"""
+
QTableView . __init__ ( self , parent )
+
model = DataFrameModel ( df , parent , * args , ** kwargs )
+
self . setModel ( model )
+
self . menu = self . setup_menu ()
+
+
self . frozen_table_view = FrozenTableView ( self )
+
self . frozen_table_view . update_geometry ()
+
+
self . setHorizontalScrollMode ( 1 )
+
self . setVerticalScrollMode ( 1 )
+
+
self . horizontalHeader () . sectionResized . connect (
+
self . update_section_width
+
)
+
self . verticalHeader () . sectionResized . connect (
+
self . update_section_height
+
)
+
+
self . sort_old = [ None ]
+
self . header_class = self . horizontalHeader ()
+
self . header_class . sectionClicked . connect ( self . sortByColumn )
+
self . frozen_table_view . horizontalHeader () . sectionClicked . connect (
+
self . sortByColumn
+
)
+
self . horizontalScrollBar () . valueChanged . connect (
+
lambda val : self . load_more_data ( val , columns = True )
+
)
+
self . verticalScrollBar () . valueChanged . connect (
+
lambda val : self . load_more_data ( val , rows = True )
+
)
+
+
+
[docs]
+
def update_section_width ( self , logical_index , old_size , new_size ):
+
"""Update the horizontal width of the frozen column when a
+
change takes place in the first column of the table"""
+
if logical_index == 0 :
+
self . frozen_table_view . setColumnWidth ( 0 , new_size )
+
self . frozen_table_view . update_geometry ()
+
+
+
+
[docs]
+
def update_section_height ( self , logical_index , old_size , new_size ):
+
"""Update the vertical width of the frozen column when a
+
change takes place on any of the rows"""
+
self . frozen_table_view . setRowHeight ( logical_index , new_size )
+
+
+
+
[docs]
+
def resizeEvent ( self , event ):
+
"""Update the frozen column dimensions.
+
+
Updates takes place when the enclosing window of this
+
table reports a dimension change
+
"""
+
QTableView . resizeEvent ( self , event )
+
self . frozen_table_view . update_geometry ()
+
+
+
+
[docs]
+
def moveCursor ( self , cursor_action , modifiers ):
+
"""Update the table position.
+
+
Updates the position along with the frozen column
+
when the cursor (selector) changes its position
+
"""
+
current = QTableView . moveCursor ( self , cursor_action , modifiers )
+
+
col_width = self . columnWidth ( 0 ) + self . columnWidth ( 1 )
+
topleft_x = self . visualRect ( current ) . topLeft () . x ()
+
+
overflow = self . MoveLeft and current . column () > 1
+
overflow = overflow and topleft_x < col_width
+
+
if cursor_action == overflow :
+
new_value = (
+
self . horizontalScrollBar () . value () + topleft_x - col_width
+
)
+
self . horizontalScrollBar () . setValue ( new_value )
+
return current
+
+
+
+
+
+
+
[docs]
+
def load_more_data ( self , value , rows = False , columns = False ):
+
if rows and value == self . verticalScrollBar () . maximum ():
+
self . model () . fetch_more ( rows = rows )
+
if columns and value == self . horizontalScrollBar () . maximum ():
+
self . model () . fetch_more ( columns = columns )
+
+
+
+
[docs]
+
def sortByColumn ( self , index ):
+
"""Implement a Column sort"""
+
frozen_header = self . frozen_table_view . horizontalHeader ()
+
if not self . isSortingEnabled ():
+
self . header_class . setSortIndicatorShown ( False )
+
frozen_header . setSortIndicatorShown ( False )
+
return
+
if self . sort_old == [ None ]:
+
self . header_class . setSortIndicatorShown ( True )
+
frozen_header . setSortIndicatorShown ( index == 0 )
+
if index == 0 :
+
sort_order = frozen_header . sortIndicatorOrder ()
+
else :
+
sort_order = self . header_class . sortIndicatorOrder ()
+
if not self . model () . sort ( index , sort_order , True ):
+
if len ( self . sort_old ) != 2 :
+
self . header_class . setSortIndicatorShown ( False )
+
frozen_header . setSortIndicatorShown ( False )
+
else :
+
self . header_class . setSortIndicator (
+
self . sort_old [ 0 ], self . sort_old [ 1 ]
+
)
+
if index == 0 :
+
frozen_header . setSortIndicator (
+
self . sort_old [ 0 ], self . sort_old [ 1 ]
+
)
+
return
+
self . sort_old = [ index , self . header_class . sortIndicatorOrder ()]
+
+
+
+
[docs]
+
def change_type ( self , func ):
+
"""A function that changes types of cells"""
+
model = self . model ()
+
index_list = self . selectedIndexes ()
+
for i in index_list :
+
model . setData ( i , "" , change_type = func )
+
+
+
+
[docs]
+
def insert_row_above_selection ( self ):
+
"""Insert rows above the selection
+
+
The number of rows inserted depends on the number of selected rows"""
+
rows , cols = self . _selected_rows_and_cols ()
+
model = self . model ()
+
if not model . rowCount ():
+
model . insertRows ( 0 , 1 )
+
elif not rows and not cols :
+
return
+
else :
+
min_row = min ( rows )
+
nrows = len ( set ( rows ))
+
model . insertRows ( min_row , nrows )
+
+
+
+
[docs]
+
def insert_row_below_selection ( self ):
+
"""Insert rows below the selection
+
+
The number of rows inserted depends on the number of selected rows"""
+
rows , cols = self . _selected_rows_and_cols ()
+
model = self . model ()
+
if not model . rowCount ():
+
model . insertRows ( 0 , 1 )
+
elif not rows and not cols :
+
return
+
else :
+
max_row = max ( rows )
+
nrows = len ( set ( rows ))
+
model . insertRows ( max_row + 1 , nrows )
+
+
+
def _selected_rows_and_cols ( self ):
+
index_list = self . selectedIndexes ()
+
if not index_list :
+
return [], []
+
return list ( zip ( * [( i . row (), i . column ()) for i in index_list ]))
+
+
docstrings . delete_params ( "DataFrameModel.parameters" , "parent" )
+
+
+
[docs]
+
@docstrings . dedent
+
def set_df ( self , df , * args , ** kwargs ):
+
"""
+
Set the :class:`~pandas.DataFrame` for this table
+
+
Parameters
+
----------
+
%(DataFrameModel.parameters.no_parent)s
+
"""
+
model = DataFrameModel ( df , self . parent (), * args , ** kwargs )
+
self . setModel ( model )
+
self . frozen_table_view . setModel ( model )
+
+
+
+
[docs]
+
def reset_model ( self ):
+
self . model () . reset ()
+
+
+
+
+
+
+
+
+
+
[docs]
+
def set_index ( self , append = False ):
+
"""Set the index from the selected columns"""
+
model = self . model ()
+
df = model . df
+
args = [ model . dtypes_changeable , model . index_editable ]
+
cols = np . unique ( self . _selected_rows_and_cols ()[ 1 ])
+
if not append :
+
cols += len ( df . index . names ) - 1
+
df . reset_index ( inplace = True )
+
else :
+
cols -= 1
+
cols = cols . tolist ()
+
if len ( cols ) == 1 :
+
df . set_index ( df . columns [ cols [ 0 ]], inplace = True , append = append )
+
else :
+
df . set_index (
+
df . columns [ cols ] . tolist (), inplace = True , append = append
+
)
+
self . set_df ( df , * args )
+
+
+
+
[docs]
+
def copy ( self ):
+
"""Copy text to clipboard"""
+
rows , cols = self . _selected_rows_and_cols ()
+
if not rows and not cols :
+
return
+
row_min , row_max = min ( rows ), max ( rows )
+
col_min , col_max = min ( cols ), max ( cols )
+
index = header = False
+
if col_min == 0 :
+
col_min = 1
+
index = True
+
df = self . model () . df
+
if col_max == 0 : # To copy indices
+
contents = " \n " . join (
+
map ( str , df . index . tolist ()[ slice ( row_min , row_max + 1 )])
+
)
+
else : # To copy DataFrame
+
if ( col_min == 0 or col_min == 1 ) and ( df . shape [ 1 ] == col_max ):
+
header = True
+
obj = df . iloc [
+
slice ( row_min , row_max + 1 ), slice ( col_min - 1 , col_max )
+
]
+
output = io . StringIO ()
+
obj . to_csv ( output , sep = " \t " , index = index , header = header )
+
if not six . PY2 :
+
contents = output . getvalue ()
+
else :
+
contents = output . getvalue () . decode ( "utf-8" )
+
output . close ()
+
clipboard = QApplication . clipboard ()
+
clipboard . setText ( contents )
+
+
+
+
+
+
[docs]
+
class DataFrameDock ( QDockWidget ):
+
"""The QDockWidget for the :class:`DataFrameEditor`"""
+
+
+
[docs]
+
def close ( self ):
+
"""
+
Reimplemented to remove the dock widget from the mainwindow when closed
+
"""
+
mainwindow = self . parent ()
+
try :
+
mainwindow . dataframeeditors . remove ( self . widget ())
+
except Exception :
+
pass
+
try :
+
mainwindow . removeDockWidget ( self )
+
except Exception :
+
pass
+
if getattr ( self . widget (), "_view_action" , None ) is not None :
+
mainwindow . dataframe_menu . removeAction ( self . widget () . _view_action )
+
return super ( DataFrameDock , self ) . close ()
+
+
+
+
+
+
[docs]
+
class DataFrameEditor ( DockMixin , QWidget ):
+
"""An editor for data frames"""
+
+
dock_cls = DataFrameDock
+
+
#: A signal that is emitted, if the table is cleared
+
cleared = QtCore . pyqtSignal ()
+
+
#: A signal that is emitted when a cell has been changed. The argument
+
#: is a tuple of two integers and one float:
+
#: the row index, the column index and the new value
+
cell_edited = QtCore . pyqtSignal ( int , int , object , object )
+
+
#: A signal that is emitted, if rows have been inserted into the dataframe.
+
#: The first value is the integer of the (original) position of the row,
+
#: the second one is the number of rows
+
rows_inserted = QtCore . pyqtSignal ( int , int )
+
+
@property
+
def hidden ( self ):
+
return not self . table . filled
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( DataFrameEditor , self ) . __init__ ( * args , ** kwargs )
+
self . error_msg = PyErrorMessage ( self )
+
+
# Label for displaying the DataFrame size
+
self . lbl_size = QLabel ()
+
+
# A Checkbox for enabling and disabling the editability of the index
+
self . cb_index_editable = QCheckBox ( "Index editable" )
+
+
# A checkbox for enabling and disabling the change of data types
+
self . cb_dtypes_changeable = QCheckBox ( "Datatypes changeable" )
+
+
# A checkbox for enabling and disabling sorting
+
self . cb_enable_sort = QCheckBox ( "Enable sorting" )
+
+
# A button to open a dataframe from the file
+
self . btn_open_df = QToolButton ( parent = self )
+
self . btn_open_df . setIcon ( QIcon ( get_icon ( "run_arrow.png" )))
+
self . btn_open_df . setToolTip ( "Open a DataFrame from your disk" )
+
+
self . btn_from_console = LoadFromConsoleButton ( pd . DataFrame )
+
self . btn_from_console . setToolTip ( "Show a DataFrame from the console" )
+
+
# The table to display the DataFrame
+
self . table = DataFrameView ( pd . DataFrame (), self )
+
+
# format line edit
+
self . format_editor = QLineEdit ()
+
self . format_editor . setText ( self . table . model () . _format )
+
+
# format update button
+
self . btn_change_format = QPushButton ( "Update" )
+
self . btn_change_format . setEnabled ( False )
+
+
# table clearing button
+
self . btn_clear = QPushButton ( "Clear" )
+
self . btn_clear . setToolTip (
+
"Clear the table and disconnect from the DataFrame"
+
)
+
+
# refresh button
+
self . btn_refresh = QToolButton ()
+
self . btn_refresh . setIcon ( QIcon ( get_icon ( "refresh.png" )))
+
self . btn_refresh . setToolTip ( "Refresh the table" )
+
+
# close button
+
self . btn_close = QPushButton ( "Close" )
+
self . btn_close . setToolTip ( "Close this widget permanentely" )
+
+
# ---------------------------------------------------------------------
+
# ------------------------ layout --------------------------------
+
# ---------------------------------------------------------------------
+
vbox = QVBoxLayout ()
+
self . top_hbox = hbox = QHBoxLayout ()
+
hbox . addWidget ( self . cb_index_editable )
+
hbox . addWidget ( self . cb_dtypes_changeable )
+
hbox . addWidget ( self . cb_enable_sort )
+
hbox . addWidget ( self . lbl_size )
+
hbox . addStretch ( 0 )
+
hbox . addWidget ( self . btn_open_df )
+
hbox . addWidget ( self . btn_from_console )
+
vbox . addLayout ( hbox )
+
vbox . addWidget ( self . table )
+
self . bottom_hbox = hbox = QHBoxLayout ()
+
hbox . addWidget ( self . format_editor )
+
hbox . addWidget ( self . btn_change_format )
+
hbox . addStretch ( 0 )
+
hbox . addWidget ( self . btn_clear )
+
hbox . addWidget ( self . btn_close )
+
hbox . addWidget ( self . btn_refresh )
+
vbox . addLayout ( hbox )
+
self . setLayout ( vbox )
+
+
# ---------------------------------------------------------------------
+
# ------------------------ Connections --------------------------------
+
# ---------------------------------------------------------------------
+
self . cb_dtypes_changeable . stateChanged . connect (
+
self . set_dtypes_changeable
+
)
+
self . cb_index_editable . stateChanged . connect ( self . set_index_editable )
+
self . btn_from_console . object_loaded . connect ( self . _open_ds_from_console )
+
self . rows_inserted . connect ( lambda i , n : self . set_lbl_size_text ())
+
self . format_editor . textChanged . connect ( self . toggle_fmt_button )
+
self . btn_change_format . clicked . connect ( self . update_format )
+
self . btn_clear . clicked . connect ( self . clear_table )
+
self . btn_close . clicked . connect ( self . clear_table )
+
self . btn_close . clicked . connect ( lambda : self . close ())
+
self . btn_refresh . clicked . connect ( self . table . reset_model )
+
self . btn_open_df . clicked . connect ( self . _open_dataframe )
+
self . table . set_index_action . triggered . connect (
+
self . update_index_editable
+
)
+
self . table . append_index_action . triggered . connect (
+
self . update_index_editable
+
)
+
self . cb_enable_sort . stateChanged . connect ( self . table . setSortingEnabled )
+
+
+
[docs]
+
def update_index_editable ( self ):
+
model = self . table . model ()
+
if len ( model . df . index . names ) > 1 :
+
model . index_editable = False
+
self . cb_index_editable . setEnabled ( False )
+
self . cb_index_editable . setChecked ( model . index_editable )
+
+
+
+
[docs]
+
def set_lbl_size_text ( self , nrows = None , ncols = None ):
+
"""Set the text of the :attr:`lbl_size` label to display the size"""
+
model = self . table . model ()
+
nrows = nrows if nrows is not None else model . rowCount ()
+
ncols = ncols if ncols is not None else model . columnCount ()
+
if not nrows and not ncols :
+
self . lbl_size . setText ( "" )
+
else :
+
self . lbl_size . setText ( "Rows: %i , Columns: %i " % ( nrows , ncols ))
+
+
+
+
[docs]
+
def clear_table ( self ):
+
"""Clear the table and emit the :attr:`cleared` signal"""
+
df = pd . DataFrame ()
+
self . set_df ( df , show = False )
+
+
+
def _open_ds_from_console ( self , oname , df ):
+
self . set_df ( df )
+
+
+
[docs]
+
@docstrings . dedent
+
def set_df ( self , df , * args , ** kwargs ):
+
"""
+
Fill the table from a :class:`~pandas.DataFrame`
+
+
Parameters
+
----------
+
%(DataFrameModel.parameters.no_parent)s
+
show: bool
+
If True (default), show and raise_ the editor
+
"""
+
show = kwargs . pop ( "show" , True )
+
self . table . set_df ( df , * args , ** kwargs )
+
self . set_lbl_size_text ( * df . shape )
+
model = self . table . model ()
+
self . cb_dtypes_changeable . setChecked ( model . dtypes_changeable )
+
+
if len ( model . df . index . names ) > 1 :
+
model . index_editable = False
+
self . cb_index_editable . setEnabled ( False )
+
else :
+
self . cb_index_editable . setEnabled ( True )
+
self . cb_index_editable . setChecked ( model . index_editable )
+
self . cleared . emit ()
+
if show :
+
self . show_plugin ()
+
self . dock . raise_ ()
+
+
+
+
[docs]
+
def set_index_editable ( self , state ):
+
"""Set the :attr:`DataFrameModel.index_editable` attribute"""
+
self . table . model () . index_editable = state == Qt . Checked
+
+
+
+
[docs]
+
def set_dtypes_changeable ( self , state ):
+
"""Set the :attr:`DataFrameModel.dtypes_changeable` attribute"""
+
self . table . model () . dtypes_changeable = state == Qt . Checked
+
+
+
+
+
+
+
+
+
+
[docs]
+
def to_dock ( self , main , * args , ** kwargs ):
+
connect = self . dock is None
+
super ( DataFrameEditor , self ) . to_dock ( main , * args , ** kwargs )
+
if connect :
+
self . dock . toggleViewAction () . triggered . connect ( self . maybe_tabify )
+
+
+
+
[docs]
+
def maybe_tabify ( self ):
+
main = self . dock . parent ()
+
if self . is_shown and main . dockWidgetArea (
+
main . help_explorer . dock
+
) == main . dockWidgetArea ( self . dock ):
+
main . tabifyDockWidget ( main . help_explorer . dock , self . dock )
+
+
+
def _open_dataframe ( self ):
+
self . open_dataframe ()
+
+
+
[docs]
+
def open_dataframe ( self , fname = None , * args , ** kwargs ):
+
"""Opens a file dialog and the dataset that has been inserted"""
+
if fname is None :
+
fname = QFileDialog . getOpenFileName (
+
self ,
+
"Open dataset" ,
+
os . getcwd (),
+
"Comma separated files (*.csv);;"
+
"Excel files (*.xls *.xlsx);;"
+
"JSON files (*.json);;"
+
"All files (*)" ,
+
)
+
if with_qt5 : # the filter is passed as well
+
fname = fname [ 0 ]
+
if isinstance ( fname , pd . DataFrame ):
+
self . set_df ( fname )
+
elif not fname :
+
return
+
else :
+
ext = osp . splitext ( fname )[ 1 ]
+
open_funcs = {
+
".xls" : pd . read_excel ,
+
".xlsx" : pd . read_excel ,
+
".json" : pd . read_json ,
+
".tab" : partial ( pd . read_csv , delimiter = " \t " ),
+
".dat" : partial ( pd . read_csv , delim_whitespace = True ),
+
}
+
open_func = open_funcs . get ( ext , pd . read_csv )
+
try :
+
df = open_func ( fname )
+
except Exception :
+
self . error_msg . showTraceback (
+
"<b>Could not open DataFrame %s with %s </b>"
+
% ( fname , open_func )
+
)
+
return
+
self . set_df ( df )
+
+
+
+
[docs]
+
def close ( self , * args , ** kwargs ):
+
if self . dock is not None :
+
self . dock . close ( * args , ** kwargs ) # removes the dock window
+
del self . dock
+
return super ( DataFrameEditor , self ) . close ( * args , ** kwargs )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/dependencies.html b/_modules/psyplot_gui/dependencies.html
new file mode 100644
index 0000000..ee194b9
--- /dev/null
+++ b/_modules/psyplot_gui/dependencies.html
@@ -0,0 +1,515 @@
+
+
+
+
+
+ psyplot_gui.dependencies — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.dependencies
+"""Dependencies widget of the psyplot package
+
+This module defines the :class:`DependenciesWidget` that shows the versions of
+of psyplot, psyplot_gui, psyplot plugins and their requirements"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+from psyplot.docstring import docstrings
+
+from psyplot_gui.compat.qtcompat import (
+ QAbstractItemView ,
+ QAction ,
+ QApplication ,
+ QDialog ,
+ QDialogButtonBox ,
+ QHBoxLayout ,
+ QLabel ,
+ QMenu ,
+ QMessageBox ,
+ QPushButton ,
+ Qt ,
+ QtCore ,
+ QTreeWidget ,
+ QTreeWidgetItem ,
+ QVBoxLayout ,
+)
+
+
+
+
[docs]
+
class DependenciesTree ( QTreeWidget ):
+
"""A tree widget to display dependencies
+
+
This widget uses a dictionary as created through the
+
:func:`psyplot.get_versions` function to display the requirements and
+
versions."""
+
+
@docstrings . get_sections ( base = "DependenciesTree" )
+
def __init__ ( self , versions , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
versions: dict
+
The dictionary that contains the version information
+
+
See Also
+
--------
+
psyplot.get_versions
+
"""
+
super ( DependenciesTree , self ) . __init__ ( * args , ** kwargs )
+
self . resizeColumnToContents ( 0 )
+
self . setColumnCount ( 2 )
+
self . setHeaderLabels ([ "Package" , "installed version" ])
+
self . add_dependencies ( versions )
+
self . expandAll ()
+
self . resizeColumnToContents ( 0 )
+
self . setContextMenuPolicy ( Qt . CustomContextMenu )
+
self . customContextMenuRequested . connect ( self . open_menu )
+
+
+
[docs]
+
@docstrings . dedent
+
def add_dependencies ( self , versions , parent = None ):
+
"""
+
Add the version informations to the tree
+
+
This method creates an QTreeWidgetItem for each package in `versions`
+
and adds it to this tree.
+
+
Parameters
+
----------
+
%(DependenciesTree.parameters)s
+
parent: QTreeWidgetItem
+
The parent of the newly created items for the packages in
+
`versions`. If None, the newly created items are inserted as
+
top level items into the tree
+
"""
+
for pkg , pkg_d in versions . items ():
+
new_item = QTreeWidgetItem ( 0 )
+
new_item . setText ( 0 , pkg )
+
if isinstance ( pkg_d , dict ):
+
new_item . setText ( 1 , pkg_d [ "version" ])
+
else :
+
new_item . setText ( 1 , pkg_d )
+
if parent is None :
+
self . addTopLevelItem ( new_item )
+
else :
+
parent . addChild ( new_item )
+
if "requirements" in pkg_d :
+
self . add_dependencies ( pkg_d [ "requirements" ], new_item )
+
+
+
+
+
+
+
+
+
[docs]
+
class DependenciesDialog ( QDialog ):
+
"""A dialog for displaying the dependencies"""
+
+
#: description label
+
label = None
+
+
#: the QVBoxLayout containing all the widgets
+
vbox = None
+
+
#: The :class:`DependenciesTree` that contains the package infos
+
tree = None
+
+
#: The QPushButton used for copying selected packages to the clipboard
+
bt_copy = None
+
+
#: A simple info label for info messages
+
info_label = None
+
+
#: A QTimer that clears the :attr:`info_label` after some time
+
timer = None
+
+
@docstrings . dedent
+
def __init__ ( self , versions , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
%(DependenciesTree.parameters)s
+
"""
+
super ( DependenciesDialog , self ) . __init__ ( * args , ** kwargs )
+
self . setWindowTitle ( "Dependencies" )
+
self . versions = versions
+
self . vbox = layout = QVBoxLayout ()
+
+
self . label = QLabel (
+
"""
+
psyplot and the plugins depend on several python libraries. The
+
tree widget below lists the versions of the plugins and the
+
requirements. You can select the items in the tree and copy them to
+
clipboard.""" ,
+
parent = self ,
+
)
+
+
layout . addWidget ( self . label )
+
+
self . tree = DependenciesTree ( versions , parent = self )
+
self . tree . setSelectionMode ( QAbstractItemView . MultiSelection )
+
layout . addWidget ( self . tree )
+
+
# copy button
+
self . bt_copy = QPushButton ( "Copy selection to clipboard" )
+
self . bt_copy . setToolTip (
+
"Copy the selected packages in the above table to the clipboard."
+
)
+
self . bt_copy . clicked . connect ( lambda : self . copy_selected ())
+
+
self . bbox = QDialogButtonBox ( QDialogButtonBox . Ok )
+
self . bbox . accepted . connect ( self . accept )
+
+
hbox = QHBoxLayout ()
+
hbox . addWidget ( self . bt_copy )
+
hbox . addStretch ( 1 )
+
hbox . addWidget ( self . bbox )
+
layout . addLayout ( hbox )
+
+
#: A label for simple status update
+
self . info_label = QLabel ( "" , self )
+
layout . addWidget ( self . info_label )
+
self . timer = QtCore . QTimer ( self )
+
self . timer . timeout . connect ( self . clear_label )
+
+
self . setLayout ( layout )
+
+
+
[docs]
+
def copy_selected ( self , label = None ):
+
"""Copy the selected versions and items to the clipboard"""
+
d = {}
+
items = self . tree . selectedItems ()
+
if not items :
+
QMessageBox . warning (
+
self ,
+
"No packages selected!" ,
+
"Please select packages in the tree!" ,
+
)
+
return
+
for item in items :
+
d [ item . text ( 0 )] = item . text ( 1 )
+
if label is None :
+
label = QApplication . clipboard ()
+
label . setText ( " \n " . join ( " %s : %s " % t for t in d . items ()))
+
self . info_label . setText ( "Packages copied to clipboard." )
+
self . timer . start ( 3000 )
+
+
+
+
[docs]
+
def clear_label ( self ):
+
"""Clear the info label"""
+
self . info_label . setText ( "" )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/fmt_widget.html b/_modules/psyplot_gui/fmt_widget.html
new file mode 100644
index 0000000..41d6aa3
--- /dev/null
+++ b/_modules/psyplot_gui/fmt_widget.html
@@ -0,0 +1,1109 @@
+
+
+
+
+
+ psyplot_gui.fmt_widget — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.fmt_widget
+# -*- coding: utf-8 -*-
+"""Module defining a widget for updating the formatoption of the current
+project"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import logging
+from collections import defaultdict
+from functools import partial
+from itertools import chain
+from warnings import warn
+
+import psyplot.plotter as psyp
+import psyplot.project as psy
+import six
+import yaml
+from IPython.core.interactiveshell import ExecutionResult
+from psyplot.data import isstring , safe_list
+from psyplot.utils import _temp_bool_prop , unique_everseen
+
+from psyplot_gui.common import DockMixin , PyErrorMessage , get_icon
+from psyplot_gui.compat.qtcompat import (
+ QCheckBox ,
+ QComboBox ,
+ QCompleter ,
+ QHBoxLayout ,
+ QIcon ,
+ QLineEdit ,
+ QListView ,
+ QPushButton ,
+ QStandardItem ,
+ QStandardItemModel ,
+ Qt ,
+ QTextEdit ,
+ QToolButton ,
+ QVBoxLayout ,
+ QWidget ,
+ with_qt5 ,
+)
+from psyplot_gui.config.rcsetup import rcParams
+from psyplot_gui.plot_creator import CoordComboBox
+
+try :
+ from IPython.core.interactiveshell import ExecutionInfo
+except ImportError :
+ ExecutionInfo = None
+
+
+logger = logging . getLogger ( __name__ )
+
+
+COORDSGROUP = "__coords"
+ALLGROUP = "__all"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/help_explorer.html b/_modules/psyplot_gui/help_explorer.html
new file mode 100644
index 0000000..c18ed1a
--- /dev/null
+++ b/_modules/psyplot_gui/help_explorer.html
@@ -0,0 +1,1641 @@
+
+
+
+
+
+ psyplot_gui.help_explorer — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.help_explorer
+# -*- coding: utf-8 -*-
+"""Help explorer widget supplying a simple web browser and a plain text help
+viewer"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import inspect
+import logging
+import os.path as osp
+import re
+import shutil
+import sys
+from collections import namedtuple
+from itertools import chain
+from tempfile import mkdtemp
+
+import six
+from IPython.core.oinspect import getdoc , signature
+from psyplot.docstring import docstrings , indent
+from psyplot.utils import _temp_bool_prop
+
+from psyplot_gui.common import (
+ DockMixin ,
+ PyErrorMessage ,
+ StreamToLogger ,
+ get_icon ,
+ get_module_path ,
+ is_running_tests ,
+)
+from psyplot_gui.compat.qtcompat import (
+ QAction ,
+ QComboBox ,
+ QCompleter ,
+ QFrame ,
+ QHBoxLayout ,
+ QIcon ,
+ QMenu ,
+ QPlainTextEdit ,
+ QSortFilterProxyModel ,
+ QStandardItemModel ,
+ Qt ,
+ QtCore ,
+ QtGui ,
+ QToolButton ,
+ QVBoxLayout ,
+ QWebEngineView ,
+ QWidget ,
+ asstring ,
+ isstring ,
+ with_qt5 ,
+)
+from psyplot_gui.config.rcsetup import rcParams
+
+try :
+ from sphinx.application import Sphinx
+ from sphinx.pycode import ModuleAnalyzer
+
+ try :
+ from psyplot.sphinxext.extended_napoleon import (
+ ExtendedGoogleDocstring as GoogleDocstring ,
+ )
+ from psyplot.sphinxext.extended_napoleon import (
+ ExtendedNumpyDocstring as NumpyDocstring ,
+ )
+ except ImportError :
+ from sphinx.ext.napoleon import GoogleDocstring , NumpyDocstring
+ with_sphinx = True
+except ImportError :
+ with_sphinx = False
+
+if six . PY2 :
+ from urlparse import urlparse
+else :
+ from urllib.parse import urlparse
+
+
+try :
+ import pathlib
+
+ def file2html ( fname ):
+ return pathlib . Path ( fname ) . as_uri ()
+
+except ImportError :
+
+
+
[docs]
+
def file2html ( fname ):
+
return "file://" + fname
+
+
+
+
+
[docs]
+
def html2file ( url ):
+
p = urlparse ( asstring ( url ))
+
# skip the first '/' on windows platform
+
return osp . abspath (
+
osp . join ( p . netloc , p . path [ int ( sys . platform == "win32" ) :])
+
)
+
+
+
+_viewers = dict ()
+
+
+logger = logging . getLogger ( __name__ )
+
+
+
+
[docs]
+
class UrlCombo ( QComboBox ):
+
"""A editable ComboBox with autocompletion"""
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( UrlCombo , self ) . __init__ ( * args , ** kwargs )
+
self . setInsertPolicy ( self . InsertAtTop )
+
self . setFocusPolicy ( Qt . StrongFocus )
+
self . setEditable ( True )
+
self . completer = QCompleter ( self )
+
+
# always show all completions
+
self . completer . setCompletionMode ( QCompleter . UnfilteredPopupCompletion )
+
self . pFilterModel = QSortFilterProxyModel ( self )
+
self . pFilterModel . setFilterCaseSensitivity ( Qt . CaseInsensitive )
+
+
self . completer . setPopup ( self . completer . popup ())
+
+
self . setCompleter ( self . completer )
+
+
self . lineEdit () . textEdited [ str ] . connect (
+
self . pFilterModel . setFilterFixedString
+
)
+
self . completer . activated . connect ( self . add_text_on_top )
+
self . setModel ( QStandardItemModel ())
+
+
+
[docs]
+
def setModel ( self , model ):
+
"""Reimplemented to also set the model of the filter and completer"""
+
super ( UrlCombo , self ) . setModel ( model )
+
self . pFilterModel . setSourceModel ( model )
+
self . completer . setModel ( self . pFilterModel )
+
+
+
+
[docs]
+
def add_text_on_top ( self , text = None , block = False ):
+
"""Add the given text as the first item"""
+
if text is None :
+
text = self . currentText ()
+
ind = self . findText ( text )
+
if block :
+
self . blockSignals ( True )
+
if ind == - 1 :
+
self . insertItem ( 0 , text )
+
elif ind != 0 :
+
self . removeItem ( ind )
+
self . insertItem ( 0 , text )
+
self . setCurrentIndex ( 0 )
+
if block :
+
self . blockSignals ( False )
+
+
+
# replace keyPressEvent to always insert the selected item at the top
+
+
[docs]
+
def keyPressEvent ( self , event ):
+
"""Handle key press events"""
+
if event . key () == Qt . Key_Return or event . key () == Qt . Key_Enter :
+
self . add_text_on_top ()
+
else :
+
QComboBox . keyPressEvent ( self , event )
+
+
+
+
+
+
[docs]
+
class UrlBrowser ( QFrame ):
+
"""Very simple browser with session history and autocompletion based upon
+
the :class:`PyQt5.QtWebEngineWidgets.QWebEngineView` class
+
+
Warnings
+
--------
+
This class is known to crash under PyQt4 when new web page domains are
+
loaded. Hence it should be handled with care"""
+
+
completed = _temp_bool_prop (
+
"completed" ,
+
"Boolean whether the html page loading is completed." ,
+
default = True ,
+
)
+
+
url_like_re = re . compile ( r "^\w+://" )
+
+
doc_urls = dict (
+
[
+
( "startpage" , "https://startpage.com/" ),
+
( "psyplot" , "http://psyplot.github.io/psyplot/" ),
+
( "pyplot" , "http://matplotlib.org/api/pyplot_api.html" ),
+
(
+
"seaborn" ,
+
"http://stanford.edu/~mwaskom/software/seaborn/api.html" ,
+
),
+
(
+
"cartopy" ,
+
"http://scitools.org.uk/cartopy/docs/latest/index.html" ,
+
),
+
( "xarray" , "http://xarray.pydata.org/en/stable/" ),
+
( "pandas" , "http://pandas.pydata.org/pandas-docs/stable/" ),
+
(
+
"numpy" ,
+
"https://docs.scipy.org/doc/numpy/reference/routines.html" ,
+
),
+
]
+
)
+
+
#: The initial url showed in the webview. If None, nothing will be
+
#: displayed
+
default_url = None
+
+
#: adress line
+
tb_url = None
+
+
#: button to go to previous url
+
bt_back = None
+
+
#: button to go to next url
+
bt_ahead = None
+
+
#: refresh the current url
+
bt_refresh = None
+
+
#: button to go lock to the current url
+
bt_lock = None
+
+
#: button to disable browsing in www
+
bt_url_lock = None
+
+
#: The upper part of the browser containing all the buttons
+
button_box = None
+
+
#: The upper most layout aranging the button box and the html widget
+
vbox = None
+
+
#: default value for :attr:`bt_lock`. Is set during browser
+
#: initialization
+
bt_lock_default = None
+
+
#: default value for :attr:`bt_url_lock`. Is set during browser
+
#: initialization
+
bt_url_lock_default = None
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( UrlBrowser , self ) . __init__ ( * args , ** kwargs )
+
+
# ---------------------------------------------------------------------
+
# ---------------------------- upper buttons --------------------------
+
# ---------------------------------------------------------------------
+
# adress line
+
self . tb_url = UrlCombo ( self )
+
# button to go to previous url
+
self . bt_back = QToolButton ( self )
+
# button to go to next url
+
self . bt_ahead = QToolButton ( self )
+
# refresh the current url
+
self . bt_refresh = QToolButton ( self )
+
# button to go lock to the current url
+
self . bt_lock = QToolButton ( self )
+
# button to disable browsing in www
+
self . bt_url_lock = QToolButton ( self )
+
+
# ---------------------------- buttons settings -----------------------
+
self . bt_back . setIcon ( QIcon ( get_icon ( "previous.png" )))
+
self . bt_back . setToolTip ( "Go back one page" )
+
self . bt_ahead . setIcon ( QIcon ( get_icon ( "next.png" )))
+
self . bt_back . setToolTip ( "Go forward one page" )
+
+
self . bt_refresh . setIcon ( QIcon ( get_icon ( "refresh.png" )))
+
self . bt_refresh . setToolTip ( "Refresh the current page" )
+
+
self . bt_lock . setCheckable ( True )
+
self . bt_url_lock . setCheckable ( True )
+
+
if not with_qt5 and rcParams [ "help_explorer.online" ] is None :
+
# We now that the browser can crash with Qt4, therefore we disable
+
# the browing in the internet
+
self . bt_url_lock . click ()
+
rcParams [ "help_explorer.online" ] = False
+
elif rcParams [ "help_explorer.online" ] is False :
+
self . bt_url_lock . click ()
+
elif rcParams [ "help_explorer.online" ] is None :
+
rcParams [ "help_explorer.online" ] = True
+
rcParams . connect ( "help_explorer.online" , self . update_url_lock_from_rc )
+
+
self . bt_url_lock . clicked . connect ( self . toogle_url_lock )
+
self . bt_lock . clicked . connect ( self . toogle_lock )
+
+
# tooltip and icons of lock and url_lock are set in toogle_lock and
+
# toogle_url_lock
+
self . toogle_lock ()
+
self . toogle_url_lock ()
+
+
# ---------------------------------------------------------------------
+
# --------- initialization and connection of the web view -------------
+
# ---------------------------------------------------------------------
+
+
#: The actual widget showing the html content
+
self . html = QWebEngineView ( parent = self )
+
self . html . loadStarted . connect ( self . completed )
+
self . html . loadFinished . connect ( self . completed )
+
+
self . tb_url . currentIndexChanged [ str ] . connect ( self . browse )
+
self . bt_back . clicked . connect ( self . html . back )
+
self . bt_ahead . clicked . connect ( self . html . forward )
+
self . bt_refresh . clicked . connect ( self . html . reload )
+
self . html . urlChanged . connect ( self . url_changed )
+
+
# ---------------------------------------------------------------------
+
# ---------------------------- layouts --------------------------------
+
# ---------------------------------------------------------------------
+
+
# The upper part of the browser containing all the buttons
+
self . button_box = button_box = QHBoxLayout ()
+
+
button_box . addWidget ( self . bt_back )
+
button_box . addWidget ( self . bt_ahead )
+
button_box . addWidget ( self . tb_url )
+
button_box . addWidget ( self . bt_refresh )
+
button_box . addWidget ( self . bt_lock )
+
button_box . addWidget ( self . bt_url_lock )
+
+
# The upper most layout aranging the button box and the html widget
+
self . vbox = vbox = QVBoxLayout ()
+
self . vbox . setContentsMargins ( 0 , 0 , 0 , 0 )
+
vbox . addLayout ( button_box )
+
+
vbox . addWidget ( self . html )
+
+
self . setLayout ( vbox )
+
+
if self . default_url is not None :
+
self . tb_url . addItem ( self . default_url )
+
+
self . bt_lock_default = bool ( self . bt_lock . isChecked ())
+
self . bt_url_lock_default = bool ( self . bt_url_lock . isChecked ())
+
+
+
[docs]
+
def browse ( self , url ):
+
"""Make a web browse on the given url and show the page on the Webview
+
widget."""
+
if self . bt_lock . isChecked ():
+
return
+
if not self . url_like_re . match ( url ):
+
url = "https://" + url
+
if self . bt_url_lock . isChecked () and url . startswith ( "http" ):
+
return
+
if not self . completed :
+
logger . debug ( "Stopping current load..." )
+
self . html . stop ()
+
self . completed = True
+
logger . debug ( "Loading %s " , url )
+
# we use :meth:`PyQt5.QtWebEngineWidgets.QWebEngineView.setUrl` instead
+
# of :meth:`PyQt5.QtWebEngineWidgets.QWebEngineView.load` because that
+
# changes the url directly and is more useful for unittests
+
self . html . setUrl ( QtCore . QUrl ( url ))
+
+
+
+
[docs]
+
def url_changed ( self , url ):
+
"""Triggered when the url is changed to update the adress line"""
+
try :
+
url = url . toString ()
+
except AttributeError :
+
pass
+
logger . debug ( "url changed to %s " , url )
+
try :
+
self . tb_url . setCurrentText ( url )
+
except AttributeError : # Qt4
+
self . tb_url . setEditText ( url )
+
self . tb_url . add_text_on_top ( url , block = True )
+
+
+
+
[docs]
+
def update_url_lock_from_rc ( self , online ):
+
if (
+
online
+
and self . bt_url_lock . isChecked ()
+
or not online
+
and not self . bt_url_lock . isChecked ()
+
):
+
self . bt_url_lock . click ()
+
+
+
+
[docs]
+
def toogle_url_lock ( self ):
+
"""Disable (or enable) the loading of web pages in www"""
+
bt = self . bt_url_lock
+
offline = bt . isChecked ()
+
bt . setIcon (
+
QIcon ( get_icon ( "world_red.png" if offline else "world.png" ))
+
)
+
online_message = "Go online"
+
if not with_qt5 :
+
online_message += (
+
" \n WARNING: This mode is unstable under Qt4 "
+
"and might result in a complete program crash!"
+
)
+
bt . setToolTip ( online_message if offline else "Offline mode" )
+
if rcParams [ "help_explorer.online" ] is offline :
+
rcParams [ "help_explorer.online" ] = not offline
+
+
+
+
[docs]
+
def toogle_lock ( self ):
+
"""Disable (or enable) the changing of the current webpage"""
+
bt = self . bt_lock
+
bt . setIcon (
+
QIcon ( get_icon ( "lock.png" if bt . isChecked () else "lock_open.png" ))
+
)
+
bt . setToolTip ( "Unlock" if bt . isChecked () else "Lock to current page" )
+
+
+
+
+
+
[docs]
+
class HelpMixin ( object ):
+
"""Base class for providing help on an object"""
+
+
#: Object containing the necessary fields to describe an object given to
+
#: the help widget. The descriptor is set up by the :meth:`describe_object`
+
#: method.
+
object_descriptor = namedtuple ( "ObjectDescriptor" , [ "obj" , "name" ])
+
+
#: :class:`bool` determining whether the documentation of an object can be
+
#: shown or not
+
can_document_object = True
+
#: :class:`bool` determining whether this class can show restructured text
+
can_show_rst = True
+
+
+
[docs]
+
@docstrings . get_sections ( base = "HelpMixin.show_help" )
+
@docstrings . dedent
+
def show_help ( self , obj , oname = "" , files = None ):
+
"""
+
Show the rst documentation for the given object
+
+
Parameters
+
----------
+
obj: object
+
The object to get the documentation for
+
oname: str
+
The name to use for the object in the documentation
+
files: list of str
+
A path to additional files that shall be used to process the
+
docs"""
+
descriptor = self . describe_object ( obj , oname )
+
doc = self . get_doc ( descriptor )
+
return self . show_rst ( doc , descriptor = descriptor , files = files )
+
+
+
+
+
+
+
[docs]
+
def describe_object ( self , obj , oname = "" ):
+
"""Return an instance of the :attr:`object_descriptor` class
+
+
Returns
+
-------
+
:attr:`object_descriptor`
+
The descriptor containing the information on the object"""
+
return self . object_descriptor ( obj , oname )
+
+
+
+
[docs]
+
def get_doc ( self , descriptor ):
+
"""Get the documentation of the object in the given `descriptor`
+
+
Parameters
+
----------
+
descriptor: instance of :attr:`object_descriptor`
+
The descriptor containig the information on the specific object
+
+
Returns
+
-------
+
str
+
The header and documentation of the object in the descriptor
+
+
Notes
+
-----
+
This method uses the :func:`IPython.core.oinspect.getdoc` function to
+
get the documentation and the :func:`IPython.core.oinspect.signature`
+
function to get the signature. Those function (different from the
+
inspect module) do not fail when the object is not saved"""
+
obj = descriptor . obj
+
oname = descriptor . name
+
sig = ""
+
obj_sig = obj
+
if callable ( obj ):
+
if inspect . isclass ( obj ):
+
oname = oname or obj . __name__
+
obj_sig = getattr ( obj , "__init__" , obj )
+
else :
+
obj_sig = getattr ( obj , "__call__" , obj )
+
+
try :
+
sig = str ( signature ( obj_sig ))
+
sig = re . sub ( r "^\(\s*self,\s*" , "(" , sig )
+
except Exception :
+
logger . debug (
+
"Failed to get signature from %s !" % ( obj ,), exc_info = True
+
)
+
oname = oname or type ( oname ) . __name__
+
head = self . header ( descriptor , sig )
+
lines = []
+
ds = getdoc ( obj )
+
if ds :
+
lines . append ( "" )
+
lines . append ( ds )
+
if inspect . isclass ( obj ) and hasattr ( obj , "__init__" ):
+
init_ds = getdoc ( obj . __init__ )
+
if init_ds is not None :
+
lines . append ( " \n " + init_ds )
+
elif hasattr ( obj , "__call__" ):
+
call_ds = getdoc ( obj . __call__ )
+
if call_ds and call_ds != getdoc ( object . __call__ ):
+
lines . append ( " \n " + call_ds )
+
doc = self . process_docstring ( lines , descriptor )
+
return head + " \n " + doc
+
+
+
+
[docs]
+
def process_docstring ( self , lines , descriptor ):
+
"""Make final modification on the rst lines
+
+
Returns
+
-------
+
str
+
The docstring"""
+
return " \n " . join ( lines )
+
+
+
+
[docs]
+
@docstrings . get_sections ( base = "HelpMixin.show_rst" )
+
@docstrings . dedent
+
def show_rst ( self , text , oname = "" , descriptor = None , files = None ):
+
"""
+
Abstract method which needs to be implemented by th widget to show
+
restructured text
+
+
Parameters
+
----------
+
text: str
+
The text to show
+
oname: str
+
The object name
+
descriptor: instance of :attr:`object_descriptor`
+
The object descriptor holding the informations
+
files: list of str
+
A path to additional files that shall be used to display the docs
+
+
Returns
+
-------
+
bool
+
True if the text is displayed
+
"""
+
return False
+
+
+
+
[docs]
+
@docstrings . get_sections ( base = "HelpMixin.show_intro" )
+
def show_intro ( self , text = "" ):
+
"""
+
Show an intro message
+
+
Parameters
+
----------
+
s: str
+
A string in reStructured Text format to show"""
+
title = "Welcome to psyplot!"
+
title += " \n " + "-" * len ( title ) + " \n\n "
+
self . show_rst ( title + text , "intro" )
+
+
+
+
+
+
[docs]
+
class TextHelp ( QFrame , HelpMixin ):
+
"""Class to show plain text rst docstrings"""
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( TextHelp , self ) . __init__ ( * args , ** kwargs )
+
self . vbox = QVBoxLayout ()
+
self . vbox . setContentsMargins ( 0 , 0 , 0 , 0 )
+
#: The :class:`PyQt5.QtWidgets.QPlainTextEdit` instance used for
+
#: displaying the documentation
+
self . editor = QPlainTextEdit ( parent = self )
+
self . editor . setFont ( QtGui . QFont ( "Courier New" ))
+
self . vbox . addWidget ( self . editor )
+
self . setLayout ( self . vbox )
+
+
+
[docs]
+
def show_rst ( self , text , * args , ** kwargs ):
+
"""Show the given text in the editor window
+
+
Parameters
+
----------
+
text: str
+
The text to show
+
``*args,**kwargs``
+
Are ignored"""
+
self . editor . clear ()
+
self . editor . insertPlainText ( text )
+
return True
+
+
+
+
+
+
[docs]
+
class UrlHelp ( UrlBrowser , HelpMixin ):
+
"""Class to convert rst docstrings to html and show browsers"""
+
+
#: Object containing the necessary fields to describe an object given to
+
#: the help widget. The descriptor is set up by the :meth:`describe_object`
+
#: method and contains an additional objtype attribute
+
object_descriptor = namedtuple (
+
"ObjectDescriptor" , [ "obj" , "name" , "objtype" ]
+
)
+
+
can_document_object = with_sphinx
+
can_show_rst = with_sphinx
+
+
#: menu button with different urls
+
bt_url_menus = None
+
+
#:
+
sphinx_thread = None
+
+
def __init__ ( self , * args , ** kwargs ):
+
self . _temp_dir = "sphinx_dir" not in kwargs
+
self . sphinx_dir = kwargs . pop ( "sphinx_dir" , mkdtemp ( prefix = "psyplot_" ))
+
self . build_dir = osp . join ( self . sphinx_dir , "_build" , "html" )
+
super ( UrlHelp , self ) . __init__ ( * args , ** kwargs )
+
+
self . error_msg = PyErrorMessage ( self )
+
if with_sphinx :
+
self . sphinx_thread = SphinxThread ( self . sphinx_dir )
+
self . sphinx_thread . html_ready [ str ] . connect ( self . browse )
+
self . sphinx_thread . html_error [ str ] . connect (
+
self . error_msg . showTraceback
+
)
+
self . sphinx_thread . html_error [ str ] . connect ( logger . debug )
+
rcParams . connect (
+
"help_explorer.render_docs_parallel" , self . reset_sphinx
+
)
+
rcParams . connect (
+
"help_explorer.use_intersphinx" , self . reset_sphinx
+
)
+
rcParams . connect ( "help_explorer.online" , self . reset_sphinx )
+
+
self . bt_connect_console = QToolButton ( self )
+
self . bt_connect_console . setCheckable ( True )
+
if rcParams [ "console.connect_to_help" ]:
+
self . bt_connect_console . setIcon (
+
QIcon ( get_icon ( "ipython_console.png" ))
+
)
+
self . bt_connect_console . click ()
+
else :
+
self . bt_connect_console . setIcon (
+
QIcon ( get_icon ( "ipython_console_t.png" ))
+
)
+
self . bt_connect_console . clicked . connect ( self . toogle_connect_console )
+
rcParams . connect (
+
"console.connect_to_help" , self . update_connect_console
+
)
+
self . toogle_connect_console ()
+
+
# menu button with different urls
+
self . bt_url_menus = QToolButton ( self )
+
self . bt_url_menus . setIcon ( QIcon ( get_icon ( "docu_button.png" )))
+
self . bt_url_menus . setToolTip ( "Browse documentations" )
+
self . bt_url_menus . setPopupMode ( QToolButton . InstantPopup )
+
+
docu_menu = QMenu ( self )
+
for name , url in six . iteritems ( self . doc_urls ):
+
+
def to_url ( b , url = url ):
+
self . browse ( url )
+
+
action = QAction ( name , self )
+
action . triggered . connect ( to_url )
+
docu_menu . addAction ( action )
+
self . bt_url_menus . setMenu ( docu_menu )
+
+
self . button_box . addWidget ( self . bt_connect_console )
+
self . button_box . addWidget ( self . bt_url_menus )
+
# toogle the lock again to set the bt_url_menus enabled state
+
self . toogle_url_lock ()
+
+
+
[docs]
+
def update_connect_console ( self , connect ):
+
if (
+
connect
+
and not self . bt_connect_console . isChecked ()
+
or not connect
+
and self . bt_connect_console . isChecked ()
+
):
+
self . bt_connect_console . click ()
+
+
+
+
[docs]
+
def toogle_connect_console ( self ):
+
"""Disable (or enable) the loading of web pages in www"""
+
bt = self . bt_connect_console
+
connect = bt . isChecked ()
+
bt . setIcon (
+
QIcon (
+
get_icon (
+
"ipython_console.png"
+
if connect
+
else "ipython_console_t.png"
+
)
+
)
+
)
+
bt . setToolTip (
+
" %s onnect the console to the help explorer"
+
% ( "Don't c" if connect else "C" )
+
)
+
if rcParams [ "console.connect_to_help" ] is not connect :
+
rcParams [ "console.connect_to_help" ] = connect
+
+
+
+
[docs]
+
def reset_sphinx ( self , value ):
+
"""Method that is called if the configuration changes"""
+
if with_sphinx and hasattr ( self . sphinx_thread , "app" ):
+
del self . sphinx_thread . app
+
+
+
+
[docs]
+
@docstrings . dedent
+
def show_help ( self , obj , oname = "" , files = None ):
+
"""
+
Render the rst docu for the given object with sphinx and show it
+
+
Parameters
+
----------
+
%(HelpMixin.show_help.parameters)s
+
"""
+
if self . bt_lock . isChecked ():
+
return
+
return super ( UrlHelp , self ) . show_help ( obj , oname = oname , files = files )
+
+
+
+
[docs]
+
@docstrings . dedent
+
def show_intro ( self , text = "" ):
+
"""
+
Show the intro text in the explorer
+
+
Parameters
+
----------
+
%(HelpMixin.show_intro.parameters)s"""
+
if self . sphinx_thread is not None :
+
with open ( self . sphinx_thread . index_file , "a" ) as f :
+
f . write (
+
" \n " + text . strip () + " \n\n " + "Table of Contents \n "
+
"================= \n\n .. toctree:: \n "
+
)
+
self . sphinx_thread . render ( None , None )
+
+
+
+
[docs]
+
def show_rst ( self , text , oname = "" , descriptor = None , files = None ):
+
"""Render restructured text with sphinx and show it
+
+
Parameters
+
----------
+
%(HelpMixin.show_rst.parameters)s"""
+
if self . bt_lock . isChecked () or self . sphinx_thread is None :
+
return False
+
if not oname and descriptor :
+
oname = descriptor . name
+
for f in files or []:
+
shutil . copyfile ( f , osp . join ( self . sphinx_dir , osp . basename ( f )))
+
self . sphinx_thread . render ( text , oname )
+
return True
+
+
+
+
[docs]
+
def describe_object ( self , obj , oname = "" ):
+
"""Describe an object using additionaly the object type from the
+
:meth:`get_objtype` method
+
+
Returns
+
-------
+
instance of :attr:`object_descriptor`
+
The descriptor of the object"""
+
return self . object_descriptor ( obj , oname , self . get_objtype ( obj ))
+
+
+
+
[docs]
+
def browse ( self , url ):
+
"""Reimplemented to add file paths to the url string"""
+
url = asstring ( url )
+
html_file = osp . join ( self . sphinx_dir , "_build" , "html" , url + ".html" )
+
if osp . exists ( html_file ):
+
url = file2html ( html_file )
+
super ( UrlHelp , self ) . browse ( url )
+
+
+
+
[docs]
+
def toogle_url_lock ( self ):
+
"""Disable (or enable) the loading of web pages in www"""
+
super ( UrlHelp , self ) . toogle_url_lock ()
+
# enable or disable documentation button
+
bt = self . bt_url_lock
+
offline = bt . isChecked ()
+
try :
+
self . bt_url_menus . setEnabled ( not offline )
+
except AttributeError : # not yet initialized
+
pass
+
+
+
+
[docs]
+
def url_changed ( self , url ):
+
"""Reimplemented to remove file paths from the url string"""
+
try :
+
url = asstring ( url . toString ())
+
except AttributeError :
+
pass
+
if url . startswith ( "file://" ):
+
fname = html2file ( url )
+
if osp . samefile (
+
self . build_dir , osp . commonprefix ([ fname , self . build_dir ])
+
):
+
url = osp . splitext ( osp . basename ( fname ))[ 0 ]
+
super ( UrlHelp , self ) . url_changed ( url )
+
+
+
+
+
+
+
[docs]
+
def get_objtype ( self , obj ):
+
"""Get the object type of the given object and determine wheter the
+
object is considered a class, a module, a function, method or data
+
+
Parameters
+
----------
+
obj: object
+
+
Returns
+
-------
+
str
+
One out of {'class', 'module', 'function', 'method', 'data'}"""
+
if inspect . isclass ( obj ):
+
return "class"
+
if inspect . ismodule ( obj ):
+
return "module"
+
if inspect . isfunction ( obj ) or isinstance ( obj , type ( all )):
+
return "function"
+
if inspect . ismethod ( obj ) or isinstance ( obj , type ( str . upper )):
+
return "method"
+
return "data"
+
+
+
+
[docs]
+
def is_importable ( self , modname ):
+
"""Determine whether members of the given module can be documented with
+
sphinx by using the :func:`sphinx.util.get_module_source` function
+
+
Parameters
+
----------
+
modname: str
+
The __name__ attribute of the module to import
+
+
Returns
+
-------
+
bool
+
True if sphinx can import the module"""
+
try :
+
ModuleAnalyzer . get_module_source ( modname )
+
return True
+
except Exception :
+
return False
+
+
+
+
[docs]
+
def get_doc ( self , descriptor ):
+
"""Reimplemented to (potentially) use the features from
+
sphinx.ext.autodoc"""
+
obj = descriptor . obj
+
if inspect . ismodule ( obj ):
+
module = obj
+
else :
+
module = inspect . getmodule ( obj )
+
if module is not None and (
+
re . match ( "__.*__" , module . __name__ )
+
or not self . is_importable ( module . __name__ )
+
):
+
module = None
+
isclass = inspect . isclass ( obj )
+
# If the module is available, we try to use autodoc
+
if module is not None :
+
doc = ".. currentmodule:: " + module . __name__ + " \n\n "
+
# a module --> use automodule
+
if inspect . ismodule ( obj ):
+
doc += self . header ( descriptor , "" )
+
doc += ".. automodule:: " + obj . __name__
+
# an importable class --> use autoclass
+
elif isclass and getattr ( module , obj . __name__ , None ) is not None :
+
doc += self . header ( descriptor , "" )
+
doc += ".. autoclass:: " + obj . __name__
+
# an instance and the class can be imported
+
# --> use super get_doc and autoclass for the tyoe
+
elif (
+
descriptor . objtype == "data"
+
and getattr ( module , type ( obj ) . __name__ , None ) is not None
+
):
+
doc += " \n\n " . join (
+
[
+
super ( UrlHelp , self ) . get_doc ( descriptor ),
+
"Class docstring \n ===============" ,
+
".. autoclass:: " + type ( obj ) . __name__ ,
+
]
+
)
+
# an instance --> use super get_doc for instance and the type
+
elif descriptor . objtype == "data" :
+
cls_doc = super ( UrlHelp , self ) . get_doc (
+
self . describe_object ( type ( obj ), type ( obj ) . __name__ )
+
)
+
doc += " \n\n " . join (
+
[
+
super ( UrlHelp , self ) . get_doc ( descriptor ),
+
"Class docstring \n ===============" ,
+
cls_doc ,
+
]
+
)
+
# a function or method --> use super get_doc
+
else :
+
doc += super ( UrlHelp , self ) . get_doc ( descriptor )
+
# otherwise the object has been defined in this session
+
else :
+
# an instance --> use super get_doc for instance and the type
+
if descriptor . objtype == "data" :
+
cls_doc = super ( UrlHelp , self ) . get_doc (
+
self . describe_object ( type ( obj ), type ( obj ) . __name__ )
+
)
+
doc = " \n\n " . join (
+
[
+
super ( UrlHelp , self ) . get_doc ( descriptor ),
+
"Class docstring \n ===============" ,
+
cls_doc ,
+
]
+
)
+
# a function or method --> use super get_doc
+
else :
+
doc = super ( UrlHelp , self ) . get_doc ( descriptor )
+
return doc . rstrip () + " \n "
+
+
+
+
[docs]
+
def process_docstring ( self , lines , descriptor ):
+
"""Process the lines with the napoleon sphinx extension"""
+
lines = list ( chain ( * ( line . splitlines () for line in lines )))
+
lines = NumpyDocstring (
+
lines ,
+
what = descriptor . objtype ,
+
name = descriptor . name ,
+
obj = descriptor . obj ,
+
) . lines ()
+
lines = GoogleDocstring (
+
lines ,
+
what = descriptor . objtype ,
+
name = descriptor . name ,
+
obj = descriptor . obj ,
+
) . lines ()
+
return indent (
+
super ( UrlHelp , self ) . process_docstring ( lines , descriptor )
+
)
+
+
+
+
[docs]
+
def close ( self , * args , ** kwargs ):
+
if kwargs . pop ( "force" , False ) or (
+
not is_running_tests () and self . sphinx_thread is not None
+
):
+
try :
+
del self . sphinx_thread . app
+
except AttributeError :
+
pass
+
shutil . rmtree ( self . build_dir , ignore_errors = True )
+
if self . _temp_dir :
+
shutil . rmtree ( self . sphinx_dir , ignore_errors = True )
+
del self . sphinx_thread
+
return super ( UrlHelp , self ) . close ( * args , ** kwargs )
+
elif is_running_tests ():
+
self . bt_url_lock . setChecked ( self . bt_url_lock_default )
+
self . bt_lock . setChecked ( self . bt_lock_default )
+
else :
+
return super ( UrlHelp , self ) . close ( * args , ** kwargs )
+
+
+
+
+
+
[docs]
+
class SphinxThread ( QtCore . QThread ):
+
"""A thread to render sphinx documentation in a separate process"""
+
+
#: A signal to be emitted when the rendering finished. The url is the
+
#: file location
+
html_ready = QtCore . pyqtSignal ( str )
+
html_error = QtCore . pyqtSignal ( str )
+
+
def __init__ ( self , outdir , html_text_no_doc = "" ):
+
super ( SphinxThread , self ) . __init__ ()
+
self . doc = None
+
self . name = None
+
self . html_text_no_doc = html_text_no_doc
+
self . outdir = outdir
+
self . index_file = osp . join ( self . outdir , "psyplot.rst" )
+
self . confdir = osp . join ( get_module_path ( __name__ ), "sphinx_supp" )
+
shutil . copyfile (
+
osp . join ( self . confdir , "psyplot.rst" ),
+
osp . join ( self . outdir , "psyplot.rst" ),
+
)
+
self . build_dir = osp . join ( self . outdir , "_build" , "html" )
+
+
+
[docs]
+
def render ( self , doc , name ):
+
"""Render the given rst string and save the file as ``name + '.rst'``
+
+
Parameters
+
----------
+
doc: str
+
The rst docstring
+
name: str
+
the name to use for the file"""
+
if self . wait ():
+
self . doc = doc
+
self . name = name
+
# start rendering in separate process
+
if rcParams [ "help_explorer.render_docs_parallel" ]:
+
self . start ()
+
else :
+
self . run ()
+
+
+
+
[docs]
+
def run ( self ):
+
"""Create the html file. When called the first time, it may take a
+
while because the :class:`sphinx.application.Sphinx` app is build,
+
potentially with intersphinx
+
+
When finished, the html_ready signal is emitted"""
+
if not hasattr ( self , "app" ):
+
from IPython.core.history import HistoryAccessor
+
+
# to avoid history access conflicts between different threads,
+
# we disable the ipython history
+
HistoryAccessor . enabled . default_value = False
+
self . app = Sphinx (
+
self . outdir ,
+
self . confdir ,
+
self . build_dir ,
+
osp . join ( self . outdir , "_build" , "doctrees" ),
+
"html" ,
+
status = StreamToLogger ( logger , logging . DEBUG ),
+
warning = StreamToLogger ( logger , logging . DEBUG ),
+
)
+
if self . name is not None :
+
docfile = osp . abspath ( osp . join ( self . outdir , self . name + ".rst" ))
+
if docfile == self . index_file :
+
self . name += "1"
+
docfile = osp . abspath (
+
osp . join ( self . outdir , self . name + ".rst" )
+
)
+
html_file = osp . abspath (
+
osp . join ( self . outdir , "_build" , "html" , self . name + ".html" )
+
)
+
if not osp . exists ( docfile ):
+
with open ( self . index_file , "a" ) as f :
+
f . write ( " \n " + self . name )
+
with open ( docfile , "w" ) as f :
+
f . write ( self . doc )
+
else :
+
html_file = osp . abspath (
+
osp . join ( self . outdir , "_build" , "html" , "psyplot.html" )
+
)
+
try :
+
self . app . build ( None , [])
+
except Exception :
+
msg = "Error while building sphinx document %s " % ( self . name )
+
self . html_error . emit ( "<b>" + msg + "</b>" )
+
logger . debug ( msg )
+
else :
+
self . html_ready . emit ( file2html ( html_file ))
+
+
+
+
+
+
[docs]
+
class HelpExplorer ( QWidget , DockMixin ):
+
"""A widget for showing the documentation. It behaves somewhat similar
+
to spyders object inspector plugin and can show restructured text either
+
as html (if sphinx is installed) or as plain text. It furthermore has a
+
browser to show html content
+
+
Warnings
+
--------
+
The :class:`HelpBrowser` class is known to crash under PyQt4 when new web
+
page domains are loaded. Hence you should disable the browsing to different
+
remote websites and even disable intersphinx"""
+
+
#: The viewer classes used by the help explorer. :class:`HelpExplorer`
+
#: instances replace this attribute with the corresponding HelpMixin
+
#: instance
+
viewers = dict ([( "HTML help" , UrlHelp ), ( "Plain text" , TextHelp )])
+
+
if not rcParams [ "help_explorer.use_webengineview" ]:
+
del viewers [ "HTML help" ]
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( HelpExplorer , self ) . __init__ ( * args , ** kwargs )
+
self . vbox = vbox = QVBoxLayout ()
+
self . combo = QComboBox ( parent = self )
+
vbox . addWidget ( self . combo )
+
if _viewers :
+
self . viewers = _viewers . copy ()
+
for w in self . viewers . values ():
+
w . setParent ( self )
+
else :
+
self . viewers = dict (
+
[
+
( key , cls ( parent = self ))
+
for key , cls in six . iteritems ( self . viewers )
+
]
+
)
+
# save the UrlHelp because QWebEngineView creates child processes
+
# that are not properly closed by PyQt and as such use too much
+
# memory
+
if is_running_tests ():
+
for key , val in self . viewers . items ():
+
_viewers [ key ] = val
+
for key , ini in six . iteritems ( self . viewers ):
+
self . combo . addItem ( key )
+
ini . hide ()
+
vbox . addWidget ( ini )
+
self . viewer = next ( six . itervalues ( self . viewers ))
+
self . viewer . show ()
+
self . combo . currentIndexChanged [ str ] . connect ( self . set_viewer )
+
self . setLayout ( vbox )
+
+
+
[docs]
+
def set_viewer ( self , name ):
+
"""Sets the current documentation viewer
+
+
Parameters
+
----------
+
name: str or object
+
A string must be one of the :attr:`viewers` attribute. An object
+
can be one of the values in the :attr:`viewers` attribute"""
+
if isstring ( name ) and asstring ( name ) not in self . viewers :
+
raise ValueError ( "Don't have a viewer named %s " % ( name ,))
+
elif not isstring ( name ):
+
viewer = name
+
else :
+
name = asstring ( name )
+
viewer = self . viewers [ name ]
+
self . viewer . hide ()
+
self . viewer = viewer
+
self . viewer . show ()
+
if isstring ( name ) and not self . combo . currentText () == name :
+
self . combo . setCurrentIndex ( list ( self . viewers ) . index ( name ))
+
+
+
+
[docs]
+
@docstrings . dedent
+
def show_help ( self , obj , oname = "" , files = None ):
+
"""
+
Show the documentaion of the given object
+
+
We first try to use the current viewer based upon it's
+
:attr:`HelpMixin.can_document_object` attribute. If this does not work,
+
we check the other viewers
+
+
Parameters
+
----------
+
%(HelpMixin.show_help.parameters)s"""
+
oname = asstring ( oname )
+
ret = None
+
if self . viewer . can_document_object :
+
try :
+
ret = self . viewer . show_help ( obj , oname = oname , files = files )
+
except Exception :
+
logger . debug (
+
"Could not document %s with %s viewer!" ,
+
oname ,
+
self . combo . currentText (),
+
exc_info = True ,
+
)
+
else :
+
curr_i = self . combo . currentIndex ()
+
for i , ( viewername , viewer ) in enumerate (
+
six . iteritems ( self . viewers )
+
):
+
if i != curr_i and viewer . can_document_object :
+
self . set_viewer ( viewername )
+
self . combo . blockSignals ( True )
+
self . combo . setCurrentIndex ( i )
+
self . combo . blockSignals ( False )
+
try :
+
ret = viewer . show_help ( obj , oname = oname , files = files )
+
except Exception :
+
logger . debug (
+
"Could not document %s with %s viewer!" ,
+
oname ,
+
viewername ,
+
exc_info = True ,
+
)
+
if ret :
+
self . parent () . raise_ ()
+
return ret
+
+
+
+
[docs]
+
@docstrings . dedent
+
def show_rst ( self , text , oname = "" , files = None ):
+
"""
+
Show restructured text
+
+
We first try to use the current viewer based upon it's
+
:attr:`HelpMixin.can_show_rst` attribute. If this does not work,
+
we check the other viewers
+
+
Parameters
+
----------
+
%(HelpMixin.show_rst.parameters)s"""
+
ret = None
+
if self . viewer . can_show_rst :
+
ret = self . viewer . show_rst ( text , oname = oname , files = files )
+
else :
+
for viewer in six . itervalues ( self . viewers ):
+
if viewer . can_show_rst :
+
self . set_viewer ( viewer )
+
ret = viewer . show_rst ( text , oname = oname , files = files )
+
break
+
if ret :
+
self . parent () . raise_ ()
+
return ret
+
+
+
+
[docs]
+
@docstrings . dedent
+
def show_intro ( self , text = "" ):
+
"""
+
Show an intro text
+
+
We first try to use the current viewer based upon it's
+
:attr:`HelpMixin.can_show_rst` attribute. If this does not work,
+
we check the other viewers
+
+
Parameters
+
----------
+
%(HelpMixin.show_intro.parameters)s"""
+
found = False
+
for i , viewer in enumerate ( six . itervalues ( self . viewers )):
+
viewer . show_intro ( text )
+
if not found and viewer . can_show_rst :
+
if i :
+
self . set_viewer ( viewer )
+
found = True
+
+
+
+
[docs]
+
def close ( self , * args , ** kwargs ):
+
try :
+
self . viewers [ "HTML help" ] . close ( * args , ** kwargs )
+
except ( KeyError , AttributeError ):
+
pass
+
return super ( HelpExplorer , self ) . close ( * args , ** kwargs )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/main.html b/_modules/psyplot_gui/main.html
new file mode 100644
index 0000000..f5837df
--- /dev/null
+++ b/_modules/psyplot_gui/main.html
@@ -0,0 +1,1655 @@
+
+
+
+
+
+ psyplot_gui.main — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.main
+"""Core module for the psyplot graphical user interface
+
+This module redefines the :class:`psyplot.project.Project` class with
+additional features for an interactive usage with graphical qt user interface.
+There is no need to import this module because the
+:class:`GuiProject` class defined here replaces the project class in the
+:mod:`psyplot.project` module."""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import errno
+import logging
+import os
+import pickle
+import socket
+import sys
+from collections import OrderedDict , defaultdict
+from functools import partial
+from threading import Thread
+
+import matplotlib as mpl
+import psyplot
+import psyplot.data as psyd
+import psyplot.plotter as psyp
+import psyplot.project as psy
+import six
+import xarray as xr
+from psyplot.config.rcsetup import get_configdir
+from psyplot.docstring import docstrings
+from psyplot.utils import get_default_value
+
+import psyplot_gui
+from psyplot_gui import rcParams
+from psyplot_gui.common import PyErrorMessage , StreamToLogger , get_icon
+from psyplot_gui.compat.qtcompat import (
+ QAction ,
+ QActionGroup ,
+ QApplication ,
+ QDesktopWidget ,
+ QFileDialog ,
+ QIcon ,
+ QInputDialog ,
+ QKeySequence ,
+ QLabel ,
+ QMainWindow ,
+ QMenu ,
+ QMessageBox ,
+ Qt ,
+ QtCore ,
+ with_qt5 ,
+)
+from psyplot_gui.console import ConsoleWidget
+from psyplot_gui.content_widget import (
+ DatasetTree ,
+ FiguresTree ,
+ ProjectContentWidget ,
+)
+from psyplot_gui.dataframeeditor import DataFrameEditor
+from psyplot_gui.dependencies import DependenciesDialog
+from psyplot_gui.fmt_widget import FormatoptionWidget
+from psyplot_gui.help_explorer import HelpExplorer
+from psyplot_gui.plot_creator import PlotCreator
+from psyplot_gui.preferences import (
+ GuiRcParamsWidget ,
+ Prefences ,
+ PsyRcParamsWidget ,
+)
+
+# change backend here before the project module is imported
+backend = rcParams [ "backend" ]
+if backend is not None :
+ if backend == "psyplot" :
+ backend = "module://psyplot_gui.backend"
+ mpl . use ( backend )
+
+
+#: The :class:`PyQt5.QtWidgets.QMainWindow` of the graphical user interface
+mainwindow = None
+
+
+def _set_mainwindow ( obj ):
+ global mainwindow
+ mainwindow = obj
+
+
+
+
[docs]
+
class MainWindow ( QMainWindow ):
+
#: A signal that is emmitted when the a signal is received through the
+
#: open_files_server
+
open_external = QtCore . pyqtSignal ( list )
+
+
#: The server to open external files
+
open_files_server = None
+
+
#: Inprocess console
+
console = None
+
+
#: tree widget displaying the open datasets
+
ds_tree = None
+
+
#: list of figures from the psyplot backend
+
figures = []
+
+
#: tree widget displaying the open figures
+
figures_tree = None
+
+
#: general formatoptions widget
+
fmt_widget = None
+
+
#: help explorer
+
help_explorer = None
+
+
#: the DataFrameEditor widgets, a widget to show and edit data frames
+
dataframeeditors = None
+
+
#: tab widget displaying the arrays in current main and sub project
+
project_content = None
+
+
#: The dockwidgets of this instance
+
dockwidgets = []
+
+
#: default widths of the dock widgets
+
default_widths = {}
+
+
_is_open = False
+
+
#: The keyboard shortcuts of the default layout
+
default_shortcuts = []
+
+
#: The current keyboard shortcuts
+
current_shortcuts = []
+
+
#: The key for the central widget for the main window in the
+
#: :attr:`plugins` dictionary
+
central_widget_key = "console"
+
+
@property
+
def logger ( self ):
+
"""The logger of this instance"""
+
return logging . getLogger (
+
" %s . %s " % ( self . __class__ . __module__ , self . __class__ . __name__ )
+
)
+
+
@docstrings . get_sections ( base = "MainWindow" )
+
@docstrings . dedent
+
def __init__ ( self , show = True ):
+
"""
+
Parameters
+
----------
+
show: bool
+
If True, the created mainwindow is show
+
"""
+
if sys . stdout is None :
+
sys . stdout = StreamToLogger ( self . logger )
+
if sys . stderr is None :
+
sys . stderr = StreamToLogger ( self . logger )
+
super ( MainWindow , self ) . __init__ ()
+
self . setWindowIcon ( QIcon ( get_icon ( "logo.png" )))
+
+
#: list of figures from the psyplot backend
+
self . figures = []
+
self . error_msg = PyErrorMessage ( self )
+
self . setDockOptions (
+
QMainWindow . AnimatedDocks
+
| QMainWindow . AllowNestedDocks
+
| QMainWindow . AllowTabbedDocks
+
)
+
#: Inprocess console
+
self . console = ConsoleWidget ( self )
+
self . project_actions = {}
+
+
self . config_pages = []
+
+
self . open_file_options = OrderedDict (
+
[
+
( "new psyplot plot from dataset" , self . open_external_files ),
+
( "new psyplot project" , partial ( self . open_external_files , [])),
+
]
+
)
+
+
# ---------------------------------------------------------------------
+
# ----------------------------- Menus ---------------------------------
+
# ---------------------------------------------------------------------
+
+
# ######################## File menu ##################################
+
+
# --------------------------- New plot --------------------------------
+
+
self . file_menu = QMenu ( "File" , parent = self )
+
self . new_plot_action = QAction ( "New plot" , self )
+
self . new_plot_action . setStatusTip (
+
"Use an existing dataset (or open a new one) to create one or "
+
"more plots"
+
)
+
self . register_shortcut ( self . new_plot_action , QKeySequence . New )
+
self . new_plot_action . triggered . connect ( lambda : self . new_plots ( True ))
+
self . file_menu . addAction ( self . new_plot_action )
+
+
# --------------------------- Open project ----------------------------
+
+
self . open_project_menu = QMenu ( "Open project" , self )
+
self . file_menu . addMenu ( self . open_project_menu )
+
+
self . open_mp_action = QAction ( "New main project" , self )
+
self . register_shortcut ( self . open_mp_action , QKeySequence . Open )
+
self . open_mp_action . setStatusTip ( "Open a new main project" )
+
self . open_mp_action . triggered . connect ( self . open_mp )
+
self . open_project_menu . addAction ( self . open_mp_action )
+
+
self . open_sp_action = QAction ( "Add to current" , self )
+
+
self . register_shortcut (
+
self . open_sp_action ,
+
QKeySequence ( "Ctrl+Shift+O" , QKeySequence . NativeText ),
+
)
+
self . open_sp_action . setStatusTip (
+
"Load a project as a sub project and add it to the current main "
+
"project"
+
)
+
self . open_sp_action . triggered . connect ( self . open_sp )
+
self . open_project_menu . addAction ( self . open_sp_action )
+
+
# ---------------------- load preset menu -----------------------------
+
+
self . load_preset_menu = QMenu ( "Load preset" , parent = self )
+
self . file_menu . addMenu ( self . load_preset_menu )
+
+
self . load_sp_preset_action = self . load_preset_menu . addAction (
+
"For selection" , self . load_sp_preset
+
)
+
self . load_sp_preset_action . setStatusTip (
+
"Load a preset for the selected project"
+
)
+
+
self . load_mp_preset_action = self . load_preset_menu . addAction (
+
"For full project" , self . load_mp_preset
+
)
+
self . load_sp_preset_action . setStatusTip (
+
"Load a preset for the full project"
+
)
+
+
# ----------------------- Save project --------------------------------
+
+
self . save_project_menu = QMenu ( "Save" , parent = self )
+
self . file_menu . addMenu ( self . save_project_menu )
+
+
self . save_mp_action = QAction ( "Full psyplot project" , self )
+
self . save_mp_action . setStatusTip (
+
"Save the entire project into a pickle file"
+
)
+
self . register_shortcut ( self . save_mp_action , QKeySequence . Save )
+
self . save_mp_action . triggered . connect ( self . save_mp )
+
self . save_project_menu . addAction ( self . save_mp_action )
+
+
self . save_sp_action = QAction ( "Selected psyplot project" , self )
+
self . save_sp_action . setStatusTip (
+
"Save the selected sub project into a pickle file"
+
)
+
self . save_sp_action . triggered . connect ( self . save_sp )
+
self . save_project_menu . addAction ( self . save_sp_action )
+
+
# ------------------------ Save project as ----------------------------
+
+
self . save_project_as_menu = QMenu ( "Save as" , parent = self )
+
self . file_menu . addMenu ( self . save_project_as_menu )
+
+
self . save_mp_as_action = QAction ( "Full psyplot project" , self )
+
self . save_mp_as_action . setStatusTip (
+
"Save the entire project into a pickle file"
+
)
+
self . register_shortcut ( self . save_mp_as_action , QKeySequence . SaveAs )
+
self . save_mp_as_action . triggered . connect (
+
partial ( self . save_mp , new_fname = True )
+
)
+
self . save_project_as_menu . addAction ( self . save_mp_as_action )
+
+
self . save_sp_as_action = QAction ( "Selected psyplot project" , self )
+
self . save_sp_as_action . setStatusTip (
+
"Save the selected sub project into a pickle file"
+
)
+
self . save_sp_as_action . triggered . connect (
+
partial ( self . save_sp , new_fname = True )
+
)
+
self . save_project_as_menu . addAction ( self . save_sp_as_action )
+
+
# ------------------------ Save preset --------------------------------
+
+
self . save_preset_menu = QMenu ( "Save preset" , parent = self )
+
self . file_menu . addMenu ( self . save_preset_menu )
+
+
self . save_sp_preset_action = self . save_preset_menu . addAction (
+
"Selection" , self . save_sp_preset
+
)
+
self . save_sp_preset_action . setStatusTip (
+
"Save the formatoptions of the selected project as a preset"
+
)
+
+
self . save_mp_preset_action = self . save_preset_menu . addAction (
+
"Full project" , self . save_mp_preset
+
)
+
self . save_sp_preset_action . setStatusTip (
+
"Save the formatoptions of the full project as a preset"
+
)
+
+
# -------------------------- Pack project -----------------------------
+
+
self . pack_project_menu = QMenu ( "Zip project files" , parent = self )
+
self . file_menu . addMenu ( self . pack_project_menu )
+
+
self . pack_mp_action = QAction ( "Full psyplot project" , self )
+
self . pack_mp_action . setStatusTip (
+
"Pack all the data of the main project into one folder"
+
)
+
self . pack_mp_action . triggered . connect ( partial ( self . save_mp , pack = True ))
+
self . pack_project_menu . addAction ( self . pack_mp_action )
+
+
self . pack_sp_action = QAction ( "Selected psyplot project" , self )
+
self . pack_sp_action . setStatusTip (
+
"Pack all the data of the current sub project into one folder"
+
)
+
self . pack_sp_action . triggered . connect ( partial ( self . save_sp , pack = True ))
+
self . pack_project_menu . addAction ( self . pack_sp_action )
+
+
# ------------------------ Export figures -----------------------------
+
+
self . export_project_menu = QMenu ( "Export figures" , parent = self )
+
self . file_menu . addMenu ( self . export_project_menu )
+
+
self . export_mp_action = QAction ( "Full psyplot project" , self )
+
self . export_mp_action . setStatusTip (
+
"Pack all the data of the main project into one folder"
+
)
+
self . export_mp_action . triggered . connect ( self . export_mp )
+
self . register_shortcut (
+
self . export_mp_action ,
+
QKeySequence ( "Ctrl+E" , QKeySequence . NativeText ),
+
)
+
self . export_project_menu . addAction ( self . export_mp_action )
+
+
self . export_sp_action = QAction ( "Selected psyplot project" , self )
+
self . export_sp_action . setStatusTip (
+
"Pack all the data of the current sub project into one folder"
+
)
+
self . register_shortcut (
+
self . export_sp_action ,
+
QKeySequence ( "Ctrl+Shift+E" , QKeySequence . NativeText ),
+
)
+
self . export_sp_action . triggered . connect ( self . export_sp )
+
self . export_project_menu . addAction ( self . export_sp_action )
+
+
# ------------------------ Close project ------------------------------
+
+
self . file_menu . addSeparator ()
+
+
self . close_project_menu = QMenu ( "Close project" , parent = self )
+
self . file_menu . addMenu ( self . close_project_menu )
+
+
self . close_mp_action = QAction ( "Full psyplot project" , self )
+
self . register_shortcut (
+
self . close_mp_action ,
+
QKeySequence ( "Ctrl+Shift+W" , QKeySequence . NativeText ),
+
)
+
self . close_mp_action . setStatusTip (
+
"Close the main project and delete all data and plots out of "
+
"memory"
+
)
+
self . close_mp_action . triggered . connect (
+
lambda : psy . close ( psy . gcp ( True ) . num )
+
)
+
self . close_project_menu . addAction ( self . close_mp_action )
+
+
self . close_sp_action = QAction ( "Selected psyplot project" , self )
+
self . close_sp_action . setStatusTip (
+
"Close the selected arrays project and delete all data and plots "
+
"out of memory"
+
)
+
self . register_shortcut ( self . close_sp_action , QKeySequence . Close )
+
self . close_sp_action . triggered . connect (
+
lambda : psy . gcp () . close ( True , True )
+
)
+
self . close_project_menu . addAction ( self . close_sp_action )
+
+
# ----------------------------- Quit ----------------------------------
+
+
if sys . platform != "darwin" : # mac os makes this anyway
+
self . quit_action = QAction ( "Quit" , self )
+
self . quit_action . triggered . connect ( self . close )
+
self . quit_action . triggered . connect (
+
QtCore . QCoreApplication . instance () . quit
+
)
+
self . register_shortcut ( self . quit_action , QKeySequence . Quit )
+
self . file_menu . addAction ( self . quit_action )
+
+
self . menuBar () . addMenu ( self . file_menu )
+
+
# ######################## Console menu ###############################
+
+
self . console_menu = QMenu ( "Console" , self )
+
self . console_menu . addActions ( self . console . actions ())
+
self . menuBar () . addMenu ( self . console_menu )
+
+
# ######################## Windows menu ###############################
+
+
self . windows_menu = QMenu ( "Windows" , self )
+
self . menuBar () . addMenu ( self . windows_menu )
+
+
# ############################ Help menu ##############################
+
+
self . help_menu = QMenu ( "Help" , parent = self )
+
self . menuBar () . addMenu ( self . help_menu )
+
+
# -------------------------- Preferences ------------------------------
+
+
self . help_action = QAction ( "Preferences" , self )
+
self . help_action . triggered . connect ( lambda : self . edit_preferences ( True ))
+
self . register_shortcut ( self . help_action , QKeySequence . Preferences )
+
self . help_menu . addAction ( self . help_action )
+
+
# ---------------------------- About ----------------------------------
+
+
self . about_action = QAction ( "About" , self )
+
self . about_action . triggered . connect ( self . about )
+
self . help_menu . addAction ( self . about_action )
+
+
# ---------------------------- Dependencies ---------------------------
+
+
self . dependencies_action = QAction ( "Dependencies" , self )
+
self . dependencies_action . triggered . connect (
+
lambda : self . show_dependencies ( True )
+
)
+
self . help_menu . addAction ( self . dependencies_action )
+
+
self . dockwidgets = []
+
+
# ---------------------------------------------------------------------
+
# -------------------------- Dock windows -----------------------------
+
# ---------------------------------------------------------------------
+
#: tab widget displaying the arrays in current main and sub project
+
#: tree widget displaying the open datasets
+
self . project_content = ProjectContentWidget ( parent = self )
+
self . ds_tree = DatasetTree ( parent = self )
+
#: tree widget displaying the open figures
+
self . figures_tree = FiguresTree ( parent = self )
+
#: help explorer
+
self . help_explorer = help_explorer = HelpExplorer ( parent = self )
+
if (
+
"HTML help" in help_explorer . viewers
+
and help_explorer . viewers [ "HTML help" ] . sphinx_thread is not None
+
):
+
help_explorer . viewers [
+
"HTML help"
+
] . sphinx_thread . html_ready . connect ( self . focus_on_console )
+
#: the DataFrameEditor widgets
+
self . dataframeeditors = []
+
#: general formatoptions widget
+
self . fmt_widget = FormatoptionWidget (
+
parent = self , help_explorer = help_explorer , console = self . console
+
)
+
+
# load plugin widgets
+
self . plugins = plugins = OrderedDict (
+
[
+
( "console" , self . console ),
+
( "project_content" , self . project_content ),
+
( "ds_tree" , self . ds_tree ),
+
( "figures_tree" , self . figures_tree ),
+
( "help_explorer" , self . help_explorer ),
+
( "fmt_widget" , self . fmt_widget ),
+
]
+
)
+
self . default_plugins = list ( plugins )
+
for plugin_name , w_class in six . iteritems ( rcParams . load_plugins ()):
+
plugins [ plugin_name ] = w_class ( parent = self )
+
+
self . add_mp_to_menu ()
+
psy . Project . oncpchange . connect ( self . eventually_add_mp_to_menu )
+
self . windows_menu . addSeparator ()
+
+
self . window_layouts_menu = QMenu ( "Window layouts" , self )
+
self . restore_layout_action = QAction ( "Restore default layout" , self )
+
self . restore_layout_action . triggered . connect ( self . setup_default_layout )
+
self . window_layouts_menu . addAction ( self . restore_layout_action )
+
self . windows_menu . addMenu ( self . window_layouts_menu )
+
+
self . panes_menu = QMenu ( "Panes" , self )
+
self . windows_menu . addMenu ( self . panes_menu )
+
+
self . dataframe_menu = QMenu ( "DataFrame editors" , self )
+
self . dataframe_menu . addAction (
+
"New Editor" ,
+
partial ( self . new_data_frame_editor , None , "DataFrame Editor" ),
+
)
+
self . dataframe_menu . addSeparator ()
+
self . windows_menu . addMenu ( self . dataframe_menu )
+
+
self . central_widgets_menu = menu = QMenu ( "Central widget" , self )
+
self . windows_menu . addMenu ( menu )
+
self . central_widgets_actions = group = QActionGroup ( self )
+
group . setExclusive ( True )
+
+
# ---------------------------------------------------------------------
+
# -------------------------- connections ------------------------------
+
# ---------------------------------------------------------------------
+
+
self . console . help_explorer = help_explorer
+
psyp . default_print_func = partial (
+
help_explorer . show_rst , oname = "formatoption_docs"
+
)
+
psy . PlotterInterface . _print_func = psyp . default_print_func
+
self . setCentralWidget ( self . console )
+
+
# make sure that the plots are shown between the project content and
+
# the help explorer widget
+
self . setCorner ( Qt . TopLeftCorner , Qt . LeftDockWidgetArea )
+
self . setCorner ( Qt . TopRightCorner , Qt . RightDockWidgetArea )
+
+
# make sure that the formatoption widgets are shown between the
+
# project content and the help explorer widget
+
self . setCorner ( Qt . BottomLeftCorner , Qt . LeftDockWidgetArea )
+
self . setCorner ( Qt . BottomRightCorner , Qt . RightDockWidgetArea )
+
+
# ---------------------------------------------------------------------
+
# ------------------------------ closure ------------------------------
+
# ---------------------------------------------------------------------
+
if show :
+
self . help_explorer . show_intro ( self . console . intro_msg )
+
+
# ---------------------------------------------------------------------
+
# ------------------------- open_files_server -------------------------
+
# ---------------------------------------------------------------------
+
self . callbacks = {
+
"new_plot" : self . open_external . emit ,
+
"change_cwd" : self . _change_cwd ,
+
"run_script" : self . console . run_script . emit ,
+
"command" : self . console . run_command . emit ,
+
}
+
+
# Server to open external files on a single instance
+
self . open_files_server = socket . socket (
+
socket . AF_INET , socket . SOCK_STREAM , socket . IPPROTO_TCP
+
)
+
+
if rcParams [ "main.listen_to_port" ]:
+
self . _file_thread = Thread ( target = self . start_open_files_server )
+
self . _file_thread . setDaemon ( True )
+
self . _file_thread . start ()
+
+
self . open_external . connect ( self . _open_external_files )
+
+
self . config_pages . extend ([ GuiRcParamsWidget , PsyRcParamsWidget ])
+
+
# display the statusBar
+
statusbar = self . statusBar ()
+
self . figures_label = QLabel ()
+
statusbar . addWidget ( self . figures_label )
+
self . plugin_label = QLabel ()
+
statusbar . addWidget ( self . plugin_label )
+
+
self . default_widths = {}
+
+
self . setup_default_layout ()
+
+
if show :
+
self . showMaximized ()
+
+
# save the default widths after they have been shown
+
for w in self . plugins . values ():
+
if w . dock is not None :
+
self . default_widths [ w ] = w . dock . size () . width ()
+
+
# hide plugin widgets that should be hidden at startup. Although this
+
# has been executed by :meth:`setup_default_layout`, we have to execute
+
# it again after the call of showMaximized
+
for name , w in self . plugins . items ():
+
if name != self . central_widget_key :
+
w . to_dock ( self )
+
if w . hidden :
+
w . hide_plugin ()
+
else :
+
w . create_central_widget_action ( self ) . setChecked ( True )
+
+
self . _is_open = True
+
+
+
[docs]
+
def focus_on_console ( self , * args , ** kwargs ):
+
"""Put focus on the ipython console"""
+
self . console . _control . setFocus ()
+
+
+
+
[docs]
+
def new_data_frame_editor ( self , df = None , title = "DataFrame Editor" ):
+
"""Open a new dataframe editor
+
+
Parameters
+
----------
+
df: pandas.DataFrame
+
The dataframe to display
+
title: str
+
The title of the dock window
+
+
Returns
+
-------
+
psyplot_gui.dataframeeditor.DataFrameEditor
+
The newly created editor"""
+
editor = DataFrameEditor ()
+
self . dataframeeditors . append ( editor )
+
editor . to_dock ( self , title , Qt . RightDockWidgetArea , docktype = "df" )
+
if df is not None :
+
editor . set_df ( df )
+
editor . show_plugin ()
+
editor . maybe_tabify ()
+
editor . raise_ ()
+
return editor
+
+
+
+
[docs]
+
def setup_default_layout ( self ):
+
"""Set up the default window layout"""
+
self . project_content . to_dock (
+
self , "Plot objects" , Qt . LeftDockWidgetArea
+
)
+
self . ds_tree . to_dock ( self , "Datasets" , Qt . LeftDockWidgetArea )
+
self . figures_tree . to_dock ( self , "Figures" , Qt . LeftDockWidgetArea )
+
self . help_explorer . to_dock (
+
self , "Help explorer" , Qt . RightDockWidgetArea
+
)
+
self . fmt_widget . to_dock ( self , "Formatoptions" , Qt . BottomDockWidgetArea )
+
+
modify_widths = bool ( self . default_widths )
+
for w in map ( self . plugins . __getitem__ , self . default_plugins ):
+
if w . dock is not None :
+
w . show_plugin ()
+
+
if modify_widths and with_qt5 :
+
self . resizeDocks (
+
[ w . dock ], [ self . default_widths [ w ]], Qt . Horizontal
+
)
+
+
# hide plugin widgets that should be hidden at startup
+
for name , w in self . plugins . items ():
+
if name != self . central_widget_key :
+
w . to_dock ( self )
+
if w . hidden :
+
w . hide_plugin ()
+
+
action2shortcut = defaultdict ( list )
+
for s , a in self . default_shortcuts :
+
action2shortcut [ a ] . append ( s )
+
+
for a , s in action2shortcut . items ():
+
self . register_shortcut ( a , s )
+
+
+
+
[docs]
+
def set_central_widget ( self , name ):
+
"""Set the central widget
+
+
Parameters
+
----------
+
name: str or QWidget
+
The key or the plugin widget in the :attr:`plugins` dictionary"""
+
from PyQt5.QtCore import QTimer
+
+
self . setUpdatesEnabled ( False )
+
current = self . centralWidget ()
+
if isinstance ( name , six . string_types ):
+
new = self . plugins [ name ]
+
else :
+
new = name
+
name = next ( key for key , val in self . plugins . items () if val is new )
+
if new is not current :
+
self . _dock_widths = dock_widths = OrderedDict ()
+
self . _dock_heights = dock_heights = OrderedDict ()
+
for key , w in self . plugins . items ():
+
if w . dock is not None and w . is_shown :
+
s = w . dock . size ()
+
dock_widths [ w ] = s . width ()
+
if w is not new :
+
dock_heights [ w ] = s . height ()
+
+
new_pos = self . dockWidgetArea ( new . dock )
+
+
self . removeDockWidget ( new . dock )
+
new . dock . close ()
+
self . panes_menu . removeAction ( new . _view_action )
+
self . dataframe_menu . removeAction ( new . _view_action )
+
new . dock = new . _view_action = None
+
self . central_widget_key = name
+
current . to_dock ( self )
+
self . setCentralWidget ( new )
+
new . _set_central_action . setChecked ( True )
+
current . show_plugin ()
+
current . to_dock ( self )
+
new_width = dock_widths . pop ( new , None )
+
if current . hidden :
+
current . hide_plugin ()
+
else :
+
current_pos = self . dockWidgetArea ( current . dock )
+
if current_pos == new_pos and new_width :
+
dock_widths [ current ] = new_width
+
+
self . _custom_layout_timer = QTimer ( self )
+
self . _custom_layout_timer . timeout . connect ( self . _reset_dock_widths )
+
self . _custom_layout_timer . setSingleShot ( True )
+
self . _custom_layout_timer . start ( 5000 )
+
+
+
def _reset_dock_widths ( self ):
+
# resize the plugins
+
if with_qt5 :
+
for w , width in self . _dock_widths . items ():
+
if w . dock is not None :
+
self . resizeDocks ([ w . dock ], [ width ], Qt . Horizontal )
+
for w , height in self . _dock_heights . items ():
+
if w . dock is not None :
+
self . resizeDocks ([ w . dock ], [ height ], Qt . Vertical )
+
+
self . setUpdatesEnabled ( True )
+
+
def _save_project ( self , p , new_fname = False , * args , ** kwargs ):
+
if new_fname or "project_file" not in p . attrs :
+
fname = QFileDialog . getSaveFileName (
+
self ,
+
"Project destination" ,
+
os . getcwd (),
+
"Pickle files (*.pkl);;" "All files (*)" ,
+
)
+
if with_qt5 : # the filter is passed as well
+
fname = fname [ 0 ]
+
if not fname :
+
return
+
else :
+
fname = p . attrs [ "project_file" ]
+
try :
+
p . save_project ( fname , * args , ** kwargs )
+
except Exception :
+
self . error_msg . showTraceback ( "<b>Could not save the project!</b>" )
+
else :
+
p . attrs [ "project_file" ] = fname
+
if p . is_main :
+
self . update_project_action ( p . num )
+
+
+
[docs]
+
def load_mp_preset ( self ):
+
self . _load_preset ( psy . gcp ( True ))
+
+
+
+
[docs]
+
def load_sp_preset ( self ):
+
self . _load_preset ( psy . gcp ())
+
+
+
def _load_preset ( self , project , * args , ** kwargs ):
+
fname , ok = QFileDialog . getOpenFileName (
+
self ,
+
"Load preset" ,
+
os . path . join ( get_configdir (), "presets" ),
+
"YAML files (*.yml *.yaml);;" "All files (*)" ,
+
)
+
if ok :
+
project . load_preset ( fname , * args , ** kwargs )
+
+
+
[docs]
+
def open_mp ( self , * args , ** kwargs ):
+
"""Open a new main project"""
+
self . _open_project ( main = True )
+
+
+
+
[docs]
+
def open_sp ( self , * args , ** kwargs ):
+
"""Open a subproject and add it to the current main project"""
+
self . _open_project ( main = False )
+
+
+
def _open_project ( self , * args , ** kwargs ):
+
fname = QFileDialog . getOpenFileName (
+
self ,
+
"Project file" ,
+
os . getcwd (),
+
"Pickle files (*.pkl);;" "All files (*)" ,
+
)
+
if with_qt5 : # the filter is passed as well
+
fname = fname [ 0 ]
+
if not fname :
+
return
+
p = psy . Project . load_project ( fname , * args , ** kwargs )
+
p . attrs [ "project_file" ] = fname
+
self . update_project_action ( p . num )
+
+
+
[docs]
+
def save_mp ( self , * args , ** kwargs ):
+
"""Save the current main project."""
+
self . _save_project ( psy . gcp ( True ), ** kwargs )
+
+
+
+
[docs]
+
def save_sp ( self , * args , ** kwargs ):
+
"""Save the current sub project."""
+
self . _save_project ( psy . gcp (), ** kwargs )
+
+
+
+
[docs]
+
def save_sp_preset ( self ):
+
self . _save_preset ( psy . gcp ())
+
+
+
+
[docs]
+
def save_mp_preset ( self ):
+
self . _save_preset ( psy . gcp ( True ))
+
+
+
def _save_preset ( self , project , * args , ** kwargs ):
+
fname , ok = QFileDialog . getSaveFileName (
+
self ,
+
"Save preset" ,
+
os . path . join ( get_configdir (), "presets" ),
+
"YAML file (*.yml *.yaml);;" "All files (*)" ,
+
)
+
if ok :
+
project . save_preset ( fname , * args , ** kwargs )
+
+
def _export_project ( self , p , * args , ** kwargs ):
+
fname = QFileDialog . getSaveFileName (
+
self ,
+
"Picture destination" ,
+
os . getcwd (),
+
"PDF files (*.pdf);;"
+
"Postscript file (*.ps);;"
+
"PNG image (*.png);;"
+
"JPG image (*.jpg *.jpeg);;"
+
"TIFF image (*.tif *.tiff);;"
+
"GIF image (*.gif);;"
+
"All files (*)" ,
+
)
+
if with_qt5 : # the filter is passed as well
+
fname = fname [ 0 ]
+
if not fname :
+
return
+
try :
+
p . export ( fname , * args , ** kwargs )
+
except Exception :
+
self . error_msg . showTraceback (
+
"<b>Could not export the figures!</b>"
+
)
+
+
+
[docs]
+
def export_mp ( self , * args , ** kwargs ):
+
self . _export_project ( psy . gcp ( True ), ** kwargs )
+
+
+
+
[docs]
+
def export_sp ( self , * args , ** kwargs ):
+
self . _export_project ( psy . gcp (), ** kwargs )
+
+
+
+
[docs]
+
def new_plots ( self , exec_ = None ):
+
if hasattr ( self , "plot_creator" ):
+
try :
+
self . plot_creator . close ()
+
except RuntimeError :
+
pass
+
self . plot_creator = PlotCreator (
+
help_explorer = self . help_explorer , parent = self
+
)
+
available_width = QDesktopWidget () . availableGeometry () . width () // 3
+
width = self . plot_creator . sizeHint () . width ()
+
height = self . plot_creator . sizeHint () . height ()
+
# The plot creator window should cover at least one third of the screen
+
self . plot_creator . resize ( max ( available_width , width ), height )
+
if exec_ :
+
self . plot_creator . exec_ ()
+
+
+
+
[docs]
+
def excepthook ( self , type , value , traceback ):
+
"""A method to replace the sys.excepthook"""
+
self . error_msg . excepthook ( type , value , traceback )
+
+
+
+
[docs]
+
def edit_preferences ( self , exec_ = None ):
+
"""Edit Spyder preferences"""
+
if hasattr ( self , "preferences" ):
+
try :
+
self . preferences . close ()
+
except RuntimeError :
+
pass
+
self . preferences = dlg = Prefences ( self )
+
for PrefPageClass in self . config_pages :
+
widget = PrefPageClass ( dlg )
+
widget . initialize ()
+
dlg . add_page ( widget )
+
available_width = int (
+
0.667 * QDesktopWidget () . availableGeometry () . width ()
+
)
+
width = dlg . sizeHint () . width ()
+
height = dlg . sizeHint () . height ()
+
# The preferences window should cover at least one third of the screen
+
dlg . resize ( max ( available_width , width ), height )
+
if exec_ :
+
dlg . exec_ ()
+
+
+
+
[docs]
+
def about ( self ):
+
"""About the tool"""
+
versions = {
+
key : d [ "version" ] for key , d in psyplot . get_versions ( False ) . items ()
+
}
+
versions . update ( psyplot_gui . get_versions ()[ "requirements" ])
+
versions . update ( psyplot . _get_versions ()[ "requirements" ])
+
versions [ "github" ] = "https://github.com/psyplot/psyplot"
+
versions [ "author" ] = psyplot . __author__
+
QMessageBox . about (
+
self ,
+
"About psyplot" ,
+
"""<b>psyplot: Interactive data visualization with python</b>
+
<br>Copyright © 2017- Philipp Sommer
+
<br>Licensed under the terms of the GNU General Public License v2
+
(GPLv2)
+
<p>Created by %(author)s</p>
+
<p>Most of the icons come from the
+
<a href="https://fontawesome.com/">Fontawesom</a>.</p>
+
<p>For bug reports and feature requests, please go
+
to our <a href="%(github)s">Github website</a> or contact the
+
author via mail.</p>
+
<p>This package uses (besides others) the following packages:<br>
+
<ul>
+
<li>psyplot %(psyplot)s</li>
+
<li>Python %(python)s </li>
+
<li>numpy %(numpy)s</li>
+
<li>xarray %(xarray)s</li>
+
<li>pandas %(pandas)s</li>
+
<li>psyplot_gui %(psyplot_gui)s</li>
+
<li>Qt %(qt)s</li>
+
<li>PyQt %(pyqt)s</li>
+
<li>qtconsole %(qtconsole)s</li>
+
</ul></p>
+
<p>For a full list of requirements see the <em>dependencies</em>
+
in the <em>Help</em> menu.</p>
+
<p>This software is provided "as is", without warranty or support
+
of any kind.</p>"""
+
% versions ,
+
)
+
+
+
+
[docs]
+
def show_dependencies ( self , exec_ = None ):
+
"""Open a dialog that shows the dependencies"""
+
if hasattr ( self , "dependencies" ):
+
try :
+
self . dependencies . close ()
+
except RuntimeError :
+
pass
+
self . dependencies = dlg = DependenciesDialog (
+
psyplot . get_versions (), parent = self
+
)
+
dlg . resize ( 630 , 420 )
+
if exec_ :
+
dlg . exec_ ()
+
+
+
+
[docs]
+
def reset_rcParams ( self ):
+
rcParams . update_from_defaultParams ()
+
psy . rcParams . update_from_defaultParams ()
+
+
+
+
[docs]
+
def add_mp_to_menu ( self ):
+
mp = psy . gcp ( True )
+
action = QAction (
+
os . path . basename (
+
mp . attrs . get ( "project_file" , "Untitled %s *" % mp . num )
+
),
+
self ,
+
)
+
action . setStatusTip ( "Make project %s the current project" % mp . num )
+
action . triggered . connect ( lambda : psy . scp ( psy . project ( mp . num )))
+
self . project_actions [ mp . num ] = action
+
self . windows_menu . addAction ( action )
+
+
+
+
[docs]
+
def update_project_action ( self , num ):
+
action = self . project_actions . get ( num )
+
p = psy . project ( num )
+
if action :
+
action . setText (
+
os . path . basename (
+
p . attrs . get ( "project_file" , "Untitled %s *" % num )
+
)
+
)
+
+
+
+
[docs]
+
def eventually_add_mp_to_menu ( self , p ):
+
for num in set ( self . project_actions ) . difference (
+
psy . get_project_nums ()
+
):
+
self . windows_menu . removeAction ( self . project_actions . pop ( num ))
+
if p is None or not p . is_main :
+
return
+
if p . num not in self . project_actions :
+
self . add_mp_to_menu ()
+
+
+
+
[docs]
+
def start_open_files_server ( self ):
+
"""This method listens to the open_files_port and opens the plot
+
creator for new files
+
+
This method is inspired and to most parts copied from spyder"""
+
self . open_files_server . setsockopt (
+
socket . SOL_SOCKET , socket . SO_REUSEADDR , 1
+
)
+
port = rcParams [ "main.open_files_port" ]
+
try :
+
self . open_files_server . bind (( "127.0.0.1" , port ))
+
except Exception :
+
return
+
self . open_files_server . listen ( 20 )
+
while 1 : # 1 is faster than True
+
try :
+
req , dummy = self . open_files_server . accept ()
+
except socket . error as e :
+
# See Issue 1275 for details on why errno EINTR is
+
# silently ignored here.
+
eintr = errno . EINTR
+
# To avoid a traceback after closing on Windows
+
if e . args [ 0 ] == eintr :
+
continue
+
# handle a connection abort on close error
+
enotsock = (
+
errno . WSAENOTSOCK if os . name == "nt" else errno . ENOTSOCK
+
)
+
if e . args [ 0 ] in [ errno . ECONNABORTED , enotsock ]:
+
return
+
raise
+
args = pickle . loads ( req . recv ( 1024 ))
+
callback = args [ 0 ]
+
func = self . callbacks [ callback ]
+
self . logger . debug ( "Emitting %s callback %s " , callback , func )
+
func ( args [ 1 :])
+
req . sendall ( b " " )
+
+
+
+
[docs]
+
def change_cwd ( self , path ):
+
"""Change the current working directory"""
+
import os
+
+
os . chdir ( path )
+
+
+
def _change_cwd ( self , args ):
+
path = args [ 0 ][ 0 ]
+
self . change_cwd ( path )
+
+
docstrings . keep_params (
+
"make_plot.parameters" ,
+
"fnames" ,
+
"project" ,
+
"engine" ,
+
"plot_method" ,
+
"name" ,
+
"dims" ,
+
"encoding" ,
+
"enable_post" ,
+
"seaborn_style" ,
+
"concat_dim" ,
+
"chname" ,
+
"preset" ,
+
"decoder" ,
+
)
+
+
+
[docs]
+
def open_files ( self , fnames ):
+
"""Open a file and ask the user how"""
+
fnames_s = ", " . join ( map ( os . path . basename , fnames ))
+
if len ( fnames_s ) > 30 :
+
fnames_s = fnames_s [: 27 ] + "..."
+
item , ok = QInputDialog . getItem (
+
self ,
+
"Open file..." ,
+
"Open %s as..." % fnames_s ,
+
list ( self . open_file_options ),
+
current = 0 ,
+
editable = False ,
+
)
+
if ok :
+
return self . open_file_options [ item ]( fnames )
+
+
+
+
[docs]
+
@docstrings . get_sections ( base = "MainWindow.open_external_files" )
+
@docstrings . dedent
+
def open_external_files (
+
self ,
+
fnames = [],
+
project = None ,
+
engine = None ,
+
plot_method = None ,
+
name = None ,
+
dims = None ,
+
encoding = None ,
+
enable_post = False ,
+
seaborn_style = None ,
+
concat_dim = get_default_value ( xr . open_mfdataset , "concat_dim" ),
+
chname = {},
+
preset = None ,
+
decoder = None ,
+
):
+
"""
+
Open external files
+
+
Parameters
+
----------
+
%(make_plot.parameters.fnames|project|engine|plot_method|name|dims|encoding|enable_post|seaborn_style|concat_dim|chname|preset|decoder)s
+
"""
+
if seaborn_style is not None :
+
import seaborn as sns
+
+
sns . set_style ( seaborn_style )
+
if project is not None :
+
fnames = [ s . split ( "," ) for s in fnames ]
+
if not isinstance ( project , dict ):
+
project = psyd . safe_list ( project )[ 0 ]
+
single_files = ( files [ 0 ] for files in fnames if len ( files ) == 1 )
+
alternative_paths = defaultdict ( lambda : next ( single_files , None ))
+
alternative_paths . update (
+
list ( files for files in fnames if len ( files ) == 2 )
+
)
+
p = psy . Project . load_project (
+
project ,
+
alternative_paths = alternative_paths ,
+
engine = engine ,
+
main = not psy . gcp (),
+
encoding = encoding ,
+
enable_post = enable_post ,
+
chname = chname ,
+
)
+
if preset :
+
p . load_preset ( preset )
+
if isinstance ( project , six . string_types ):
+
p . attrs . setdefault ( "project_file" , project )
+
return True
+
else :
+
self . new_plots ( False )
+
self . plot_creator . open_dataset (
+
fnames , engine = engine , concat_dim = concat_dim
+
)
+
if name == "all" :
+
ds = self . plot_creator . get_ds ()
+
name = sorted ( set ( ds . variables ) - set ( ds . coords ))
+
self . plot_creator . insert_array (
+
list ( filter ( None , psy . safe_list ( name )))
+
)
+
if dims is not None :
+
ds = self . plot_creator . get_ds ()
+
dims = {
+
key : ", " . join ( map ( str , val ))
+
for key , val in six . iteritems ( dims )
+
}
+
for i , vname in enumerate (
+
self . plot_creator . array_table . vnames
+
):
+
self . plot_creator . array_table . selectRow ( i )
+
self . plot_creator . array_table . update_selected ()
+
self . plot_creator . array_table . selectAll ()
+
var = ds [ vname [ 0 ]]
+
self . plot_creator . array_table . update_selected (
+
dims = var . psy . decoder . correct_dims ( var , dims . copy ())
+
)
+
if preset :
+
self . plot_creator . set_preset ( preset )
+
if plot_method :
+
self . plot_creator . pm_combo . setCurrentIndex (
+
self . plot_creator . pm_combo . findText ( plot_method )
+
)
+
if decoder :
+
self . plot_creator . set_decoder ( decoder )
+
self . plot_creator . exec_ ()
+
return True
+
+
+
def _open_external_files ( self , args ):
+
self . open_external_files ( * args )
+
+
+
[docs]
+
@classmethod
+
@docstrings . get_sections ( base = "MainWindow.run" )
+
@docstrings . dedent
+
def run (
+
cls ,
+
fnames = [],
+
project = None ,
+
engine = None ,
+
plot_method = None ,
+
name = None ,
+
dims = None ,
+
encoding = None ,
+
enable_post = False ,
+
seaborn_style = None ,
+
concat_dim = get_default_value ( xr . open_mfdataset , "concat_dim" ),
+
chname = {},
+
preset = None ,
+
decoder = None ,
+
show = True ,
+
):
+
"""
+
Create a mainwindow and open the given files or project
+
+
This class method creates a new mainwindow instance and sets the
+
global :attr:`mainwindow` variable.
+
+
Parameters
+
----------
+
%(MainWindow.open_external_files.parameters)s
+
%(MainWindow.parameters)s
+
+
Notes
+
-----
+
- There can be only one mainwindow at the time
+
- This method does not create a QApplication instance! See
+
:meth:`run_app`
+
+
See Also
+
--------
+
run_app
+
"""
+
mainwindow = cls ( show = show )
+
_set_mainwindow ( mainwindow )
+
if fnames or project :
+
mainwindow . open_external_files (
+
fnames ,
+
project ,
+
engine ,
+
plot_method ,
+
name ,
+
dims ,
+
encoding ,
+
enable_post ,
+
seaborn_style ,
+
concat_dim ,
+
chname ,
+
preset ,
+
decoder ,
+
)
+
psyplot . with_gui = True
+
return mainwindow
+
+
+
+
[docs]
+
def register_shortcut (
+
self , action , shortcut , context = Qt . ApplicationShortcut
+
):
+
"""Register an action for a shortcut"""
+
shortcuts = psy . safe_list ( shortcut )
+
for j , shortcut in enumerate ( shortcuts ):
+
found = False
+
for i , ( s , a ) in enumerate ( self . current_shortcuts ):
+
if s == shortcut :
+
new_shortcuts = [
+
sc
+
for sc in self . current_shortcuts [ i ][ 1 ] . shortcuts ()
+
if sc != s
+
]
+
a . setShortcut ( QKeySequence ())
+
if new_shortcuts :
+
a . setShortcuts ( new_shortcuts )
+
self . current_shortcuts [ i ][ 1 ] = action
+
found = True
+
break
+
if not found :
+
self . default_shortcuts . append ([ shortcut , action ])
+
self . current_shortcuts . append ([ shortcut , action ])
+
action . setShortcuts ( shortcuts )
+
action . setShortcutContext ( context )
+
+
+
+
[docs]
+
@classmethod
+
@docstrings . dedent
+
def run_app ( cls , * args , ** kwargs ):
+
"""
+
Create a QApplication, open the given files or project and enter the
+
mainloop
+
+
Parameters
+
----------
+
%(MainWindow.run.parameters)s
+
+
See Also
+
--------
+
run
+
"""
+
app = QApplication ( sys . argv )
+
cls . run ( * args , ** kwargs )
+
sys . exit ( app . exec_ ())
+
+
+
+
[docs]
+
def closeEvent ( self , event ):
+
"""closeEvent reimplementation"""
+
if not self . _is_open or ( self . _is_open and self . close ()):
+
self . _is_open = False
+
event . accept ()
+
+
+
+
[docs]
+
def close ( self ):
+
_set_mainwindow ( None )
+
if self . open_files_server is not None :
+
self . open_files_server . close ()
+
del self . open_files_server
+
for widget in self . plugins . values ():
+
widget . close ()
+
self . plugins . clear ()
+
return super ( MainWindow , self ) . close ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/plot_creator.html b/_modules/psyplot_gui/plot_creator.html
new file mode 100644
index 0000000..6ff4783
--- /dev/null
+++ b/_modules/psyplot_gui/plot_creator.html
@@ -0,0 +1,3028 @@
+
+
+
+
+
+ psyplot_gui.plot_creator — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.plot_creator
+"""This module contains a widget to create new plots with psyplot
+
+The main class is the :class:`PlotCreator` which is used to handle the
+different plotting methods of the :class:`psyplot.project.ProjectPlotter`
+class"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+from __future__ import division
+
+import logging
+import os
+import re
+import types
+from collections import defaultdict
+from functools import partial
+from itertools import chain , cycle , product , repeat , starmap
+from math import floor
+
+import matplotlib as mpl
+import numpy as np
+import psyplot.project as psy
+import six
+import xarray
+from psyplot.config.rcsetup import get_configdir
+from psyplot.utils import _temp_bool_prop
+
+from psyplot_gui.common import (
+ ListValidator ,
+ LoadFromConsoleButton ,
+ PyErrorMessage ,
+ get_icon ,
+)
+from psyplot_gui.compat.qtcompat import (
+ QAbstractItemView ,
+ QAction ,
+ QCheckBox ,
+ QComboBox ,
+ QDialog ,
+ QDialogButtonBox ,
+ QDoubleValidator ,
+ QFileDialog ,
+ QGraphicsRectItem ,
+ QGraphicsScene ,
+ QGraphicsView ,
+ QGridLayout ,
+ QHBoxLayout ,
+ QIcon ,
+ QIntValidator ,
+ QLabel ,
+ QLineEdit ,
+ QListView ,
+ QMenu ,
+ QPushButton ,
+ QSplitter ,
+ QStyledItemDelegate ,
+ Qt ,
+ QTableWidget ,
+ QTableWidgetItem ,
+ QTabWidget ,
+ QtCore ,
+ QToolButton ,
+ QValidator ,
+ QVBoxLayout ,
+ QWidget ,
+ asstring ,
+ isstring ,
+ with_qt5 ,
+)
+from psyplot_gui.preferences import RcParamsTree
+
+logger = logging . getLogger ( __name__ )
+
+
+
+
[docs]
+
class CoordComboBox ( QComboBox ):
+
"""Combobox showing coordinate information of a dataset
+
+
This combobox loads its data from the current dataset and allows the
+
popups to be left open. It also has a :attr:`leftclick` signal that is
+
emitted when the popup is about to be closed because the user clicked on a
+
value"""
+
+
close_popups = _temp_bool_prop ( "close_popups" , default = True )
+
use_coords = _temp_bool_prop ( "use_coords" , default = False )
+
leftclick = QtCore . pyqtSignal ( QComboBox )
+
+
def __init__ ( self , ds_func , dim , parent = None ):
+
"""
+
Parameters
+
----------
+
ds_func: function
+
The function that, when called without arguments, returns the
+
xarray.Dataset to use
+
dim: str
+
The coordinate name for this combobox
+
parent: PyQt5.QtWidgets.QWidget
+
The parent widget"""
+
super ( CoordComboBox , self ) . __init__ ( parent )
+
self . dim = dim
+
self . _is_empty = True
+
self . get_ds = ds_func
+
self . _changed = False
+
self . _right_clicked = False
+
+
# modify the view
+
view = self . view ()
+
# We allow the selection of multiple items with a left-click
+
view . setSelectionMode ( QListView . ExtendedSelection )
+
# The following modifications will cause this behaviour:
+
# Left-click:
+
# Case 1: Any of the already existing plot arrays is selected
+
# Add the selected values in the popup to the dimension in
+
# the currently selected plot items
+
# Case 2: No plot arrays are selected or none exists
+
# Create new plot items from the selection in the popup
+
# Right-Click:
+
# Set the currentIndex which will be used when new plot items
+
# are created
+
#
+
# Therefore we first enable a CustomContextMenu
+
view . setContextMenuPolicy ( Qt . CustomContextMenu )
+
+
# We have to disable the default MousePressEvent in the views viewport
+
# because otherwise the Left-click behaviour would occur as well when
+
# hitting the right button
+
# Therefore:
+
# install an EventFilter such that only the customContextMenuRequested
+
# signal of the view is fired and not the pressed signal (which would
+
# hide the popup)
+
view . viewport () . installEventFilter ( self )
+
view . customContextMenuRequested . connect ( self . right_click )
+
# Furthermore we implement, that the pop up shall not be closed if the
+
# keep open property is True. Therefore we have to track when the
+
# index changes
+
view . pressed . connect ( self . handleItemPressed )
+
view . doubleClicked . connect ( self . hide_anyway )
+
+
+
[docs]
+
def eventFilter ( self , obj , event ):
+
"""Reimplemented to filter right-click events on the view()"""
+
ret = (
+
event . type () == QtCore . QEvent . MouseButtonPress
+
) and event . button () == Qt . RightButton
+
return ret
+
+
+
+
[docs]
+
def handleItemPressed ( self , index ):
+
"""Function to be called when an item is pressed to make sure that
+
we know whether anything changed before closing the popup"""
+
item = self . model () . itemFromIndex ( index )
+
if item . checkState () == Qt . Checked :
+
item . setCheckState ( Qt . Unchecked )
+
else :
+
item . setCheckState ( Qt . Checked )
+
self . setCurrentIndex ( 0 )
+
self . _changed = True
+
+
+
+
[docs]
+
def right_click ( self , point ):
+
"""Function that is called when an item is right_clicked"""
+
ind = self . view () . indexAt ( point ) . row ()
+
self . setCurrentIndex ( ind )
+
self . _right_clicked = True
+
self . _changed = True
+
+
+
+
[docs]
+
def hide_anyway ( self , index = None ):
+
"""Function to hide the popup despite of the :attr:`_changed` attribute"""
+
self . _changed = True
+
self . hidePopup ()
+
+
+
+
+
+
+
[docs]
+
def mousePressEvent ( self , * args , ** kwargs ):
+
"""Reimplemented to fill the box with content from the dataset"""
+
self . load_coord ()
+
super ( CoordComboBox , self ) . mousePressEvent ( * args , ** kwargs )
+
+
+
+
[docs]
+
def mouseDoubleClickEvent ( self , * args , ** kwargs ):
+
"""Reimplemented to fill the box with content from the dataset"""
+
self . load_coord ()
+
super ( CoordComboBox , self ) . mouseDoubleClickEvent ( * args , ** kwargs )
+
+
+
+
[docs]
+
def load_coord ( self ):
+
"""Load the coordinate data from the dataset and fill the combobox with
+
it (if it is empty)"""
+
if self . _is_empty :
+
ds = self . get_ds ()
+
self . addItem ( "" )
+
if self . use_coords :
+
self . addItems ( ds [ self . dim ] . astype ( str ) . values )
+
else :
+
self . addItems ( list ( map ( str , range ( len ( ds [ self . dim ])))))
+
self . _is_empty = False
+
+
+
+
+
+
[docs]
+
class ArrayNameValidator ( QValidator ):
+
"""Class to make sure that only those arrays names are inserted that are
+
not currently in the main project or the tree"""
+
+
def __init__ ( self , text , table , * args , ** kwargs ):
+
super ( ArrayNameValidator , self ) . __init__ ( * args , ** kwargs )
+
self . table = table
+
self . current_text = text
+
self . current_names = list ( table . current_names )
+
+
+
[docs]
+
def fixup ( self , s ):
+
s = asstring ( s )
+
if not s :
+
return self . table . next_available_name ()
+
return self . table . next_available_name ( s + "_ {0} " )
+
+
+
+
[docs]
+
def validate ( self , s , pos ):
+
s = asstring ( s )
+
if not s :
+
return QValidator . Intermediate , s , pos
+
elif s == self . current_text :
+
pass
+
elif s in chain ( psy . gcp ( True ) . arr_names , self . current_names ):
+
return QValidator . Intermediate , s , pos
+
return QValidator . Acceptable , s , pos
+
+
+
+
+
+
[docs]
+
class ArrayNameItemDelegate ( QStyledItemDelegate ):
+
"""Delegate using the :class:`ArrayNameValidator` for validation"""
+
+
+
[docs]
+
def createEditor ( self , widget , option , index ):
+
if not index . isValid ():
+
return
+
editor = QLineEdit ( widget )
+
item = self . parent () . item ( index . row (), index . column ())
+
validator = ArrayNameValidator (
+
item . text () if item else "" , self . parent (), editor
+
)
+
editor . setValidator ( validator )
+
return editor
+
+
+
+
+
+
[docs]
+
class VariableItemDelegate ( QStyledItemDelegate ):
+
"""Delegate alowing only the variables in the parents dataset.
+
+
The parent must hold a `get_ds` method that returns a dataset when called
+
"""
+
+
+
[docs]
+
def createEditor ( self , widget , option , index ):
+
if not index . isValid ():
+
return
+
editor = QLineEdit ( widget )
+
ds = self . parent () . get_ds ()
+
validator = ListValidator (
+
ds . variables . keys (), self . parent () . sep , editor
+
)
+
editor . setValidator ( validator )
+
return editor
+
+
+
+
+
+
[docs]
+
class VariablesTable ( QTableWidget ):
+
"""Table to display the variables of a dataset"""
+
+
#: The variables in the dataset
+
variables = []
+
+
@property
+
def selected_variables ( self ):
+
"""The currently selected variables"""
+
return [
+
self . variables [ i ]
+
for i in map (
+
list ( map ( asstring , self . variables )) . index ,
+
sorted (
+
set (
+
item . text ()
+
for item in self . selectedItems ()
+
if item . column () == 0
+
)
+
),
+
)
+
]
+
+
def __init__ (
+
self , get_func , columns = [ "long_name" , "dims" , "shape" ], * args , ** kwargs
+
):
+
"""
+
Parameters
+
----------
+
get_func: function
+
The function that, when called without arguments, returns the
+
xarray.Dataset to use
+
columns: list of str
+
The attribute that will be used as columns for the variables"""
+
super ( VariablesTable , self ) . __init__ ( * args , ** kwargs )
+
self . variables = []
+
self . get_ds = get_func
+
self . set_columns ( columns )
+
self . setEditTriggers ( QAbstractItemView . NoEditTriggers )
+
self . verticalHeader () . setVisible ( False )
+
+
+
[docs]
+
def set_columns ( self , columns = None ):
+
if columns is None :
+
columns = self . column_labels
+
else :
+
self . column_labels = columns
+
self . setColumnCount ( len ( columns ) + 1 )
+
self . setHorizontalHeaderLabels ([ "variable" ] + columns )
+
+
+
+
[docs]
+
def fill_from_ds ( self , ds = None ):
+
"""Clear the table and insert items from the given `dataset`"""
+
self . clear ()
+
self . set_columns ()
+
if ds is None :
+
ds = self . get_ds ()
+
if ds is None :
+
return
+
coords = list ( ds . coords )
+
self . variables = vnames = [ v for v in ds . variables if v not in coords ]
+
self . setRowCount ( len ( vnames ))
+
for i , vname in enumerate ( vnames ):
+
variable = ds . variables [ vname ]
+
self . setItem ( i , 0 , QTableWidgetItem ( asstring ( vname )))
+
for j , attr in enumerate ( self . column_labels , 1 ):
+
if attr == "dims" :
+
self . setItem (
+
i , j , QTableWidgetItem ( ", " . join ( variable . dims ))
+
)
+
else :
+
self . setItem (
+
i ,
+
j ,
+
QTableWidgetItem (
+
str (
+
variable . attrs . get (
+
attr , getattr ( variable , attr , "" )
+
)
+
)
+
),
+
)
+
+
+
+
+
+
[docs]
+
class CoordsTable ( QTableWidget ):
+
"""A table showing the coordinates of in a dataset via instances of
+
:class:`CoordComboBox`"""
+
+
def __init__ ( self , get_func , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
get_func: function
+
The function that, when called without arguments, returns the
+
xarray.Dataset to use
+
``*args, **kwargs``
+
Determined by the :class:`PyQt5.QtWidgets.QTableWidget` class"""
+
super ( CoordsTable , self ) . __init__ ( * args , ** kwargs )
+
self . get_ds = get_func
+
self . setEditTriggers ( QAbstractItemView . NoEditTriggers )
+
self . setRowCount ( 1 )
+
self . verticalHeader () . setVisible ( False )
+
self . horizontalHeader () . setStretchLastSection ( True )
+
self . verticalHeader () . setStretchLastSection ( True )
+
+
@property
+
def combo_boxes ( self ):
+
"""A list of :class:`CoordComboBox` in this table"""
+
return list (
+
filter (
+
lambda w : w is not None ,
+
( self . cellWidget ( 0 , i ) for i in range ( self . columnCount ())),
+
)
+
)
+
+
+
[docs]
+
def fill_from_ds ( self , ds = None ):
+
"""Clear the table and create new comboboxes"""
+
for cb in self . combo_boxes :
+
cb . blockSignals ( True )
+
self . clear ()
+
if ds is None :
+
ds = self . get_ds ()
+
if ds is None :
+
return
+
coords = list ( ds . coords )
+
vnames = [ v for v in ds . variables if v not in coords ]
+
self . dims = dims = list (
+
set ( chain ( * ( ds . variables [ vname ] . dims for vname in vnames )))
+
)
+
try :
+
dims . sort ()
+
except TypeError :
+
pass
+
self . setColumnCount ( len ( dims ))
+
for i , dim in enumerate ( dims ):
+
header_item = QTableWidgetItem ( dim )
+
self . setHorizontalHeaderItem ( i , header_item )
+
self . setCellWidget ( 0 , i , CoordComboBox ( self . get_ds , dim ))
+
+
+
+
[docs]
+
def sizeHint ( self ):
+
"""Reimplemented to adjust the heigth based upon the header and the
+
first row"""
+
return QtCore . QSize (
+
super ( CoordsTable , self ) . sizeHint () . width (),
+
self . horizontalHeader () . height () + self . rowHeight ( 0 ),
+
)
+
+
+
+
+
+
[docs]
+
class DragDropTable ( QTableWidget ):
+
"""Table that allows to exchange rows via drag and drop
+
+
This class was mainly taken from
+
http://stackoverflow.com/questions/26227885/drag-and-drop-rows-within-qtablewidget
+
"""
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( DragDropTable , self ) . __init__ ( * args , ** kwargs )
+
+
self . setDragEnabled ( True )
+
self . setAcceptDrops ( True )
+
self . viewport () . setAcceptDrops ( True )
+
self . setDragDropOverwriteMode ( False )
+
self . setDropIndicatorShown ( True )
+
+
self . setSelectionMode ( QAbstractItemView . ExtendedSelection )
+
self . setSelectionBehavior ( QAbstractItemView . SelectRows )
+
self . setDragDropMode ( QAbstractItemView . InternalMove )
+
+
+
[docs]
+
def dropEvent ( self , event ):
+
if event . source () == self and (
+
event . dropAction () == Qt . MoveAction
+
or self . dragDropMode () == QAbstractItemView . InternalMove
+
):
+
self . dropOn ( event )
+
+
else :
+
super ( DragDropTable , self ) . dropEvent ( event )
+
+
+
+
[docs]
+
def moveRows ( self , row , remove = False ):
+
"""Move all selected rows to the given `row`"""
+
selRows = sorted ({ ind . row () for ind in self . selectedIndexes ()})
+
top = selRows [ 0 ]
+
+
dropRow = row
+
if dropRow == - 1 :
+
dropRow = self . rowCount ()
+
offset = dropRow - top
+
+
for i , row in enumerate ( selRows ):
+
r = row + offset
+
if r > self . rowCount () or r < 0 :
+
r = 0
+
self . insertRow ( r )
+
+
selRows = sorted ({ ind . row () for ind in self . selectedIndexes ()})
+
+
top = selRows [ 0 ]
+
offset = dropRow - top
+
for i , row in enumerate ( selRows ):
+
r = row + offset
+
if r > self . rowCount () or r < 0 :
+
r = 0
+
+
for j in range ( self . columnCount ()):
+
source = QTableWidgetItem ( self . item ( row , j ))
+
self . setItem ( r , j , source )
+
+
if remove :
+
for row in reversed ( selRows ):
+
self . removeRow ( row )
+
+
+
+
[docs]
+
def droppingOnItself ( self , event , index ):
+
dropAction = event . dropAction ()
+
+
if self . dragDropMode () == QAbstractItemView . InternalMove :
+
dropAction = Qt . MoveAction
+
+
if (
+
event . source () == self
+
and event . possibleActions () & Qt . MoveAction
+
and dropAction == Qt . MoveAction
+
):
+
selectedIndexes = self . selectedIndexes ()
+
child = index
+
while child . isValid () and child != self . rootIndex ():
+
if child in selectedIndexes :
+
return True
+
child = child . parent ()
+
+
return False
+
+
+
+
[docs]
+
def dropOn ( self , event ):
+
if event . isAccepted ():
+
return False , None , None , None
+
+
index = QtCore . QModelIndex ()
+
row = - 1
+
+
if self . viewport () . rect () . contains ( event . pos ()):
+
index = self . indexAt ( event . pos ())
+
if not index . isValid () or not self . visualRect ( index ) . contains (
+
event . pos ()
+
):
+
index = self . rootIndex ()
+
+
if self . model () . supportedDropActions () & event . dropAction ():
+
if index != self . rootIndex ():
+
dropIndicatorPosition = self . position (
+
event . pos (), self . visualRect ( index ), index
+
)
+
+
if dropIndicatorPosition == QAbstractItemView . AboveItem :
+
row = index . row ()
+
# index = index.parent()
+
elif dropIndicatorPosition == QAbstractItemView . BelowItem :
+
row = index . row () + 1
+
# index = index.parent()
+
else :
+
row = index . row ()
+
+
if not self . droppingOnItself ( event , index ):
+
self . moveRows ( row , remove = event . source () is None )
+
event . accept ()
+
+
+
+
[docs]
+
def position ( self , pos , rect , index ):
+
r = QAbstractItemView . OnViewport
+
margin = 2
+
if pos . y () - rect . top () < margin :
+
r = QAbstractItemView . AboveItem
+
elif rect . bottom () - pos . y () < margin :
+
r = QAbstractItemView . BelowItem
+
elif rect . contains ( pos , True ):
+
r = QAbstractItemView . OnItem
+
+
if r == QAbstractItemView . OnItem and not (
+
self . model () . flags ( index ) & Qt . ItemIsDropEnabled
+
):
+
if pos . y () < rect . center () . y ():
+
r = QAbstractItemView . AboveItem
+
else :
+
r = QAbstractItemView . BelowItem
+
return r
+
+
+
+
+
+
[docs]
+
class ArrayTable ( DragDropTable ):
+
"""Table that shows the arrays that will be used for plotting
+
+
It contains the following columns:
+
+
1. The variable column which holds the variable names of the arrays.
+
multiple variables may be separated by ';;'
+
2. The array name. The :attr:`psyplot.data.InteractiveBase.arr_name`
+
attribute. Depending on the plot methods
+
:attr:`~psyplot.project._PlotterInterface._prefer_list`, multiple
+
array names are allowed or not. If this attribute is True,
+
arrays with the same array name will be concatenated into one
+
:class:`psyplot.data.InteractiveList`
+
3. The axes column. Use the right-click context menu to select a
+
subplot
+
4. The check column. Checks for variable names, array names, axes and
+
dimensions via the :meth:`psyplot.project._PlotterInterface.check_data`
+
method
+
5. Columns containing the dimension informations"""
+
+
#: Pattern to interprete subplots
+
subplot_patt = re . compile (
+
r "\((?P<fig>\d+),\s*" # figure
+
r "(?P<rows>\d+),\s*" # rows
+
r "(?P<cols>\d+),\s*" # columns
+
r "(?P<num1>\d+),\s*" # position
+
r "(?P<num2>\d+)\s*\)" # end subplot
+
)
+
+
#: pattern to interprete arbitrary axes
+
axes_patt = re . compile (
+
r "\((?P<fig>\d+),\s*" # figure
+
r "(?P<x0>0*\.\d+),\s*" # lower left x
+
r "(?P<y0>0*\.\d+),\s*" # lower left y
+
r "(?P<x1>0*\.\d+),\s*" # upper right x
+
r "(?P<y1>0*\.\d+)\s*\)" # upper right y
+
)
+
+
#: The separator for variable names
+
sep = ";;"
+
+
#: Tool tip for the variable column
+
VARIABLE_TT = (
+
"The variables of the array from the dataset. Multiple"
+
"variables for one array may be separated by ' %s '" % ( sep )
+
)
+
+
#: Base tool tip for a dimension column
+
DIMS_TT = (
+
"The values for dimension %s ."
+
" You can use integers either explicit, e.g."
+
"<ul>"
+
"<li>1, 2, 3, ...,</li>"
+
"</ul>"
+
"or slices like <em>start:end:step</em>, e.g."
+
"<ul>"
+
"<li>'1:6:2'</li>"
+
"</ul>"
+
"where the latter is equivalent to '1, 3, 5'"
+
)
+
+
+
[docs]
+
def dropEvent ( self , event ):
+
"""Reimplemented to call the :meth:`check_arrays` after the call"""
+
# apparently the row deletion occurs after the call of this method.
+
# therefore our call of `check_arrays` leads to the (wrong) result
+
# of a duplicated entry. We therefore filter them out here and make
+
# sure that those arrays are not considered when checking for
+
# duplicates
+
messages = dict (
+
zip ( self . current_names , [ msg for b , msg in self . check_arrays ()])
+
)
+
super ( ArrayTable , self ) . dropEvent ( event )
+
ignores = [
+
arr_name
+
for arr_name , msg in messages . items ()
+
if not msg . startswith ( "Found duplicated entry of" )
+
]
+
self . check_arrays ( ignore_duplicates = ignores )
+
+
+
@property
+
def prefer_list ( self ):
+
"""Return the _prefer_list attribute of the plot_method"""
+
return self . plot_method and self . plot_method . _prefer_list
+
+
@property
+
def current_names ( self ):
+
"""The names that are currently in use"""
+
if self . prefer_list :
+
return []
+
arr_col = self . arr_col
+
return [
+
asstring ( item . text ())
+
for item in filter (
+
None ,
+
map ( lambda i : self . item ( i , arr_col ), range ( self . rowCount ())),
+
)
+
]
+
+
@property
+
def vnames ( self ):
+
"""The list of variable names per array"""
+
var_col = self . var_col
+
return [
+
self . item ( i , var_col ) . text () . split ( ";;" )
+
for i in range ( self . rowCount ())
+
]
+
+
@property
+
def arr_names_dict ( self ):
+
"""The final dictionary containing the array names necessary for the
+
`arr_names` parameter in the
+
:meth:`psyplot.data.ArrayList.from_dataset` method"""
+
ret = dict ()
+
arr_col = self . arr_col
+
for irow in range ( self . rowCount ()):
+
arr_name = asstring ( self . item ( irow , arr_col ) . text ())
+
if self . plot_method and self . plot_method . _prefer_list :
+
d = ret . setdefault ( arr_name , defaultdict ( list ))
+
d [ "name" ] . append ( self . _get_variables ( irow ))
+
for key , val in self . _get_dims ( irow ) . items ():
+
d [ key ] . append ( val )
+
else :
+
ret [ arr_name ] = d = { "name" : self . _get_variables ( irow )}
+
d . update ( self . _get_dims ( irow ))
+
+
return ret
+
+
@property
+
def axes ( self ):
+
"""A list of axes settings corresponding to the arrays in the
+
:attr:`arr_names_dict`"""
+
ret = []
+
d = set ()
+
arr_col = self . arr_col
+
axes_col = self . axes_col
+
# get the projection
+
pm = self . plot_method
+
kwargs = {}
+
if pm is not None :
+
projection = self . plot_method . plotter_cls . _get_sample_projection ()
+
if projection is not None :
+
kwargs [ "projection" ] = projection
+
for irow in range ( self . rowCount ()):
+
arr_name = self . item ( irow , arr_col ) . text ()
+
if arr_name in d :
+
continue
+
d . add ( arr_name )
+
axes_type , args = self . axes_info ( self . item ( irow , axes_col ))
+
if axes_type == "subplot" :
+
ret . append ( SubplotCreator . create_subplot ( * args , ** kwargs ))
+
elif axes_type == "axes" :
+
ret . append ( AxesCreator . create_axes ( * args , ** kwargs ))
+
else :
+
ret . append ( None )
+
return ret
+
+
@property
+
def var_col ( self ):
+
"""The index of the variable column"""
+
return self . desc_cols . index ( self . VARIABLE_LABEL )
+
+
@property
+
def arr_col ( self ):
+
"""The index of the array name column"""
+
return self . desc_cols . index ( self . ARRAY_LABEL )
+
+
@property
+
def axes_col ( self ):
+
"""The index of the axes column"""
+
return self . desc_cols . index ( self . AXES_LABEL )
+
+
@property
+
def check_col ( self ):
+
"""The index of the check column"""
+
return self . desc_cols . index ( self . CHECK_LABEL )
+
+
def __init__ ( self , get_func , columns = [], * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
get_func: function
+
The function that, when called without arguments, returns the
+
xarray.Dataset to use
+
columns: list of str
+
The coordinates in the dataset"""
+
super ( ArrayTable , self ) . __init__ ( * args , ** kwargs )
+
self . get_ds = get_func
+
self . VARIABLE_LABEL = "variable"
+
self . ARRAY_LABEL = "array name"
+
self . AXES_LABEL = "axes"
+
self . CHECK_LABEL = "check"
+
self . desc_cols = [
+
self . VARIABLE_LABEL ,
+
self . ARRAY_LABEL ,
+
self . AXES_LABEL ,
+
self . CHECK_LABEL ,
+
]
+
self . plot_method = None
+
self . setSelectionBehavior ( QAbstractItemView . SelectRows )
+
self . setContextMenuPolicy ( Qt . CustomContextMenu )
+
self . customContextMenuRequested . connect ( self . showAxesCreator )
+
self . set_columns ( columns )
+
self . setItemDelegateForColumn ( self . var_col , VariableItemDelegate ( self ))
+
self . setItemDelegateForColumn (
+
self . arr_col , ArrayNameItemDelegate ( self )
+
)
+
self . itemChanged . connect ( self . check_item )
+
self . itemChanged . connect ( self . update_other_items )
+
+
+
[docs]
+
def set_columns ( self , columns ):
+
"""Set the columns of the table
+
+
Parameters
+
----------
+
columns: list of str
+
The coordinates in the dataset"""
+
if columns is None :
+
columns = self . column_labels
+
else :
+
self . column_labels = columns
+
self . setColumnCount ( len ( columns ) + len ( self . desc_cols ))
+
self . setHorizontalHeaderLabels ( self . desc_cols + columns )
+
for i , col in enumerate ( columns , len ( self . desc_cols )):
+
self . horizontalHeaderItem ( i ) . setToolTip ( self . DIMS_TT % col )
+
self . horizontalHeaderItem ( self . var_col ) . setToolTip ( self . VARIABLE_TT )
+
+
+
+
[docs]
+
def setup_from_ds ( self , ds = None , plot_method = None ):
+
"""Fill the table based upon the given dataset.
+
+
Parameters
+
----------
+
ds: xarray.Dataset or None
+
If None, the dataset from the :attr:`get_ds` function is used
+
plot_method: psyplot.project._PlotterInterface or None
+
The plot method of the :class:`psyplot.project.ProjectPlotter`
+
class or None if no plot shall be made"""
+
self . clear ()
+
self . setRowCount ( 0 )
+
if ds is None :
+
ds = self . get_ds ()
+
if plot_method is not None :
+
self . set_pm ( plot_method )
+
if ds is None :
+
self . set_columns ([])
+
return
+
coords = list ( ds . coords )
+
vnames = [ v for v in ds . variables if v not in coords ]
+
self . dims = dims = list (
+
set ( chain ( * ( ds . variables [ vname ] . dims for vname in vnames )))
+
)
+
try :
+
dims . sort ()
+
except TypeError :
+
pass
+
self . set_columns ( dims )
+
+
+
+
[docs]
+
def next_available_name ( self , * args , ** kwargs ):
+
"""Gives the next possible name to use"""
+
counter = iter ( range ( 1000 ))
+
current_names = self . current_names
+
mp = psy . gcp ( True )
+
while True :
+
name = mp . next_available_name ( * args , counter = counter , ** kwargs )
+
if name not in current_names :
+
return name
+
+
+
+
[docs]
+
def insert_array ( self , name , check = True , ** kwargs ):
+
"""Appends the settings for an array the the list in a new row"""
+
dims = set ( self . get_ds () . variables [ name ] . dims )
+
irow = self . rowCount ()
+
self . setRowCount ( irow + 1 )
+
self . setItem ( irow , 0 , QTableWidgetItem ( asstring ( name )))
+
self . setItem ( irow , 1 , QTableWidgetItem ( self . next_available_name ()))
+
self . setItem ( irow , 2 , QTableWidgetItem ( "" ))
+
for dim in dims . intersection ( kwargs ):
+
icol = len ( self . desc_cols ) + self . dims . index ( dim )
+
self . setItem ( irow , icol , QTableWidgetItem ( kwargs [ dim ]))
+
if check :
+
self . check_array ( irow )
+
+
+
+
[docs]
+
def remove_arrays ( self , selected = True ):
+
"""Remove array rows from the list
+
+
Parameters
+
----------
+
selected: bool
+
If True, only the selected rows are removed"""
+
if selected :
+
irows = sorted ({ ind . row () for ind in self . selectedIndexes ()})
+
else :
+
irows = list ( range ( self . rowCount ()))
+
for irow in irows [:: - 1 ]:
+
self . removeRow ( irow )
+
+
+
+
[docs]
+
def update_selected ( self , check = True , dims = {}):
+
"""Updates the dimensions of the selectiond arrays with the given
+
`dims`
+
+
Parameters
+
----------
+
check: bool
+
whether the array shall be checked afterwards
+
dims: dict
+
a mapping from coordinate names to string values that shall be
+
appended to the current text"""
+
ds = self . get_ds ()
+
irows = { item . row () for item in self . selectedItems ()}
+
var_col = self . desc_cols . index ( self . VARIABLE_LABEL )
+
for irow in irows :
+
vname = (
+
asstring ( self . item ( irow , var_col ) . text ())
+
. split ( self . sep )[ 0 ]
+
. strip ()
+
)
+
var_dims = set ( ds . variables [ vname ] . dims )
+
for dim in var_dims . intersection ( dims ):
+
icol = len ( self . desc_cols ) + self . dims . index ( dim )
+
item = self . item ( irow , icol )
+
curr_text = asstring ( item . text ())
+
if curr_text :
+
curr_text += ", "
+
item . setText ( curr_text + dims [ dim ])
+
if check :
+
for irow in irows :
+
self . check_array ( irow )
+
+
+
+
[docs]
+
def add_subplots ( self , rows , cols , maxn = None ):
+
"""Add multiple subplots to the selected arrays"""
+
import matplotlib.pyplot as plt
+
+
irows = sorted ({ ind . row () for ind in self . selectedIndexes ()})
+
irows = irows or list ( range ( self . rowCount ()))
+
maxn = maxn or rows * cols
+
figs = chain (
+
* ([ i ] * maxn for i in range ( 1 , 1000 ) if i not in plt . get_fignums ())
+
)
+
nums = cycle ( range ( 1 , maxn + 1 ))
+
seen = set ()
+
axes_col = self . desc_cols . index ( self . AXES_LABEL )
+
arr_col = self . desc_cols . index ( self . ARRAY_LABEL )
+
for irow in irows :
+
arr_item = self . item ( irow , arr_col )
+
if arr_item is None or arr_item . text () in seen :
+
continue
+
seen . add ( arr_item . text ())
+
num = next ( nums )
+
text = "( %i , %i , %i , %i , %i )" % ( next ( figs ), rows , cols , num , num )
+
item = QTableWidgetItem ( text )
+
self . setItem ( irow , axes_col , item )
+
+
+
+
[docs]
+
def add_single_subplot ( self , rows , cols , row , col ):
+
"""Add one subplot to the selected arrays on multiple figures"""
+
import matplotlib.pyplot as plt
+
+
irows = sorted ({ ind . row () for ind in self . selectedIndexes ()})
+
irows = irows or list ( range ( self . rowCount ()))
+
figs = ( num for num in range ( 1 , 1000 ) if num not in plt . get_fignums ())
+
num = ( row - 1 ) * rows + col
+
seen = set ()
+
axes_col = self . desc_cols . index ( self . AXES_LABEL )
+
arr_col = self . desc_cols . index ( self . ARRAY_LABEL )
+
for irow in irows :
+
arr_item = self . item ( irow , arr_col )
+
if arr_item is None or arr_item . text () in seen :
+
continue
+
seen . add ( arr_item . text ())
+
text = "( %i , %i , %i , %i , %i )" % ( next ( figs ), rows , cols , num , num )
+
item = QTableWidgetItem ( text )
+
self . setItem ( irow , axes_col , item )
+
+
+
+
[docs]
+
def showAxesCreator ( self , pos ):
+
"""Context menu for right-click on a row"""
+
irows = sorted ({ ind . row () for ind in self . selectedIndexes ()})
+
if not irows :
+
return
+
menu = QMenu ( self )
+
menu . addAction ( self . axes_creator_action ( irows ))
+
menu . exec_ ( self . mapToGlobal ( pos ))
+
+
+
+
[docs]
+
def axes_creator_action ( self , rows ):
+
"""Action to open a :class:`AxesCreatorCollection` for the selected
+
rows"""
+
axes_col = self . desc_cols . index ( self . AXES_LABEL )
+
items = [ self . item ( row , axes_col ) for row in rows ]
+
action = QAction ( "Select subplot" , self )
+
types_and_args = list (
+
filter ( lambda t : t [ 0 ], map ( self . axes_info , items ))
+
)
+
types = [ t [ 0 ] for t in types_and_args ]
+
if types and all ( t == types [ 0 ] for t in types ):
+
if types [ 0 ] == "subplot" :
+
creator_kws = [ "fig" , "rows" , "cols" , "num1" , "num2" ]
+
elif types [ 0 ] == "axes" :
+
creator_kws = [ "fig" , "x0" , "y0" , "x1" , "y1" ]
+
else :
+
creator_kws = []
+
func_name = types [ 0 ]
+
args = [ t [ 1 ] for t in types_and_args ]
+
+
#: the initialization keywords of the :class:`SubplotCreator` class
+
kwargs = {}
+
+
if len ( items ) > 0 :
+
kwargs [ "fig" ] = ""
+
+
for kw , vals in zip ( creator_kws , zip ( * args )):
+
if all ( val == vals [ 0 ] for val in vals ):
+
kwargs [ kw ] = vals [ 0 ]
+
else :
+
func_name = None
+
kwargs = {}
+
+
action . triggered . connect (
+
self . _open_axes_creator ( items , func_name , kwargs )
+
)
+
return action
+
+
+
def _change_axes ( self , items , iterator ):
+
seen = set ()
+
arr_col = self . desc_cols . index ( self . ARRAY_LABEL )
+
for item , text in zip ( items , iterator ):
+
arr_name = self . item ( item . row (), arr_col ) . text ()
+
if arr_name in seen :
+
continue
+
seen . add ( arr_name )
+
item . setText ( text )
+
+
def _open_axes_creator ( self , items , func_name , kwargs ):
+
def func ():
+
if hasattr ( self , "_axes_creator" ):
+
self . _axes_creator . close ()
+
self . _axes_creator = obj = AxesCreatorCollection (
+
func_name , kwargs , parent = self
+
)
+
obj . okpressed . connect ( partial ( self . _change_axes , items ))
+
obj . exec_ ()
+
+
return func
+
+
+
[docs]
+
def axes_info ( self , s ):
+
"""Interpretes an axes information"""
+
s = asstring ( s ) if isstring ( s ) else asstring ( s . text ())
+
m = self . subplot_patt . match ( s )
+
if m :
+
return "subplot" , list ( map ( int , m . groups ()))
+
m = self . axes_patt . match ( s )
+
if m :
+
return "axes" , [ int ( m . groupdict ()[ "fig" ])] + list (
+
map ( float , m . groups ()[ 1 :])
+
)
+
return None , None
+
+
+
+
[docs]
+
def set_pm ( self , s ):
+
"""Set the plot method"""
+
s = asstring ( s )
+
self . plot_method = getattr ( psy . plot , s , None )
+
self . check_arrays ()
+
+
+
+
[docs]
+
def check_item ( self , item ):
+
"""Check the array corresponding to the given item"""
+
if item . column () == self . desc_cols . index ( self . CHECK_LABEL ):
+
return
+
for irow in range ( self . rowCount ()):
+
other_item = self . item (
+
irow , self . desc_cols . index ( self . ARRAY_LABEL )
+
)
+
if other_item is not None :
+
self . check_array ( irow )
+
+
+
+
[docs]
+
def update_other_items ( self , item ):
+
"""Updates the axes information of the other items corresponding
+
that have the same array name as the array corresponding to the given
+
`item`"""
+
axes_col = self . desc_cols . index ( self . AXES_LABEL )
+
if not self . prefer_list or item . column () != axes_col :
+
return
+
this_row = item . row ()
+
arr_col = self . desc_cols . index ( self . ARRAY_LABEL )
+
arr_item = self . item ( this_row , arr_col )
+
if arr_item is None :
+
return
+
arr_name = arr_item . text ()
+
self . blockSignals ( True )
+
for row in range ( self . rowCount ()):
+
if row != this_row :
+
arr_item2 = self . item ( row , arr_col )
+
if arr_item2 is not None and arr_item2 . text () == arr_name :
+
self . item ( row , axes_col ) . setText ( item . text ())
+
self . blockSignals ( False )
+
+
+
+
[docs]
+
def get_all_rows ( self , row ):
+
"""Return all the rows that have the same array name as the given `row`"""
+
+
def check_item ( row ):
+
item = self . item ( row , arr_col )
+
return item is not None and item . text () == arr_name
+
+
if self . plot_method is None or not self . plot_method . _prefer_list :
+
return [ row ]
+
arr_col = self . desc_cols . index ( self . ARRAY_LABEL )
+
arr_name = self . item ( row , arr_col ) . text ()
+
return [ r for r in range ( self . rowCount ()) if check_item ( r )]
+
+
+
+
[docs]
+
def check_array ( self , row , ignore_duplicates = []):
+
"""check whether the array variables are valid, the array name is
+
valid, the axes info is valid and the dimensions"""
+
+
def set_check ( row , valid , msg ):
+
check_item = QTableWidgetItem ()
+
check_item . setFlags ( check_item . flags () ^ Qt . ItemIsEditable )
+
if valid :
+
check_item . setIcon ( QIcon ( get_icon ( "valid.png" )))
+
elif valid is None :
+
check_item . setIcon ( QIcon ( get_icon ( "warning.png" )))
+
check_item . setToolTip ( msg )
+
else :
+
check_item . setIcon ( QIcon ( get_icon ( "invalid.png" )))
+
check_item . setToolTip ( msg )
+
self . setItem ( row , check_col , check_item )
+
self . resizeColumnToContents ( check_col )
+
+
check_col = self . desc_cols . index ( self . CHECK_LABEL )
+
valid = True
+
msg = ""
+
+
# ---------------------------------------------------------------------
+
# ----------------- check if a variable is provided -------------------
+
# ---------------------------------------------------------------------
+
+
var_item = self . item ( row , self . desc_cols . index ( self . VARIABLE_LABEL ))
+
if var_item is not None and not asstring ( var_item . text ()) . strip ():
+
valid = False
+
msg = "At least one variable name must be provided!"
+
+
# ---------------------------------------------------------------------
+
# ----------------- check for duplicates of array names ---------------
+
# ---------------------------------------------------------------------
+
+
arr_col = self . desc_cols . index ( self . ARRAY_LABEL )
+
arr_item = self . item ( row , arr_col )
+
if valid and arr_item is not None :
+
arr_name = arr_item . text ()
+
if arr_name not in ignore_duplicates :
+
if not arr_name :
+
msg = "An array name must be provided"
+
valid = False
+
elif (
+
len (
+
[
+
name
+
for name in self . current_names
+
if name == arr_name
+
]
+
)
+
> 1
+
):
+
valid = False
+
msg = "Found duplicated entry of ' %s '" % arr_name
+
+
# ---------------------------------------------------------------------
+
# ------- check the plotmethod if necessary and set the icon ----------
+
# ---------------------------------------------------------------------
+
+
if valid and self . plot_method is not None :
+
rows = self . get_all_rows ( row )
+
checks , messages = self . plot_method . check_data (
+
self . get_ds (),
+
name = list ( map ( self . _get_variables , rows )),
+
dims = list ( map ( self . _get_dims , rows )),
+
)
+
for row2 , valid , msg in zip ( rows , checks , messages ):
+
set_check ( row2 , valid , msg )
+
valid = checks [ rows . index ( row )]
+
msg = messages [ rows . index ( row )]
+
else :
+
set_check ( row , valid , msg )
+
+
return valid , msg
+
+
+
+
[docs]
+
def check_arrays ( self , ** kwargs ):
+
"""Convenience function to check all arrays using the
+
:meth:`check_array` method"""
+
return list (
+
map ( partial ( self . check_array , ** kwargs ), range ( self . rowCount ()))
+
)
+
+
+
def _str2slice ( self , s ):
+
s = s . strip ()
+
if not s :
+
return []
+
s = s . split ( ":" )
+
if len ( s ) > 1 :
+
return range ( * map ( int , s [: 3 ]))
+
return [ int ( s [ 0 ])]
+
+
def _get_dims ( self , row ):
+
start = len ( self . desc_cols )
+
ret = {}
+
for dim , item in zip (
+
self . dims ,
+
map (
+
lambda col : self . item ( row , col ),
+
range ( start , self . columnCount ()),
+
),
+
):
+
if item :
+
text = asstring ( item . text ())
+
if text :
+
slices = list (
+
chain ( * map ( self . _str2slice , text . split ( "," )))
+
)
+
if len ( slices ) == 1 :
+
slices = slices [ 0 ]
+
ret [ dim ] = slices
+
return ret
+
+
def _get_variables ( self , row ):
+
var_col = self . desc_cols . index ( self . VARIABLE_LABEL )
+
ret = [
+
s . strip ()
+
for s in asstring ( self . item ( row , var_col ) . text ()) . split ( self . sep )
+
]
+
ds = self . get_ds ()
+
for i , name in enumerate ( ret ):
+
ret [ i ] = next ( v for v in ds if asstring ( v ) == name )
+
if len ( ret ) == 1 :
+
return ret [ 0 ]
+
return ret
+
+
+
+
+
[docs]
+
class SubplotCreator ( QWidget ):
+
"""Select a subplot to which will be created (if not already existing) when
+
making the plot"""
+
+
def __init__ (
+
self , fig = None , rows = 1 , cols = 1 , num1 = 1 , num2 = None , * args , ** kwargs
+
):
+
"""
+
Parameters
+
----------
+
fig: int or None
+
The number of the figure
+
rows: int
+
The number of rows for the gridspec
+
cols: int
+
The number of columns for the gridspec
+
num1: int
+
The number of the upper left corner starting from 1
+
num2: int or None
+
The number of the lower right corner starting from 1. If None,
+
`num1` is used"""
+
super ( SubplotCreator , self ) . __init__ ( * args , ** kwargs )
+
+
self . fig_label = QLabel ( "Figure number:" , self )
+
if fig is None :
+
import matplotlib.pyplot as plt
+
+
fig = next (
+
num for num in range ( 1 , 1000 ) if num not in plt . get_fignums ()
+
)
+
self . fig_edit = QLineEdit ( str ( fig ), self )
+
self . fig_edit . setValidator ( QIntValidator ())
+
+
self . rows_label = QLabel ( "No. of rows:" , self )
+
self . rows_edit = QLineEdit ( str ( rows ), self )
+
self . rows_edit . setValidator ( QIntValidator ( 1 , 9999 , parent = self ))
+
+
self . cols_label = QLabel ( "No. of columns:" , self )
+
self . cols_edit = QLineEdit ( str ( cols ), self )
+
self . cols_edit . setValidator ( QIntValidator ( 1 , 9999 , parent = self ))
+
+
self . num1_label = QLabel ( "Subplot number:" , self )
+
self . num1_edit = QLineEdit ( str ( num1 ), self )
+
self . num1_edit . setValidator (
+
QIntValidator ( 1 , max ( 1 , ( rows or 1 ) * ( cols or 1 )), self . num1_edit )
+
)
+
+
self . num2_label = QLabel ( "End of the plot" , self )
+
self . num2_edit = QLineEdit ( str ( num2 or num1 ))
+
self . num2_edit . setValidator (
+
QIntValidator (
+
num1 , max ( 1 , ( rows or 1 ) * ( cols or 1 )), self . num2_edit
+
)
+
)
+
+
self . table = table = QTableWidget ( self )
+
table . setSelectionMode ( QAbstractItemView . ContiguousSelection )
+
table . resizeRowsToContents ()
+
table . resizeColumnsToContents ()
+
table . setEditTriggers ( QAbstractItemView . NoEditTriggers )
+
self . setup_table ()
+
self . cols_edit . textChanged . connect ( lambda s : self . setup_table ())
+
self . rows_edit . textChanged . connect ( lambda s : self . setup_table ())
+
self . num1_edit . textChanged . connect ( self . set_selected_from_num1 )
+
self . num1_edit . textChanged . connect ( self . set_num2_validator )
+
self . num2_edit . textChanged . connect ( self . set_selected_from_num2 )
+
table . itemSelectionChanged . connect ( self . update_num_edit )
+
+
layout = QGridLayout ()
+
layout . addWidget ( self . fig_label , 0 , 0 )
+
layout . addWidget ( self . fig_edit , 0 , 1 )
+
layout . addWidget ( self . rows_label , 1 , 0 )
+
layout . addWidget ( self . rows_edit , 1 , 1 )
+
layout . addWidget ( self . cols_label , 2 , 0 )
+
layout . addWidget ( self . cols_edit , 2 , 1 )
+
layout . addWidget ( self . num1_label , 3 , 0 )
+
layout . addWidget ( self . num1_edit , 3 , 1 )
+
layout . addWidget ( self . num2_label , 4 , 0 )
+
layout . addWidget ( self . num2_edit , 4 , 1 )
+
+
layout . addWidget ( self . table , 1 , 2 , 4 , 4 )
+
+
self . setLayout ( layout )
+
+
+
[docs]
+
@staticmethod
+
def create_subplot ( fig = None , rows = 1 , cols = 1 , num1 = 1 , num2 = None , ** kwargs ):
+
"""Create a subplot for the given figure
+
+
Parameters
+
----------
+
fig: :class:`matplotlib.figure.Figure` or int
+
If integer, the :func:`matplotlib.pyplot.figure` function is used
+
rows: int
+
Number of rows for the gridspec
+
cols: int
+
Number of columns for the gridspec
+
num1: int
+
The subplot number of the upper left corner in the grid (starting
+
from 1!)
+
num2: None or int
+
The subplot number of the lower left corner in the grid (starting
+
from 1!). If None, `num1` will be used
+
``**kwargs``
+
Any other keyword argument for the
+
:meth:`matplotlib.figure.Figure.add_subplot` method
+
+
Returns
+
-------
+
mpl.axes.Subplot
+
The new created subplot"""
+
if not isinstance ( fig , mpl . figure . Figure ):
+
import matplotlib.pyplot as plt
+
+
fig = plt . figure (
+
fig
+
or next (
+
num
+
for num in range ( 1 , 1000 )
+
if num not in plt . get_fignums ()
+
)
+
)
+
if num1 == num2 :
+
num2 = None
+
elif num2 is not None :
+
num2 = num2 - 1
+
num1 = num1 - 1
+
# first check if an axes with this specification already exists and if
+
# yes, return it
+
for ax in fig . axes :
+
ss = ax . get_subplotspec ()
+
if ss . num1 == num1 and (
+
ss . num2 == num2
+
or ( ss . num2 is None and num1 == num2 )
+
or ( num2 is None and ss . num2 == num1 )
+
):
+
gs = ss . get_gridspec ()
+
if gs . get_geometry () == ( rows , cols ):
+
return ax
+
# if it does not exist, create a new one
+
gs = mpl . gridspec . GridSpec ( rows , cols )
+
ss = mpl . gridspec . SubplotSpec ( gs , num1 , num2 )
+
return fig . add_subplot ( ss , ** kwargs )
+
+
+
+
[docs]
+
def setup_table ( self ):
+
"""Set up the table based upon the number of rows and columns in the
+
rows and cols line edit"""
+
rows = int ( self . rows_edit . text () or 0 )
+
cols = int ( self . cols_edit . text () or 0 )
+
if not rows or not cols :
+
return
+
self . table . clear ()
+
self . table . setRowCount ( rows )
+
self . table . setColumnCount ( cols )
+
selected = int ( self . num1_edit . text () or 0 )
+
if selected :
+
selected = (
+
int ( floor ( selected / ( cols + 1 ))),
+
(( selected % cols ) - 1 ) % cols ,
+
)
+
else :
+
selected = ( 0 , 0 )
+
for i , ( row , col ) in enumerate ( product ( range ( rows ), range ( cols )), 1 ):
+
item = QTableWidgetItem ( str ( i ))
+
self . table . setItem ( row , col , item )
+
self . table . resizeColumnsToContents ()
+
self . table . resizeRowsToContents ()
+
self . num1_edit . validator () . setTop ( max ( 1 , rows * cols ))
+
self . set_num2_validator ( self . num1_edit . text ())
+
self . set_selected_from_num1 ( self . num1_edit . text ())
+
+
+
+
[docs]
+
def set_num2_validator ( self , s ):
+
"""Set the validator range for the num2 line edit"""
+
num1 = int ( s or 1 )
+
rows = int ( self . rows_edit . text () or 0 )
+
cols = int ( self . cols_edit . text () or 0 )
+
num2 = int ( self . num2_edit . text () or num1 )
+
self . num2_edit . setText ( str ( max ( num1 , num2 )))
+
self . num2_edit . validator () . setRange (
+
num1 , max ( 1 , ( rows or 1 ) * ( cols or 1 ))
+
)
+
+
+
+
[docs]
+
def set_selected_from_num1 ( self , s ):
+
"""Update the selection of the table after changes of
+
:attr:`num1_edit`"""
+
self . table . clearSelection ()
+
if not s :
+
return
+
num1 = int ( s )
+
num2 = int ( self . num2_edit . text () or num1 )
+
self . set_selected ( num1 , num2 )
+
+
+
+
[docs]
+
def set_selected_from_num2 ( self , s ):
+
"""Update the selection of the table after changes of :attr:`num2_edit`"""
+
self . table . clearSelection ()
+
if not s :
+
return
+
num2 = int ( s )
+
num1 = int ( self . num1_edit . text () or 0 )
+
if not num1 :
+
return
+
self . set_selected ( num1 , num2 )
+
+
+
+
[docs]
+
def set_selected ( self , num1 , num2 ):
+
"""Update the selection in the table based upon `num1` and `num2`"""
+
self . table . clearSelection ()
+
rows = int ( self . rows_edit . text () or 0 )
+
cols = int ( self . cols_edit . text () or 0 )
+
if not rows or not cols :
+
return
+
sel_rows = range (
+
int ( floor ( num1 / ( cols + 1 ))), int ( floor ( num2 / ( cols + 1 ))) + 1
+
)
+
sel_cols = range (
+
(( num1 % cols ) - 1 ) % cols , ((( num2 % cols ) - 1 ) % cols ) + 1
+
)
+
for item in starmap ( self . table . item , product ( sel_rows , sel_cols )):
+
if item :
+
self . table . blockSignals ( True )
+
item . setSelected ( True )
+
self . table . blockSignals ( False )
+
+
+
+
[docs]
+
def update_num_edit ( self ):
+
"""Update the :attr:`num1_edit` and :attr:`num2_edit` after the
+
selection of the table changed"""
+
items = self . table . selectedItems ()
+
if not items :
+
return
+
sel_rows = [ item . row () for item in items ]
+
sel_cols = [ item . column () for item in items ]
+
cols = int ( self . cols_edit . text () or 0 )
+
self . num1_edit . blockSignals ( True )
+
self . num1_edit . setText ( str ( min ( sel_rows ) * cols + min ( sel_cols ) + 1 ))
+
self . num1_edit . blockSignals ( False )
+
self . num2_edit . blockSignals ( True )
+
self . num2_edit . setText ( str ( max ( sel_rows ) * cols + max ( sel_cols ) + 1 ))
+
self . num2_edit . blockSignals ( False )
+
+
+
+
[docs]
+
def get_iter ( self ):
+
"""Get the iterator over the axes"""
+
fig_text = self . fig_edit . text ()
+
if fig_text :
+
figs = repeat ( fig_text )
+
else :
+
import matplotlib.pyplot as plt
+
+
figs = map (
+
str ,
+
(
+
num
+
for num in range ( 1 , 1000 )
+
if num not in plt . get_fignums ()
+
),
+
)
+
num1 = self . num1_edit . text () or "1"
+
num2 = self . num2_edit . text () or num1
+
return (
+
"( %s , %s , %s , %s , %s )"
+
% (
+
fig ,
+
self . rows_edit . text () or "1" ,
+
self . cols_edit . text () or "1" ,
+
num1 ,
+
num2 ,
+
)
+
for fig in figs
+
)
+
+
+
+
+
+
[docs]
+
class AxesViewer ( QGraphicsView ):
+
"""Widget to show a rectangle"""
+
+
sizeChanged = QtCore . pyqtSignal ( QtCore . QSize )
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( AxesViewer , self ) . __init__ ( * args , ** kwargs )
+
self . setHorizontalScrollBarPolicy ( Qt . ScrollBarAlwaysOff )
+
self . setVerticalScrollBarPolicy ( Qt . ScrollBarAlwaysOff )
+
+
+
[docs]
+
def resizeEvent ( self , * args , ** kwargs ):
+
super ( AxesViewer , self ) . resizeEvent ( * args , ** kwargs )
+
self . setSceneRect (
+
0 , 0 , self . frameSize () . width (), self . frameSize () . height ()
+
)
+
self . sizeChanged . emit ( self . size ())
+
+
+
+
+
+
[docs]
+
class AxesCreator ( QWidget ):
+
"""Widget to setup an axes in a arbitrary location"""
+
+
def __init__ (
+
self , fig = None , x0 = 0.125 , y0 = 0.1 , x1 = 0.9 , y1 = 0.9 , * args , ** kwargs
+
):
+
"""
+
Parameters
+
----------
+
fig: int or None
+
The figure number. If None, a new figure number will be used
+
x0: float
+
the x-coordinate of the lower left corner (between 0 and 1)
+
y0: float
+
the y-coordinate of the lower left corner (between 0 and 1)
+
x1: float
+
the x-coordinate of the upper right corner (between 0 and 1)
+
y1: float
+
the y-coordinate of the upper right corner (between 0 and 1)
+
"""
+
super ( AxesCreator , self ) . __init__ ( * args , ** kwargs )
+
self . fig_label = QLabel ( "Figure number:" , self )
+
if fig is None :
+
import matplotlib.pyplot as plt
+
+
fig = next (
+
num for num in range ( 1 , 1000 ) if num not in plt . get_fignums ()
+
)
+
self . fig_edit = QLineEdit ( str ( fig ), self )
+
self . fig_edit . setValidator ( QIntValidator ())
+
+
self . x0_label = QLabel ( "Lower left x: " , self )
+
self . x0_edit = QLineEdit ( str ( x0 ), self )
+
self . x0_edit . setValidator ( QDoubleValidator ( 0.0 , 1.0 , 5 , parent = self ))
+
+
self . y0_label = QLabel ( "Lower left y: " , self )
+
self . y0_edit = QLineEdit ( str ( y0 ), self )
+
self . y0_edit . setValidator ( QDoubleValidator ( 0.0 , 1.0 , 5 , parent = self ))
+
+
self . x1_label = QLabel ( "Upper right x: " , self )
+
self . x1_edit = QLineEdit ( str ( x1 ), self )
+
self . x1_edit . setValidator ( QDoubleValidator ( 0.0 , 1.0 , 5 , parent = self ))
+
+
self . y1_label = QLabel ( "Upper right y: " , self )
+
self . y1_edit = QLineEdit ( str ( y1 ), self )
+
self . y1_edit . setValidator ( QDoubleValidator ( 0.5 , 1.0 , 5 , parent = self ))
+
+
self . graphics_scene = QGraphicsScene ( self )
+
self . graphics_view = AxesViewer ( self . graphics_scene )
+
+
size = self . graphics_view . size ()
+
width = size . width () * float ( x1 - x0 )
+
height = size . height () * float ( y1 - y0 )
+
x0_resized = size . width () * float ( x0 )
+
y0_resized = size . height () * float ( y0 )
+
+
self . box_widget = QGraphicsRectItem (
+
x0_resized , y0_resized , width , height
+
)
+
self . graphics_scene . addItem ( self . box_widget )
+
self . graphics_view . sizeChanged . connect ( self . resize_rectangle )
+
+
layout = QGridLayout ()
+
layout . addWidget ( self . fig_label , 0 , 0 )
+
layout . addWidget ( self . fig_edit , 0 , 1 )
+
layout . addWidget ( self . x0_label , 1 , 0 )
+
layout . addWidget ( self . x0_edit , 1 , 1 )
+
layout . addWidget ( self . y0_label , 2 , 0 )
+
layout . addWidget ( self . y0_edit , 2 , 1 )
+
layout . addWidget ( self . x1_label , 3 , 0 )
+
layout . addWidget ( self . x1_edit , 3 , 1 )
+
layout . addWidget ( self . y1_label , 4 , 0 )
+
layout . addWidget ( self . y1_edit , 4 , 1 )
+
+
layout . addWidget ( self . graphics_view , 1 , 2 , 4 , 4 )
+
+
for w in [ self . x0_edit , self . y0_edit , self . x1_edit , self . y1_edit ]:
+
w . textChanged . connect (
+
lambda s : self . resize_rectangle ( self . graphics_view . size ())
+
)
+
+
self . setLayout ( layout )
+
+
+
[docs]
+
def resize_rectangle ( self , size ):
+
"""resize the rectangle after changes of the widget size"""
+
coords = [
+
self . x0_edit . text (),
+
self . y0_edit . text (),
+
self . x1_edit . text (),
+
self . y1_edit . text (),
+
]
+
if any ( not c for c in coords ):
+
return
+
x0 , y0 , x1 , y1 = map ( float , coords )
+
width = size . width () * float ( x1 - x0 )
+
height = size . height () * float ( y1 - y0 )
+
x0_resized = size . width () * float ( x0 )
+
y1_resized = size . height () * float ( 1.0 - y1 )
+
self . box_widget . setRect ( x0_resized , y1_resized , width , height )
+
+
+
+
[docs]
+
@staticmethod
+
def create_axes ( fig , x0 , y0 , x1 , y1 , ** kwargs ):
+
"""
+
Create an axes for the given `fig`
+
+
Parameters
+
----------
+
fig: int or None
+
The figure number. If None, a new figure number will be used
+
x0: float
+
the x-coordinate of the lower left corner (between 0 and 1)
+
y0: float
+
the y-coordinate of the lower left corner (between 0 and 1)
+
x1: float
+
the x-coordinate of the upper right corner (between 0 and 1)
+
y1: float
+
the y-coordinate of the upper right corner (between 0 and 1)
+
``**kwargs``
+
Any other keyword argument for the
+
:meth:`matplotlib.figure.Figure.add_axes` method
+
"""
+
if not isinstance ( fig , mpl . figure . Figure ):
+
import matplotlib.pyplot as plt
+
+
fig = plt . figure (
+
fig
+
or next (
+
num
+
for num in range ( 1 , 1000 )
+
if num not in plt . get_fignums ()
+
)
+
)
+
x1 = max ([ x0 , x1 ])
+
y1 = max ([ y0 , y1 ])
+
bbox = mpl . transforms . Bbox . from_extents ( x0 , y0 , x1 , y1 )
+
points = np . round ( bbox . get_points (), 5 )
+
for ax in fig . axes :
+
if ( np . round ( ax . get_position () . get_points (), 5 ) == points ) . all ():
+
return ax
+
return fig . add_axes ( bbox , ** kwargs )
+
+
+
+
[docs]
+
def get_iter ( self ):
+
"""Get the iterator over the axes"""
+
fig_text = self . fig_edit . text ()
+
if fig_text :
+
figs = repeat ( fig_text )
+
else :
+
import matplotlib.pyplot as plt
+
+
figs = map (
+
str ,
+
(
+
num
+
for num in range ( 1 , 1000 )
+
if num not in plt . get_fignums ()
+
),
+
)
+
left = self . x0_edit . text () or "0.125"
+
bottom = self . y0_edit . text () or "0.1"
+
width = self . x1_edit . text () or "0.9"
+
height = self . y1_edit . text () or "0.9"
+
return (
+
"( %s , %s , %s , %s , %s )" % ( fig , left , bottom , width , height )
+
for fig in figs
+
)
+
+
+
+
+
+
[docs]
+
class AxesSelector ( QWidget ):
+
"""Widget to select an already created axes
+
+
Click the button, select your axes and click the button again"""
+
+
def __init__ ( self , * args , ** kwargs ):
+
super ( AxesSelector , self ) . __init__ ( * args , ** kwargs )
+
self . bt_choose = QPushButton ( "Click to select axes" , self )
+
self . bt_choose . setCheckable ( True )
+
self . msg_label = QLabel ( "" , self )
+
+
self . result_label = QLabel ( "" , self )
+
+
self . layout = QVBoxLayout ()
+
self . layout . addWidget ( self . bt_choose )
+
self . layout . addWidget ( self . msg_label )
+
self . layout . addWidget ( self . result_label )
+
+
self . setLayout ( self . layout )
+
+
self . bt_choose . clicked . connect ( self . change_pickers )
+
+
+
[docs]
+
def change_pickers ( self , b ):
+
"""Change the pickers of the axes instances
+
+
If the push button is clicked, we replace the existing pickers of the
+
axes in order to select the plots. Otherwise we restore them"""
+
if self . bt_choose . isChecked ():
+
self . bt_choose . setText ( "Click when finished" )
+
self . msg_label . setText ( "Select an existing axes" )
+
self . result_label . setText ( "" )
+
self . allow_axes_select ()
+
else :
+
self . bt_choose . setText ( "Select an axes" )
+
self . msg_label . setText ( "" )
+
self . restore_pickers ()
+
+
+
+
[docs]
+
def unclick ( self ):
+
"""Restore the original pickers"""
+
if self . bt_choose . isChecked ():
+
self . bt_choose . click ()
+
+
+
+
[docs]
+
def allow_axes_select ( self ):
+
"""Replace make all axes pickable"""
+
import matplotlib.pyplot as plt
+
+
self . fig_events = d = {}
+
self . pickers = pickers = defaultdict ( dict )
+
for num in plt . get_fignums ():
+
fig = plt . figure ( num )
+
d [ num ] = fig . canvas . mpl_connect ( "pick_event" , self . get_picked_ax )
+
for ax in fig . axes :
+
pickers [ num ][ ax ] = ax . get_picker ()
+
ax . set_picker ( True )
+
+
+
+
[docs]
+
def restore_pickers ( self ):
+
"""Restore the original pickers of the existing axes instances"""
+
import matplotlib.pyplot as plt
+
+
for num , cid in self . fig_events . items ():
+
plt . figure ( num ) . canvas . mpl_disconnect ( cid )
+
for artist , picker in self . pickers [ num ] . items ():
+
artist . set_picker ( picker )
+
self . fig_events . clear ()
+
self . pickers . clear ()
+
+
+
+
[docs]
+
def get_picked_ax ( self , event ):
+
"""Function to be called when an axes is picked"""
+
try :
+
ax = event . artist . axes
+
except AttributeError :
+
ax = event . artist . get_axes ()
+
text = self . result_label . text ()
+
if text :
+
text += ";;"
+
self . result_label . setText ( text + self . inspect_axes ( ax ))
+
+
+
+
[docs]
+
def inspect_axes ( self , ax ):
+
"""Inspect the given axes and get the right string for making a plot
+
with it"""
+
from matplotlib.axes import SubplotBase
+
+
if isinstance ( ax , SubplotBase ):
+
ss = ax . get_subplotspec ()
+
gs = ss . get_gridspec ()
+
rows , cols = gs . get_geometry ()
+
return "( %i , %i , %i , %i , %i )" % (
+
ax . get_figure () . number ,
+
rows ,
+
cols ,
+
ss . num1 + 1 ,
+
( ss . num2 or ss . num1 ) + 1 ,
+
)
+
else :
+
box = ax . get_position ()
+
points = np . round ( box . get_points () . ravel (), 5 ) . tolist ()
+
return "( %i , %1.5f , %1.5f , %1.5f , %1.5f )" % tuple (
+
[ ax . get_figure () . number ] + points
+
)
+
+
+
+
[docs]
+
def setVisible ( self , b ):
+
"""Reimplemented to restore the pickers if the widget is made invisible"""
+
super ( AxesSelector , self ) . setVisible ( b )
+
if not self . isVisible ():
+
self . unclick ()
+
+
+
+
[docs]
+
def close ( self ):
+
"""Reimplemented to restore the pickers if the widget is closed"""
+
self . unclick ()
+
return super ( AxesSelector , self ) . close ()
+
+
+
+
[docs]
+
def get_iter ( self ):
+
"""Get the iterator over the axes"""
+
return ( txt for txt in cycle ( self . result_label . text () . split ( ";;" )))
+
+
+
+
+
+
[docs]
+
class AxesCreatorCollection ( QDialog ):
+
"""Wrapper for a QToolBox that holds the different possibilities to select
+
an axes
+
+
When the user finished, the :attr:`okpressed` symbol is emitted with an
+
infinite iterator of strings. Possible widgets for the toolbox are
+
determined by the :attr:`widgets` attribute"""
+
+
#: signal that is emitted when the 'Ok' pushbutton is pressed and the user
+
#: finished the selection
+
okpressed = QtCore . pyqtSignal ( types . GeneratorType )
+
+
#: key, title and class fot the widget that is used to create an
+
#: axes
+
widgets = [
+
( "subplot" , "Subplot in a grid" , SubplotCreator ),
+
( "axes" , "Arbitray position" , AxesCreator ),
+
( "choose" , "Existing subplot" , AxesSelector ),
+
]
+
+
def __init__ ( self , key = None , func_kwargs = {}, * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
key: str or None
+
if string, it must be one of the keys in the :attr:`widgets`
+
attribute
+
func_kwargs: dict
+
a dictionary that is passed to the class constructor determined by
+
the `key` parameter if `key` is not None
+
``*args,**kwargs``
+
Determined by the QWidget class"""
+
super ( AxesCreatorCollection , self ) . __init__ ( * args , ** kwargs )
+
self . bt_cancel = QPushButton ( "Cancel" , self )
+
self . bt_ok = QPushButton ( "Ok" , self )
+
+
self . tb = QTabWidget ( self )
+
self . tb . setTabPosition ( QTabWidget . West )
+
current = 0
+
for i , ( func_name , title , cls ) in enumerate ( self . widgets ):
+
if func_name == key :
+
current = i
+
w = cls ( ** func_kwargs )
+
else :
+
w = cls ()
+
self . tb . addTab ( w , title )
+
+
self . tb . setCurrentIndex ( current )
+
+
self . bt_ok . clicked . connect ( self . create_subplot )
+
self . bt_ok . clicked . connect ( self . close )
+
self . bt_cancel . clicked . connect ( self . close )
+
+
layout = QVBoxLayout ()
+
layout . addWidget ( self . tb )
+
+
hbox = QHBoxLayout ()
+
hbox . addStretch ( 0 )
+
hbox . addWidget ( self . bt_cancel )
+
hbox . addWidget ( self . bt_ok )
+
layout . addLayout ( hbox )
+
+
self . setLayout ( layout )
+
+
+
[docs]
+
def create_subplot ( self ):
+
"""Method that is called whenn the ok button is pressed.
+
+
It emits the :attr:`okpressed` signal with the iterator of the current
+
widget in the toolbox"""
+
it = self . tb . currentWidget () . get_iter ()
+
self . okpressed . emit ( it )
+
+
+
+
[docs]
+
def close ( self ):
+
"""reimplemented to make sure that all widgets are closed when this one
+
is closed"""
+
for w in map ( self . tb . widget , range ( len ( self . widgets ))):
+
w . close ()
+
return super ( AxesCreatorCollection , self ) . close ()
+
+
+
+
+
+
[docs]
+
class PlotCreator ( QDialog ):
+
"""
+
Widget to extract data from a dataset and eventually create a plot"""
+
+
#: Tooltip for not making a plot
+
NO_PM_TT = "Choose a plot method (or choose none to only extract the data)"
+
+
_preset = None
+
+
_decoder = None
+
+
def __init__ ( self , * args , ** kwargs ):
+
self . help_explorer = kwargs . pop ( "help_explorer" , None )
+
super ( PlotCreator , self ) . __init__ ( * args , ** kwargs )
+
self . setAttribute ( Qt . WA_DeleteOnClose )
+
self . setWindowTitle ( "Create plots" )
+
self . error_msg = PyErrorMessage ( self )
+
mp = psy . gcp ( True )
+
+
self . splitter = splitter = QSplitter ( Qt . Vertical , parent = self )
+
self . w = w = QWidget ( self )
+
self . fmt_tree_widget = QWidget ( self )
+
+
# ---------------------------------------------------------------------
+
# -------------------------- children ---------------------------------
+
# ---------------------------------------------------------------------
+
+
self . ds_combo = QComboBox ( parent = w )
+
self . ds_combo . setToolTip ( "The data source to use the data from" )
+
self . fill_ds_combo ( mp )
+
self . bt_open_file = QToolButton ( parent = w )
+
self . bt_open_file . setIcon ( QIcon ( get_icon ( "run_arrow.png" )))
+
self . bt_open_file . setToolTip ( "Open a new dataset from the hard disk" )
+
self . bt_get_ds = LoadFromConsoleButton ( xarray . Dataset , parent = w )
+
self . bt_get_ds . setToolTip (
+
"Use a dataset already defined in the console"
+
)
+
+
self . pm_label = QLabel ( "Plot method: " , w )
+
self . pm_combo = QComboBox ( w )
+
self . fill_plot_method_combo ()
+
self . bt_load_preset = QPushButton ( "Preset" )
+
self . bt_load_preset . setEnabled ( False )
+
self . pm_info = QToolButton ( w )
+
self . pm_info . setIcon ( QIcon ( get_icon ( "info.png" )))
+
self . pm_info . setToolTip ( "Show information in the help explorer" )
+
+
self . variables_table = VariablesTable ( self . get_ds , parent = w )
+
self . variables_table . fill_from_ds ()
+
+
self . coords_table = CoordsTable ( self . get_ds , parent = w )
+
self . coords_table . fill_from_ds ()
+
+
self . array_table = ArrayTable ( self . get_ds , parent = w )
+
self . array_table . setup_from_ds ( plot_method = self . pm_combo . currentText ())
+
+
self . cbox_load = QCheckBox ( "load" )
+
self . cbox_load . setToolTip (
+
"Load the selected data arrays into memory when clicking on "
+
"<em>Ok</em>. Note that this might cause problems for large "
+
"arrays!"
+
)
+
+
self . cbox_close_popups = QCheckBox ( "close dropdowns" , w )
+
self . cbox_close_popups . setChecked ( True )
+
self . cbox_close_popups . setToolTip (
+
"Close drop down menues after selecting indices to plot"
+
)
+
self . cbox_use_coords = QCheckBox ( "show coordinates" , w )
+
self . cbox_use_coords . setChecked ( False )
+
self . cbox_use_coords . setToolTip (
+
"Show the real coordinates instead of the indices in the drop "
+
"down menues"
+
)
+
self . bt_remove_all = QToolButton ( w )
+
self . bt_remove_all . setIcon ( QIcon ( get_icon ( "minusminus.png" )))
+
self . bt_remove_all . setToolTip ( "Remove all arrays" )
+
self . bt_remove = QToolButton ( w )
+
self . bt_remove . setIcon ( QIcon ( get_icon ( "minus.png" )))
+
self . bt_remove . setToolTip ( "Remove selected arrays" )
+
self . bt_add = QToolButton ( w )
+
self . bt_add . setIcon ( QIcon ( get_icon ( "plus.png" )))
+
self . bt_add . setToolTip ( "Add arrays for the selected variables" )
+
self . bt_add_all = QToolButton ( w )
+
self . bt_add_all . setIcon ( QIcon ( get_icon ( "plusplus.png" )))
+
self . bt_add_all . setToolTip (
+
"Add arrays for all variables in the dataset"
+
)
+
+
self . rows_axis_label = QLabel ( "No. of rows" , w )
+
self . rows_axis_edit = QLineEdit ( w )
+
self . rows_axis_edit . setText ( "1" )
+
self . cols_axis_label = QLabel ( "No. sof columns" , w )
+
self . cols_axis_edit = QLineEdit ( w )
+
self . cols_axis_edit . setText ( "1" )
+
self . max_axis_label = QLabel ( "No. of axes per figure" , w )
+
self . max_axis_edit = QLineEdit ( w )
+
self . bt_add_axes = QPushButton ( "Add new subplots" , w )
+
self . bt_add_axes . setToolTip (
+
"Adds subplots for the selected arrays based the specified number "
+
"of rows and columns"
+
)
+
+
self . row_axis_label = QLabel ( "Row number:" , w )
+
self . row_axis_edit = QLineEdit ( w )
+
self . row_axis_edit . setText ( "1" )
+
self . col_axis_label = QLabel ( "Column number" , w )
+
self . col_axis_edit = QLineEdit ( w )
+
self . col_axis_edit . setText ( "1" )
+
self . bt_add_single_axes = QPushButton ( "Add one subplot" , w )
+
self . bt_add_single_axes . setToolTip (
+
"Add one subplot for the specified row and column"
+
)
+
+
self . fmt_tree_label = QLabel (
+
"Modify the formatoptions of the newly created plots."
+
"Values must be entered in yaml syntax" ,
+
parent = self . fmt_tree_widget ,
+
)
+
+
self . fmt_tree = RcParamsTree (
+
None , None , None , parent = self . fmt_tree_widget
+
)
+
self . fmt_tree . value_col = 3
+
self . fmt_tree . setColumnCount ( 4 )
+
self . fmt_tree . setHeaderLabels ([ "Formatoption" , "" , "" , "Value" ])
+
+
# ---------------------------------------------------------------------
+
# ---------------------------- connections ----------------------------
+
# ---------------------------------------------------------------------
+
+
# ----------------- dataset combo connections ------------------------
+
self . bt_open_file . clicked . connect ( lambda : self . open_dataset ())
+
self . bt_get_ds . object_loaded . connect ( self . add_new_ds )
+
self . ds_combo . currentIndexChanged [ int ] . connect ( self . set_ds )
+
+
self . ds_combo . currentIndexChanged [ int ] . connect (
+
lambda i : self . variables_table . fill_from_ds ()
+
)
+
self . ds_combo . currentIndexChanged [ int ] . connect (
+
lambda i : self . coords_table . fill_from_ds ()
+
)
+
self . ds_combo . currentIndexChanged [ int ] . connect (
+
lambda i : self . array_table . setup_from_ds ()
+
)
+
self . ds_combo . currentIndexChanged [ int ] . connect (
+
lambda i : self . connect_combo_boxes ()
+
)
+
+
# ------------------- plot method connections -------------------------
+
self . pm_combo . currentIndexChanged [ str ] . connect (
+
lambda s : (
+
self . pm_combo . setToolTip ( getattr ( psy . plot , s ) . _summary )
+
if s
+
else self . NO_PM_TT
+
)
+
)
+
self . pm_info . clicked . connect ( self . show_pm_info )
+
self . pm_combo . currentIndexChanged [ str ] . connect ( self . array_table . set_pm )
+
self . pm_combo . currentIndexChanged [ str ] . connect ( self . fill_fmt_tree )
+
+
# ------------------- preset button connections -----------------------
+
self . bt_load_preset . clicked . connect ( self . load_preset )
+
+
# --------------------- Combo box connections -------------------------
+
self . cbox_close_popups . clicked . connect ( self . toggle_close_popups )
+
self . cbox_use_coords . clicked . connect ( self . reset_comboboxes )
+
# connect leftclick of combo boxes to create new arrays or update the
+
# selected
+
self . connect_combo_boxes ()
+
+
# ----------------- add and remove button connections -----------------
+
self . bt_add . clicked . connect (
+
lambda b : self . insert_array (
+
variables = self . variables_table . selected_variables
+
)
+
)
+
self . bt_add_all . clicked . connect (
+
lambda b : self . insert_array (
+
variables = self . variables_table . variables
+
)
+
)
+
self . bt_remove_all . clicked . connect (
+
lambda b : self . array_table . remove_arrays ( False )
+
)
+
self . bt_remove . clicked . connect (
+
lambda b : self . array_table . remove_arrays ( True )
+
)
+
+
# ------------- axes creation connections -----------------------------
+
self . rows_axis_edit . returnPressed . connect ( self . bt_add_axes . click )
+
self . cols_axis_edit . returnPressed . connect ( self . bt_add_axes . click )
+
self . max_axis_edit . returnPressed . connect ( self . bt_add_axes . click )
+
self . bt_add_axes . clicked . connect ( self . setup_subplots )
+
self . row_axis_edit . returnPressed . connect ( self . bt_add_single_axes . click )
+
self . col_axis_edit . returnPressed . connect ( self . bt_add_single_axes . click )
+
self . bt_add_single_axes . clicked . connect ( self . setup_subplot )
+
+
# -------------------- create and cancel connections ------------------
+
self . bbox = bbox = QDialogButtonBox (
+
QDialogButtonBox . Ok | QDialogButtonBox . Cancel
+
)
+
bbox . accepted . connect ( self . create_plots )
+
bbox . rejected . connect ( self . reject )
+
+
# -------------------- other connections ------------------------------
+
# allow only to select either variables or newly created arrays in
+
# order to control the behaviour of the combo box left click in
+
# self.insert_array_from_combo
+
self . array_table . itemSelectionChanged . connect (
+
self . variables_table . clearSelection
+
)
+
self . variables_table . itemSelectionChanged . connect (
+
self . array_table . clearSelection
+
)
+
+
# ---------------------------------------------------------------------
+
# ---------------------------- layouts --------------------------------
+
# ---------------------------------------------------------------------
+
+
self . ds_box = QHBoxLayout ()
+
self . ds_box . addWidget ( self . ds_combo )
+
self . ds_box . addWidget ( self . bt_open_file )
+
self . ds_box . addWidget ( self . bt_get_ds )
+
+
self . pm_box = QHBoxLayout ()
+
self . pm_box . addStretch ( 0 )
+
self . pm_box . addWidget ( self . pm_label )
+
self . pm_box . addWidget ( self . pm_combo )
+
self . pm_box . addWidget ( self . bt_load_preset )
+
self . pm_box . addWidget ( self . pm_info )
+
+
self . tree_box = QHBoxLayout ()
+
self . tree_box . addStretch ( 0 )
+
self . tree_box . addWidget ( self . cbox_load )
+
self . tree_box . addWidget ( self . cbox_close_popups )
+
self . tree_box . addWidget ( self . cbox_use_coords )
+
self . tree_box . addWidget ( self . bt_remove_all )
+
self . tree_box . addWidget ( self . bt_remove )
+
self . tree_box . addWidget ( self . bt_add )
+
self . tree_box . addWidget ( self . bt_add_all )
+
+
self . axes_box = QGridLayout ()
+
self . axes_box . addWidget ( self . max_axis_label , 0 , 0 )
+
self . axes_box . addWidget ( self . max_axis_edit , 0 , 1 )
+
self . axes_box . addWidget ( self . rows_axis_label , 0 , 2 )
+
self . axes_box . addWidget ( self . rows_axis_edit , 0 , 3 )
+
self . axes_box . addWidget ( self . cols_axis_label , 0 , 4 )
+
self . axes_box . addWidget ( self . cols_axis_edit , 0 , 5 )
+
self . axes_box . addWidget ( self . bt_add_axes , 0 , 6 )
+
self . axes_box . addWidget ( self . row_axis_label , 1 , 2 )
+
self . axes_box . addWidget ( self . row_axis_edit , 1 , 3 )
+
self . axes_box . addWidget ( self . col_axis_label , 1 , 4 )
+
self . axes_box . addWidget ( self . col_axis_edit , 1 , 5 )
+
self . axes_box . addWidget ( self . bt_add_single_axes , 1 , 6 )
+
+
self . vbox = QVBoxLayout ()
+
self . vbox . addLayout ( self . ds_box )
+
self . vbox . addLayout ( self . pm_box )
+
self . vbox . addLayout ( self . tree_box )
+
self . vbox . addWidget ( self . variables_table )
+
self . vbox . addWidget ( self . coords_table )
+
self . vbox . addWidget ( self . array_table )
+
self . vbox . addLayout ( self . axes_box )
+
self . vbox . addWidget ( self . bbox )
+
+
w . setLayout ( self . vbox )
+
+
fmt_tree_layout = QVBoxLayout ()
+
fmt_tree_layout . addWidget ( self . fmt_tree_label )
+
fmt_tree_layout . addWidget ( self . fmt_tree )
+
self . fmt_tree_widget . setLayout ( fmt_tree_layout )
+
+
splitter . addWidget ( w )
+
+
splitter . addWidget ( self . fmt_tree_widget )
+
+
hbox = QHBoxLayout ( self )
+
hbox . addWidget ( splitter )
+
self . setLayout ( hbox )
+
self . fill_fmt_tree ( self . pm_combo . currentText ())
+
+
+
+
+
+
[docs]
+
def reset_comboboxes ( self ):
+
"""Clear all comboboxes"""
+
use_coords = self . cbox_use_coords . isChecked ()
+
for cb in self . coords_table . combo_boxes :
+
cb . use_coords = use_coords
+
cb . clear ()
+
cb . _is_empty = True
+
+
+
+
[docs]
+
def fill_fmt_tree ( self , pm ):
+
import psyplot.project as psy
+
+
self . fmt_tree . clear ()
+
if not pm :
+
self . fmt_tree_widget . setVisible ( False )
+
self . bt_load_preset . setEnabled ( False )
+
else :
+
pm = getattr ( psy . plot , pm )
+
plotter = pm . plotter_cls ()
+
if self . _preset :
+
plotter . update (
+
psy . Project . extract_fmts_from_preset ( self . _preset , pm )
+
)
+
self . fmt_tree . rc = plotter
+
self . fmt_tree . validators = {
+
key : getattr ( plotter , key ) . validate for key in plotter
+
}
+
self . fmt_tree . descriptions = {
+
key : getattr ( plotter , key ) . name for key in plotter
+
}
+
self . fmt_tree . initialize ()
+
icon = QIcon ( get_icon ( "info.png" ))
+
docs_funcs = {
+
key : partial ( plotter . show_docs , key ) for key in plotter
+
}
+
for item in self . fmt_tree . top_level_items :
+
key = item . text ( 0 )
+
bt = QToolButton ()
+
bt . setIcon ( icon )
+
bt . clicked . connect ( docs_funcs [ key ])
+
self . fmt_tree . setItemWidget ( item , 2 , bt )
+
self . fmt_tree . resizeColumnToContents ( 2 )
+
self . fmt_tree_widget . setVisible ( True )
+
self . bt_load_preset . setEnabled ( True )
+
+
+
+
[docs]
+
def setup_subplots ( self ):
+
"""Method to be emitted to setup the subplots for the selected arrays
+
on new figures"""
+
rows = int ( self . rows_axis_edit . text ())
+
cols = int ( self . cols_axis_edit . text ())
+
maxn = int ( self . max_axis_edit . text () or 0 )
+
self . array_table . add_subplots ( rows , cols , maxn )
+
+
+
+
[docs]
+
def setup_subplot ( self ):
+
"""Method to be emitted to setup one subplot at a specific location
+
for each of the selected arrays on separate (new) figures"""
+
rows = int ( self . rows_axis_edit . text ())
+
cols = int ( self . cols_axis_edit . text ())
+
row = int ( self . row_axis_edit . text ())
+
col = int ( self . col_axis_edit . text ())
+
self . array_table . add_single_subplot ( rows , cols , row , col )
+
+
+
+
[docs]
+
def show_pm_info ( self ):
+
"""Shows info on the current plotting method in the help explorer"""
+
if self . help_explorer is None :
+
return
+
pm_name = self . pm_combo . currentText ()
+
if pm_name :
+
self . help_explorer . show_help (
+
getattr ( psy . plot , pm_name ), "psyplot.project.plot." + pm_name
+
)
+
else :
+
self . help_explorer . show_rst (
+
"""
+
No plot
+
=======
+
No plot will be created, only the data is extracted""" ,
+
"no_plot" ,
+
)
+
+
+
+
[docs]
+
def connect_combo_boxes ( self ):
+
for cb in self . coords_table . combo_boxes :
+
cb . leftclick . connect ( self . insert_array_from_combo )
+
+
+
+
[docs]
+
def fill_plot_method_combo ( self ):
+
"""Takes the names of the plotting methods in the current project"""
+
self . pm_combo . addItems ([ "" ] + sorted ( psy . plot . _plot_methods ))
+
self . pm_combo . setToolTip ( self . NO_PM_TT )
+
+
+
+
[docs]
+
def set_pm ( self , plot_method ):
+
self . pm_combo . setCurrentIndex (
+
self . pm_combo . findText ( plot_method or "" )
+
)
+
+
+
+
[docs]
+
def create_plots ( self ):
+
"""Method to be called when the `Create plot` button is pressed
+
+
This method reads the data from the :attr:`array_table` attribute and
+
makes the plot (or extracts the data) based upon the
+
:attr:`plot_method` attribute"""
+
import matplotlib.pyplot as plt
+
+
names = self . array_table . arr_names_dict
+
pm = self . pm_combo . currentText ()
+
if pm :
+
pm = getattr ( psy . plot , pm )
+
for d , ( default_dim , default_slice ) in product (
+
six . itervalues ( names ), six . iteritems ( pm . _default_dims )
+
):
+
d . setdefault ( default_dim , default_slice )
+
kwargs = {
+
"ax" : self . array_table . axes ,
+
"fmt" : { t [ 1 ]: t [ 2 ] for t in self . fmt_tree . _get_rc ()},
+
}
+
else :
+
pm = self . open_data
+
kwargs = {}
+
fig_nums = plt . get_fignums ()[:]
+
try :
+
pm (
+
self . ds ,
+
arr_names = names ,
+
load = self . cbox_load . isChecked (),
+
decoder = self . _decoder ,
+
** kwargs ,
+
)
+
except Exception :
+
for num in set ( plt . get_fignums ()) . difference ( fig_nums ):
+
plt . close ( num )
+
self . error_msg . showTraceback ( "<b>Failed to create the plots!</b>" )
+
logger . debug (
+
"Error while creating the plots with %s !" , names , exc_info = True
+
)
+
else :
+
self . close ()
+
+
+
+
[docs]
+
def load_preset ( self ):
+
"""Load a preset file"""
+
fname , ok = QFileDialog . getOpenFileName (
+
self ,
+
"Load preset" ,
+
os . path . join ( get_configdir (), "presets" ),
+
"YAML files (*.yml *.yaml);;" "All files (*)" ,
+
)
+
if ok :
+
self . set_preset ( fname )
+
+
+
+
[docs]
+
def open_dataset ( self , fnames = None , * args , ** kwargs ):
+
"""Opens a file dialog and the dataset that has been inserted"""
+
+
def open_ds ():
+
if len ( fnames ) == 1 :
+
kwargs . pop ( "concat_dim" , None )
+
return psy . open_dataset ( fnames [ 0 ], * args , ** kwargs )
+
else :
+
return psy . open_mfdataset ( fnames , * args , ** kwargs )
+
+
if fnames is None :
+
fnames = QFileDialog . getOpenFileNames (
+
self ,
+
"Open dataset" ,
+
os . getcwd (),
+
"NetCDF files (*.nc *.nc4);;"
+
"Shape files (*.shp);;"
+
"All files (*)" ,
+
)
+
if with_qt5 : # the filter is passed as well
+
fnames = fnames [ 0 ]
+
if isinstance ( fnames , xarray . Dataset ):
+
ds = fnames
+
self . add_new_ds ( "ds" , ds )
+
elif not fnames :
+
return
+
else :
+
try :
+
ds = open_ds ()
+
except Exception :
+
kwargs [ "decode_times" ] = False
+
try :
+
ds = open_ds ()
+
except Exception :
+
self . error_msg . showTraceback (
+
"<b>Could not open dataset %s </b>" % ( fnames ,)
+
)
+
return
+
fnames_str = ", " . join ( fnames )
+
self . add_new_ds ( fnames_str , ds , fnames_str )
+
+
+
+
[docs]
+
def set_preset ( self , preset ):
+
import psyplot.project as psy
+
+
self . _preset = psy . Project . _load_preset ( preset )
+
if self . fmt_tree_widget . isVisible ():
+
self . fill_fmt_tree ( self . pm_combo . currentText ())
+
+
+
+
[docs]
+
def set_decoder ( self , decoder ):
+
"""Set the decoder for the new plots."""
+
self . _decoder = decoder
+
+
+
+
[docs]
+
def add_new_ds ( self , oname , ds , fname = None ):
+
d = { "ds" : ds }
+
if fname :
+
d [ "fname" ] = fname
+
self . ds_descs . insert ( 0 , d )
+
self . ds_combo . insertItem ( 0 , "New: " + oname )
+
self . ds_combo . setCurrentIndex ( 0 )
+
+
+
+
[docs]
+
def set_ds ( self , i ):
+
"""Set the current dataset"""
+
self . ds = self . ds_descs [ i ][ "ds" ]
+
+
+
+
[docs]
+
def fill_ds_combo ( self , project ):
+
"""fill the dataset combobox with datasets of the current main project"""
+
self . ds_combo . clear ()
+
self . ds_combo . setInsertPolicy ( QComboBox . InsertAtBottom )
+
ds_descs = project . _get_ds_descriptions (
+
project . array_info ( ds_description = "all" )
+
)
+
self . ds_combo . addItems (
+
[
+
" %i : %s " % ( i , ds_desc [ "fname" ])
+
for i , ds_desc in six . iteritems ( ds_descs )
+
]
+
)
+
self . ds_descs = list ( ds_descs . values ())
+
if len ( self . ds_descs ):
+
self . set_ds ( 0 )
+
+
+
+
[docs]
+
def insert_array_from_combo ( self , cb , variables = None ):
+
"""Insert new arrays into the dataset when the combobox is left-clicked"""
+
if variables is None :
+
variables = self . variables_table . selected_variables
+
dims = {}
+
for other_cb in self . coords_table . combo_boxes :
+
ind = other_cb . currentIndex ()
+
dims [ other_cb . dim ] = str (( ind - 1 ) if ind not in [ - 1 , 0 ] else "" )
+
dim = cb . dim
+
inserts = list (
+
str ( ind . row () - 1 )
+
for ind in cb . view () . selectionModel () . selectedIndexes ()
+
if ind . row () > 0
+
)
+
dims . pop ( dim )
+
for name , val in product ( variables , inserts ):
+
dims [ dim ] = val
+
self . array_table . insert_array ( name , check = False , ** dims )
+
if len ( inserts ) > 1 :
+
inserts = " %s : %s " % ( min ( inserts ), max ( inserts ))
+
elif inserts :
+
inserts = inserts [ 0 ]
+
else :
+
return
+
self . array_table . update_selected ( check = False , dims = { dim : inserts })
+
self . array_table . check_arrays ()
+
+
+
+
[docs]
+
def insert_array ( self , variables = None ):
+
"""Inserts an array for the given variables (or the ones selected in
+
the :attr:`variable_table` if `variables` is None)
+
"""
+
if variables is None :
+
variables = self . variables_table . selected_variables
+
dims = {}
+
for other_cb in self . coords_table . combo_boxes :
+
ind = other_cb . currentIndex ()
+
dims [ other_cb . dim ] = str (( ind - 1 ) if ind not in [ - 1 , 0 ] else "" )
+
for name in variables :
+
self . array_table . insert_array ( name , check = False , ** dims )
+
self . array_table . check_arrays ()
+
+
+
+
[docs]
+
def get_ds ( self , i = None ):
+
"""Get the dataset
+
+
Parameters
+
----------
+
i: int or None
+
If None, the dataset of the current index in the `ds_combo` is
+
returned. Otherwise it specifies the locdation of the dictionary in
+
the :attr:`ds_descs` attribute
+
+
Returns
+
-------
+
xarray.Dataset
+
The requested dataset"""
+
if i is None :
+
i = self . ds_combo . currentIndex ()
+
if not len ( self . ds_descs ):
+
return
+
return self . ds_descs [ i ][ "ds" ]
+
+
+
+
[docs]
+
def close ( self , * args , ** kwargs ):
+
"""Reimplemented to make sure that the data sets are deleted"""
+
super ( PlotCreator , self ) . close ( * args , ** kwargs )
+
if hasattr ( self , "ds_descs" ):
+
del self . ds_descs
+
+
+
+
[docs]
+
def open_data ( self , * args , ** kwargs ):
+
"""Convenience method to create a sub project without a plotter
+
+
This method is used when the :attr:`pm_combo` is empty"""
+
p = psy . Project . from_dataset ( * args , main = psy . gcp ( True ), ** kwargs )
+
psy . scp ( p )
+
+
+
+
[docs]
+
def switch2ds ( self , ds ):
+
"""Switch to the given dataset
+
+
Parameters
+
----------
+
ds: xarray.Dataset
+
The dataset to use. It is assumed that this dataset is already
+
in the dataset combobox"""
+
for i , desc in enumerate ( self . ds_descs ):
+
if desc [ "ds" ] is ds :
+
self . ds_combo . setCurrentIndex ( i )
+
return
+
+
+
+
[docs]
+
def keyPressEvent ( self , e ):
+
"""Reimplemented to close the window when escape is hitted"""
+
if e . key () == QtCore . Qt . Key_Escape :
+
self . close ()
+
else :
+
super ( PlotCreator , self ) . keyPressEvent ( e )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/preferences.html b/_modules/psyplot_gui/preferences.html
new file mode 100644
index 0000000..a8e1426
--- /dev/null
+++ b/_modules/psyplot_gui/preferences.html
@@ -0,0 +1,1092 @@
+
+
+
+
+
+ psyplot_gui.preferences — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.preferences
+"""Preferences widget for psyplot_gui
+
+This module defines the :class:`Preferences` widget that creates an interface
+to the rcParams of psyplot and psyplot_gui"""
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+from warnings import warn
+
+import yaml
+from psyplot.config.rcsetup import RcParams , psyplot_fname
+from psyplot.config.rcsetup import rcParams as psy_rcParams
+
+from psyplot_gui import rcParams as rcParams
+from psyplot_gui.common import get_icon
+from psyplot_gui.compat.qtcompat import (
+ QAbstractItemView ,
+ QAction ,
+ QDialog ,
+ QDialogButtonBox ,
+ QFileDialog ,
+ QHBoxLayout ,
+ QIcon ,
+ QLabel ,
+ QListView ,
+ QListWidget ,
+ QListWidgetItem ,
+ QMenu ,
+ QPushButton ,
+ QScrollArea ,
+ QSplitter ,
+ QStackedWidget ,
+ Qt ,
+ QtCore ,
+ QTextEdit ,
+ QtGui ,
+ QToolButton ,
+ QTreeWidget ,
+ QTreeWidgetItem ,
+ QVBoxLayout ,
+ QWidget ,
+ asstring ,
+ with_qt5 ,
+)
+
+
+
+
[docs]
+
class ConfigPage ( object ):
+
"""An abstract base class for configuration pages"""
+
+
#: A signal that shall be emitted if the validation state changes
+
validChanged = QtCore . pyqtSignal ( bool )
+
+
#: A signal that is emitted if changes are propsed. The signal should be
+
#: emitted with the instance of the page itself
+
propose_changes = QtCore . pyqtSignal ( object )
+
+
#: The title for the config page
+
title = None
+
+
#: The icon of the page
+
icon = None
+
+
#: :class:`bool` that is True, if the changes in this ConfigPage are set
+
#: immediately
+
auto_updates = False
+
+
@property
+
def is_valid ( self ):
+
"""Check whether the page is valid"""
+
raise NotImplementedError
+
+
@property
+
def changed ( self ):
+
"""Check whether the preferences will change"""
+
raise NotImplementedError
+
+
+
[docs]
+
def initialize ( self ):
+
"""Initialize the page"""
+
raise NotImplementedError
+
+
+
+
[docs]
+
def apply_changes ( self ):
+
"""Apply the planned changes"""
+
raise NotImplementedError
+
+
+
+
+
+
[docs]
+
class RcParamsTree ( QTreeWidget ):
+
"""A QTreeWidget that can be used to display a RcParams instance
+
+
This widget is populated by a :class:`psyplot.config.rcsetup.RcParams`
+
instance and displays whether the values are valid or not"""
+
+
#: A signal that shall be emitted if the validation state changes
+
validChanged = QtCore . pyqtSignal ( bool )
+
+
#: A signal that is emitted if changes are propsed. It is either emitted
+
#: with the parent of this instance (if this is not None) or with the
+
#: instance itself
+
propose_changes = QtCore . pyqtSignal ( object )
+
+
#: The :class:`~psyplot.config.rcsetup.RcParams` to display
+
rc = None
+
+
#: list of :class:`bool`. A boolean for each rcParams key that states
+
#: whether the proposed value is valid or not
+
valid = []
+
+
value_col = 2
+
+
def __init__ ( self , rcParams , validators , descriptions , * args , ** kwargs ):
+
"""
+
Parameters
+
----------
+
rcParams: dict
+
The dictionary that contains the rcParams
+
validators: dict
+
A mapping from the `rcParams` key to the validation function for
+
the corresponding value
+
descriptions: dict
+
A mapping from the `rcParams` key to it's description
+
+
See Also
+
--------
+
psyplot.config.rcsetup.RcParams
+
psyplot.config.rcsetup.RcParams.validate
+
psyplot.config.rcsetup.RcParams.descriptions
+
"""
+
super ( RcParamsTree , self ) . __init__ ( * args , ** kwargs )
+
self . rc = rcParams
+
self . validators = validators
+
self . descriptions = descriptions
+
self . setContextMenuPolicy ( Qt . CustomContextMenu )
+
self . customContextMenuRequested . connect ( self . open_menu )
+
self . setColumnCount ( self . value_col + 1 )
+
self . setHeaderLabels ([ "RcParams key" , "" , "Value" ])
+
+
@property
+
def is_valid ( self ):
+
"""True if all the proposed values in this tree are valid"""
+
return all ( self . valid )
+
+
@property
+
def top_level_items ( self ):
+
"""An iterator over the topLevelItems in this tree"""
+
return map ( self . topLevelItem , range ( self . topLevelItemCount ()))
+
+
+
[docs]
+
def initialize ( self ):
+
"""Fill the items of the :attr:`rc` into the tree"""
+
rcParams = self . rc
+
descriptions = self . descriptions
+
self . valid = [ True ] * len ( rcParams )
+
validators = self . validators
+
vcol = self . value_col
+
for i , ( key , val ) in enumerate ( sorted ( rcParams . items ())):
+
item = QTreeWidgetItem ( 0 )
+
item . setText ( 0 , key )
+
item . setToolTip ( 0 , key )
+
item . setIcon ( 1 , QIcon ( get_icon ( "valid.png" )))
+
desc = descriptions . get ( key )
+
if desc :
+
item . setText ( vcol , desc )
+
item . setToolTip ( vcol , desc )
+
child = QTreeWidgetItem ( 0 )
+
item . addChild ( child )
+
self . addTopLevelItem ( item )
+
editor = QTextEdit ( self )
+
# set maximal height of the editor to 3 rows
+
editor . setMaximumHeight (
+
4 * QtGui . QFontMetrics ( editor . font ()) . height ()
+
)
+
editor . setPlainText ( yaml . dump ( val ))
+
self . setItemWidget ( child , vcol , editor )
+
editor . textChanged . connect (
+
self . set_icon_func ( i , item , validators [ key ])
+
)
+
self . resizeColumnToContents ( 0 )
+
self . resizeColumnToContents ( 1 )
+
+
+
+
[docs]
+
def set_icon_func ( self , i , item , validator ):
+
"""Create a function to change the icon of one topLevelItem
+
+
This method creates a function that can be called when the value of an
+
item changes to display it's valid state. The returned function changes
+
the icon of the given topLevelItem depending on
+
whether the proposed changes are valid or not and it modifies the
+
:attr:`valid` attribute accordingly
+
+
Parameters
+
----------
+
i: int
+
The index of the topLevelItem
+
item: QTreeWidgetItem
+
The topLevelItem
+
validator: func
+
The validation function
+
+
Returns
+
-------
+
function
+
The function that can be called to set the correct icon"""
+
+
def func ():
+
editor = self . itemWidget ( item . child ( 0 ), self . value_col )
+
s = asstring ( editor . toPlainText ())
+
try :
+
val = yaml . load ( s , Loader = yaml . Loader )
+
except Exception as e :
+
item . setIcon ( 1 , QIcon ( get_icon ( "warning.png" )))
+
item . setToolTip ( 1 , "Could not parse yaml code: %s " % e )
+
self . set_valid ( i , False )
+
return
+
try :
+
validator ( val )
+
except Exception as e :
+
item . setIcon ( 1 , QIcon ( get_icon ( "invalid.png" )))
+
item . setToolTip ( 1 , "Wrong value: %s " % e )
+
self . set_valid ( i , False )
+
else :
+
item . setIcon ( 1 , QIcon ( get_icon ( "valid.png" )))
+
self . set_valid ( i , True )
+
self . propose_changes . emit ( self . parent () or self )
+
+
return func
+
+
+
+
[docs]
+
def set_valid ( self , i , b ):
+
"""Set the validation status
+
+
If the validation status changed compared to the old one, the
+
:attr:`validChanged` signal is emitted
+
+
Parameters
+
----------
+
i: int
+
The index of the topLevelItem
+
b: bool
+
The valid state of the item
+
"""
+
old = self . is_valid
+
self . valid [ i ] = b
+
new = self . is_valid
+
if new is not old :
+
self . validChanged . emit ( new )
+
+
+
+
+
+
+
[docs]
+
def changed_rc ( self , use_items = False ):
+
"""Iterate over the changed rcParams
+
+
Parameters
+
----------
+
use_items: bool
+
If True, the topLevelItems are used instead of the keys
+
+
Yields
+
------
+
QTreeWidgetItem or str
+
The item identifier
+
object
+
The proposed value"""
+
+
def equals ( item , key , val , orig ):
+
return val != orig
+
+
for t in self . _get_rc ( equals ):
+
yield t [ 0 if use_items else 1 ], t [ 2 ]
+
+
+
+
[docs]
+
def selected_rc ( self , use_items = False ):
+
"""Iterate over the selected rcParams
+
+
Parameters
+
----------
+
use_items: bool
+
If True, the topLevelItems are used instead of the keys
+
+
Yields
+
------
+
QTreeWidgetItem or str
+
The item identifier
+
object
+
The proposed value"""
+
+
def is_selected ( item , key , val , orig ):
+
return item . isSelected ()
+
+
for t in self . _get_rc ( is_selected ):
+
yield t [ 0 if use_items else 1 ], t [ 2 ]
+
+
+
def _get_rc ( self , filter_func = None ):
+
"""Iterate over the rcParams
+
+
This function applies the given `filter_func` to check whether the
+
item should be included or not
+
+
Parameters
+
----------
+
filter_func: function
+
A function that accepts the following arguments:
+
+
item
+
The QTreeWidgetItem
+
key
+
The rcParams key
+
val
+
The proposed value
+
orig
+
The current value
+
+
Yields
+
------
+
QTreeWidgetItem
+
The corresponding topLevelItem
+
str
+
The rcParams key
+
object
+
The proposed value
+
object
+
The current value
+
"""
+
+
def no_check ( item , key , val , orig ):
+
return True
+
+
rc = self . rc
+
filter_func = filter_func or no_check
+
for item in self . top_level_items :
+
key = asstring ( item . text ( 0 ))
+
editor = self . itemWidget ( item . child ( 0 ), self . value_col )
+
val = yaml . load ( asstring ( editor . toPlainText ()), Loader = yaml . Loader )
+
try :
+
val = rc . validate [ key ]( val )
+
except Exception :
+
pass
+
try :
+
include = filter_func ( item , key , val , rc [ key ])
+
except Exception :
+
warn ( "Could not check state for %s key" % key , RuntimeWarning )
+
else :
+
if include :
+
yield ( item , key , val , rc [ key ])
+
+
+
[docs]
+
def apply_changes ( self ):
+
"""Update the :attr:`rc` with the proposed changes"""
+
new = dict ( self . changed_rc ())
+
if new != self . rc :
+
self . rc . update ( new )
+
+
+
+
[docs]
+
def select_changes ( self ):
+
"""Select all the items that changed comparing to the current rcParams"""
+
for item , val in self . changed_rc ( True ):
+
item . setSelected ( True )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
[docs]
+
class Prefences ( QDialog ):
+
"""Preferences dialog"""
+
+
@property
+
def bt_apply ( self ):
+
return self . bbox . button ( QDialogButtonBox . Apply )
+
+
@property
+
def pages ( self ):
+
return map ( self . get_page , range ( self . pages_widget . count ()))
+
+
def __init__ ( self , main = None ):
+
super ( Prefences , self ) . __init__ ( parent = main )
+
self . setWindowTitle ( "Preferences" )
+
+
# Widgets
+
self . pages_widget = QStackedWidget ()
+
self . contents_widget = QListWidget ()
+
self . bt_reset = QPushButton ( "Reset to defaults" )
+
self . bt_load_plugins = QPushButton ( "Load plugin pages" )
+
self . bt_load_plugins . setToolTip (
+
"Load the rcParams for the plugins in separate pages"
+
)
+
+
self . bbox = bbox = QDialogButtonBox (
+
QDialogButtonBox . Ok
+
| QDialogButtonBox . Apply
+
| QDialogButtonBox . Cancel
+
)
+
+
# Widgets setup
+
# Destroying the C++ object right after closing the dialog box,
+
# otherwise it may be garbage-collected in another QThread
+
# (e.g. the editor's analysis thread in Spyder), thus leading to
+
# a segmentation fault on UNIX or an application crash on Windows
+
self . setAttribute ( Qt . WA_DeleteOnClose )
+
self . setWindowTitle ( "Preferences" )
+
self . contents_widget . setMovement ( QListView . Static )
+
self . contents_widget . setSpacing ( 1 )
+
self . contents_widget . setCurrentRow ( 0 )
+
+
# Layout
+
hsplitter = QSplitter ()
+
hsplitter . addWidget ( self . contents_widget )
+
hsplitter . addWidget ( self . pages_widget )
+
hsplitter . setStretchFactor ( 1 , 1 )
+
+
btnlayout = QHBoxLayout ()
+
btnlayout . addWidget ( self . bt_reset )
+
btnlayout . addWidget ( self . bt_load_plugins )
+
btnlayout . addStretch ( 1 )
+
btnlayout . addWidget ( bbox )
+
+
vlayout = QVBoxLayout ()
+
vlayout . addWidget ( hsplitter )
+
vlayout . addLayout ( btnlayout )
+
+
self . setLayout ( vlayout )
+
+
# Signals and slots
+
if main is not None :
+
self . bt_reset . clicked . connect ( main . reset_rcParams )
+
self . bt_load_plugins . clicked . connect ( self . load_plugin_pages )
+
self . pages_widget . currentChanged . connect ( self . current_page_changed )
+
self . contents_widget . currentRowChanged . connect (
+
self . pages_widget . setCurrentIndex
+
)
+
bbox . accepted . connect ( self . accept )
+
bbox . rejected . connect ( self . reject )
+
self . bt_apply . clicked . connect ( self . apply_clicked )
+
self . bt_apply . setEnabled ( False )
+
+
+
[docs]
+
def set_current_index ( self , index ):
+
"""Set current page index"""
+
self . contents_widget . setCurrentRow ( index )
+
+
+
+
[docs]
+
def current_page_changed ( self , index ):
+
configpage = self . get_page ( index )
+
self . bt_apply . setVisible ( not configpage . auto_updates )
+
self . check_changes ( configpage )
+
+
+
+
[docs]
+
def get_page ( self , index = None ):
+
"""Return page widget"""
+
if index is None :
+
widget = self . pages_widget . currentWidget ()
+
else :
+
widget = self . pages_widget . widget ( index )
+
return widget . widget ()
+
+
+
+
[docs]
+
def accept ( self ):
+
"""Reimplement Qt method"""
+
for configpage in self . pages :
+
if not configpage . is_valid :
+
continue
+
configpage . apply_changes ()
+
QDialog . accept ( self )
+
+
+
+
[docs]
+
def apply_clicked ( self ):
+
# Apply button was clicked
+
configpage = self . get_page ()
+
if configpage . is_valid :
+
configpage . apply_changes ()
+
self . check_changes ( configpage )
+
+
+
+
[docs]
+
def add_page ( self , widget ):
+
"""Add a new page to the preferences dialog
+
+
Parameters
+
----------
+
widget: ConfigPage
+
The page to add"""
+
widget . validChanged . connect ( self . bt_apply . setEnabled )
+
widget . validChanged . connect (
+
self . bbox . button ( QDialogButtonBox . Ok ) . setEnabled
+
)
+
scrollarea = QScrollArea ( self )
+
scrollarea . setWidgetResizable ( True )
+
scrollarea . setWidget ( widget )
+
self . pages_widget . addWidget ( scrollarea )
+
item = QListWidgetItem ( self . contents_widget )
+
try :
+
item . setIcon ( widget . icon )
+
except TypeError :
+
pass
+
item . setText ( widget . title )
+
item . setFlags ( Qt . ItemIsSelectable | Qt . ItemIsEnabled )
+
item . setSizeHint ( QtCore . QSize ( 0 , 25 ))
+
widget . propose_changes . connect ( self . check_changes )
+
+
+
+
[docs]
+
def check_changes ( self , configpage ):
+
"""Enable the apply button if there are changes to the settings"""
+
if configpage != self . get_page ():
+
return
+
self . bt_apply . setEnabled (
+
not configpage . auto_updates
+
and configpage . is_valid
+
and configpage . changed
+
)
+
+
+
+
[docs]
+
def load_plugin_pages ( self ):
+
"""Load the rcParams for the plugins in separate pages"""
+
validators = psy_rcParams . validate
+
descriptions = psy_rcParams . descriptions
+
for ep in psy_rcParams . _load_plugin_entrypoints ():
+
plugin = ep . load ()
+
rc = getattr ( plugin , "rcParams" , None )
+
if rc is None :
+
rc = RcParams ()
+
w = RcParamsWidget ( parent = self )
+
w . title = "rcParams of " + ep . module
+
w . default_path = PsyRcParamsWidget . default_path
+
w . initialize (
+
rcParams = rc , validators = validators , descriptions = descriptions
+
)
+
# use the full rcParams after initialization
+
w . rc = psy_rcParams
+
self . add_page ( w )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_modules/psyplot_gui/sphinx_supp/conf.html b/_modules/psyplot_gui/sphinx_supp/conf.html
new file mode 100644
index 0000000..8066ecc
--- /dev/null
+++ b/_modules/psyplot_gui/sphinx_supp/conf.html
@@ -0,0 +1,461 @@
+
+
+
+
+
+ psyplot_gui.sphinx_supp.conf — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Source code for psyplot_gui.sphinx_supp.conf
+# -*- coding: utf-8 -*-
+#
+# psyplot documentation build configuration file, created by
+# sphinx-quickstart on Mon Jul 20 18:01:33 2015.
+#
+# This file is execfile()d with the current directory set to its
+# containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
+# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
+# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: LGPL-3.0-only
+
+import re
+import sys
+from itertools import product
+
+import psyplot_gui
+
+# -- General configuration ------------------------------------------------
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+ "sphinx.ext.autosummary" ,
+ "sphinx.ext.todo" ,
+ "sphinx.ext.viewcode" ,
+ "psyplot.sphinxext.extended_napoleon" ,
+]
+
+if psyplot_gui . rcParams [ "help_explorer.use_intersphinx" ] is None :
+ if sys . platform . startswith ( "win" ):
+ use_intersphinx = False
+ else :
+ use_intersphinx = psyplot_gui . rcParams [ "help_explorer.online" ]
+else :
+ use_intersphinx = psyplot_gui . rcParams [ "help_explorer.use_intersphinx" ]
+
+if use_intersphinx :
+ extensions . append ( "sphinx.ext.intersphinx" )
+del use_intersphinx
+
+autodoc_default_options = { "show_inheritance" : True }
+
+try :
+ import autodocsumm # noqa: F401
+except ImportError :
+ pass
+else :
+ extensions . append ( "autodocsumm" )
+ autodoc_default_options [ "autosummary" ] = True
+ not_document_data = [
+ "psyplot.config.rcsetup.defaultParams" ,
+ "psyplot.config.rcsetup.rcParams" ,
+ ]
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = [ "_templates" ]
+
+napoleon_use_admonition_for_examples = True
+
+# The suffix(es) of source filenames.
+# You can specify multiple suffix as a list of string:
+source_suffix = ".rst"
+
+# The encoding of source files.
+# source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = "psyplot"
+
+autoclass_content = "both"
+
+# General information about the project.
+project = "psyplot Help"
+copyright = psyplot_gui . __copyright__
+author = psyplot_gui . __author__
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = re . match ( r "\d+\.\d+\.\d+" , psyplot_gui . __version__ ) . group ()
+# The full version, including alpha/beta/rc tags.
+release = psyplot_gui . __version__
+#
+# This is also used if you do content translation via gettext catalogs.
+# Usually you set "language" from the command line for these cases.
+language = None
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = [ "_build" ]
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = "sphinx"
+
+
+# -- Options for HTML output ----------------------------------------------
+
+# The theme to use for HTML and HTML Help pages. See the documentation for
+# a list of builtin themes.
+html_theme = "sphinx_rtd_theme"
+html_theme_options = {
+ "prev_next_buttons_location" : None ,
+ "collapse_navigation" : False ,
+}
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = [ "_static" ]
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = "psyplotdoc"
+
+# Example configuration for intersphinx: refer to the Python standard library.
+intersphinx_mapping = {
+ "pandas" : ( "https://pandas.pydata.org/pandas-docs/stable/" , None ),
+ "numpy" : ( "https://numpy.org/doc/stable/" , None ),
+ "matplotlib" : ( "https://matplotlib.org/" , None ),
+ "sphinx" : ( "https://www.sphinx-doc.org/en/master/" , None ),
+ "xarray" : ( "https://xarray.pydata.org/en/stable/" , None ),
+ "cartopy" : ( "https://scitools.org.uk/cartopy/docs/latest/" , None ),
+ "psyplot" : ( "https://psyplot.github.io/psyplot/" , None ),
+ "psyplot_gui" : ( "https://psyplot.github.io/psyplot-gui/" , None ),
+ "psy_maps" : ( "https://psyplot.github.io/psy-maps/" , None ),
+ "psy_simple" : ( "https://psyplot.github.io/psy-simple/" , None ),
+ "psy_view" : ( "https://psyplot.github.io/psy-view/" , None ),
+ "psy_reg" : ( "https://psyplot.github.io/psy-reg/" , None ),
+ "python" : ( "https://docs.python.org/3/" , None ),
+}
+
+replacements = {
+ "`psyplot.rcParams`" : "`~psyplot.config.rcsetup.rcParams`" ,
+ "`psyplot.InteractiveList`" : "`~psyplot.data.InteractiveList`" ,
+ "`psyplot.InteractiveArray`" : "`~psyplot.data.InteractiveArray`" ,
+ "`psyplot.open_dataset`" : "`~psyplot.data.open_dataset`" ,
+ "`psyplot.open_mfdataset`" : "`~psyplot.data.open_mfdataset`" ,
+}
+
+
+
+
[docs]
+
def link_aliases ( app , what , name , obj , options , lines ):
+
for ( key , val ), ( i , line ) in product (
+
replacements . items (), enumerate ( lines )
+
):
+
lines [ i ] = line . replace ( key , val )
+
+
+
+
+
[docs]
+
def setup ( app ):
+
app . connect ( "autodoc-process-docstring" , link_aliases )
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/api.rst b/_sources/api.rst.txt
similarity index 100%
rename from docs/api.rst
rename to _sources/api.rst.txt
diff --git a/_sources/api/psyplot_gui.backend.rst.txt b/_sources/api/psyplot_gui.backend.rst.txt
new file mode 100644
index 0000000..3bf705a
--- /dev/null
+++ b/_sources/api/psyplot_gui.backend.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.backend
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.common.rst.txt b/_sources/api/psyplot_gui.common.rst.txt
new file mode 100644
index 0000000..07cf1f4
--- /dev/null
+++ b/_sources/api/psyplot_gui.common.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.common
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.compat.qtcompat.rst.txt b/_sources/api/psyplot_gui.compat.qtcompat.rst.txt
new file mode 100644
index 0000000..b579295
--- /dev/null
+++ b/_sources/api/psyplot_gui.compat.qtcompat.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.compat.qtcompat
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.compat.rst.txt b/_sources/api/psyplot_gui.compat.rst.txt
new file mode 100644
index 0000000..9ae04a7
--- /dev/null
+++ b/_sources/api/psyplot_gui.compat.rst.txt
@@ -0,0 +1,15 @@
+psyplot\_gui.compat package
+===========================
+
+.. automodule:: psyplot_gui.compat
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+ :maxdepth: 4
+
+ psyplot_gui.compat.qtcompat
diff --git a/_sources/api/psyplot_gui.config.rcsetup.rst.txt b/_sources/api/psyplot_gui.config.rcsetup.rst.txt
new file mode 100644
index 0000000..78760c2
--- /dev/null
+++ b/_sources/api/psyplot_gui.config.rcsetup.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.config.rcsetup
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.config.rst.txt b/_sources/api/psyplot_gui.config.rst.txt
new file mode 100644
index 0000000..4e16143
--- /dev/null
+++ b/_sources/api/psyplot_gui.config.rst.txt
@@ -0,0 +1,15 @@
+psyplot\_gui.config package
+===========================
+
+.. automodule:: psyplot_gui.config
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+ :maxdepth: 4
+
+ psyplot_gui.config.rcsetup
diff --git a/_sources/api/psyplot_gui.console.rst.txt b/_sources/api/psyplot_gui.console.rst.txt
new file mode 100644
index 0000000..a481d15
--- /dev/null
+++ b/_sources/api/psyplot_gui.console.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.console
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.content_widget.rst.txt b/_sources/api/psyplot_gui.content_widget.rst.txt
new file mode 100644
index 0000000..49eb2ff
--- /dev/null
+++ b/_sources/api/psyplot_gui.content_widget.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.content_widget
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.dataframeeditor.rst.txt b/_sources/api/psyplot_gui.dataframeeditor.rst.txt
new file mode 100644
index 0000000..c528959
--- /dev/null
+++ b/_sources/api/psyplot_gui.dataframeeditor.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.dataframeeditor
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.dependencies.rst.txt b/_sources/api/psyplot_gui.dependencies.rst.txt
new file mode 100644
index 0000000..322f602
--- /dev/null
+++ b/_sources/api/psyplot_gui.dependencies.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.dependencies
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.fmt_widget.rst.txt b/_sources/api/psyplot_gui.fmt_widget.rst.txt
new file mode 100644
index 0000000..fd89870
--- /dev/null
+++ b/_sources/api/psyplot_gui.fmt_widget.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.fmt_widget
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.help_explorer.rst.txt b/_sources/api/psyplot_gui.help_explorer.rst.txt
new file mode 100644
index 0000000..00791d2
--- /dev/null
+++ b/_sources/api/psyplot_gui.help_explorer.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.help_explorer
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.main.rst.txt b/_sources/api/psyplot_gui.main.rst.txt
new file mode 100644
index 0000000..a6a9c48
--- /dev/null
+++ b/_sources/api/psyplot_gui.main.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.main
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.plot_creator.rst.txt b/_sources/api/psyplot_gui.plot_creator.rst.txt
new file mode 100644
index 0000000..48bc0a3
--- /dev/null
+++ b/_sources/api/psyplot_gui.plot_creator.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.plot_creator
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.preferences.rst.txt b/_sources/api/psyplot_gui.preferences.rst.txt
new file mode 100644
index 0000000..87deeac
--- /dev/null
+++ b/_sources/api/psyplot_gui.preferences.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.preferences
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.rst.txt b/_sources/api/psyplot_gui.rst.txt
new file mode 100644
index 0000000..5ea1c69
--- /dev/null
+++ b/_sources/api/psyplot_gui.rst.txt
@@ -0,0 +1,35 @@
+psyplot\_gui package
+====================
+
+.. automodule:: psyplot_gui
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Subpackages
+-----------
+
+.. toctree::
+ :maxdepth: 4
+
+ psyplot_gui.compat
+ psyplot_gui.config
+ psyplot_gui.sphinx_supp
+
+Submodules
+----------
+
+.. toctree::
+ :maxdepth: 4
+
+ psyplot_gui.backend
+ psyplot_gui.common
+ psyplot_gui.console
+ psyplot_gui.content_widget
+ psyplot_gui.dataframeeditor
+ psyplot_gui.dependencies
+ psyplot_gui.fmt_widget
+ psyplot_gui.help_explorer
+ psyplot_gui.main
+ psyplot_gui.plot_creator
+ psyplot_gui.preferences
diff --git a/_sources/api/psyplot_gui.sphinx_supp.conf.rst.txt b/_sources/api/psyplot_gui.sphinx_supp.conf.rst.txt
new file mode 100644
index 0000000..db4680e
--- /dev/null
+++ b/_sources/api/psyplot_gui.sphinx_supp.conf.rst.txt
@@ -0,0 +1,4 @@
+.. automodule:: psyplot_gui.sphinx_supp.conf
+ :members:
+ :undoc-members:
+ :show-inheritance:
diff --git a/_sources/api/psyplot_gui.sphinx_supp.rst.txt b/_sources/api/psyplot_gui.sphinx_supp.rst.txt
new file mode 100644
index 0000000..17b4b59
--- /dev/null
+++ b/_sources/api/psyplot_gui.sphinx_supp.rst.txt
@@ -0,0 +1,15 @@
+psyplot\_gui.sphinx\_supp package
+=================================
+
+.. automodule:: psyplot_gui.sphinx_supp
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+Submodules
+----------
+
+.. toctree::
+ :maxdepth: 4
+
+ psyplot_gui.sphinx_supp.conf
diff --git a/docs/changelog.rst b/_sources/changelog.rst.txt
similarity index 100%
rename from docs/changelog.rst
rename to _sources/changelog.rst.txt
diff --git a/docs/command_line.rst b/_sources/command_line.rst.txt
similarity index 100%
rename from docs/command_line.rst
rename to _sources/command_line.rst.txt
diff --git a/docs/configuration.rst b/_sources/configuration.rst.txt
similarity index 100%
rename from docs/configuration.rst
rename to _sources/configuration.rst.txt
diff --git a/docs/contributing.rst b/_sources/contributing.rst.txt
similarity index 100%
rename from docs/contributing.rst
rename to _sources/contributing.rst.txt
diff --git a/docs/getting_started.rst b/_sources/getting_started.rst.txt
similarity index 100%
rename from docs/getting_started.rst
rename to _sources/getting_started.rst.txt
diff --git a/docs/index.rst b/_sources/index.rst.txt
similarity index 100%
rename from docs/index.rst
rename to _sources/index.rst.txt
diff --git a/docs/installing.rst b/_sources/installing.rst.txt
similarity index 100%
rename from docs/installing.rst
rename to _sources/installing.rst.txt
diff --git a/docs/plugins.rst b/_sources/plugins.rst.txt
similarity index 100%
rename from docs/plugins.rst
rename to _sources/plugins.rst.txt
diff --git a/docs/todos.rst b/_sources/todos.rst.txt
similarity index 100%
rename from docs/todos.rst
rename to _sources/todos.rst.txt
diff --git a/_sphinx_design_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css b/_sphinx_design_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
new file mode 100644
index 0000000..eb19f69
--- /dev/null
+++ b/_sphinx_design_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
@@ -0,0 +1 @@
+.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative}details.sd-dropdown .sd-summary-title{font-weight:700;padding-right:3em !important;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary{list-style:none;padding:1em}details.sd-dropdown summary .sd-octicon.no-title{vertical-align:middle}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown summary::-webkit-details-marker{display:none}details.sd-dropdown summary:focus{outline:none}details.sd-dropdown .sd-summary-icon{margin-right:.5em}details.sd-dropdown .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary:hover .sd-summary-up svg,details.sd-dropdown summary:hover .sd-summary-down svg{opacity:1;transform:scale(1.1)}details.sd-dropdown .sd-summary-up svg,details.sd-dropdown .sd-summary-down svg{display:block;opacity:.6}details.sd-dropdown .sd-summary-up,details.sd-dropdown .sd-summary-down{pointer-events:none;position:absolute;right:1em;top:1em}details.sd-dropdown[open]>.sd-summary-title .sd-summary-down{visibility:hidden}details.sd-dropdown:not([open])>.sd-summary-title .sd-summary-up{visibility:hidden}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem}
diff --git a/_sphinx_design_static/design-tabs.js b/_sphinx_design_static/design-tabs.js
new file mode 100644
index 0000000..36b38cf
--- /dev/null
+++ b/_sphinx_design_static/design-tabs.js
@@ -0,0 +1,27 @@
+var sd_labels_by_text = {};
+
+function ready() {
+ const li = document.getElementsByClassName("sd-tab-label");
+ for (const label of li) {
+ syncId = label.getAttribute("data-sync-id");
+ if (syncId) {
+ label.onclick = onLabelClick;
+ if (!sd_labels_by_text[syncId]) {
+ sd_labels_by_text[syncId] = [];
+ }
+ sd_labels_by_text[syncId].push(label);
+ }
+ }
+}
+
+function onLabelClick() {
+ // Activate other inputs with the same sync id.
+ syncId = this.getAttribute("data-sync-id");
+ for (label of sd_labels_by_text[syncId]) {
+ if (label === this) continue;
+ label.previousElementSibling.checked = true;
+ }
+ window.localStorage.setItem("sphinx-design-last-tab", syncId);
+}
+
+document.addEventListener("DOMContentLoaded", ready, false);
diff --git a/_static/_sphinx_javascript_frameworks_compat.js b/_static/_sphinx_javascript_frameworks_compat.js
new file mode 100644
index 0000000..8141580
--- /dev/null
+++ b/_static/_sphinx_javascript_frameworks_compat.js
@@ -0,0 +1,123 @@
+/* Compatability shim for jQuery and underscores.js.
+ *
+ * Copyright Sphinx contributors
+ * Released under the two clause BSD licence
+ */
+
+/**
+ * small helper function to urldecode strings
+ *
+ * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
+ */
+jQuery.urldecode = function(x) {
+ if (!x) {
+ return x
+ }
+ return decodeURIComponent(x.replace(/\+/g, ' '));
+};
+
+/**
+ * small helper function to urlencode strings
+ */
+jQuery.urlencode = encodeURIComponent;
+
+/**
+ * This function returns the parsed url parameters of the
+ * current request. Multiple values per key are supported,
+ * it will always return arrays of strings for the value parts.
+ */
+jQuery.getQueryParameters = function(s) {
+ if (typeof s === 'undefined')
+ s = document.location.search;
+ var parts = s.substr(s.indexOf('?') + 1).split('&');
+ var result = {};
+ for (var i = 0; i < parts.length; i++) {
+ var tmp = parts[i].split('=', 2);
+ var key = jQuery.urldecode(tmp[0]);
+ var value = jQuery.urldecode(tmp[1]);
+ if (key in result)
+ result[key].push(value);
+ else
+ result[key] = [value];
+ }
+ return result;
+};
+
+/**
+ * highlight a given string on a jquery object by wrapping it in
+ * span elements with the given class name.
+ */
+jQuery.fn.highlightText = function(text, className) {
+ function highlight(node, addItems) {
+ if (node.nodeType === 3) {
+ var val = node.nodeValue;
+ var pos = val.toLowerCase().indexOf(text);
+ if (pos >= 0 &&
+ !jQuery(node.parentNode).hasClass(className) &&
+ !jQuery(node.parentNode).hasClass("nohighlight")) {
+ var span;
+ var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
+ if (isInSVG) {
+ span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
+ } else {
+ span = document.createElement("span");
+ span.className = className;
+ }
+ span.appendChild(document.createTextNode(val.substr(pos, text.length)));
+ node.parentNode.insertBefore(span, node.parentNode.insertBefore(
+ document.createTextNode(val.substr(pos + text.length)),
+ node.nextSibling));
+ node.nodeValue = val.substr(0, pos);
+ if (isInSVG) {
+ var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
+ var bbox = node.parentElement.getBBox();
+ rect.x.baseVal.value = bbox.x;
+ rect.y.baseVal.value = bbox.y;
+ rect.width.baseVal.value = bbox.width;
+ rect.height.baseVal.value = bbox.height;
+ rect.setAttribute('class', className);
+ addItems.push({
+ "parent": node.parentNode,
+ "target": rect});
+ }
+ }
+ }
+ else if (!jQuery(node).is("button, select, textarea")) {
+ jQuery.each(node.childNodes, function() {
+ highlight(this, addItems);
+ });
+ }
+ }
+ var addItems = [];
+ var result = this.each(function() {
+ highlight(this, addItems);
+ });
+ for (var i = 0; i < addItems.length; ++i) {
+ jQuery(addItems[i].parent).before(addItems[i].target);
+ }
+ return result;
+};
+
+/*
+ * backward compatibility for jQuery.browser
+ * This will be supported until firefox bug is fixed.
+ */
+if (!jQuery.browser) {
+ jQuery.uaMatch = function(ua) {
+ ua = ua.toLowerCase();
+
+ var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
+ /(webkit)[ \/]([\w.]+)/.exec(ua) ||
+ /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
+ /(msie) ([\w.]+)/.exec(ua) ||
+ ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
+ [];
+
+ return {
+ browser: match[ 1 ] || "",
+ version: match[ 2 ] || "0"
+ };
+ };
+ jQuery.browser = {};
+ jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
+}
diff --git a/_static/basic.css b/_static/basic.css
new file mode 100644
index 0000000..30fee9d
--- /dev/null
+++ b/_static/basic.css
@@ -0,0 +1,925 @@
+/*
+ * basic.css
+ * ~~~~~~~~~
+ *
+ * Sphinx stylesheet -- basic theme.
+ *
+ * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+
+/* -- main layout ----------------------------------------------------------- */
+
+div.clearer {
+ clear: both;
+}
+
+div.section::after {
+ display: block;
+ content: '';
+ clear: left;
+}
+
+/* -- relbar ---------------------------------------------------------------- */
+
+div.related {
+ width: 100%;
+ font-size: 90%;
+}
+
+div.related h3 {
+ display: none;
+}
+
+div.related ul {
+ margin: 0;
+ padding: 0 0 0 10px;
+ list-style: none;
+}
+
+div.related li {
+ display: inline;
+}
+
+div.related li.right {
+ float: right;
+ margin-right: 5px;
+}
+
+/* -- sidebar --------------------------------------------------------------- */
+
+div.sphinxsidebarwrapper {
+ padding: 10px 5px 0 10px;
+}
+
+div.sphinxsidebar {
+ float: left;
+ width: 230px;
+ margin-left: -100%;
+ font-size: 90%;
+ word-wrap: break-word;
+ overflow-wrap : break-word;
+}
+
+div.sphinxsidebar ul {
+ list-style: none;
+}
+
+div.sphinxsidebar ul ul,
+div.sphinxsidebar ul.want-points {
+ margin-left: 20px;
+ list-style: square;
+}
+
+div.sphinxsidebar ul ul {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+div.sphinxsidebar form {
+ margin-top: 10px;
+}
+
+div.sphinxsidebar input {
+ border: 1px solid #98dbcc;
+ font-family: sans-serif;
+ font-size: 1em;
+}
+
+div.sphinxsidebar #searchbox form.search {
+ overflow: hidden;
+}
+
+div.sphinxsidebar #searchbox input[type="text"] {
+ float: left;
+ width: 80%;
+ padding: 0.25em;
+ box-sizing: border-box;
+}
+
+div.sphinxsidebar #searchbox input[type="submit"] {
+ float: left;
+ width: 20%;
+ border-left: none;
+ padding: 0.25em;
+ box-sizing: border-box;
+}
+
+
+img {
+ border: 0;
+ max-width: 100%;
+}
+
+/* -- search page ----------------------------------------------------------- */
+
+ul.search {
+ margin: 10px 0 0 20px;
+ padding: 0;
+}
+
+ul.search li {
+ padding: 5px 0 5px 20px;
+ background-image: url(file.png);
+ background-repeat: no-repeat;
+ background-position: 0 7px;
+}
+
+ul.search li a {
+ font-weight: bold;
+}
+
+ul.search li p.context {
+ color: #888;
+ margin: 2px 0 0 30px;
+ text-align: left;
+}
+
+ul.keywordmatches li.goodmatch a {
+ font-weight: bold;
+}
+
+/* -- index page ------------------------------------------------------------ */
+
+table.contentstable {
+ width: 90%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table.contentstable p.biglink {
+ line-height: 150%;
+}
+
+a.biglink {
+ font-size: 1.3em;
+}
+
+span.linkdescr {
+ font-style: italic;
+ padding-top: 5px;
+ font-size: 90%;
+}
+
+/* -- general index --------------------------------------------------------- */
+
+table.indextable {
+ width: 100%;
+}
+
+table.indextable td {
+ text-align: left;
+ vertical-align: top;
+}
+
+table.indextable ul {
+ margin-top: 0;
+ margin-bottom: 0;
+ list-style-type: none;
+}
+
+table.indextable > tbody > tr > td > ul {
+ padding-left: 0em;
+}
+
+table.indextable tr.pcap {
+ height: 10px;
+}
+
+table.indextable tr.cap {
+ margin-top: 10px;
+ background-color: #f2f2f2;
+}
+
+img.toggler {
+ margin-right: 3px;
+ margin-top: 3px;
+ cursor: pointer;
+}
+
+div.modindex-jumpbox {
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ margin: 1em 0 1em 0;
+ padding: 0.4em;
+}
+
+div.genindex-jumpbox {
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ margin: 1em 0 1em 0;
+ padding: 0.4em;
+}
+
+/* -- domain module index --------------------------------------------------- */
+
+table.modindextable td {
+ padding: 2px;
+ border-collapse: collapse;
+}
+
+/* -- general body styles --------------------------------------------------- */
+
+div.body {
+ min-width: 360px;
+ max-width: 800px;
+}
+
+div.body p, div.body dd, div.body li, div.body blockquote {
+ -moz-hyphens: auto;
+ -ms-hyphens: auto;
+ -webkit-hyphens: auto;
+ hyphens: auto;
+}
+
+a.headerlink {
+ visibility: hidden;
+}
+
+a:visited {
+ color: #551A8B;
+}
+
+h1:hover > a.headerlink,
+h2:hover > a.headerlink,
+h3:hover > a.headerlink,
+h4:hover > a.headerlink,
+h5:hover > a.headerlink,
+h6:hover > a.headerlink,
+dt:hover > a.headerlink,
+caption:hover > a.headerlink,
+p.caption:hover > a.headerlink,
+div.code-block-caption:hover > a.headerlink {
+ visibility: visible;
+}
+
+div.body p.caption {
+ text-align: inherit;
+}
+
+div.body td {
+ text-align: left;
+}
+
+.first {
+ margin-top: 0 !important;
+}
+
+p.rubric {
+ margin-top: 30px;
+ font-weight: bold;
+}
+
+img.align-left, figure.align-left, .figure.align-left, object.align-left {
+ clear: left;
+ float: left;
+ margin-right: 1em;
+}
+
+img.align-right, figure.align-right, .figure.align-right, object.align-right {
+ clear: right;
+ float: right;
+ margin-left: 1em;
+}
+
+img.align-center, figure.align-center, .figure.align-center, object.align-center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+img.align-default, figure.align-default, .figure.align-default {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.align-left {
+ text-align: left;
+}
+
+.align-center {
+ text-align: center;
+}
+
+.align-default {
+ text-align: center;
+}
+
+.align-right {
+ text-align: right;
+}
+
+/* -- sidebars -------------------------------------------------------------- */
+
+div.sidebar,
+aside.sidebar {
+ margin: 0 0 0.5em 1em;
+ border: 1px solid #ddb;
+ padding: 7px;
+ background-color: #ffe;
+ width: 40%;
+ float: right;
+ clear: right;
+ overflow-x: auto;
+}
+
+p.sidebar-title {
+ font-weight: bold;
+}
+
+nav.contents,
+aside.topic,
+div.admonition, div.topic, blockquote {
+ clear: left;
+}
+
+/* -- topics ---------------------------------------------------------------- */
+
+nav.contents,
+aside.topic,
+div.topic {
+ border: 1px solid #ccc;
+ padding: 7px;
+ margin: 10px 0 10px 0;
+}
+
+p.topic-title {
+ font-size: 1.1em;
+ font-weight: bold;
+ margin-top: 10px;
+}
+
+/* -- admonitions ----------------------------------------------------------- */
+
+div.admonition {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ padding: 7px;
+}
+
+div.admonition dt {
+ font-weight: bold;
+}
+
+p.admonition-title {
+ margin: 0px 10px 5px 0px;
+ font-weight: bold;
+}
+
+div.body p.centered {
+ text-align: center;
+ margin-top: 25px;
+}
+
+/* -- content of sidebars/topics/admonitions -------------------------------- */
+
+div.sidebar > :last-child,
+aside.sidebar > :last-child,
+nav.contents > :last-child,
+aside.topic > :last-child,
+div.topic > :last-child,
+div.admonition > :last-child {
+ margin-bottom: 0;
+}
+
+div.sidebar::after,
+aside.sidebar::after,
+nav.contents::after,
+aside.topic::after,
+div.topic::after,
+div.admonition::after,
+blockquote::after {
+ display: block;
+ content: '';
+ clear: both;
+}
+
+/* -- tables ---------------------------------------------------------------- */
+
+table.docutils {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ border: 0;
+ border-collapse: collapse;
+}
+
+table.align-center {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table.align-default {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table caption span.caption-number {
+ font-style: italic;
+}
+
+table caption span.caption-text {
+}
+
+table.docutils td, table.docutils th {
+ padding: 1px 8px 1px 5px;
+ border-top: 0;
+ border-left: 0;
+ border-right: 0;
+ border-bottom: 1px solid #aaa;
+}
+
+th {
+ text-align: left;
+ padding-right: 5px;
+}
+
+table.citation {
+ border-left: solid 1px gray;
+ margin-left: 1px;
+}
+
+table.citation td {
+ border-bottom: none;
+}
+
+th > :first-child,
+td > :first-child {
+ margin-top: 0px;
+}
+
+th > :last-child,
+td > :last-child {
+ margin-bottom: 0px;
+}
+
+/* -- figures --------------------------------------------------------------- */
+
+div.figure, figure {
+ margin: 0.5em;
+ padding: 0.5em;
+}
+
+div.figure p.caption, figcaption {
+ padding: 0.3em;
+}
+
+div.figure p.caption span.caption-number,
+figcaption span.caption-number {
+ font-style: italic;
+}
+
+div.figure p.caption span.caption-text,
+figcaption span.caption-text {
+}
+
+/* -- field list styles ----------------------------------------------------- */
+
+table.field-list td, table.field-list th {
+ border: 0 !important;
+}
+
+.field-list ul {
+ margin: 0;
+ padding-left: 1em;
+}
+
+.field-list p {
+ margin: 0;
+}
+
+.field-name {
+ -moz-hyphens: manual;
+ -ms-hyphens: manual;
+ -webkit-hyphens: manual;
+ hyphens: manual;
+}
+
+/* -- hlist styles ---------------------------------------------------------- */
+
+table.hlist {
+ margin: 1em 0;
+}
+
+table.hlist td {
+ vertical-align: top;
+}
+
+/* -- object description styles --------------------------------------------- */
+
+.sig {
+ font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
+}
+
+.sig-name, code.descname {
+ background-color: transparent;
+ font-weight: bold;
+}
+
+.sig-name {
+ font-size: 1.1em;
+}
+
+code.descname {
+ font-size: 1.2em;
+}
+
+.sig-prename, code.descclassname {
+ background-color: transparent;
+}
+
+.optional {
+ font-size: 1.3em;
+}
+
+.sig-paren {
+ font-size: larger;
+}
+
+.sig-param.n {
+ font-style: italic;
+}
+
+/* C++ specific styling */
+
+.sig-inline.c-texpr,
+.sig-inline.cpp-texpr {
+ font-family: unset;
+}
+
+.sig.c .k, .sig.c .kt,
+.sig.cpp .k, .sig.cpp .kt {
+ color: #0033B3;
+}
+
+.sig.c .m,
+.sig.cpp .m {
+ color: #1750EB;
+}
+
+.sig.c .s, .sig.c .sc,
+.sig.cpp .s, .sig.cpp .sc {
+ color: #067D17;
+}
+
+
+/* -- other body styles ----------------------------------------------------- */
+
+ol.arabic {
+ list-style: decimal;
+}
+
+ol.loweralpha {
+ list-style: lower-alpha;
+}
+
+ol.upperalpha {
+ list-style: upper-alpha;
+}
+
+ol.lowerroman {
+ list-style: lower-roman;
+}
+
+ol.upperroman {
+ list-style: upper-roman;
+}
+
+:not(li) > ol > li:first-child > :first-child,
+:not(li) > ul > li:first-child > :first-child {
+ margin-top: 0px;
+}
+
+:not(li) > ol > li:last-child > :last-child,
+:not(li) > ul > li:last-child > :last-child {
+ margin-bottom: 0px;
+}
+
+ol.simple ol p,
+ol.simple ul p,
+ul.simple ol p,
+ul.simple ul p {
+ margin-top: 0;
+}
+
+ol.simple > li:not(:first-child) > p,
+ul.simple > li:not(:first-child) > p {
+ margin-top: 0;
+}
+
+ol.simple p,
+ul.simple p {
+ margin-bottom: 0;
+}
+
+aside.footnote > span,
+div.citation > span {
+ float: left;
+}
+aside.footnote > span:last-of-type,
+div.citation > span:last-of-type {
+ padding-right: 0.5em;
+}
+aside.footnote > p {
+ margin-left: 2em;
+}
+div.citation > p {
+ margin-left: 4em;
+}
+aside.footnote > p:last-of-type,
+div.citation > p:last-of-type {
+ margin-bottom: 0em;
+}
+aside.footnote > p:last-of-type:after,
+div.citation > p:last-of-type:after {
+ content: "";
+ clear: both;
+}
+
+dl.field-list {
+ display: grid;
+ grid-template-columns: fit-content(30%) auto;
+}
+
+dl.field-list > dt {
+ font-weight: bold;
+ word-break: break-word;
+ padding-left: 0.5em;
+ padding-right: 5px;
+}
+
+dl.field-list > dd {
+ padding-left: 0.5em;
+ margin-top: 0em;
+ margin-left: 0em;
+ margin-bottom: 0em;
+}
+
+dl {
+ margin-bottom: 15px;
+}
+
+dd > :first-child {
+ margin-top: 0px;
+}
+
+dd ul, dd table {
+ margin-bottom: 10px;
+}
+
+dd {
+ margin-top: 3px;
+ margin-bottom: 10px;
+ margin-left: 30px;
+}
+
+.sig dd {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+.sig dl {
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+dl > dd:last-child,
+dl > dd:last-child > :last-child {
+ margin-bottom: 0;
+}
+
+dt:target, span.highlighted {
+ background-color: #fbe54e;
+}
+
+rect.highlighted {
+ fill: #fbe54e;
+}
+
+dl.glossary dt {
+ font-weight: bold;
+ font-size: 1.1em;
+}
+
+.versionmodified {
+ font-style: italic;
+}
+
+.system-message {
+ background-color: #fda;
+ padding: 5px;
+ border: 3px solid red;
+}
+
+.footnote:target {
+ background-color: #ffa;
+}
+
+.line-block {
+ display: block;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+.line-block .line-block {
+ margin-top: 0;
+ margin-bottom: 0;
+ margin-left: 1.5em;
+}
+
+.guilabel, .menuselection {
+ font-family: sans-serif;
+}
+
+.accelerator {
+ text-decoration: underline;
+}
+
+.classifier {
+ font-style: oblique;
+}
+
+.classifier:before {
+ font-style: normal;
+ margin: 0 0.5em;
+ content: ":";
+ display: inline-block;
+}
+
+abbr, acronym {
+ border-bottom: dotted 1px;
+ cursor: help;
+}
+
+.translated {
+ background-color: rgba(207, 255, 207, 0.2)
+}
+
+.untranslated {
+ background-color: rgba(255, 207, 207, 0.2)
+}
+
+/* -- code displays --------------------------------------------------------- */
+
+pre {
+ overflow: auto;
+ overflow-y: hidden; /* fixes display issues on Chrome browsers */
+}
+
+pre, div[class*="highlight-"] {
+ clear: both;
+}
+
+span.pre {
+ -moz-hyphens: none;
+ -ms-hyphens: none;
+ -webkit-hyphens: none;
+ hyphens: none;
+ white-space: nowrap;
+}
+
+div[class*="highlight-"] {
+ margin: 1em 0;
+}
+
+td.linenos pre {
+ border: 0;
+ background-color: transparent;
+ color: #aaa;
+}
+
+table.highlighttable {
+ display: block;
+}
+
+table.highlighttable tbody {
+ display: block;
+}
+
+table.highlighttable tr {
+ display: flex;
+}
+
+table.highlighttable td {
+ margin: 0;
+ padding: 0;
+}
+
+table.highlighttable td.linenos {
+ padding-right: 0.5em;
+}
+
+table.highlighttable td.code {
+ flex: 1;
+ overflow: hidden;
+}
+
+.highlight .hll {
+ display: block;
+}
+
+div.highlight pre,
+table.highlighttable pre {
+ margin: 0;
+}
+
+div.code-block-caption + div {
+ margin-top: 0;
+}
+
+div.code-block-caption {
+ margin-top: 1em;
+ padding: 2px 5px;
+ font-size: small;
+}
+
+div.code-block-caption code {
+ background-color: transparent;
+}
+
+table.highlighttable td.linenos,
+span.linenos,
+div.highlight span.gp { /* gp: Generic.Prompt */
+ user-select: none;
+ -webkit-user-select: text; /* Safari fallback only */
+ -webkit-user-select: none; /* Chrome/Safari */
+ -moz-user-select: none; /* Firefox */
+ -ms-user-select: none; /* IE10+ */
+}
+
+div.code-block-caption span.caption-number {
+ padding: 0.1em 0.3em;
+ font-style: italic;
+}
+
+div.code-block-caption span.caption-text {
+}
+
+div.literal-block-wrapper {
+ margin: 1em 0;
+}
+
+code.xref, a code {
+ background-color: transparent;
+ font-weight: bold;
+}
+
+h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
+ background-color: transparent;
+}
+
+.viewcode-link {
+ float: right;
+}
+
+.viewcode-back {
+ float: right;
+ font-family: sans-serif;
+}
+
+div.viewcode-block:target {
+ margin: -1px -10px;
+ padding: 0 10px;
+}
+
+/* -- math display ---------------------------------------------------------- */
+
+img.math {
+ vertical-align: middle;
+}
+
+div.body div.math p {
+ text-align: center;
+}
+
+span.eqno {
+ float: right;
+}
+
+span.eqno a.headerlink {
+ position: absolute;
+ z-index: 1;
+}
+
+div.math:hover a.headerlink {
+ visibility: visible;
+}
+
+/* -- printout stylesheet --------------------------------------------------- */
+
+@media print {
+ div.document,
+ div.documentwrapper,
+ div.bodywrapper {
+ margin: 0 !important;
+ width: 100%;
+ }
+
+ div.sphinxsidebar,
+ div.related,
+ div.footer,
+ #top-link {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/_static/css/badge_only.css b/_static/css/badge_only.css
new file mode 100644
index 0000000..c718cee
--- /dev/null
+++ b/_static/css/badge_only.css
@@ -0,0 +1 @@
+.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}
\ No newline at end of file
diff --git a/_static/css/fonts/Roboto-Slab-Bold.woff b/_static/css/fonts/Roboto-Slab-Bold.woff
new file mode 100644
index 0000000..6cb6000
Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Bold.woff differ
diff --git a/_static/css/fonts/Roboto-Slab-Bold.woff2 b/_static/css/fonts/Roboto-Slab-Bold.woff2
new file mode 100644
index 0000000..7059e23
Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Bold.woff2 differ
diff --git a/_static/css/fonts/Roboto-Slab-Regular.woff b/_static/css/fonts/Roboto-Slab-Regular.woff
new file mode 100644
index 0000000..f815f63
Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Regular.woff differ
diff --git a/_static/css/fonts/Roboto-Slab-Regular.woff2 b/_static/css/fonts/Roboto-Slab-Regular.woff2
new file mode 100644
index 0000000..f2c76e5
Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Regular.woff2 differ
diff --git a/_static/css/fonts/fontawesome-webfont.eot b/_static/css/fonts/fontawesome-webfont.eot
new file mode 100644
index 0000000..e9f60ca
Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.eot differ
diff --git a/_static/css/fonts/fontawesome-webfont.svg b/_static/css/fonts/fontawesome-webfont.svg
new file mode 100644
index 0000000..855c845
--- /dev/null
+++ b/_static/css/fonts/fontawesome-webfont.svg
@@ -0,0 +1,2671 @@
+
+
+
+
+Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
+ By ,,,
+Copyright Dave Gandy 2016. All rights reserved.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_static/css/fonts/fontawesome-webfont.ttf b/_static/css/fonts/fontawesome-webfont.ttf
new file mode 100644
index 0000000..35acda2
Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.ttf differ
diff --git a/_static/css/fonts/fontawesome-webfont.woff b/_static/css/fonts/fontawesome-webfont.woff
new file mode 100644
index 0000000..400014a
Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.woff differ
diff --git a/_static/css/fonts/fontawesome-webfont.woff2 b/_static/css/fonts/fontawesome-webfont.woff2
new file mode 100644
index 0000000..4d13fc6
Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.woff2 differ
diff --git a/_static/css/fonts/lato-bold-italic.woff b/_static/css/fonts/lato-bold-italic.woff
new file mode 100644
index 0000000..88ad05b
Binary files /dev/null and b/_static/css/fonts/lato-bold-italic.woff differ
diff --git a/_static/css/fonts/lato-bold-italic.woff2 b/_static/css/fonts/lato-bold-italic.woff2
new file mode 100644
index 0000000..c4e3d80
Binary files /dev/null and b/_static/css/fonts/lato-bold-italic.woff2 differ
diff --git a/_static/css/fonts/lato-bold.woff b/_static/css/fonts/lato-bold.woff
new file mode 100644
index 0000000..c6dff51
Binary files /dev/null and b/_static/css/fonts/lato-bold.woff differ
diff --git a/_static/css/fonts/lato-bold.woff2 b/_static/css/fonts/lato-bold.woff2
new file mode 100644
index 0000000..bb19504
Binary files /dev/null and b/_static/css/fonts/lato-bold.woff2 differ
diff --git a/_static/css/fonts/lato-normal-italic.woff b/_static/css/fonts/lato-normal-italic.woff
new file mode 100644
index 0000000..76114bc
Binary files /dev/null and b/_static/css/fonts/lato-normal-italic.woff differ
diff --git a/_static/css/fonts/lato-normal-italic.woff2 b/_static/css/fonts/lato-normal-italic.woff2
new file mode 100644
index 0000000..3404f37
Binary files /dev/null and b/_static/css/fonts/lato-normal-italic.woff2 differ
diff --git a/_static/css/fonts/lato-normal.woff b/_static/css/fonts/lato-normal.woff
new file mode 100644
index 0000000..ae1307f
Binary files /dev/null and b/_static/css/fonts/lato-normal.woff differ
diff --git a/_static/css/fonts/lato-normal.woff2 b/_static/css/fonts/lato-normal.woff2
new file mode 100644
index 0000000..3bf9843
Binary files /dev/null and b/_static/css/fonts/lato-normal.woff2 differ
diff --git a/_static/css/theme.css b/_static/css/theme.css
new file mode 100644
index 0000000..19a446a
--- /dev/null
+++ b/_static/css/theme.css
@@ -0,0 +1,4 @@
+html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .eqno .headerlink:before,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .eqno .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a button.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-left.toctree-expand,.wy-menu-vertical li button.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .eqno .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a button.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-right.toctree-expand,.wy-menu-vertical li button.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .eqno .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a button.pull-left.toctree-expand,.wy-menu-vertical li.on a button.pull-left.toctree-expand,.wy-menu-vertical li button.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .eqno .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a button.pull-right.toctree-expand,.wy-menu-vertical li.on a button.pull-right.toctree-expand,.wy-menu-vertical li button.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li button.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content .eqno .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content .eqno a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content p a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li a button.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content .eqno .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content p .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li button.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content .eqno .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a button.toctree-expand,.btn .wy-menu-vertical li.on a button.toctree-expand,.btn .wy-menu-vertical li button.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content .eqno .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a button.toctree-expand,.nav .wy-menu-vertical li.on a button.toctree-expand,.nav .wy-menu-vertical li button.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .eqno .btn .headerlink,.rst-content .eqno .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p .btn .headerlink,.rst-content p .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn button.toctree-expand,.wy-menu-vertical li.current>a .btn button.toctree-expand,.wy-menu-vertical li.current>a .nav button.toctree-expand,.wy-menu-vertical li .nav button.toctree-expand,.wy-menu-vertical li.on a .btn button.toctree-expand,.wy-menu-vertical li.on a .nav button.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .eqno .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li button.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .eqno .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li button.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .eqno .btn .fa-large.headerlink,.rst-content .eqno .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p .btn .fa-large.headerlink,.rst-content p .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn button.fa-large.toctree-expand,.wy-menu-vertical li .nav button.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .eqno .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li button.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .eqno .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li button.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .eqno .btn .fa-spin.headerlink,.rst-content .eqno .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p .btn .fa-spin.headerlink,.rst-content p .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn button.fa-spin.toctree-expand,.wy-menu-vertical li .nav button.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content .eqno .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li button.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content .eqno .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li button.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content .eqno .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li button.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content .eqno .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini button.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.rst-content section ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.rst-content section ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.rst-content section ul li p:last-child,.rst-content section ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.rst-content section ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.rst-content section ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.rst-content section ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content .section ol.arabic,.rst-content .toctree-wrapper ol,.rst-content .toctree-wrapper ol.arabic,.rst-content section ol,.rst-content section ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol.arabic li,.rst-content .section ol li,.rst-content .toctree-wrapper ol.arabic li,.rst-content .toctree-wrapper ol li,.rst-content section ol.arabic li,.rst-content section ol li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol.arabic li ul,.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content .toctree-wrapper ol.arabic li ul,.rst-content .toctree-wrapper ol li p:last-child,.rst-content .toctree-wrapper ol li ul,.rst-content section ol.arabic li ul,.rst-content section ol li p:last-child,.rst-content section ol li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol.arabic li ul li,.rst-content .section ol li ul li,.rst-content .toctree-wrapper ol.arabic li ul li,.rst-content .toctree-wrapper ol li ul li,.rst-content section ol.arabic li ul li,.rst-content section ol li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs>li{display:inline-block;padding-top:5px}.wy-breadcrumbs>li.wy-breadcrumbs-aside{float:right}.rst-content .wy-breadcrumbs>li code,.rst-content .wy-breadcrumbs>li tt,.wy-breadcrumbs>li .rst-content tt,.wy-breadcrumbs>li code{all:inherit;color:inherit}.breadcrumb-item:before{content:"/";color:#bbb;font-size:13px;padding:0 6px 0 3px}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li button.toctree-expand{display:block;float:left;margin-left:-1.2em;line-height:18px;color:#4d4d4d;border:none;background:none;padding:0}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover button.toctree-expand,.wy-menu-vertical li.on a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand{display:block;line-height:18px;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{padding:.4045em 1.618em .4045em 4.045em}.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{padding:.4045em 1.618em .4045em 5.663em}.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a{padding:.4045em 1.618em .4045em 7.281em}.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a{padding:.4045em 1.618em .4045em 8.899em}.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a{padding:.4045em 1.618em .4045em 10.517em}.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a{padding:.4045em 1.618em .4045em 12.135em}.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a{padding:.4045em 1.618em .4045em 13.753em}.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a{padding:.4045em 1.618em .4045em 15.371em}.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 1.618em .4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 button.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 button.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover button.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active button.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em;max-width:100%}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .eqno .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content .eqno .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content .toctree-wrapper>p.caption,.rst-content h1,.rst-content h2,.rst-content h3,.rst-content h4,.rst-content h5,.rst-content h6{margin-bottom:24px}.rst-content img{max-width:100%;height:auto}.rst-content div.figure,.rst-content figure{margin-bottom:24px}.rst-content div.figure .caption-text,.rst-content figure .caption-text{font-style:italic}.rst-content div.figure p:last-child.caption,.rst-content figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center,.rst-content figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img,.rst-content section>a>img,.rst-content section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp,.rst-content div.highlight span.linenos{user-select:none;pointer-events:none}.rst-content div.highlight span.linenos{display:inline-block;padding-left:0;padding-right:12px;margin-right:12px;border-right:1px solid #e6e9ea}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li,.rst-content .toctree-wrapper ol.loweralpha,.rst-content .toctree-wrapper ol.loweralpha>li,.rst-content section ol.loweralpha,.rst-content section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li,.rst-content .toctree-wrapper ol.upperalpha,.rst-content .toctree-wrapper ol.upperalpha>li,.rst-content section ol.upperalpha,.rst-content section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*,.rst-content .toctree-wrapper ol li>*,.rst-content .toctree-wrapper ul li>*,.rst-content section ol li>*,.rst-content section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child,.rst-content .toctree-wrapper ol li>:first-child,.rst-content .toctree-wrapper ul li>:first-child,.rst-content section ol li>:first-child,.rst-content section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child,.rst-content .toctree-wrapper ol li>p,.rst-content .toctree-wrapper ol li>p:last-child,.rst-content .toctree-wrapper ul li>p,.rst-content .toctree-wrapper ul li>p:last-child,.rst-content section ol li>p,.rst-content section ol li>p:last-child,.rst-content section ul li>p,.rst-content section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child,.rst-content .toctree-wrapper ol li>p:only-child,.rst-content .toctree-wrapper ol li>p:only-child:last-child,.rst-content .toctree-wrapper ul li>p:only-child,.rst-content .toctree-wrapper ul li>p:only-child:last-child,.rst-content section ol li>p:only-child,.rst-content section ol li>p:only-child:last-child,.rst-content section ul li>p:only-child,.rst-content section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul,.rst-content .toctree-wrapper ol li>ol,.rst-content .toctree-wrapper ol li>ul,.rst-content .toctree-wrapper ul li>ol,.rst-content .toctree-wrapper ul li>ul,.rst-content section ol li>ol,.rst-content section ol li>ul,.rst-content section ul li>ol,.rst-content section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul,.rst-content .toctree-wrapper ol.simple li>*,.rst-content .toctree-wrapper ol.simple li ol,.rst-content .toctree-wrapper ol.simple li ul,.rst-content .toctree-wrapper ul.simple li>*,.rst-content .toctree-wrapper ul.simple li ol,.rst-content .toctree-wrapper ul.simple li ul,.rst-content section ol.simple li>*,.rst-content section ol.simple li ol,.rst-content section ol.simple li ul,.rst-content section ul.simple li>*,.rst-content section ul.simple li ol,.rst-content section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink{opacity:0;font-size:14px;font-family:FontAwesome;margin-left:.5em}.rst-content .code-block-caption .headerlink:focus,.rst-content .code-block-caption:hover .headerlink,.rst-content .eqno .headerlink:focus,.rst-content .eqno:hover .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink:focus,.rst-content .toctree-wrapper>p.caption:hover .headerlink,.rst-content dl dt .headerlink:focus,.rst-content dl dt:hover .headerlink,.rst-content h1 .headerlink:focus,.rst-content h1:hover .headerlink,.rst-content h2 .headerlink:focus,.rst-content h2:hover .headerlink,.rst-content h3 .headerlink:focus,.rst-content h3:hover .headerlink,.rst-content h4 .headerlink:focus,.rst-content h4:hover .headerlink,.rst-content h5 .headerlink:focus,.rst-content h5:hover .headerlink,.rst-content h6 .headerlink:focus,.rst-content h6:hover .headerlink,.rst-content p.caption .headerlink:focus,.rst-content p.caption:hover .headerlink,.rst-content p .headerlink:focus,.rst-content p:hover .headerlink,.rst-content table>caption .headerlink:focus,.rst-content table>caption:hover .headerlink{opacity:1}.rst-content p a{overflow-wrap:anywhere}.rst-content .wy-table td p,.rst-content .wy-table td ul,.rst-content .wy-table th p,.rst-content .wy-table th ul,.rst-content table.docutils td p,.rst-content table.docutils td ul,.rst-content table.docutils th p,.rst-content table.docutils th ul,.rst-content table.field-list td p,.rst-content table.field-list td ul,.rst-content table.field-list th p,.rst-content table.field-list th ul{font-size:inherit}.rst-content .btn:focus{outline:2px solid}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .citation-reference>span.fn-bracket,.rst-content .footnote-reference>span.fn-bracket{display:none}.rst-content .hlist{width:100%}.rst-content dl dt span.classifier:before{content:" : "}.rst-content dl dt span.classifier-delimiter{display:none!important}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:auto minmax(80%,95%)}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{display:inline-grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content aside.citation,html.writer-html5 .rst-content aside.footnote,html.writer-html5 .rst-content div.citation{display:grid;grid-template-columns:auto auto minmax(.65rem,auto) minmax(40%,95%)}html.writer-html5 .rst-content aside.citation>span.label,html.writer-html5 .rst-content aside.footnote>span.label,html.writer-html5 .rst-content div.citation>span.label{grid-column-start:1;grid-column-end:2}html.writer-html5 .rst-content aside.citation>span.backrefs,html.writer-html5 .rst-content aside.footnote>span.backrefs,html.writer-html5 .rst-content div.citation>span.backrefs{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:3}html.writer-html5 .rst-content aside.citation>p,html.writer-html5 .rst-content aside.footnote>p,html.writer-html5 .rst-content div.citation>p{grid-column-start:4;grid-column-end:5}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{margin-bottom:24px}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.citation>dd,html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.citation>dt>span.brackets:before,html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.citation>dt>span.brackets:after,html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{text-align:left;font-style:italic;margin-left:.65rem;word-break:break-word;word-spacing:-.1rem;max-width:5rem}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref>a,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref>a{word-break:keep-all}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref>a:not(:first-child):before,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref>a:not(:first-child):before{content:" "}html.writer-html5 .rst-content dl.citation>dd,html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.citation>dd p,html.writer-html5 .rst-content dl.footnote>dd p{font-size:.9rem}html.writer-html5 .rst-content aside.citation,html.writer-html5 .rst-content aside.footnote,html.writer-html5 .rst-content div.citation{padding-left:1rem;padding-right:1rem;font-size:.9rem;line-height:1.2rem}html.writer-html5 .rst-content aside.citation p,html.writer-html5 .rst-content aside.footnote p,html.writer-html5 .rst-content div.citation p{font-size:.9rem;line-height:1.2rem;margin-bottom:12px}html.writer-html5 .rst-content aside.citation span.backrefs,html.writer-html5 .rst-content aside.footnote span.backrefs,html.writer-html5 .rst-content div.citation span.backrefs{text-align:left;font-style:italic;margin-left:.65rem;word-break:break-word;word-spacing:-.1rem;max-width:5rem}html.writer-html5 .rst-content aside.citation span.backrefs>a,html.writer-html5 .rst-content aside.footnote span.backrefs>a,html.writer-html5 .rst-content div.citation span.backrefs>a{word-break:keep-all}html.writer-html5 .rst-content aside.citation span.backrefs>a:not(:first-child):before,html.writer-html5 .rst-content aside.footnote span.backrefs>a:not(:first-child):before,html.writer-html5 .rst-content div.citation span.backrefs>a:not(:first-child):before{content:" "}html.writer-html5 .rst-content aside.citation span.label,html.writer-html5 .rst-content aside.footnote span.label,html.writer-html5 .rst-content div.citation span.label{line-height:1.2rem}html.writer-html5 .rst-content aside.citation-list,html.writer-html5 .rst-content aside.footnote-list,html.writer-html5 .rst-content div.citation-list{margin-bottom:24px}html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content aside.footnote,html.writer-html5 .rst-content aside.footnote-list aside.footnote,html.writer-html5 .rst-content div.citation-list>div.citation,html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content aside.footnote-list aside.footnote code,html.writer-html5 .rst-content aside.footnote-list aside.footnote tt,html.writer-html5 .rst-content aside.footnote code,html.writer-html5 .rst-content aside.footnote tt,html.writer-html5 .rst-content div.citation-list>div.citation code,html.writer-html5 .rst-content div.citation-list>div.citation tt,html.writer-html5 .rst-content dl.citation code,html.writer-html5 .rst-content dl.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c;white-space:normal}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040;overflow-wrap:normal}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}.rst-content dl dd>ol:last-child,.rst-content dl dd>p:last-child,.rst-content dl dd>table:last-child,.rst-content dl dd>ul:last-child{margin-bottom:0}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px;max-width:100%}html.writer-html4 .rst-content dl:not(.docutils) .k,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .k{font-style:italic}html.writer-html4 .rst-content dl:not(.docutils) .descclassname,html.writer-html4 .rst-content dl:not(.docutils) .descname,html.writer-html4 .rst-content dl:not(.docutils) .sig-name,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .sig-name{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#000}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel,.rst-content .menuselection{font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content .guilabel,.rst-content .menuselection{border:1px solid #7fbbe3;background:#e7f2fa}.rst-content :not(dl.option-list)>:not(dt):not(kbd):not(.kbd)>.kbd,.rst-content :not(dl.option-list)>:not(dt):not(kbd):not(.kbd)>kbd{color:inherit;font-size:80%;background-color:#fff;border:1px solid #a6a6a6;border-radius:4px;box-shadow:0 2px grey;padding:2.4px 6px;margin:auto 0}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block}
\ No newline at end of file
diff --git a/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css b/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
new file mode 100644
index 0000000..eb19f69
--- /dev/null
+++ b/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
@@ -0,0 +1 @@
+.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative}details.sd-dropdown .sd-summary-title{font-weight:700;padding-right:3em !important;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary{list-style:none;padding:1em}details.sd-dropdown summary .sd-octicon.no-title{vertical-align:middle}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown summary::-webkit-details-marker{display:none}details.sd-dropdown summary:focus{outline:none}details.sd-dropdown .sd-summary-icon{margin-right:.5em}details.sd-dropdown .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary:hover .sd-summary-up svg,details.sd-dropdown summary:hover .sd-summary-down svg{opacity:1;transform:scale(1.1)}details.sd-dropdown .sd-summary-up svg,details.sd-dropdown .sd-summary-down svg{display:block;opacity:.6}details.sd-dropdown .sd-summary-up,details.sd-dropdown .sd-summary-down{pointer-events:none;position:absolute;right:1em;top:1em}details.sd-dropdown[open]>.sd-summary-title .sd-summary-down{visibility:hidden}details.sd-dropdown:not([open])>.sd-summary-title .sd-summary-up{visibility:hidden}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem}
diff --git a/_static/design-tabs.js b/_static/design-tabs.js
new file mode 100644
index 0000000..36b38cf
--- /dev/null
+++ b/_static/design-tabs.js
@@ -0,0 +1,27 @@
+var sd_labels_by_text = {};
+
+function ready() {
+ const li = document.getElementsByClassName("sd-tab-label");
+ for (const label of li) {
+ syncId = label.getAttribute("data-sync-id");
+ if (syncId) {
+ label.onclick = onLabelClick;
+ if (!sd_labels_by_text[syncId]) {
+ sd_labels_by_text[syncId] = [];
+ }
+ sd_labels_by_text[syncId].push(label);
+ }
+ }
+}
+
+function onLabelClick() {
+ // Activate other inputs with the same sync id.
+ syncId = this.getAttribute("data-sync-id");
+ for (label of sd_labels_by_text[syncId]) {
+ if (label === this) continue;
+ label.previousElementSibling.checked = true;
+ }
+ window.localStorage.setItem("sphinx-design-last-tab", syncId);
+}
+
+document.addEventListener("DOMContentLoaded", ready, false);
diff --git a/_static/doctools.js b/_static/doctools.js
new file mode 100644
index 0000000..d06a71d
--- /dev/null
+++ b/_static/doctools.js
@@ -0,0 +1,156 @@
+/*
+ * doctools.js
+ * ~~~~~~~~~~~
+ *
+ * Base JavaScript utilities for all Sphinx HTML documentation.
+ *
+ * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+"use strict";
+
+const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([
+ "TEXTAREA",
+ "INPUT",
+ "SELECT",
+ "BUTTON",
+]);
+
+const _ready = (callback) => {
+ if (document.readyState !== "loading") {
+ callback();
+ } else {
+ document.addEventListener("DOMContentLoaded", callback);
+ }
+};
+
+/**
+ * Small JavaScript module for the documentation.
+ */
+const Documentation = {
+ init: () => {
+ Documentation.initDomainIndexTable();
+ Documentation.initOnKeyListeners();
+ },
+
+ /**
+ * i18n support
+ */
+ TRANSLATIONS: {},
+ PLURAL_EXPR: (n) => (n === 1 ? 0 : 1),
+ LOCALE: "unknown",
+
+ // gettext and ngettext don't access this so that the functions
+ // can safely bound to a different name (_ = Documentation.gettext)
+ gettext: (string) => {
+ const translated = Documentation.TRANSLATIONS[string];
+ switch (typeof translated) {
+ case "undefined":
+ return string; // no translation
+ case "string":
+ return translated; // translation exists
+ default:
+ return translated[0]; // (singular, plural) translation tuple exists
+ }
+ },
+
+ ngettext: (singular, plural, n) => {
+ const translated = Documentation.TRANSLATIONS[singular];
+ if (typeof translated !== "undefined")
+ return translated[Documentation.PLURAL_EXPR(n)];
+ return n === 1 ? singular : plural;
+ },
+
+ addTranslations: (catalog) => {
+ Object.assign(Documentation.TRANSLATIONS, catalog.messages);
+ Documentation.PLURAL_EXPR = new Function(
+ "n",
+ `return (${catalog.plural_expr})`
+ );
+ Documentation.LOCALE = catalog.locale;
+ },
+
+ /**
+ * helper function to focus on search bar
+ */
+ focusSearchBar: () => {
+ document.querySelectorAll("input[name=q]")[0]?.focus();
+ },
+
+ /**
+ * Initialise the domain index toggle buttons
+ */
+ initDomainIndexTable: () => {
+ const toggler = (el) => {
+ const idNumber = el.id.substr(7);
+ const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`);
+ if (el.src.substr(-9) === "minus.png") {
+ el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`;
+ toggledRows.forEach((el) => (el.style.display = "none"));
+ } else {
+ el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`;
+ toggledRows.forEach((el) => (el.style.display = ""));
+ }
+ };
+
+ const togglerElements = document.querySelectorAll("img.toggler");
+ togglerElements.forEach((el) =>
+ el.addEventListener("click", (event) => toggler(event.currentTarget))
+ );
+ togglerElements.forEach((el) => (el.style.display = ""));
+ if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler);
+ },
+
+ initOnKeyListeners: () => {
+ // only install a listener if it is really needed
+ if (
+ !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS &&
+ !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS
+ )
+ return;
+
+ document.addEventListener("keydown", (event) => {
+ // bail for input elements
+ if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return;
+ // bail with special keys
+ if (event.altKey || event.ctrlKey || event.metaKey) return;
+
+ if (!event.shiftKey) {
+ switch (event.key) {
+ case "ArrowLeft":
+ if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break;
+
+ const prevLink = document.querySelector('link[rel="prev"]');
+ if (prevLink && prevLink.href) {
+ window.location.href = prevLink.href;
+ event.preventDefault();
+ }
+ break;
+ case "ArrowRight":
+ if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break;
+
+ const nextLink = document.querySelector('link[rel="next"]');
+ if (nextLink && nextLink.href) {
+ window.location.href = nextLink.href;
+ event.preventDefault();
+ }
+ break;
+ }
+ }
+
+ // some keyboard layouts may need Shift to get /
+ switch (event.key) {
+ case "/":
+ if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break;
+ Documentation.focusSearchBar();
+ event.preventDefault();
+ }
+ });
+ },
+};
+
+// quick alias for translations
+const _ = Documentation.gettext;
+
+_ready(Documentation.init);
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
new file mode 100644
index 0000000..7e4c114
--- /dev/null
+++ b/_static/documentation_options.js
@@ -0,0 +1,13 @@
+const DOCUMENTATION_OPTIONS = {
+ VERSION: '',
+ LANGUAGE: 'en',
+ COLLAPSE_INDEX: false,
+ BUILDER: 'html',
+ FILE_SUFFIX: '.html',
+ LINK_SUFFIX: '.html',
+ HAS_SOURCE: true,
+ SOURCELINK_SUFFIX: '.txt',
+ NAVIGATION_WITH_KEYS: false,
+ SHOW_SEARCH_SUMMARY: true,
+ ENABLE_SEARCH_SHORTCUTS: true,
+};
\ No newline at end of file
diff --git a/_static/file.png b/_static/file.png
new file mode 100644
index 0000000..a858a41
Binary files /dev/null and b/_static/file.png differ
diff --git a/_static/jquery.js b/_static/jquery.js
new file mode 100644
index 0000000..c4c6022
--- /dev/null
+++ b/_static/jquery.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML=" ",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML=" ";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML=" ",y.option=!!ce.lastChild;var ge={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML=" ",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document);
\ No newline at end of file
diff --git a/_static/js/html5shiv.min.js b/_static/js/html5shiv.min.js
new file mode 100644
index 0000000..cd1c674
--- /dev/null
+++ b/_static/js/html5shiv.min.js
@@ -0,0 +1,4 @@
+/**
+* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
+*/
+!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3-pre",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML=" ",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document);
\ No newline at end of file
diff --git a/_static/js/theme.js b/_static/js/theme.js
new file mode 100644
index 0000000..1fddb6e
--- /dev/null
+++ b/_static/js/theme.js
@@ -0,0 +1 @@
+!function(n){var e={};function t(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:i})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)t.d(i,o,function(e){return n[e]}.bind(null,o));return i},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p="",t(t.s=0)}([function(n,e,t){t(1),n.exports=t(3)},function(n,e,t){(function(){var e="undefined"!=typeof window?window.jQuery:t(2);n.exports.ThemeNav={navBar:null,win:null,winScroll:!1,winResize:!1,linkScroll:!1,winPosition:0,winHeight:null,docHeight:null,isRunning:!1,enable:function(n){var t=this;void 0===n&&(n=!0),t.isRunning||(t.isRunning=!0,e((function(e){t.init(e),t.reset(),t.win.on("hashchange",t.reset),n&&t.win.on("scroll",(function(){t.linkScroll||t.winScroll||(t.winScroll=!0,requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResize()})))},enableSticky:function(){this.enable(!0)},init:function(n){n(document);var e=this;this.navBar=n("div.wy-side-scroll:first"),this.win=n(window),n(document).on("click","[data-toggle='wy-nav-top']",(function(){n("[data-toggle='wy-nav-shift']").toggleClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift")})).on("click",".wy-menu-vertical .current ul li a",(function(){var t=n(this);n("[data-toggle='wy-nav-shift']").removeClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift"),e.toggleCurrent(t),e.hashChange()})).on("click","[data-toggle='rst-current-version']",(function(){n("[data-toggle='rst-versions']").toggleClass("shift-up")})),n("table.docutils:not(.field-list,.footnote,.citation)").wrap("
"),n("table.docutils.footnote").wrap(""),n("table.docutils.citation").wrap("
"),n(".wy-menu-vertical ul").not(".simple").siblings("a").each((function(){var t=n(this);expand=n(' '),expand.on("click",(function(n){return e.toggleCurrent(t),n.stopPropagation(),!1})),t.prepend(expand)}))},reset:function(){var n=encodeURI(window.location.hash)||"#";try{var e=$(".wy-menu-vertical"),t=e.find('[href="'+n+'"]');if(0===t.length){var i=$('.document [id="'+n.substring(1)+'"]').closest("div.section");0===(t=e.find('[href="#'+i.attr("id")+'"]')).length&&(t=e.find('[href="#"]'))}if(t.length>0){$(".wy-menu-vertical .current").removeClass("current").attr("aria-expanded","false"),t.addClass("current").attr("aria-expanded","true"),t.closest("li.toctree-l1").parent().addClass("current").attr("aria-expanded","true");for(let n=1;n<=10;n++)t.closest("li.toctree-l"+n).addClass("current").attr("aria-expanded","true");t[0].scrollIntoView()}}catch(n){console.log("Error expanding nav for anchor",n)}},onScroll:function(){this.winScroll=!1;var n=this.win.scrollTop(),e=n+this.winHeight,t=this.navBar.scrollTop()+(n-this.winPosition);n<0||e>this.docHeight||(this.navBar.scrollTop(t),this.winPosition=n)},onResize:function(){this.winResize=!1,this.winHeight=this.win.height(),this.docHeight=$(document).height()},hashChange:function(){this.linkScroll=!0,this.win.one("hashchange",(function(){this.linkScroll=!1}))},toggleCurrent:function(n){var e=n.closest("li");e.siblings("li.current").removeClass("current").attr("aria-expanded","false"),e.siblings().find("li.current").removeClass("current").attr("aria-expanded","false");var t=e.find("> ul li");t.length&&(t.removeClass("current").attr("aria-expanded","false"),e.toggleClass("current").attr("aria-expanded",(function(n,e){return"true"==e?"false":"true"})))}},"undefined"!=typeof window&&(window.SphinxRtdTheme={Navigation:n.exports.ThemeNav,StickyNav:n.exports.ThemeNav}),function(){for(var n=0,e=["ms","moz","webkit","o"],t=0;t0
+ var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
+ var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
+ var s_v = "^(" + C + ")?" + v; // vowel in stem
+
+ this.stemWord = function (w) {
+ var stem;
+ var suffix;
+ var firstch;
+ var origword = w;
+
+ if (w.length < 3)
+ return w;
+
+ var re;
+ var re2;
+ var re3;
+ var re4;
+
+ firstch = w.substr(0,1);
+ if (firstch == "y")
+ w = firstch.toUpperCase() + w.substr(1);
+
+ // Step 1a
+ re = /^(.+?)(ss|i)es$/;
+ re2 = /^(.+?)([^s])s$/;
+
+ if (re.test(w))
+ w = w.replace(re,"$1$2");
+ else if (re2.test(w))
+ w = w.replace(re2,"$1$2");
+
+ // Step 1b
+ re = /^(.+?)eed$/;
+ re2 = /^(.+?)(ed|ing)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ re = new RegExp(mgr0);
+ if (re.test(fp[1])) {
+ re = /.$/;
+ w = w.replace(re,"");
+ }
+ }
+ else if (re2.test(w)) {
+ var fp = re2.exec(w);
+ stem = fp[1];
+ re2 = new RegExp(s_v);
+ if (re2.test(stem)) {
+ w = stem;
+ re2 = /(at|bl|iz)$/;
+ re3 = new RegExp("([^aeiouylsz])\\1$");
+ re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
+ if (re2.test(w))
+ w = w + "e";
+ else if (re3.test(w)) {
+ re = /.$/;
+ w = w.replace(re,"");
+ }
+ else if (re4.test(w))
+ w = w + "e";
+ }
+ }
+
+ // Step 1c
+ re = /^(.+?)y$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ re = new RegExp(s_v);
+ if (re.test(stem))
+ w = stem + "i";
+ }
+
+ // Step 2
+ re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ suffix = fp[2];
+ re = new RegExp(mgr0);
+ if (re.test(stem))
+ w = stem + step2list[suffix];
+ }
+
+ // Step 3
+ re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ suffix = fp[2];
+ re = new RegExp(mgr0);
+ if (re.test(stem))
+ w = stem + step3list[suffix];
+ }
+
+ // Step 4
+ re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
+ re2 = /^(.+?)(s|t)(ion)$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ re = new RegExp(mgr1);
+ if (re.test(stem))
+ w = stem;
+ }
+ else if (re2.test(w)) {
+ var fp = re2.exec(w);
+ stem = fp[1] + fp[2];
+ re2 = new RegExp(mgr1);
+ if (re2.test(stem))
+ w = stem;
+ }
+
+ // Step 5
+ re = /^(.+?)e$/;
+ if (re.test(w)) {
+ var fp = re.exec(w);
+ stem = fp[1];
+ re = new RegExp(mgr1);
+ re2 = new RegExp(meq1);
+ re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
+ if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
+ w = stem;
+ }
+ re = /ll$/;
+ re2 = new RegExp(mgr1);
+ if (re.test(w) && re2.test(w)) {
+ re = /.$/;
+ w = w.replace(re,"");
+ }
+
+ // and turn initial Y back to y
+ if (firstch == "y")
+ w = firstch.toLowerCase() + w.substr(1);
+ return w;
+ }
+}
+
diff --git a/docs/_static/license_logo.png b/_static/license_logo.png
similarity index 100%
rename from docs/_static/license_logo.png
rename to _static/license_logo.png
diff --git a/docs/_static/license_logo.png.license b/_static/license_logo.png.license
similarity index 100%
rename from docs/_static/license_logo.png.license
rename to _static/license_logo.png.license
diff --git a/_static/minus.png b/_static/minus.png
new file mode 100644
index 0000000..d96755f
Binary files /dev/null and b/_static/minus.png differ
diff --git a/_static/nc-table-styles.css b/_static/nc-table-styles.css
new file mode 100644
index 0000000..99ae771
--- /dev/null
+++ b/_static/nc-table-styles.css
@@ -0,0 +1,16 @@
+.nc-attr-table {
+ table-layout: fixed;
+ width: 100%;
+}
+
+.nc-attr-description {
+ white-space: break-spaces !important;
+}
+
+.nc-attr-example {
+ white-space: break-spaces !important;
+}
+
+.nc-attr-example ul.simple {
+ overflow: auto;
+}
\ No newline at end of file
diff --git a/_static/orcid.png b/_static/orcid.png
new file mode 100644
index 0000000..ef10914
Binary files /dev/null and b/_static/orcid.png differ
diff --git a/_static/orcid.svg b/_static/orcid.svg
new file mode 100644
index 0000000..6bd8373
--- /dev/null
+++ b/_static/orcid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/_static/plot_directive.css b/_static/plot_directive.css
new file mode 100644
index 0000000..d45593c
--- /dev/null
+++ b/_static/plot_directive.css
@@ -0,0 +1,16 @@
+/*
+ * plot_directive.css
+ * ~~~~~~~~~~~~
+ *
+ * Stylesheet controlling images created using the `plot` directive within
+ * Sphinx.
+ *
+ * :copyright: Copyright 2020-* by the Matplotlib development team.
+ * :license: Matplotlib, see LICENSE for details.
+ *
+ */
+
+img.plot-directive {
+ border: 0;
+ max-width: 100%;
+}
diff --git a/_static/plus.png b/_static/plus.png
new file mode 100644
index 0000000..7107cec
Binary files /dev/null and b/_static/plus.png differ
diff --git a/_static/pygments.css b/_static/pygments.css
new file mode 100644
index 0000000..84ab303
--- /dev/null
+++ b/_static/pygments.css
@@ -0,0 +1,75 @@
+pre { line-height: 125%; }
+td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
+span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
+td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
+span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
+.highlight .hll { background-color: #ffffcc }
+.highlight { background: #f8f8f8; }
+.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
+.highlight .err { border: 1px solid #FF0000 } /* Error */
+.highlight .k { color: #008000; font-weight: bold } /* Keyword */
+.highlight .o { color: #666666 } /* Operator */
+.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
+.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #9C6500 } /* Comment.Preproc */
+.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
+.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
+.highlight .gd { color: #A00000 } /* Generic.Deleted */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
+.highlight .gr { color: #E40000 } /* Generic.Error */
+.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight .gi { color: #008400 } /* Generic.Inserted */
+.highlight .go { color: #717171 } /* Generic.Output */
+.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight .gt { color: #0044DD } /* Generic.Traceback */
+.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
+.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
+.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
+.highlight .kp { color: #008000 } /* Keyword.Pseudo */
+.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #B00040 } /* Keyword.Type */
+.highlight .m { color: #666666 } /* Literal.Number */
+.highlight .s { color: #BA2121 } /* Literal.String */
+.highlight .na { color: #687822 } /* Name.Attribute */
+.highlight .nb { color: #008000 } /* Name.Builtin */
+.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
+.highlight .no { color: #880000 } /* Name.Constant */
+.highlight .nd { color: #AA22FF } /* Name.Decorator */
+.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
+.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #0000FF } /* Name.Function */
+.highlight .nl { color: #767600 } /* Name.Label */
+.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.highlight .nv { color: #19177C } /* Name.Variable */
+.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mb { color: #666666 } /* Literal.Number.Bin */
+.highlight .mf { color: #666666 } /* Literal.Number.Float */
+.highlight .mh { color: #666666 } /* Literal.Number.Hex */
+.highlight .mi { color: #666666 } /* Literal.Number.Integer */
+.highlight .mo { color: #666666 } /* Literal.Number.Oct */
+.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
+.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
+.highlight .sc { color: #BA2121 } /* Literal.String.Char */
+.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
+.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
+.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
+.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
+.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
+.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
+.highlight .sx { color: #008000 } /* Literal.String.Other */
+.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
+.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
+.highlight .ss { color: #19177C } /* Literal.String.Symbol */
+.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
+.highlight .fm { color: #0000FF } /* Name.Function.Magic */
+.highlight .vc { color: #19177C } /* Name.Variable.Class */
+.highlight .vg { color: #19177C } /* Name.Variable.Global */
+.highlight .vi { color: #19177C } /* Name.Variable.Instance */
+.highlight .vm { color: #19177C } /* Name.Variable.Magic */
+.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
\ No newline at end of file
diff --git a/_static/searchtools.js b/_static/searchtools.js
new file mode 100644
index 0000000..7918c3f
--- /dev/null
+++ b/_static/searchtools.js
@@ -0,0 +1,574 @@
+/*
+ * searchtools.js
+ * ~~~~~~~~~~~~~~~~
+ *
+ * Sphinx JavaScript utilities for the full-text search.
+ *
+ * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
+ */
+"use strict";
+
+/**
+ * Simple result scoring code.
+ */
+if (typeof Scorer === "undefined") {
+ var Scorer = {
+ // Implement the following function to further tweak the score for each result
+ // The function takes a result array [docname, title, anchor, descr, score, filename]
+ // and returns the new score.
+ /*
+ score: result => {
+ const [docname, title, anchor, descr, score, filename] = result
+ return score
+ },
+ */
+
+ // query matches the full name of an object
+ objNameMatch: 11,
+ // or matches in the last dotted part of the object name
+ objPartialMatch: 6,
+ // Additive scores depending on the priority of the object
+ objPrio: {
+ 0: 15, // used to be importantResults
+ 1: 5, // used to be objectResults
+ 2: -5, // used to be unimportantResults
+ },
+ // Used when the priority is not in the mapping.
+ objPrioDefault: 0,
+
+ // query found in title
+ title: 15,
+ partialTitle: 7,
+ // query found in terms
+ term: 5,
+ partialTerm: 2,
+ };
+}
+
+const _removeChildren = (element) => {
+ while (element && element.lastChild) element.removeChild(element.lastChild);
+};
+
+/**
+ * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping
+ */
+const _escapeRegExp = (string) =>
+ string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string
+
+const _displayItem = (item, searchTerms, highlightTerms) => {
+ const docBuilder = DOCUMENTATION_OPTIONS.BUILDER;
+ const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX;
+ const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX;
+ const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY;
+ const contentRoot = document.documentElement.dataset.content_root;
+
+ const [docName, title, anchor, descr, score, _filename] = item;
+
+ let listItem = document.createElement("li");
+ let requestUrl;
+ let linkUrl;
+ if (docBuilder === "dirhtml") {
+ // dirhtml builder
+ let dirname = docName + "/";
+ if (dirname.match(/\/index\/$/))
+ dirname = dirname.substring(0, dirname.length - 6);
+ else if (dirname === "index/") dirname = "";
+ requestUrl = contentRoot + dirname;
+ linkUrl = requestUrl;
+ } else {
+ // normal html builders
+ requestUrl = contentRoot + docName + docFileSuffix;
+ linkUrl = docName + docLinkSuffix;
+ }
+ let linkEl = listItem.appendChild(document.createElement("a"));
+ linkEl.href = linkUrl + anchor;
+ linkEl.dataset.score = score;
+ linkEl.innerHTML = title;
+ if (descr) {
+ listItem.appendChild(document.createElement("span")).innerHTML =
+ " (" + descr + ")";
+ // highlight search terms in the description
+ if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js
+ highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted"));
+ }
+ else if (showSearchSummary)
+ fetch(requestUrl)
+ .then((responseData) => responseData.text())
+ .then((data) => {
+ if (data)
+ listItem.appendChild(
+ Search.makeSearchSummary(data, searchTerms)
+ );
+ // highlight search terms in the summary
+ if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js
+ highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted"));
+ });
+ Search.output.appendChild(listItem);
+};
+const _finishSearch = (resultCount) => {
+ Search.stopPulse();
+ Search.title.innerText = _("Search Results");
+ if (!resultCount)
+ Search.status.innerText = Documentation.gettext(
+ "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories."
+ );
+ else
+ Search.status.innerText = _(
+ `Search finished, found ${resultCount} page(s) matching the search query.`
+ );
+};
+const _displayNextItem = (
+ results,
+ resultCount,
+ searchTerms,
+ highlightTerms,
+) => {
+ // results left, load the summary and display it
+ // this is intended to be dynamic (don't sub resultsCount)
+ if (results.length) {
+ _displayItem(results.pop(), searchTerms, highlightTerms);
+ setTimeout(
+ () => _displayNextItem(results, resultCount, searchTerms, highlightTerms),
+ 5
+ );
+ }
+ // search finished, update title and status message
+ else _finishSearch(resultCount);
+};
+
+/**
+ * Default splitQuery function. Can be overridden in ``sphinx.search`` with a
+ * custom function per language.
+ *
+ * The regular expression works by splitting the string on consecutive characters
+ * that are not Unicode letters, numbers, underscores, or emoji characters.
+ * This is the same as ``\W+`` in Python, preserving the surrogate pair area.
+ */
+if (typeof splitQuery === "undefined") {
+ var splitQuery = (query) => query
+ .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu)
+ .filter(term => term) // remove remaining empty strings
+}
+
+/**
+ * Search Module
+ */
+const Search = {
+ _index: null,
+ _queued_query: null,
+ _pulse_status: -1,
+
+ htmlToText: (htmlString) => {
+ const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
+ htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() });
+ const docContent = htmlElement.querySelector('[role="main"]');
+ if (docContent !== undefined) return docContent.textContent;
+ console.warn(
+ "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template."
+ );
+ return "";
+ },
+
+ init: () => {
+ const query = new URLSearchParams(window.location.search).get("q");
+ document
+ .querySelectorAll('input[name="q"]')
+ .forEach((el) => (el.value = query));
+ if (query) Search.performSearch(query);
+ },
+
+ loadIndex: (url) =>
+ (document.body.appendChild(document.createElement("script")).src = url),
+
+ setIndex: (index) => {
+ Search._index = index;
+ if (Search._queued_query !== null) {
+ const query = Search._queued_query;
+ Search._queued_query = null;
+ Search.query(query);
+ }
+ },
+
+ hasIndex: () => Search._index !== null,
+
+ deferQuery: (query) => (Search._queued_query = query),
+
+ stopPulse: () => (Search._pulse_status = -1),
+
+ startPulse: () => {
+ if (Search._pulse_status >= 0) return;
+
+ const pulse = () => {
+ Search._pulse_status = (Search._pulse_status + 1) % 4;
+ Search.dots.innerText = ".".repeat(Search._pulse_status);
+ if (Search._pulse_status >= 0) window.setTimeout(pulse, 500);
+ };
+ pulse();
+ },
+
+ /**
+ * perform a search for something (or wait until index is loaded)
+ */
+ performSearch: (query) => {
+ // create the required interface elements
+ const searchText = document.createElement("h2");
+ searchText.textContent = _("Searching");
+ const searchSummary = document.createElement("p");
+ searchSummary.classList.add("search-summary");
+ searchSummary.innerText = "";
+ const searchList = document.createElement("ul");
+ searchList.classList.add("search");
+
+ const out = document.getElementById("search-results");
+ Search.title = out.appendChild(searchText);
+ Search.dots = Search.title.appendChild(document.createElement("span"));
+ Search.status = out.appendChild(searchSummary);
+ Search.output = out.appendChild(searchList);
+
+ const searchProgress = document.getElementById("search-progress");
+ // Some themes don't use the search progress node
+ if (searchProgress) {
+ searchProgress.innerText = _("Preparing search...");
+ }
+ Search.startPulse();
+
+ // index already loaded, the browser was quick!
+ if (Search.hasIndex()) Search.query(query);
+ else Search.deferQuery(query);
+ },
+
+ /**
+ * execute search (requires search index to be loaded)
+ */
+ query: (query) => {
+ const filenames = Search._index.filenames;
+ const docNames = Search._index.docnames;
+ const titles = Search._index.titles;
+ const allTitles = Search._index.alltitles;
+ const indexEntries = Search._index.indexentries;
+
+ // stem the search terms and add them to the correct list
+ const stemmer = new Stemmer();
+ const searchTerms = new Set();
+ const excludedTerms = new Set();
+ const highlightTerms = new Set();
+ const objectTerms = new Set(splitQuery(query.toLowerCase().trim()));
+ splitQuery(query.trim()).forEach((queryTerm) => {
+ const queryTermLower = queryTerm.toLowerCase();
+
+ // maybe skip this "word"
+ // stopwords array is from language_data.js
+ if (
+ stopwords.indexOf(queryTermLower) !== -1 ||
+ queryTerm.match(/^\d+$/)
+ )
+ return;
+
+ // stem the word
+ let word = stemmer.stemWord(queryTermLower);
+ // select the correct list
+ if (word[0] === "-") excludedTerms.add(word.substr(1));
+ else {
+ searchTerms.add(word);
+ highlightTerms.add(queryTermLower);
+ }
+ });
+
+ if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js
+ localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" "))
+ }
+
+ // console.debug("SEARCH: searching for:");
+ // console.info("required: ", [...searchTerms]);
+ // console.info("excluded: ", [...excludedTerms]);
+
+ // array of [docname, title, anchor, descr, score, filename]
+ let results = [];
+ _removeChildren(document.getElementById("search-progress"));
+
+ const queryLower = query.toLowerCase();
+ for (const [title, foundTitles] of Object.entries(allTitles)) {
+ if (title.toLowerCase().includes(queryLower) && (queryLower.length >= title.length/2)) {
+ for (const [file, id] of foundTitles) {
+ let score = Math.round(100 * queryLower.length / title.length)
+ results.push([
+ docNames[file],
+ titles[file] !== title ? `${titles[file]} > ${title}` : title,
+ id !== null ? "#" + id : "",
+ null,
+ score,
+ filenames[file],
+ ]);
+ }
+ }
+ }
+
+ // search for explicit entries in index directives
+ for (const [entry, foundEntries] of Object.entries(indexEntries)) {
+ if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) {
+ for (const [file, id] of foundEntries) {
+ let score = Math.round(100 * queryLower.length / entry.length)
+ results.push([
+ docNames[file],
+ titles[file],
+ id ? "#" + id : "",
+ null,
+ score,
+ filenames[file],
+ ]);
+ }
+ }
+ }
+
+ // lookup as object
+ objectTerms.forEach((term) =>
+ results.push(...Search.performObjectSearch(term, objectTerms))
+ );
+
+ // lookup as search terms in fulltext
+ results.push(...Search.performTermsSearch(searchTerms, excludedTerms));
+
+ // let the scorer override scores with a custom scoring function
+ if (Scorer.score) results.forEach((item) => (item[4] = Scorer.score(item)));
+
+ // now sort the results by score (in opposite order of appearance, since the
+ // display function below uses pop() to retrieve items) and then
+ // alphabetically
+ results.sort((a, b) => {
+ const leftScore = a[4];
+ const rightScore = b[4];
+ if (leftScore === rightScore) {
+ // same score: sort alphabetically
+ const leftTitle = a[1].toLowerCase();
+ const rightTitle = b[1].toLowerCase();
+ if (leftTitle === rightTitle) return 0;
+ return leftTitle > rightTitle ? -1 : 1; // inverted is intentional
+ }
+ return leftScore > rightScore ? 1 : -1;
+ });
+
+ // remove duplicate search results
+ // note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept
+ let seen = new Set();
+ results = results.reverse().reduce((acc, result) => {
+ let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(',');
+ if (!seen.has(resultStr)) {
+ acc.push(result);
+ seen.add(resultStr);
+ }
+ return acc;
+ }, []);
+
+ results = results.reverse();
+
+ // for debugging
+ //Search.lastresults = results.slice(); // a copy
+ // console.info("search results:", Search.lastresults);
+
+ // print the results
+ _displayNextItem(results, results.length, searchTerms, highlightTerms);
+ },
+
+ /**
+ * search for object names
+ */
+ performObjectSearch: (object, objectTerms) => {
+ const filenames = Search._index.filenames;
+ const docNames = Search._index.docnames;
+ const objects = Search._index.objects;
+ const objNames = Search._index.objnames;
+ const titles = Search._index.titles;
+
+ const results = [];
+
+ const objectSearchCallback = (prefix, match) => {
+ const name = match[4]
+ const fullname = (prefix ? prefix + "." : "") + name;
+ const fullnameLower = fullname.toLowerCase();
+ if (fullnameLower.indexOf(object) < 0) return;
+
+ let score = 0;
+ const parts = fullnameLower.split(".");
+
+ // check for different match types: exact matches of full name or
+ // "last name" (i.e. last dotted part)
+ if (fullnameLower === object || parts.slice(-1)[0] === object)
+ score += Scorer.objNameMatch;
+ else if (parts.slice(-1)[0].indexOf(object) > -1)
+ score += Scorer.objPartialMatch; // matches in last name
+
+ const objName = objNames[match[1]][2];
+ const title = titles[match[0]];
+
+ // If more than one term searched for, we require other words to be
+ // found in the name/title/description
+ const otherTerms = new Set(objectTerms);
+ otherTerms.delete(object);
+ if (otherTerms.size > 0) {
+ const haystack = `${prefix} ${name} ${objName} ${title}`.toLowerCase();
+ if (
+ [...otherTerms].some((otherTerm) => haystack.indexOf(otherTerm) < 0)
+ )
+ return;
+ }
+
+ let anchor = match[3];
+ if (anchor === "") anchor = fullname;
+ else if (anchor === "-") anchor = objNames[match[1]][1] + "-" + fullname;
+
+ const descr = objName + _(", in ") + title;
+
+ // add custom score for some objects according to scorer
+ if (Scorer.objPrio.hasOwnProperty(match[2]))
+ score += Scorer.objPrio[match[2]];
+ else score += Scorer.objPrioDefault;
+
+ results.push([
+ docNames[match[0]],
+ fullname,
+ "#" + anchor,
+ descr,
+ score,
+ filenames[match[0]],
+ ]);
+ };
+ Object.keys(objects).forEach((prefix) =>
+ objects[prefix].forEach((array) =>
+ objectSearchCallback(prefix, array)
+ )
+ );
+ return results;
+ },
+
+ /**
+ * search for full-text terms in the index
+ */
+ performTermsSearch: (searchTerms, excludedTerms) => {
+ // prepare search
+ const terms = Search._index.terms;
+ const titleTerms = Search._index.titleterms;
+ const filenames = Search._index.filenames;
+ const docNames = Search._index.docnames;
+ const titles = Search._index.titles;
+
+ const scoreMap = new Map();
+ const fileMap = new Map();
+
+ // perform the search on the required terms
+ searchTerms.forEach((word) => {
+ const files = [];
+ const arr = [
+ { files: terms[word], score: Scorer.term },
+ { files: titleTerms[word], score: Scorer.title },
+ ];
+ // add support for partial matches
+ if (word.length > 2) {
+ const escapedWord = _escapeRegExp(word);
+ Object.keys(terms).forEach((term) => {
+ if (term.match(escapedWord) && !terms[word])
+ arr.push({ files: terms[term], score: Scorer.partialTerm });
+ });
+ Object.keys(titleTerms).forEach((term) => {
+ if (term.match(escapedWord) && !titleTerms[word])
+ arr.push({ files: titleTerms[word], score: Scorer.partialTitle });
+ });
+ }
+
+ // no match but word was a required one
+ if (arr.every((record) => record.files === undefined)) return;
+
+ // found search word in contents
+ arr.forEach((record) => {
+ if (record.files === undefined) return;
+
+ let recordFiles = record.files;
+ if (recordFiles.length === undefined) recordFiles = [recordFiles];
+ files.push(...recordFiles);
+
+ // set score for the word in each file
+ recordFiles.forEach((file) => {
+ if (!scoreMap.has(file)) scoreMap.set(file, {});
+ scoreMap.get(file)[word] = record.score;
+ });
+ });
+
+ // create the mapping
+ files.forEach((file) => {
+ if (fileMap.has(file) && fileMap.get(file).indexOf(word) === -1)
+ fileMap.get(file).push(word);
+ else fileMap.set(file, [word]);
+ });
+ });
+
+ // now check if the files don't contain excluded terms
+ const results = [];
+ for (const [file, wordList] of fileMap) {
+ // check if all requirements are matched
+
+ // as search terms with length < 3 are discarded
+ const filteredTermCount = [...searchTerms].filter(
+ (term) => term.length > 2
+ ).length;
+ if (
+ wordList.length !== searchTerms.size &&
+ wordList.length !== filteredTermCount
+ )
+ continue;
+
+ // ensure that none of the excluded terms is in the search result
+ if (
+ [...excludedTerms].some(
+ (term) =>
+ terms[term] === file ||
+ titleTerms[term] === file ||
+ (terms[term] || []).includes(file) ||
+ (titleTerms[term] || []).includes(file)
+ )
+ )
+ break;
+
+ // select one (max) score for the file.
+ const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w]));
+ // add result to the result list
+ results.push([
+ docNames[file],
+ titles[file],
+ "",
+ null,
+ score,
+ filenames[file],
+ ]);
+ }
+ return results;
+ },
+
+ /**
+ * helper function to return a node containing the
+ * search summary for a given text. keywords is a list
+ * of stemmed words.
+ */
+ makeSearchSummary: (htmlText, keywords) => {
+ const text = Search.htmlToText(htmlText);
+ if (text === "") return null;
+
+ const textLower = text.toLowerCase();
+ const actualStartPosition = [...keywords]
+ .map((k) => textLower.indexOf(k.toLowerCase()))
+ .filter((i) => i > -1)
+ .slice(-1)[0];
+ const startWithContext = Math.max(actualStartPosition - 120, 0);
+
+ const top = startWithContext === 0 ? "" : "...";
+ const tail = startWithContext + 240 < text.length ? "..." : "";
+
+ let summary = document.createElement("p");
+ summary.classList.add("context");
+ summary.textContent = top + text.substr(startWithContext, 240).trim() + tail;
+
+ return summary;
+ },
+};
+
+_ready(Search.init);
diff --git a/_static/sphinx_highlight.js b/_static/sphinx_highlight.js
new file mode 100644
index 0000000..8a96c69
--- /dev/null
+++ b/_static/sphinx_highlight.js
@@ -0,0 +1,154 @@
+/* Highlighting utilities for Sphinx HTML documentation. */
+"use strict";
+
+const SPHINX_HIGHLIGHT_ENABLED = true
+
+/**
+ * highlight a given string on a node by wrapping it in
+ * span elements with the given class name.
+ */
+const _highlight = (node, addItems, text, className) => {
+ if (node.nodeType === Node.TEXT_NODE) {
+ const val = node.nodeValue;
+ const parent = node.parentNode;
+ const pos = val.toLowerCase().indexOf(text);
+ if (
+ pos >= 0 &&
+ !parent.classList.contains(className) &&
+ !parent.classList.contains("nohighlight")
+ ) {
+ let span;
+
+ const closestNode = parent.closest("body, svg, foreignObject");
+ const isInSVG = closestNode && closestNode.matches("svg");
+ if (isInSVG) {
+ span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
+ } else {
+ span = document.createElement("span");
+ span.classList.add(className);
+ }
+
+ span.appendChild(document.createTextNode(val.substr(pos, text.length)));
+ const rest = document.createTextNode(val.substr(pos + text.length));
+ parent.insertBefore(
+ span,
+ parent.insertBefore(
+ rest,
+ node.nextSibling
+ )
+ );
+ node.nodeValue = val.substr(0, pos);
+ /* There may be more occurrences of search term in this node. So call this
+ * function recursively on the remaining fragment.
+ */
+ _highlight(rest, addItems, text, className);
+
+ if (isInSVG) {
+ const rect = document.createElementNS(
+ "http://www.w3.org/2000/svg",
+ "rect"
+ );
+ const bbox = parent.getBBox();
+ rect.x.baseVal.value = bbox.x;
+ rect.y.baseVal.value = bbox.y;
+ rect.width.baseVal.value = bbox.width;
+ rect.height.baseVal.value = bbox.height;
+ rect.setAttribute("class", className);
+ addItems.push({ parent: parent, target: rect });
+ }
+ }
+ } else if (node.matches && !node.matches("button, select, textarea")) {
+ node.childNodes.forEach((el) => _highlight(el, addItems, text, className));
+ }
+};
+const _highlightText = (thisNode, text, className) => {
+ let addItems = [];
+ _highlight(thisNode, addItems, text, className);
+ addItems.forEach((obj) =>
+ obj.parent.insertAdjacentElement("beforebegin", obj.target)
+ );
+};
+
+/**
+ * Small JavaScript module for the documentation.
+ */
+const SphinxHighlight = {
+
+ /**
+ * highlight the search words provided in localstorage in the text
+ */
+ highlightSearchWords: () => {
+ if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight
+
+ // get and clear terms from localstorage
+ const url = new URL(window.location);
+ const highlight =
+ localStorage.getItem("sphinx_highlight_terms")
+ || url.searchParams.get("highlight")
+ || "";
+ localStorage.removeItem("sphinx_highlight_terms")
+ url.searchParams.delete("highlight");
+ window.history.replaceState({}, "", url);
+
+ // get individual terms from highlight string
+ const terms = highlight.toLowerCase().split(/\s+/).filter(x => x);
+ if (terms.length === 0) return; // nothing to do
+
+ // There should never be more than one element matching "div.body"
+ const divBody = document.querySelectorAll("div.body");
+ const body = divBody.length ? divBody[0] : document.querySelector("body");
+ window.setTimeout(() => {
+ terms.forEach((term) => _highlightText(body, term, "highlighted"));
+ }, 10);
+
+ const searchBox = document.getElementById("searchbox");
+ if (searchBox === null) return;
+ searchBox.appendChild(
+ document
+ .createRange()
+ .createContextualFragment(
+ '' +
+ '' +
+ _("Hide Search Matches") +
+ "
"
+ )
+ );
+ },
+
+ /**
+ * helper function to hide the search marks again
+ */
+ hideSearchWords: () => {
+ document
+ .querySelectorAll("#searchbox .highlight-link")
+ .forEach((el) => el.remove());
+ document
+ .querySelectorAll("span.highlighted")
+ .forEach((el) => el.classList.remove("highlighted"));
+ localStorage.removeItem("sphinx_highlight_terms")
+ },
+
+ initEscapeListener: () => {
+ // only install a listener if it is really needed
+ if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return;
+
+ document.addEventListener("keydown", (event) => {
+ // bail for input elements
+ if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return;
+ // bail with special keys
+ if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return;
+ if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) {
+ SphinxHighlight.hideSearchWords();
+ event.preventDefault();
+ }
+ });
+ },
+};
+
+_ready(() => {
+ /* Do not call highlightSearchWords() when we are on the search page.
+ * It will highlight words from the *previous* search query.
+ */
+ if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords();
+ SphinxHighlight.initEscapeListener();
+});
diff --git a/api.html b/api.html
new file mode 100644
index 0000000..c72cf37
--- /dev/null
+++ b/api.html
@@ -0,0 +1,1005 @@
+
+
+
+
+
+
+ API Reference — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.backend.html b/api/psyplot_gui.backend.html
new file mode 100644
index 0000000..d3e54ee
--- /dev/null
+++ b/api/psyplot_gui.backend.html
@@ -0,0 +1,504 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Matplotlib backend to include matplotlib figures as dockwidgets in the
+psyplot gui
+
This backend is based upon matplotlibs qt4agg and qt5agg backends.
+
Classes:
+
+
Functions:
+
+
+
+psyplot_gui.backend. FigureCanvas
+alias of PsyplotCanvas
+Methods:
+
+
+resizeEvent (event)
+Reimplemented to make sure that the figure is only resized for events with height and width greater 0
+
+
+
+
+
+
+
+psyplot_gui.backend. FigureManager
+alias of PsyplotCanvasManager
+Methods:
+
+
+resize (width, height)
+For GUI backends, resize the window (in physical pixels).
+
+statusBar (*args, **kwargs)
+
+
+
+
+Attributes:
+
+
+
+
+
+class psyplot_gui.backend. FigureWidget [source]
+Bases: DockMixin , QWidget
+A simple container for figures in the psyplot backend
+Classes:
+
+
+
+dock_cls
+alias of FiguresDock
+Methods:
+
+
+close (*args, **kwargs)
+Reimplemented to remove the dock widget from the mainwindow when closed
+
+
+
+
+
+
+
+
+
+class psyplot_gui.backend. FiguresDock [source]
+Bases: QDockWidget
+Reimplemented QDockWidget to remove the dock widget when closed
+Methods:
+
+
+close (*args, **kwargs)
+Reimplemented to remove the dock widget from the mainwindow when closed
+
+
+
+
+
+close ( * args , ** kwargs ) [source]
+Reimplemented to remove the dock widget from the mainwindow when closed
+
+
+
+
+
+
+class psyplot_gui.backend. PsyplotCanvas ( figure = None ) [source]
+Bases: FigureCanvasQTAgg
+The canvas class with reimplemented resizing
+Methods:
+
+
+resizeEvent (event)
+Reimplemented to make sure that the figure is only resized for events with height and width greater 0
+
+
+
+
+
+resizeEvent ( event ) [source]
+Reimplemented to make sure that the figure is only resized for
+events with height and width greater 0
+
+
+
+
+
+
+class psyplot_gui.backend. PsyplotCanvasManager ( canvas , num ) [source]
+Bases: FigureManagerQT
+The canvas manager for the psyplot backend interacting with the
+mainwindow of the psyplot gui
+Methods:
+
+
+resize (width, height)
+For GUI backends, resize the window (in physical pixels).
+
+statusBar (*args, **kwargs)
+
+
+
+
+Attributes:
+
+
+
+resize ( width , height ) [source]
+For GUI backends, resize the window (in physical pixels).
+
+
+
+
+statusBar ( * args , ** kwargs ) [source]
+
+
+
+
+toolbar = None
+
+
+
+
+
+
+psyplot_gui.backend. new_figure_manager ( num , * args , ** kwargs ) [source]
+Create a new figure manager instance
+
+
+
+
+psyplot_gui.backend. new_figure_manager_given_figure ( num , figure ) [source]
+Create a new figure manager instance for the given figure.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.common.html b/api/psyplot_gui.common.html
new file mode 100644
index 0000000..e0b3d50
--- /dev/null
+++ b/api/psyplot_gui.common.html
@@ -0,0 +1,763 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Common functions used for the psyplot gui
+
Classes:
+
+
+DockMixin ()
+A mixin class to define psyplot_gui plugins
+
+ListValidator (valid[, sep])
+A validator class to validate that a string consists of strings in a list of strings
+
+LoadFromConsoleButton ([instances])
+A toolbutton to load an object from the console
+
+PyErrorMessage
+Widget designed to display python errors via the showTraceback() method
+
+StreamToLogger (logger[, log_level])
+Fake file-like stream object that redirects writes to a logger instance.
+
+
+
+
Functions:
+
+
+get_icon (name)
+Get the path to an icon in the icons directory
+
+get_module_path (modname)
+Return module modname base path
+
+is_running_tests ()
+Check if there are any GUI tests running
+
+
+
+
+
+class psyplot_gui.common. DockMixin [source]
+Bases: object
+A mixin class to define psyplot_gui plugins
+Notes
+Each external plugin should set the dock_position and the
+title attribute!
+Attributes:
+
+
+config_page
+The config page for this widget.
+
+dock
+The instance of QDockWidget of this plugin
+
+dock_position
+The position of the plugin
+
+hidden
+Boolean that is True if the dock widget should be hidden automatically after startup
+
+is_shown
+Boolean that is True, if the dock widget is shown
+
+title
+The title of the plugin
+
+
+
+Methods:
+
+Classes:
+
+
+dock_cls
+The class to use for the DockWidget
+
+
+
+
+
+config_page = None
+The config page for this widget. Should inherit the
+psyplot_gui.preferences.ConfigPage widget
+
+
+
+
+create_central_widget_action ( main ) [source]
+Setup the action to make this plugin the central widget
+
+
+
+
+create_view_action ( main , docktype = 'pane' ) [source]
+
+
+
+
+dock = None
+The instance of QDockWidget of this plugin
+
+
+
+
+dock_cls
+The class to use for the DockWidget
+alias of QDockWidget
+Attributes:
+
+
+AllDockWidgetFeatures
+
+
+DockWidgetClosable
+
+
+DockWidgetFloatable
+
+
+DockWidgetMovable
+
+
+DockWidgetVerticalTitleBar
+
+
+NoDockWidgetFeatures
+
+
+allowedAreasChanged (*args, **kwargs)
+Union[Qt.DockWidgetAreas, Qt.DockWidgetArea]) [signal]
+
+dockLocationChanged (*args, **kwargs)
+Qt.DockWidgetArea) [signal]
+
+featuresChanged (*args, **kwargs)
+Union[QDockWidget.DockWidgetFeatures, QDockWidget.DockWidgetFeature]) [signal]
+
+topLevelChanged (*args, **kwargs)
+bool) [signal]
+
+visibilityChanged (*args, **kwargs)
+bool) [signal]
+
+
+
+Classes:
+
+
+DockWidgetFeature
+
+
+DockWidgetFeatures ()
+
+
+
+
+Methods:
+
+
+allowedAreas (self)
+
+
+changeEvent (self, event)
+
+
+closeEvent (self, event)
+
+
+event (self, event)
+
+
+features (self)
+
+
+initStyleOption (self, option)
+
+
+isAreaAllowed (self, area)
+
+
+isFloating (self)
+
+
+paintEvent (self, event)
+
+
+setAllowedAreas (self, areas)
+
+
+setFeatures (self, features)
+
+
+setFloating (self, floating)
+
+
+setTitleBarWidget (self, widget)
+
+
+setWidget (self, widget)
+
+
+titleBarWidget (self)
+
+
+toggleViewAction (self)
+
+
+widget (self)
+
+
+
+
+
+
+
+
+dock_position = None
+The position of the plugin
+
+
+
+
+hidden = False
+Boolean that is True if the dock widget should be hidden automatically
+after startup
+
+
+
+
+hide_plugin ( ) [source]
+Hide the plugin widget
+
+
+
+
+property is_shown
+Boolean that is True, if the dock widget is shown
+
+
+
+
+position_dock ( main , * args , ** kwargs ) [source]
+Set the position of the dock widget
+This method places the plugin widget at the desired dock position
+(by default, indicated with the dock_position attribute)
+
+Parameters:
+main (psyplot_gui.main.Mainwindow ) – The main window where the dock is added
+
+
+
+
+
+
+remove_plugin ( ) [source]
+Remove this plugin and close it
+
+
+
+
+show_plugin ( ) [source]
+Show the plugin widget
+
+
+
+
+show_status_message ( msg ) [source]
+Show a status message
+
+
+
+
+title = None
+The title of the plugin
+
+
+
+
+to_dock ( main , title = None , position = None , docktype = 'pane' , * args , ** kwargs ) [source]
+
+
+
+
+
+
+class psyplot_gui.common. ListValidator ( valid , sep = ',' , * args , ** kwargs ) [source]
+Bases: QRegExpValidator
+A validator class to validate that a string consists of strings in a
+list of strings
+
+
+
+
+class psyplot_gui.common. LoadFromConsoleButton ( instances = None , * args , ** kwargs ) [source]
+Bases: QToolButton
+A toolbutton to load an object from the console
+Methods:
+
+Attributes:
+
+
+
+check ( obj ) [source]
+
+
+
+
+get_from_shell ( oname = None ) [source]
+Open an input dialog, receive an object and emit the
+object_loaded signal
+
+
+
+
+get_obj ( oname ) [source]
+Load an object from the current shell
+
+
+
+
+property instances2check_str
+
+
+
+
+object_loaded ( * args , ** kwargs )
+The signal that is emitted when an object has been loaded. The first
+argument is the object name, the second the object itself
+
+
+
+
+property potential_object_names
+
+
+
+
+
+
+class psyplot_gui.common. PyErrorMessage [source]
+Bases: QErrorMessage
+Widget designed to display python errors via the showTraceback()
+method
+Methods:
+
+
+
+excepthook ( type , value , traceback ) [source]
+
+
+
+
+showTraceback ( header = None ) [source]
+
+
+
+
+
+
+class psyplot_gui.common. StreamToLogger ( logger , log_level = 20 ) [source]
+Bases: object
+Fake file-like stream object that redirects writes to a logger instance.
+Methods:
+
+
+
+flush ( ) [source]
+
+
+
+
+write ( buf ) [source]
+
+
+
+
+
+
+psyplot_gui.common. get_icon ( name ) [source]
+Get the path to an icon in the icons directory
+
+
+
+
+psyplot_gui.common. get_module_path ( modname ) [source]
+Return module modname base path
+
+
+
+
+psyplot_gui.common. is_running_tests ( ) [source]
+Check if there are any GUI tests running
+This function returns the psyplot_gui.UNIT_TESTING variable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.compat.html b/api/psyplot_gui.compat.html
new file mode 100644
index 0000000..c30feeb
--- /dev/null
+++ b/api/psyplot_gui.compat.html
@@ -0,0 +1,314 @@
+
+
+
+
+
+
+ psyplot_gui.compat package — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+psyplot_gui.compat package
+Compatibility module for psyplot-gui
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.compat.qtcompat.html b/api/psyplot_gui.compat.qtcompat.html
new file mode 100644
index 0000000..9039d2d
--- /dev/null
+++ b/api/psyplot_gui.compat.qtcompat.html
@@ -0,0 +1,324 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Compatibility module for the different versions of PyQt
+
Functions:
+
+
+
+psyplot_gui.compat.qtcompat. asstring ( s ) [source]
+
+
+
+
+psyplot_gui.compat.qtcompat. isstring ( s ) [source]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.config.html b/api/psyplot_gui.config.html
new file mode 100644
index 0000000..e1620ff
--- /dev/null
+++ b/api/psyplot_gui.config.html
@@ -0,0 +1,358 @@
+
+
+
+
+
+
+ psyplot_gui.config package — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+psyplot_gui.config package
+Configuration module of the psyplot package
+This module contains the module for managing rc parameters and the logging.
+Default parameters are defined in the rcsetup.defaultParams
+dictionary, however you can set up your own configuration in a yaml file (see
+psyplot.load_rc_from_file() )
+Data:
+
+
+
+psyplot_gui.config. config_path = None
+str or None . Path to the yaml configuration file (if found).
+See psyplot.config.rcsetup.psyplot_fname() for further
+information
+
+Type:
+class
+
+
+
+
+
+
+psyplot_gui.config. logcfg_path = '/builds/psyplot/psyplot-gui/psyplot_gui/config/logging.yml'
+str . Path to the yaml logging configuration file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.config.rcsetup.html b/api/psyplot_gui.config.rcsetup.html
new file mode 100644
index 0000000..51e9f04
--- /dev/null
+++ b/api/psyplot_gui.config.rcsetup.html
@@ -0,0 +1,472 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Default management of the psyplot_gui package
+
This module defines the necessary configuration parts for the psyplot gui
+
Classes:
+
+
+GuiRcParams (*args, **kwargs)
+RcParams for the psyplot-gui package.
+
+
+
+
Data:
+
+
+defaultParams
+dict with default values and validation functions
+
+rcParams
+RcParams instance that stores default formatoptions and configuration settings.
+
+
+
+
Functions:
+
+
+
+class psyplot_gui.config.rcsetup. GuiRcParams ( * args , ** kwargs ) [source]
+Bases: RcParams
+RcParams for the psyplot-gui package.
+Attributes:
+
+Methods:
+
+
+load_from_file ([fname])
+Update rcParams from user-defined settings
+
+load_plugins (*args, **kwargs)
+Load the plugins for the psyplot_gui MainWindow
+
+
+
+
+
+
+
+
+
+load_from_file ( fname = None ) [source]
+Update rcParams from user-defined settings
+This function updates the instance with what is found in fname
+
+Parameters:
+fname (str ) – Path to the yaml configuration file. Possible keys of the
+dictionary are defined by config.rcsetup.defaultParams .
+If None, the config.rcsetup.psyplot_fname() function is used.
+
+
+
+
See also
+
dump_to_file , psyplot_fname
+
+
+
+
+
+load_plugins ( * args , ** kwargs ) [source]
+Load the plugins for the psyplot_gui MainWindow
+
+Returns:
+A mapping from entry point name to the imported widget class
+
+Return type:
+dict
+
+
+Notes
+*args and **kwargs are ignored
+
+
+
+
+
+
+psyplot_gui.config.rcsetup. defaultParams = {'backend': ['psyplot', <function try_and_error.<locals>.validate>, 'Backend to use when using the graphical user interface. The current backend is used and no changes are made. Note that it is usually not possible to change the backend after importing the psyplot.project module. The default backend embeds the figures into the '], 'console.auto_set_mp': [True, <function validate_bool>, "If True, then the 'mp' variable in the console is automatically set when the current main project changes"], 'console.auto_set_sp': [True, <function validate_bool>, "If True, then the 'sp' variable in the console is automatically set when the current sub project changes"], 'console.connect_to_help': [True, <function validate_bool>, 'Whether the console shall be connected to the help_explorer or not'], 'console.start_channels': [True, <function validate_bool>, 'Start the different channels of the KernelClient'], 'content.load_tooltips': [True, <function validate_bool>, 'If True, a lazy load is performed on the arrays and data sets and their string representation is displayed as tool tip. This part of the data into memory. It is recommended to set this to False for remote data.'], 'fmt.sort_by_key': [True, <function validate_bool>, 'If True, the formatoptions in the Formatoptions widget are sorted by their formatoption key rather than by their name.'], 'help_explorer.online': [None, <function validate_bool_maybe_none>, 'Switch that controls whether the online functions of the help explorer shall be enabled. False implies that help_explorer.use_intersphinx is set to False'], 'help_explorer.render_docs_parallel': [True, <function validate_bool>, 'Boolean whether the html docs are rendered in a separate process'], 'help_explorer.use_intersphinx': [None, <function validate_bool_maybe_none>, 'Use the intersphinx extension and link to the online documentations of matplotlib, pyplot, psyplot, numpy, etc. when converting rst docstrings. The inventories are loaded when the first object is documented. If None, intersphinx is only used when `help_explorer.online` is True and you are not using windows'], 'help_explorer.use_webengineview': [True, <function validate_bool>, 'Enable the PyQt5.QtWebEngineWidgets.QWebEngineView which might not work under certain circumstances.'], 'main.listen_to_port': [True, <function validate_bool>, 'If True and the psyplot gui is already running, new files are opened in that gui'], 'main.open_files_port': [30124, <function _make_type_validator.<locals>.validate_int>, 'The port number used when new files are opened'], 'main.opengl': ['software', <function validate_str>, "The opengl implementation to use. Should be one of 'software', 'desktop', 'gles' or 'automatic'."], 'plugins.exclude': [[], <function try_and_error.<locals>.validate>, "The plugins to exclude from loading. Can be either 'all' to exclude all plugins or a list like in 'plugins.include'."], 'plugins.include': [None, <function try_and_error.<locals>.validate>, "The plugins to load. Can be either None to load all that are not explicitly excluded by the 'plugins.exclude' key or a list of plugins to include. List items can be either module names, plugin names or the module name and widget via '<module_name>:<widget>'"]}
+dict with default values and validation functions
+
+
+
+
+psyplot_gui.config.rcsetup. rcParams = {'backend': 'psyplot', 'console.auto_set_mp': True, 'console.auto_set_sp': True, 'console.connect_to_help': True, 'console.start_channels': True, 'content.load_tooltips': True, 'fmt.sort_by_key': True, 'help_explorer.online': None, 'help_explorer.render_docs_parallel': True, 'help_explorer.use_intersphinx': None, 'help_explorer.use_webengineview': True, 'main.listen_to_port': True, 'main.open_files_port': 30124, 'main.opengl': 'software', 'plugins.exclude': [], 'plugins.include': None}
+RcParams instance that stores default
+formatoptions and configuration settings.
+
+
+
+
+psyplot_gui.config.rcsetup. try_and_error ( * funcs ) [source]
+Apply multiple validation functions
+
+Parameters:
+*funcs – Validation functions to test
+
+Return type:
+function
+
+
+
+
+
+
+psyplot_gui.config.rcsetup. validate_all ( v ) [source]
+Test if v == 'all'
+
+
+
+
+psyplot_gui.config.rcsetup. validate_none ( b ) [source]
+Validate that None is given
+
+Parameters:
+b ({None , 'none'} ) – None or string (the case is ignored)
+
+Return type:
+None
+
+Raises:
+ValueError –
+
+
+
+
+
+
+psyplot_gui.config.rcsetup. validate_str ( s ) [source]
+Validate a string
+
+Parameters:
+s (str ) –
+
+Return type:
+str
+
+Raises:
+ValueError –
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.console.html b/api/psyplot_gui.console.html
new file mode 100644
index 0000000..1c4658a
--- /dev/null
+++ b/api/psyplot_gui.console.html
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
An example of opening up an RichJupyterWidget in a PyQT Application, this can
+execute either stand-alone or by importing this file and calling
+inprocess_qtconsole.show().
+Based on the earlier example in the IPython repository, this has
+been updated to use qtconsole.
+
Classes:
+
+
+ConsoleWidget (**kwargs)
+A console widget to access an inprocess shell
+
+IPythonControl
+A modified control to show the help of objects in the help explorer
+
+
+
+
Functions:
+
+
+init_asyncio_patch ()
+set default asyncio policy to be compatible with tornado Tornado 6 (at least) is not compatible with the default asyncio implementation on Windows Pick the older SelectorEventLoopPolicy on Windows if the known-incompatible default policy is in use. do this as early as possible to make it a low priority and overrideable ref: https://github.com/tornadoweb/tornado/issues/2608 FIXME: if/when tornado supports the defaults in asyncio, remove and bump tornado requirement for py38.
+
+
+
+
+
+class psyplot_gui.console. ConsoleWidget ( ** kwargs : Any ) [source]
+Bases: QtInProcessRichJupyterWidget , DockMixin
+A console widget to access an inprocess shell
+Methods:
+
+
+close (self)
+
+
+eventFilter (*args, **kwargs)
+Reimplemented to ensure a console-like behavior in the underlying text widgets.
+
+get_current_object ([to_end])
+Get the name of the object at cursor position
+
+get_obj (obj_text)
+Get the object from the shell specified by obj_text
+
+run_command_in_shell (code, *args, **kwargs)
+Run a script in the shell
+
+run_script_in_shell (script)
+Run a script in the shell
+
+show_current_help ([to_end, force])
+Show the help of the object at the cursor position if rcParams['console.connect_to_help'] is set
+
+update_mp (project)
+Update the mp variable in the shell is rcParams['console.auto_set_mp'] with a main project
+
+update_sp (project)
+Update the sp variable in the shell is rcParams['console.auto_set_sp'] with a sub project
+
+
+
+Classes:
+
+Attributes:
+
+
+
+close ( self ) → bool [source]
+
+
+
+
+custom_control
+alias of IPythonControl
+Methods:
+
+
+keyPressEvent (event)
+Reimplement Qt Method - Basic keypress event handler
+
+
+
+
+
+
+
+dock_position = 2
+The position of the plugin
+
+
+
+
+eventFilter ( * args , ** kwargs ) [source]
+Reimplemented to ensure a console-like behavior in the underlying
+text widgets.
+
+
+
+
+get_current_object ( to_end = False ) [source]
+Get the name of the object at cursor position
+
+
+
+
+get_obj ( obj_text ) [source]
+Get the object from the shell specified by obj_text
+
+Parameters:
+obj_text (str ) – The name of the variable as it is stored in the shell
+
+Returns:
+
+bool – True, if the object could be found
+object or None – The requested object or None if it could not be found
+
+
+
+
+
+
+
+
+intro_msg = ''
+
+
+
+
+rc = {'auto_set_mp': True, 'auto_set_sp': True, 'connect_to_help': True, 'start_channels': True}
+
+
+
+
+run_command ( * args , ** kwargs )
+
+
+
+
+run_command_in_shell ( code , * args , ** kwargs ) [source]
+Run a script in the shell
+
+
+
+
+run_script ( * args , ** kwargs )
+
+
+
+
+run_script_in_shell ( script ) [source]
+Run a script in the shell
+
+
+
+
+show_current_help ( to_end = False , force = False ) [source]
+Show the help of the object at the cursor position if
+rcParams['console.connect_to_help'] is set
+
+
+
+
+title = 'Console'
+The title of the plugin
+
+
+
+
+update_mp ( project ) [source]
+Update the mp variable in the shell is
+rcParams['console.auto_set_mp'] with a main project
+
+
+
+
+update_sp ( project ) [source]
+Update the sp variable in the shell is
+rcParams['console.auto_set_sp'] with a sub project
+
+
+
+
+
+
+class psyplot_gui.console. IPythonControl [source]
+Bases: QTextEdit
+A modified control to show the help of objects in the help explorer
+Methods:
+
+
+keyPressEvent (event)
+Reimplement Qt Method - Basic keypress event handler
+
+
+
+
+
+keyPressEvent ( event ) [source]
+Reimplement Qt Method - Basic keypress event handler
+
+
+
+
+
+
+psyplot_gui.console. init_asyncio_patch ( ) [source]
+set default asyncio policy to be compatible with tornado
+Tornado 6 (at least) is not compatible with the default
+asyncio implementation on Windows
+Pick the older SelectorEventLoopPolicy on Windows
+if the known-incompatible default policy is in use.
+do this as early as possible to make it a low priority and overrideable
+ref: https://github.com/tornadoweb/tornado/issues/2608
+FIXME: if/when tornado supports the defaults in asyncio,
+
+remove and bump tornado requirement for py38
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.content_widget.html b/api/psyplot_gui.content_widget.html
new file mode 100644
index 0000000..7ef2a5c
--- /dev/null
+++ b/api/psyplot_gui.content_widget.html
@@ -0,0 +1,879 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Module containing the project content widget to display the selection
+
This module redefines the psyplot.project.Project class with
+additional features for an interactive usage with graphical qt user interface.
+There is no need to import this module because the
+GuiProject class defined here replaces the project class in the
+psyplot.project module.
+
Classes:
+
+
+ArrayItem (ref, *args, **kwargs)
+A listwidget item that takes it's informations from a given array
+
+DatasetTree (*args, **kwargs)
+A QTreeWidget showing informations on all datasets in the main project
+
+DatasetTreeItem (ds[, columns])
+A QTreeWidgetItem showing informations on one dataset in the main project
+
+FiguresTree (*args, **kwargs)
+A tree widget sorting the arrays by their figure
+
+FiguresTreeItem (ref, *args, **kwargs)
+An item displaying the information on a data object in one figure
+
+PlotterList ([plotter_type])
+QListWidget showing multiple ArrayItems of one Plotter class
+
+ProjectContent (*args, **kwargs)
+Display the content in the current project
+
+ProjectContentWidget (*args, **kwargs)
+A combination of selection buttons and the ProjectContent
+
+SelectAllButton (*args, **kwargs)
+A button to select all data objects in the current main project
+
+SelectNoneButton (*args, **kwargs)
+A button to select no data objects in the current main project
+
+
+
+
Functions:
+
+
+
+class psyplot_gui.content_widget. ArrayItem ( ref , * args , ** kwargs ) [source]
+Bases: QListWidgetItem
+A listwidget item that takes it’s informations from a given array
+Attributes:
+
+Methods:
+
+
+
+arr = None
+The psyplot.data.InteractiveList or
+psyplot.data.InteractiveArray instance
+
+
+
+
+disconnect_from_array ( ) [source]
+
+
+
+
+set_text_from_array ( ) [source]
+Set the text and tooltop from the
+psyplot.data.InteractiveArray._short_info() and __str__ methods
+
+
+
+
+
+
+class psyplot_gui.content_widget. DatasetTree ( * args , ** kwargs ) [source]
+Bases: QTreeWidget , DockMixin
+A QTreeWidget showing informations on all datasets in the main project
+Methods:
+
+Attributes:
+
+
+
+add_datasets_from_cp ( project = None ) [source]
+Clear the tree and add the datasets based upon the given project
+
+Parameters:
+project (psyplot.project.Project ) – The project containing the data array. If the project is not a main
+project, it’s main project is used.
+
+
+
+
+
+
+create_dataset_tree ( ) [source]
+Set up the columns and insert the DatasetTreeItem
+instances from the current project
+
+
+
+
+expand_items ( expanded_items ) [source]
+Expand tree items
+
+Parameters:
+expanded_items (dict ) – A mapping as returned by the expanded_items() method
+
+
+
+
+
+
+expanded_items ( ) [source]
+Create a mapping from dataset numbers to variables that are expanded.
+
+
+
+
+static is_coord ( item ) [source]
+
+
+
+
+static is_variable ( item ) [source]
+
+
+
+
+load_variable_desc ( item ) [source]
+
+
+
+
+make_plot ( ds , name , exec_ = None ) [source]
+
+
+
+
+
+
+
+
+refresh_items ( item = None ) [source]
+
+
+
+
+set_columns ( columns = ['Value'] ) [source]
+Set up the columns in the DatasetTree.
+
+Parameters:
+columns (list of str ) – A list of netCDF attributes that shall be shown in columns
+
+
+
+
+
+
+tooltips = {'Add to project': 'Add this variable or a plot of it to the current project', 'Refresh': 'Refresh the selected dataset', 'Refresh all': 'Refresh all datasets'}
+
+
+
+
+
+
+class psyplot_gui.content_widget. DatasetTreeItem ( ds , columns = [] , * args , ** kwargs ) [source]
+Bases: QTreeWidgetItem
+A QTreeWidgetItem showing informations on one dataset in the main
+project
+Methods:
+
+
+
+add_attrs ( attrs = None , item = None ) [source]
+
+
+
+
+add_variables ( ds = None ) [source]
+Add children of variables and coords to this TreeWidgetItem
+
+
+
+
+get_plots_item ( item ) [source]
+
+
+
+
+refresh_plots_item ( item , vname , mp = None , sp = None ) [source]
+
+
+
+
+
+
+class psyplot_gui.content_widget. FiguresTree ( * args , ** kwargs ) [source]
+Bases: QTreeWidget , DockMixin
+A tree widget sorting the arrays by their figure
+This widget uses the current sub and main project to show the open figures
+Methods:
+
+
+add_figures_from_cp (project)
+Add the items in this tree based upon the figures in the given project
+
+
+
+
+
+add_figures_from_cp ( project ) [source]
+Add the items in this tree based upon the figures in the given
+project
+
+
+
+
+
+
+class psyplot_gui.content_widget. FiguresTreeItem ( ref , * args , ** kwargs ) [source]
+Bases: QTreeWidgetItem
+An item displaying the information on a data object in one figure
+Methods:
+
+
+disconnect_from_array ()
+Disconect this item from the corresponding array
+
+set_text_from_array ()
+Set the text and tooltop from the psyplot.data.InteractiveArray._short_info() and __str__ methods
+
+
+
+
+
+disconnect_from_array ( ) [source]
+Disconect this item from the corresponding array
+
+
+
+
+set_text_from_array ( ) [source]
+Set the text and tooltop from the
+psyplot.data.InteractiveArray._short_info() and __str__ methods
+
+
+
+
+
+
+class psyplot_gui.content_widget. PlotterList ( plotter_type = None , * args , ** kwargs ) [source]
+Bases: QListWidget
+QListWidget showing multiple ArrayItems of one Plotter class
+Attributes:
+
+Methods:
+
+
+disconnect_items ()
+Disconnect the items in this list from the arrays
+
+update_cp (*args, **kwargs)
+Update the current project from what is selected in this list
+
+update_from_project (project)
+Update the content from the given Project
+
+
+
+
+
+property array_items
+Iterable of ArrayItem items in this list
+
+
+
+
+property arrays
+List of The InteractiveBase instances in this list
+
+
+
+
+can_import_plotter = True
+
+
+
+
+disconnect_items ( ) [source]
+Disconnect the items in this list from the arrays
+
+
+
+
+is_empty = True
+boolean. True if the current project does not contain any arrays in the
+attribute identified by the project_attribute
+
+
+
+
+project_attribute = None
+str. The name of the attribute of the psyplot.project.Project
+class
+
+
+
+
+update_cp ( * args , ** kwargs ) [source]
+Update the current project from what is selected in this list
+
+
+
+
+update_from_project ( project ) [source]
+Update the content from the given Project
+
+Parameters:
+project (psyplot.project.Project ) – If the project is a main project, new items will be added.
+Otherwise only the current selection changes
+
+
+
+
+
+
+updated_from_project ( * args , ** kwargs )
+
+
+
+
+
+
+class psyplot_gui.content_widget. ProjectContent ( * args , ** kwargs ) [source]
+Bases: QToolBox
+Display the content in the current project
+This toolbox contains several PlotterList that show the content
+of the current main and subproject
+Methods:
+
+Attributes:
+
+
+
+add_plotterlist ( identifier , force = False ) [source]
+Create a PlotterList from an identifier from the
+psyplot.project.Project class
+
+
+
+
+property current_names
+
+
+
+
+enable_list ( list_widget ) [source]
+Enable a given list widget based upon whether it is empty or not
+
+
+
+
+lists = {}
+dict containing the PlotterList instances
+of the different selection attributes
+
+
+
+
+update_current_list ( ) [source]
+Update the current list from the current main and sub project
+
+
+
+
+update_lists ( p ) [source]
+
+
+
+
+
+
+class psyplot_gui.content_widget. ProjectContentWidget ( * args , ** kwargs ) [source]
+Bases: QWidget , DockMixin
+A combination of selection buttons and the ProjectContent
+
+
+
+
+class psyplot_gui.content_widget. SelectAllButton ( * args , ** kwargs ) [source]
+Bases: QPushButton
+A button to select all data objects in the current main project
+Methods:
+
+
+
+enable_from_project ( project ) [source]
+Enable the button if the given project is not empty
+
+
+
+
+select_all ( ) [source]
+Select all arrays
+
+
+
+
+
+
+class psyplot_gui.content_widget. SelectNoneButton ( * args , ** kwargs ) [source]
+Bases: QPushButton
+A button to select no data objects in the current main project
+Methods:
+
+
+
+enable_from_project ( project ) [source]
+Enable the button if the given project is not empty
+
+
+
+
+select_none ( ) [source]
+Clear current subproject
+
+
+
+
+
+
+psyplot_gui.content_widget. escape_html ( s ) [source]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.dataframeeditor.html b/api/psyplot_gui.dataframeeditor.html
new file mode 100644
index 0000000..c6fbbdb
--- /dev/null
+++ b/api/psyplot_gui.dataframeeditor.html
@@ -0,0 +1,976 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
A widget to display and edit DataFrames
+
Classes:
+
+
Functions:
+
+
+bool_false_check (value)
+Used to convert bool intrance to false since any string in bool('') will return True
+
+
+
+
+
+class psyplot_gui.dataframeeditor. DataFrameDock [source]
+Bases: QDockWidget
+The QDockWidget for the DataFrameEditor
+Methods:
+
+
+close ()
+Reimplemented to remove the dock widget from the mainwindow when closed
+
+
+
+
+
+close ( ) [source]
+Reimplemented to remove the dock widget from the mainwindow when closed
+
+
+
+
+
+
+class psyplot_gui.dataframeeditor. DataFrameEditor ( * args , ** kwargs ) [source]
+Bases: DockMixin , QWidget
+An editor for data frames
+Attributes:
+
+
+cell_edited (*args, **kwargs)
+A signal that is emitted when a cell has been changed.
+
+cleared (*args, **kwargs)
+A signal that is emitted, if the table is cleared
+
+hidden
+bool(x) -> bool
+
+rows_inserted (*args, **kwargs)
+A signal that is emitted, if rows have been inserted into the dataframe.
+
+
+
+Methods:
+
+Classes:
+
+
+
+cell_edited ( * args , ** kwargs )
+A signal that is emitted when a cell has been changed. The argument
+is a tuple of two integers and one float:
+the row index, the column index and the new value
+
+
+
+
+clear_table ( ) [source]
+Clear the table and emit the cleared signal
+
+
+
+
+cleared ( * args , ** kwargs )
+A signal that is emitted, if the table is cleared
+
+
+
+
+close ( self ) → bool [source]
+
+
+
+
+dock_cls
+alias of DataFrameDock
+Methods:
+
+
+close ()
+Reimplemented to remove the dock widget from the mainwindow when closed
+
+
+
+
+
+
+
+property hidden
+bool(x) -> bool
+Returns True when the argument x is true, False otherwise.
+The builtins True and False are the only two instances of the class bool.
+The class bool is a subclass of the class int, and cannot be subclassed.
+
+
+
+
+maybe_tabify ( ) [source]
+
+
+
+
+open_dataframe ( fname = None , * args , ** kwargs ) [source]
+Opens a file dialog and the dataset that has been inserted
+
+
+
+
+rows_inserted ( * args , ** kwargs )
+A signal that is emitted, if rows have been inserted into the dataframe.
+The first value is the integer of the (original) position of the row,
+the second one is the number of rows
+
+
+
+
+set_df ( df , * args , ** kwargs ) [source]
+Fill the table from a DataFrame
+
+Parameters:
+
+df (pandas.DataFrame ) – The data frame that will be shown by this DataFrameModel
+instance
+index_editable (bool ) – True if the index should be modifiable by the user
+dtypes_changeable (bool ) – True, if the data types should be modifiable by the user
+show (bool ) – If True (default), show and raise_ the editor
+
+
+
+
+
+
+
+set_dtypes_changeable ( state ) [source]
+Set the DataFrameModel.dtypes_changeable attribute
+
+
+
+
+set_index_editable ( state ) [source]
+Set the DataFrameModel.index_editable attribute
+
+
+
+
+set_lbl_size_text ( nrows = None , ncols = None ) [source]
+Set the text of the lbl_size label to display the size
+
+
+
+
+to_dock ( main , * args , ** kwargs ) [source]
+
+
+
+
+toggle_fmt_button ( text ) [source]
+
+
+
+
+update_format ( ) [source]
+Update the format of the table
+
+
+
+
+update_index_editable ( ) [source]
+
+
+
+
+
+
+class psyplot_gui.dataframeeditor. DataFrameModel ( df , parent = None , index_editable = True , dtypes_changeable = True ) [source]
+Bases: QAbstractTableModel
+DataFrame Table Model
+Attributes:
+
+Methods:
+
+
+bgcolor (state)
+Toggle backgroundcolor
+
+can_fetch_more ([rows, columns])
+
+
+columnCount ([index])
+DataFrame column number
+
+data (index[, role])
+Cell content
+
+fetch_more ([rows, columns])
+
+
+flags (index)
+Set flags
+
+get_format ()
+Return current format
+
+get_value (row, column)
+Returns the value of the DataFrame
+
+headerData (section, orientation[, role])
+Set header data
+
+insertRow (irow)
+Insert one row into the df
+
+insertRows (irow[, nrows])
+Insert a row into the df
+
+reset ()
+
+
+rowCount ([index])
+DataFrame row number
+
+setData (index, value[, role, change_type])
+Cell content change
+
+set_format (format)
+Change display format
+
+sort (column[, order, return_check, report])
+Overriding sort method
+
+update_df_index ()
+"Update the DataFrame index
+
+
+
+
+
+COLS_TO_LOAD = 40
+
+
+
+
+ROWS_TO_LOAD = 500
+
+
+
+
+bgcolor ( state ) [source]
+Toggle backgroundcolor
+
+
+
+
+can_fetch_more ( rows = False , columns = False ) [source]
+
+
+
+
+columnCount ( index=<PyQt5.QtCore.QModelIndex object> ) [source]
+DataFrame column number
+
+
+
+
+data ( index , role = 0 ) [source]
+Cell content
+
+
+
+
+fetch_more ( rows = False , columns = False ) [source]
+
+
+
+
+flags ( index ) [source]
+Set flags
+
+
+
+
+get_format ( ) [source]
+Return current format
+
+
+
+
+get_value ( row , column ) [source]
+Returns the value of the DataFrame
+
+
+
+
+Set header data
+
+
+
+
+insertRow ( irow ) [source]
+Insert one row into the df
+
+Parameters:
+irow (int ) – The row index. If iRow is equal to the length of the
+df , the new row will be appended.
+
+
+
+
+
+
+insertRows ( irow , nrows = 1 ) [source]
+Insert a row into the df
+
+Parameters:
+
+irow (int ) – The row index. If irow is equal to the length of the
+df , the rows will be appended.
+nrows (int ) – The number of rows to insert
+
+
+
+
+
+
+
+reset ( ) [source]
+
+
+
+
+rowCount ( index=<PyQt5.QtCore.QModelIndex object> ) [source]
+DataFrame row number
+
+
+
+
+setData ( index , value , role = 2 , change_type = None ) [source]
+Cell content change
+
+
+
+
+set_format ( format ) [source]
+Change display format
+
+
+
+
+sort ( column , order = 0 , return_check = False , report = True ) [source]
+Overriding sort method
+
+
+
+
+update_df_index ( ) [source]
+“Update the DataFrame index
+
+
+
+
+
+
+class psyplot_gui.dataframeeditor. DataFrameView ( df , parent , * args , ** kwargs ) [source]
+Bases: QTableView
+Data Frame view class
+Methods:
+
+Attributes:
+
+
+filled
+True if the table is filled with content
+
+
+
+
+
+change_type ( func ) [source]
+A function that changes types of cells
+
+
+
+
+Reimplement Qt method
+
+
+
+
+copy ( ) [source]
+Copy text to clipboard
+
+
+
+
+property filled
+True if the table is filled with content
+
+
+
+
+insert_row_above_selection ( ) [source]
+Insert rows above the selection
+The number of rows inserted depends on the number of selected rows
+
+
+
+
+insert_row_below_selection ( ) [source]
+Insert rows below the selection
+The number of rows inserted depends on the number of selected rows
+
+
+
+
+load_more_data ( value , rows = False , columns = False ) [source]
+
+
+
+
+moveCursor ( cursor_action , modifiers ) [source]
+Update the table position.
+Updates the position along with the frozen column
+when the cursor (selector) changes its position
+
+
+
+
+reset_model ( ) [source]
+
+
+
+
+resizeEvent ( event ) [source]
+Update the frozen column dimensions.
+Updates takes place when the enclosing window of this
+table reports a dimension change
+
+
+
+
+scrollTo ( index , hint ) [source]
+Scroll the table.
+It is necessary to ensure that the item at index is visible.
+The view will try to position the item according to the
+given hint. This method does not takes effect only if
+the frozen column is scrolled.
+
+
+
+
+set_df ( df , * args , ** kwargs ) [source]
+Set the DataFrame for this table
+
+Parameters:
+
+df (pandas.DataFrame ) – The data frame that will be shown by this DataFrameModel
+instance
+index_editable (bool ) – True if the index should be modifiable by the user
+dtypes_changeable (bool ) – True, if the data types should be modifiable by the user
+
+
+
+
+
+
+
+set_index ( append = False ) [source]
+Set the index from the selected columns
+
+
+
+
+Setup context menu
+
+
+
+
+sortByColumn ( index ) [source]
+Implement a Column sort
+
+
+
+
+update_section_height ( logical_index , old_size , new_size ) [source]
+Update the vertical width of the frozen column when a
+change takes place on any of the rows
+
+
+
+
+update_section_width ( logical_index , old_size , new_size ) [source]
+Update the horizontal width of the frozen column when a
+change takes place in the first column of the table
+
+
+
+
+
+
+class psyplot_gui.dataframeeditor. FrozenTableView ( parent ) [source]
+Bases: QTableView
+This class implements a table with its first column frozen
+For more information please see:
+http://doc.qt.io/qt-5/qtwidgets-itemviews-frozencolumn-example.html
+Methods:
+
+
+
+Show the context Menu
+Reimplemented to show the use the contextMenuEvent of the parent
+
+
+
+
+update_geometry ( ) [source]
+Update the frozen column size when an update occurs in its parent
+table
+
+
+
+
+
+
+psyplot_gui.dataframeeditor. bool_false_check ( value ) [source]
+Used to convert bool intrance to false since any string in bool(‘’)
+will return True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.dependencies.html b/api/psyplot_gui.dependencies.html
new file mode 100644
index 0000000..163e5cc
--- /dev/null
+++ b/api/psyplot_gui.dependencies.html
@@ -0,0 +1,451 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Dependencies widget of the psyplot package
+
This module defines the DependenciesWidget that shows the versions of
+of psyplot, psyplot_gui, psyplot plugins and their requirements
+
Classes:
+
+
+DependenciesDialog (versions, *args, **kwargs)
+A dialog for displaying the dependencies
+
+DependenciesTree (versions, *args, **kwargs)
+A tree widget to display dependencies
+
+
+
+
+
+class psyplot_gui.dependencies. DependenciesDialog ( versions , * args , ** kwargs ) [source]
+Bases: QDialog
+A dialog for displaying the dependencies
+Attributes:
+
+
+bt_copy
+The QPushButton used for copying selected packages to the clipboard
+
+info_label
+A label for simple status update
+
+label
+description label
+
+timer
+A QTimer that clears the info_label after some time
+
+tree
+The DependenciesTree that contains the package infos
+
+vbox
+the QVBoxLayout containing all the widgets
+
+
+
+Methods:
+
+
+clear_label ()
+Clear the info label
+
+copy_selected ([label])
+Copy the selected versions and items to the clipboard
+
+
+
+
+
+bt_copy = None
+The QPushButton used for copying selected packages to the clipboard
+
+
+
+
+clear_label ( ) [source]
+Clear the info label
+
+
+
+
+copy_selected ( label = None ) [source]
+Copy the selected versions and items to the clipboard
+
+
+
+
+info_label = None
+A label for simple status update
+
+
+
+
+label = None
+description label
+
+
+
+
+timer = None
+A QTimer that clears the info_label after some time
+
+
+
+
+tree = None
+The DependenciesTree that contains the package infos
+
+
+
+
+vbox = None
+the QVBoxLayout containing all the widgets
+
+
+
+
+
+
+class psyplot_gui.dependencies. DependenciesTree ( versions , * args , ** kwargs ) [source]
+Bases: QTreeWidget
+A tree widget to display dependencies
+This widget uses a dictionary as created through the
+psyplot.get_versions() function to display the requirements and
+versions.
+Methods:
+
+
+add_dependencies (versions[, parent])
+Add the version informations to the tree
+
+open_menu (position)
+Open a menu to expand and collapse all items in the tree
+
+
+
+
+
+add_dependencies ( versions , parent = None ) [source]
+Add the version informations to the tree
+This method creates an QTreeWidgetItem for each package in versions
+and adds it to this tree.
+
+Parameters:
+parent (QTreeWidgetItem ) – The parent of the newly created items for the packages in
+versions . If None, the newly created items are inserted as
+top level items into the tree
+
+
+
+
+
+
+Open a menu to expand and collapse all items in the tree
+
+Parameters:
+position (QPosition ) – The position where to open the menu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.fmt_widget.html b/api/psyplot_gui.fmt_widget.html
new file mode 100644
index 0000000..d4813a4
--- /dev/null
+++ b/api/psyplot_gui.fmt_widget.html
@@ -0,0 +1,685 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Module defining a widget for updating the formatoption of the current
+project
+
Classes:
+
+
+DimensionsWidget (parent[, dim])
+A widget for updating the dimensions
+
+FormatoptionWidget (*args, **kwargs)
+Widget to update the formatoptions of the current project
+
+
+
+
+
+class psyplot_gui.fmt_widget. DimensionsWidget ( parent , dim = None ) [source]
+Bases: QWidget
+A widget for updating the dimensions
+Methods:
+
+
+
+get_ds ( ) [source]
+
+
+
+
+insert_from_combo ( ) [source]
+
+
+
+
+reset_combobox ( ) [source]
+Clear all comboboxes
+
+
+
+
+set_dim ( dim ) [source]
+
+
+
+
+set_single_selection ( yes = True ) [source]
+
+
+
+
+slice2list ( sl ) [source]
+
+
+
+
+
+
+
+
+
+
+class psyplot_gui.fmt_widget. FormatoptionWidget ( * args , ** kwargs ) [source]
+Bases: QWidget , DockMixin
+Widget to update the formatoptions of the current project
+This widget, mainly made out of a combobox for the formatoption group,
+a combobox for the formatoption, and a text editor, is designed
+for updating the selected formatoptions for the current subproject.
+The widget is connected to the psyplot.project.Project.oncpchange
+signal and refills the comboboxes if the current subproject changes.
+The text editor either accepts python code that will be executed by the
+given console , or yaml code.
+Methods:
+
+Attributes:
+
+
+fmt_combo
+The combobox for the formatoptions
+
+fmt_widget
+The formatoption specific widget that is loaded from the formatoption
+
+fmto
+
+
+group_combo
+The combobox for the formatoption groups
+
+help_explorer
+The help_explorer to display the documentation of the formatoptions
+
+line_edit
+A line edit for updating the formatoptions
+
+multiline_button
+A button to switch between line_edit and text_edit
+
+no_fmtos_update
+update the fmto combo box or not
+
+shell
+The shell to execute the update of the formatoptions in the current project
+
+text_edit
+A multiline text editor for updating the formatoptions
+
+
+
+
+
+clear_text ( ) [source]
+
+
+
+
+fill_combos_from_project ( project ) [source]
+Fill group_combo and fmt_combo from a project
+
+Parameters:
+project (psyplot.project.Project ) – The project to use
+
+
+
+
+
+
+fill_fmt_combo ( i , current_text = None ) [source]
+Fill the fmt_combo combobox based on the current group name
+
+
+
+
+fmt_combo = None
+The combobox for the formatoptions
+
+
+
+
+fmt_widget = None
+The formatoption specific widget that is loaded from the formatoption
+
+
+
+
+property fmto
+
+
+
+
+get_name ( fmto ) [source]
+Get the name of a psyplot.plotter.Formatoption instance
+
+
+
+
+get_obj ( ) [source]
+Get the current update text
+
+
+
+
+get_text ( ) [source]
+Get the current update text
+
+
+
+
+group_combo = None
+The combobox for the formatoption groups
+
+
+
+
+help_explorer = None
+The help_explorer to display the documentation of the formatoptions
+
+
+
+
+insert_obj ( obj ) [source]
+Add a string to the formatoption widget
+
+
+
+
+line_edit = None
+A line edit for updating the formatoptions
+
+
+
+
+load_fmt_widget ( i ) [source]
+Load the formatoption specific widget
+This method loads the formatoption specific widget from the
+psyplot.plotter.Formatoption.get_fmt_widget() method and
+displays it above the line_edit
+
+Parameters:
+i (int ) – The index of the current formatoption
+
+
+
+
+
+
+multiline_button = None
+A button to switch between line_edit and text_edit
+
+
+
+
+property no_fmtos_update
+update the fmto combo box or not
+
+
+
+
+refill_from_rc ( sort_by_key ) [source]
+
+
+
+
+remove_fmt_widget ( ) [source]
+
+
+
+
+reset_fmt_widget ( ) [source]
+
+
+
+
+run_code ( ) [source]
+Run the update of the project inside the shell
+
+
+
+
+set_current_fmt_value ( i ) [source]
+Add the value of the current formatoption to the line text
+
+
+
+
+set_fmto ( name ) [source]
+
+
+
+
+set_obj ( obj ) [source]
+
+
+
+
+setup_fmt_completion_model ( ) [source]
+
+
+
+
+property shell
+The shell to execute the update of the formatoptions in the current
+project
+
+
+
+
+show_all_fmt_info ( what ) [source]
+Show the keys, summaries or docs of the formatoptions
+Calling this function let’s the help browser show the documentation
+etc. of all docs or only the selected group determined by the state of
+the grouped_cb and all_groups_cb checkboxes
+
+Parameters:
+what ({'keys' , 'summaries' , 'docs'} ) – Determines what to show
+
+
+
+
+
+
+show_fmt_info ( i ) [source]
+Show the documentation of the formatoption in the help explorer
+
+
+
+
+text_edit = None
+A multiline text editor for updating the formatoptions
+
+
+
+
+toggle_line_edit ( ) [source]
+Switch between the line_edit and text_edit
+This method is called when the multiline_button is clicked
+and switches between the single line :attr:`` line_edit` and the
+multiline text_edit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.help_explorer.html b/api/psyplot_gui.help_explorer.html
new file mode 100644
index 0000000..b63cedb
--- /dev/null
+++ b/api/psyplot_gui.help_explorer.html
@@ -0,0 +1,1312 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Help explorer widget supplying a simple web browser and a plain text help
+viewer
+
Classes:
+
+
+HelpExplorer (*args, **kwargs)
+A widget for showing the documentation.
+
+HelpMixin ()
+Base class for providing help on an object
+
+SphinxThread (outdir[, html_text_no_doc])
+A thread to render sphinx documentation in a separate process
+
+TextHelp (*args, **kwargs)
+Class to show plain text rst docstrings
+
+UrlBrowser (*args, **kwargs)
+Very simple browser with session history and autocompletion based upon the PyQt5.QtWebEngineWidgets.QWebEngineView class
+
+UrlCombo (*args, **kwargs)
+A editable ComboBox with autocompletion
+
+UrlHelp (*args, **kwargs)
+Class to convert rst docstrings to html and show browsers
+
+
+
+
Functions:
+
+
+
+class psyplot_gui.help_explorer. HelpExplorer ( * args , ** kwargs ) [source]
+Bases: QWidget , DockMixin
+A widget for showing the documentation. It behaves somewhat similar
+to spyders object inspector plugin and can show restructured text either
+as html (if sphinx is installed) or as plain text. It furthermore has a
+browser to show html content
+
+
Warning
+
The HelpBrowser class is known to crash under PyQt4 when new web
+page domains are loaded. Hence you should disable the browsing to different
+remote websites and even disable intersphinx
+
+Methods:
+
+
+close (self)
+
+
+set_viewer (name)
+Sets the current documentation viewer
+
+show_help (obj[, oname, files])
+Show the documentaion of the given object
+
+show_intro ([text])
+Show an intro text
+
+show_rst (text[, oname, files])
+Show restructured text
+
+
+
+Attributes:
+
+
+viewers
+The viewer classes used by the help explorer.
+
+
+
+
+
+close ( self ) → bool [source]
+
+
+
+
+set_viewer ( name ) [source]
+Sets the current documentation viewer
+
+Parameters:
+name (str or object ) – A string must be one of the viewers attribute. An object
+can be one of the values in the viewers attribute
+
+
+
+
+
+
+show_help ( obj , oname = '' , files = None ) [source]
+Show the documentaion of the given object
+We first try to use the current viewer based upon it’s
+HelpMixin.can_document_object attribute. If this does not work,
+we check the other viewers
+
+Parameters:
+
+obj (object ) – The object to get the documentation for
+oname (str ) – The name to use for the object in the documentation
+files (list of str ) – A path to additional files that shall be used to process the
+docs
+
+
+
+
+
+
+
+show_intro ( text = '' ) [source]
+Show an intro text
+We first try to use the current viewer based upon it’s
+HelpMixin.can_show_rst attribute. If this does not work,
+we check the other viewers
+
+Parameters:
+s (str ) – A string in reStructured Text format to show
+
+
+
+
+
+
+show_rst ( text , oname = '' , files = None ) [source]
+Show restructured text
+We first try to use the current viewer based upon it’s
+HelpMixin.can_show_rst attribute. If this does not work,
+we check the other viewers
+
+Parameters:
+
+text (str ) – The text to show
+oname (str ) – The object name
+descriptor (instance of object_descriptor ) – The object descriptor holding the informations
+files (list of str ) – A path to additional files that shall be used to display the docs
+
+
+
+
+
+
+
+viewers = {'HTML help': <class 'psyplot_gui.help_explorer.UrlHelp'>, 'Plain text': <class 'psyplot_gui.help_explorer.TextHelp'>}
+The viewer classes used by the help explorer. HelpExplorer
+instances replace this attribute with the corresponding HelpMixin
+instance
+
+
+
+
+
+
+class psyplot_gui.help_explorer. HelpMixin [source]
+Bases: object
+Base class for providing help on an object
+Attributes:
+
+Methods:
+
+
+describe_object (obj[, oname])
+Return an instance of the object_descriptor class
+
+get_doc (descriptor)
+Get the documentation of the object in the given descriptor
+
+header (descriptor, sig)
+Format the header and include object name and signature sig
+
+process_docstring (lines, descriptor)
+Make final modification on the rst lines
+
+show_help (obj[, oname, files])
+Show the rst documentation for the given object
+
+show_intro ([text])
+Show an intro message
+
+show_rst (text[, oname, descriptor, files])
+Abstract method which needs to be implemented by th widget to show restructured text
+
+
+
+Classes:
+
+
+object_descriptor
+Object containing the necessary fields to describe an object given to the help widget.
+
+
+
+
+
+can_document_object = True
+bool determining whether the documentation of an object can be
+shown or not
+
+
+
+
+can_show_rst = True
+bool determining whether this class can show restructured text
+
+
+
+
+describe_object ( obj , oname = '' ) [source]
+Return an instance of the object_descriptor class
+
+Returns:
+The descriptor containing the information on the object
+
+Return type:
+object_descriptor
+
+
+
+
+
+
+get_doc ( descriptor ) [source]
+Get the documentation of the object in the given descriptor
+
+Parameters:
+descriptor (instance of object_descriptor ) – The descriptor containig the information on the specific object
+
+Returns:
+The header and documentation of the object in the descriptor
+
+Return type:
+str
+
+
+Notes
+This method uses the IPython.core.oinspect.getdoc() function to
+get the documentation and the IPython.core.oinspect.signature()
+function to get the signature. Those function (different from the
+inspect module) do not fail when the object is not saved
+
+
+
+
+Format the header and include object name and signature sig
+
+Returns:
+The header for the documentation
+
+Return type:
+str
+
+
+
+
+
+
+object_descriptor
+Object containing the necessary fields to describe an object given to
+the help widget. The descriptor is set up by the describe_object()
+method.
+alias of ObjectDescriptor
+Attributes:
+
+
+name
+Alias for field number 1
+
+obj
+Alias for field number 0
+
+
+
+
+
+
+
+process_docstring ( lines , descriptor ) [source]
+Make final modification on the rst lines
+
+Returns:
+The docstring
+
+Return type:
+str
+
+
+
+
+
+
+show_help ( obj , oname = '' , files = None ) [source]
+Show the rst documentation for the given object
+
+Parameters:
+
+obj (object ) – The object to get the documentation for
+oname (str ) – The name to use for the object in the documentation
+files (list of str ) – A path to additional files that shall be used to process the
+docs
+
+
+
+
+
+
+
+show_intro ( text = '' ) [source]
+Show an intro message
+
+Parameters:
+s (str ) – A string in reStructured Text format to show
+
+
+
+
+
+
+show_rst ( text , oname = '' , descriptor = None , files = None ) [source]
+Abstract method which needs to be implemented by th widget to show
+restructured text
+
+Parameters:
+
+text (str ) – The text to show
+oname (str ) – The object name
+descriptor (instance of object_descriptor ) – The object descriptor holding the informations
+files (list of str ) – A path to additional files that shall be used to display the docs
+
+
+Returns:
+True if the text is displayed
+
+Return type:
+bool
+
+
+
+
+
+
+
+
+class psyplot_gui.help_explorer. SphinxThread ( outdir , html_text_no_doc = '' ) [source]
+Bases: QThread
+A thread to render sphinx documentation in a separate process
+Attributes:
+
+
+html_error (*args, **kwargs)
+
+
+html_ready (*args, **kwargs)
+A signal to be emitted when the rendering finished.
+
+
+
+Methods:
+
+
+render (doc, name)
+Render the given rst string and save the file as name + '.rst'
+
+run ()
+Create the html file.
+
+
+
+
+
+html_error ( * args , ** kwargs )
+
+
+
+
+html_ready ( * args , ** kwargs )
+A signal to be emitted when the rendering finished. The url is the
+file location
+
+
+
+
+render ( doc , name ) [source]
+Render the given rst string and save the file as name + '.rst'
+
+Parameters:
+
+
+
+
+
+
+
+run ( ) [source]
+Create the html file. When called the first time, it may take a
+while because the sphinx.application.Sphinx app is build,
+potentially with intersphinx
+When finished, the html_ready signal is emitted
+
+
+
+
+
+
+class psyplot_gui.help_explorer. TextHelp ( * args , ** kwargs ) [source]
+Bases: QFrame , HelpMixin
+Class to show plain text rst docstrings
+Attributes:
+
+
+editor
+The PyQt5.QtWidgets.QPlainTextEdit instance used for displaying the documentation
+
+
+
+Methods:
+
+
+show_rst (text, *args, **kwargs)
+Show the given text in the editor window
+
+
+
+
+
+editor
+The PyQt5.QtWidgets.QPlainTextEdit instance used for
+displaying the documentation
+
+
+
+
+show_rst ( text , * args , ** kwargs ) [source]
+Show the given text in the editor window
+
+Parameters:
+
+
+
+
+
+
+
+
+
+class psyplot_gui.help_explorer. UrlBrowser ( * args , ** kwargs ) [source]
+Bases: QFrame
+Very simple browser with session history and autocompletion based upon
+the PyQt5.QtWebEngineWidgets.QWebEngineView class
+
+
Warning
+
This class is known to crash under PyQt4 when new web page domains are
+loaded. Hence it should be handled with care
+
+Methods:
+
+
+browse (url)
+Make a web browse on the given url and show the page on the Webview widget.
+
+toogle_lock ()
+Disable (or enable) the changing of the current webpage
+
+toogle_url_lock ()
+Disable (or enable) the loading of web pages in www
+
+update_url_lock_from_rc (online)
+
+
+url_changed (url)
+Triggered when the url is changed to update the adress line
+
+
+
+Attributes:
+
+
+
+browse ( url ) [source]
+Make a web browse on the given url and show the page on the Webview
+widget.
+
+
+
+
+bt_ahead = None
+button to go to next url
+
+
+
+
+bt_back = None
+button to go to previous url
+
+
+
+
+bt_lock = None
+button to go lock to the current url
+
+
+
+
+bt_lock_default = None
+default value for bt_lock . Is set during browser
+initialization
+
+
+
+
+bt_refresh = None
+refresh the current url
+
+
+
+
+bt_url_lock = None
+button to disable browsing in www
+
+
+
+
+bt_url_lock_default = None
+default value for bt_url_lock . Is set during browser
+initialization
+
+
+
+
+button_box = None
+The upper part of the browser containing all the buttons
+
+
+
+
+property completed
+Boolean whether the html page loading is completed.
+
+
+
+
+default_url = None
+The initial url showed in the webview. If None, nothing will be
+displayed
+
+
+
+
+doc_urls = {'cartopy': 'http://scitools.org.uk/cartopy/docs/latest/index.html', 'numpy': 'https://docs.scipy.org/doc/numpy/reference/routines.html', 'pandas': 'http://pandas.pydata.org/pandas-docs/stable/', 'psyplot': 'http://psyplot.github.io/psyplot/', 'pyplot': 'http://matplotlib.org/api/pyplot_api.html', 'seaborn': 'http://stanford.edu/~mwaskom/software/seaborn/api.html', 'startpage': 'https://startpage.com/', 'xarray': 'http://xarray.pydata.org/en/stable/'}
+
+
+
+
+html
+The actual widget showing the html content
+
+
+
+
+tb_url = None
+adress line
+
+
+
+
+toogle_lock ( ) [source]
+Disable (or enable) the changing of the current webpage
+
+
+
+
+toogle_url_lock ( ) [source]
+Disable (or enable) the loading of web pages in www
+
+
+
+
+update_url_lock_from_rc ( online ) [source]
+
+
+
+
+url_changed ( url ) [source]
+Triggered when the url is changed to update the adress line
+
+
+
+
+url_like_re = re.compile('^\\w+://')
+
+
+
+
+vbox = None
+The upper most layout aranging the button box and the html widget
+
+
+
+
+
+
+class psyplot_gui.help_explorer. UrlCombo ( * args , ** kwargs ) [source]
+Bases: QComboBox
+A editable ComboBox with autocompletion
+Methods:
+
+
+add_text_on_top ([text, block])
+Add the given text as the first item
+
+keyPressEvent (event)
+Handle key press events
+
+setModel (model)
+Reimplemented to also set the model of the filter and completer
+
+
+
+
+
+add_text_on_top ( text = None , block = False ) [source]
+Add the given text as the first item
+
+
+
+
+keyPressEvent ( event ) [source]
+Handle key press events
+
+
+
+
+setModel ( model ) [source]
+Reimplemented to also set the model of the filter and completer
+
+
+
+
+
+
+class psyplot_gui.help_explorer. UrlHelp ( * args , ** kwargs ) [source]
+Bases: UrlBrowser , HelpMixin
+Class to convert rst docstrings to html and show browsers
+Methods:
+
+
+browse (url)
+Reimplemented to add file paths to the url string
+
+close (self)
+
+
+describe_object (obj[, oname])
+Describe an object using additionaly the object type from the get_objtype() method
+
+get_doc (descriptor)
+Reimplemented to (potentially) use the features from sphinx.ext.autodoc
+
+get_objtype (obj)
+Get the object type of the given object and determine wheter the object is considered a class, a module, a function, method or data
+
+header (descriptor, sig)
+Format the header and include object name and signature sig
+
+is_importable (modname)
+Determine whether members of the given module can be documented with sphinx by using the sphinx.util.get_module_source() function
+
+process_docstring (lines, descriptor)
+Process the lines with the napoleon sphinx extension
+
+reset_sphinx (value)
+Method that is called if the configuration changes
+
+show_help (obj[, oname, files])
+Render the rst docu for the given object with sphinx and show it
+
+show_intro ([text])
+Show the intro text in the explorer
+
+show_rst (text[, oname, descriptor, files])
+Render restructured text with sphinx and show it
+
+toogle_connect_console ()
+Disable (or enable) the loading of web pages in www
+
+toogle_url_lock ()
+Disable (or enable) the loading of web pages in www
+
+update_connect_console (connect)
+
+
+url_changed (url)
+Reimplemented to remove file paths from the url string
+
+
+
+Attributes:
+
+Classes:
+
+
+object_descriptor
+Object containing the necessary fields to describe an object given to the help widget.
+
+
+
+
+
+browse ( url ) [source]
+Reimplemented to add file paths to the url string
+
+
+
+
+menu button with different urls
+
+
+
+
+can_document_object = True
+bool determining whether the documentation of an object can be
+shown or not
+
+
+
+
+can_show_rst = True
+bool determining whether this class can show restructured text
+
+
+
+
+close ( self ) → bool [source]
+
+
+
+
+describe_object ( obj , oname = '' ) [source]
+Describe an object using additionaly the object type from the
+get_objtype() method
+
+Returns:
+The descriptor of the object
+
+Return type:
+instance of object_descriptor
+
+
+
+
+
+
+get_doc ( descriptor ) [source]
+Reimplemented to (potentially) use the features from
+sphinx.ext.autodoc
+
+
+
+
+get_objtype ( obj ) [source]
+Get the object type of the given object and determine wheter the
+object is considered a class, a module, a function, method or data
+
+Parameters:
+obj (object ) –
+
+Returns:
+One out of {‘class’, ‘module’, ‘function’, ‘method’, ‘data’}
+
+Return type:
+str
+
+
+
+
+
+
+Format the header and include object name and signature sig
+
+Returns:
+The header for the documentation
+
+Return type:
+str
+
+
+
+
+
+
+is_importable ( modname ) [source]
+Determine whether members of the given module can be documented with
+sphinx by using the sphinx.util.get_module_source() function
+
+Parameters:
+modname (str ) – The __name__ attribute of the module to import
+
+Returns:
+True if sphinx can import the module
+
+Return type:
+bool
+
+
+
+
+
+
+object_descriptor
+Object containing the necessary fields to describe an object given to
+the help widget. The descriptor is set up by the describe_object()
+method and contains an additional objtype attribute
+alias of ObjectDescriptor
+Attributes:
+
+
+name
+Alias for field number 1
+
+obj
+Alias for field number 0
+
+objtype
+Alias for field number 2
+
+
+
+
+
+
+
+process_docstring ( lines , descriptor ) [source]
+Process the lines with the napoleon sphinx extension
+
+
+
+
+reset_sphinx ( value ) [source]
+Method that is called if the configuration changes
+
+
+
+
+show_help ( obj , oname = '' , files = None ) [source]
+Render the rst docu for the given object with sphinx and show it
+
+Parameters:
+
+obj (object ) – The object to get the documentation for
+oname (str ) – The name to use for the object in the documentation
+files (list of str ) – A path to additional files that shall be used to process the
+docs
+
+
+
+
+
+
+
+show_intro ( text = '' ) [source]
+Show the intro text in the explorer
+
+Parameters:
+s (str ) – A string in reStructured Text format to show
+
+
+
+
+
+
+show_rst ( text , oname = '' , descriptor = None , files = None ) [source]
+Render restructured text with sphinx and show it
+
+Parameters:
+% ( HelpMixin.show_rst.parameters ) s –
+
+
+
+
+
+
+sphinx_thread = None
+
+
+
+
+toogle_connect_console ( ) [source]
+Disable (or enable) the loading of web pages in www
+
+
+
+
+toogle_url_lock ( ) [source]
+Disable (or enable) the loading of web pages in www
+
+
+
+
+update_connect_console ( connect ) [source]
+
+
+
+
+url_changed ( url ) [source]
+Reimplemented to remove file paths from the url string
+
+
+
+
+
+
+psyplot_gui.help_explorer. file2html ( fname ) [source]
+
+
+
+
+psyplot_gui.help_explorer. html2file ( url ) [source]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.html b/api/psyplot_gui.html
new file mode 100644
index 0000000..ea85d2c
--- /dev/null
+++ b/api/psyplot_gui.html
@@ -0,0 +1,1171 @@
+
+
+
+
+
+
+ psyplot_gui package — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+psyplot_gui package
+psyplot-gui
+Graphical user interface for the psyplot package
+Classes:
+
+Data:
+
+
+UNIT_TESTING
+A boolean variable to check if the GUI is tested.
+
+
+
+Functions:
+
+
+get_parser ([create])
+Return a parser to make that can be used to make plots or open files from the command line
+
+get_versions ([requirements])
+
+
+send_files_to_psyplot (callback, fnames, ...)
+Simple socket client used to send the args passed to the psyplot executable to an already running instance.
+
+start_app ([fnames, name, dims, plot_method, ...])
+Eventually start the QApplication or only make a plot
+
+
+
+
+
+class psyplot_gui. ListGuiPluginsAction ( option_strings , dest = '==SUPPRESS==' , nargs = None , default = '==SUPPRESS==' , ** kwargs ) [source]
+Bases: Action
+
+
+
+
+psyplot_gui. UNIT_TESTING = 'true'
+A boolean variable to check if the GUI is tested. This is set automatically
+true on CI services
+
+
+
+
+psyplot_gui. get_parser ( create = True ) [source]
+Return a parser to make that can be used to make plots or open files
+from the command line
+
+Returns:
+The argparse.ArgumentParser instance
+
+Return type:
+psyplot.parser.FuncArgParser
+
+
+
+
See also
+
psyplot.main.get_parser , psyplot.parser.FuncArgParser , psyplot.main.main
+
+
+
+
+
+psyplot_gui. get_versions ( requirements = True ) [source]
+
+
+
+
+psyplot_gui. send_files_to_psyplot ( callback , fnames , project , * args ) [source]
+Simple socket client used to send the args passed to the psyplot
+executable to an already running instance.
+This function has to most parts been taken from spyder
+
+
+
+
+psyplot_gui. start_app ( fnames = [] , name = [] , dims = None , plot_method = None , output = None , project = None , engine = None , formatoptions = None , tight = False , encoding = None , enable_post = False , seaborn_style = None , output_project = None , concat_dim = None , chname = {} , backend = False , new_instance = False , rc_file = None , rc_gui_file = None , include_plugins = None , exclude_plugins = [] , offline = False , pwd = None , script = None , command = None , exec_ = True , use_all = False , callback = None , preset = None , opengl_implementation = None , webengineview = True , decoder = None ) [source]
+Eventually start the QApplication or only make a plot
+
+Parameters:
+
+fnames (list of str ) – Either the filenames to show, or, if the project parameter is set,
+the a list of , -separated filenames to make a mapping from the
+original filename to a new one
+name (list of str ) – The variable names to plot if the output parameter is set
+dims (dict ) – A mapping from coordinate names to integers if the project is not
+given
+plot_method (str ) – The name of the plot_method to use
+output (str or list of str ) – If set, the data is loaded and the figures are saved to the specified
+filename and now graphical user interface is shown
+project (str ) – If set, the project located at the given file name is loaded
+engine (str ) – The engine to use for opening the dataset (see
+psyplot.data.open_dataset() )
+formatoptions (dict ) – A dictionary of formatoption that is applied to the data visualized by
+the chosen plot_method
+tight (bool ) – If True/set, it is tried to figure out the tight bbox of the figure and
+adjust the paper size of the output to it
+rc_file (str ) – The path to a yaml configuration file that can be used to update the
+rcParams
+encoding (str ) – The encoding to use for loading the project. If None, it is
+automatically determined by pickle. Note: Set this to 'latin1'
+if using a project created with python2 on python3.
+enable_post (bool ) – Enable the post processing
+formatoption. If True/set, post processing scripts are enabled in the
+given project . Only set this if you are sure that you can trust the
+given project file because it may be a security vulnerability.
+seaborn_style (str ) – The name of the style of the seaborn package that can be used for
+the seaborn.set_style() function
+output_project (str ) – The name of a project file to save the project to
+concat_dim (str ) – The concatenation dimension if multiple files in fnames are
+provided
+chname (dict ) – A mapping from variable names in the project to variable names in the
+datasets that should be used instead
+preset (str ) – The filename or identifier of a preset. If the given preset is
+the path to an existing yaml file, it will be loaded. Otherwise we
+look up the preset in the psyplot configuration directory (see
+get_configdir() ).
+decoder (str ) – Keyword arguments for the decoder.
+backend (None or str ) – The backend to use. By default, the 'gui.backend' key in the
+rcParams dictionary is used.
+Otherwise it can be None to use the standard matplotlib backend or a
+string identifying the backend
+new_instance (bool ) – If True/set and the output parameter is not set, a new application is
+created
+rc_gui_file (str ) – The path to a yaml configuration file that can be used to update the
+rcParams
+include_plugins (list of str ) – The plugin widget to include. Can be either None to load all that are
+not explicitly excluded by exclude_plugins or a list of
+plugins to include. List items can be either module names, plugin
+names or the module name and widget via '<module_name>:<widget>'
+exclude_plugins (list of str ) – The plugin widgets to exclude. Can be either 'all' to exclude
+all plugins or a list like in include_plugins .
+offline (bool ) – If True/set, psyplot will be started in offline mode without
+intersphinx and remote access for the help explorer
+pwd (str ) – The path to the working directory to use. Note if you do not provide
+any fnames or project , but set the pwd , it will switch the
+pwd of the current GUI.
+script (str ) – The path to a python script that shall be run in the GUI. If the GUI
+is already running, the commands will be executed in this GUI.
+command (str ) – Python commands that shall be run in the GUI. If the GUI is already
+running, the commands will be executed in this GUI
+use_all (bool ) – If True, use all variables. Note that this is the default if the
+output is specified and not name
+exec (bool ) – If True, the main loop is entered.
+callback (str ) – A unique identifier for the method that should be used if psyplot is
+already running. Set this parameter to None to avoid sending
+opengl_implementation ({'software' , 'desktop' , 'gles' , 'automatic'} ) – OpenGL implementation to pass to Qt. Possible options are
+‘software’, ‘desktop’, ‘gles’ and ‘automatic’ (which let’s PyQt
+decide).
+webengineview (bool ) – If True (default), use an HTML help widget. This might not be available
+for all builds of PyQt5 under all circumstances. If not set, the
+rcParams key 'help_explorer.use_webengineview' is used.
+
+
+Returns:
+None if exec_ is True, otherwise the created
+MainWindow instance
+
+Return type:
+None or psyplot_gui.main.MainWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.main.html b/api/psyplot_gui.main.html
new file mode 100644
index 0000000..135a4ed
--- /dev/null
+++ b/api/psyplot_gui.main.html
@@ -0,0 +1,910 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Core module for the psyplot graphical user interface
+
This module redefines the psyplot.project.Project class with
+additional features for an interactive usage with graphical qt user interface.
+There is no need to import this module because the
+GuiProject class defined here replaces the project class in the
+psyplot.project module.
+
Classes:
+
+
Data:
+
+
+mainwindow
+The PyQt5.QtWidgets.QMainWindow of the graphical user interface
+
+
+
+
+
+class psyplot_gui.main. MainWindow ( show = True ) [source]
+Bases: QMainWindow
+Methods:
+
+
+about ()
+About the tool
+
+add_mp_to_menu ()
+
+
+change_cwd (path)
+Change the current working directory
+
+close (self)
+
+
+closeEvent (event)
+closeEvent reimplementation
+
+edit_preferences ([exec_])
+Edit Spyder preferences
+
+eventually_add_mp_to_menu (p)
+
+
+excepthook (type, value, traceback)
+A method to replace the sys.excepthook
+
+export_mp (*args, **kwargs)
+
+
+export_sp (*args, **kwargs)
+
+
+focus_on_console (*args, **kwargs)
+Put focus on the ipython console
+
+load_mp_preset ()
+
+
+load_sp_preset ()
+
+
+new_data_frame_editor ([df, title])
+Open a new dataframe editor
+
+new_plots ([exec_])
+
+
+open_external_files ([fnames, project, ...])
+Open external files
+
+open_files (fnames)
+Open a file and ask the user how
+
+open_mp (*args, **kwargs)
+Open a new main project
+
+open_sp (*args, **kwargs)
+Open a subproject and add it to the current main project
+
+register_shortcut (action, shortcut[, context])
+Register an action for a shortcut
+
+reset_rcParams ()
+
+
+run ([fnames, project, engine, plot_method, ...])
+Create a mainwindow and open the given files or project
+
+run_app (*args, **kwargs)
+Create a QApplication, open the given files or project and enter the mainloop
+
+save_mp (*args, **kwargs)
+Save the current main project.
+
+save_mp_preset ()
+
+
+save_sp (*args, **kwargs)
+Save the current sub project.
+
+save_sp_preset ()
+
+
+set_central_widget (name)
+Set the central widget
+
+setup_default_layout ()
+Set up the default window layout
+
+show_dependencies ([exec_])
+Open a dialog that shows the dependencies
+
+start_open_files_server ()
+This method listens to the open_files_port and opens the plot creator for new files
+
+update_project_action (num)
+
+
+
+
+Attributes:
+
+
+
+about ( ) [source]
+About the tool
+
+
+
+
+add_mp_to_menu ( ) [source]
+
+
+
+
+central_widget_key = 'console'
+The key for the central widget for the main window in the
+plugins dictionary
+
+
+
+
+change_cwd ( path ) [source]
+Change the current working directory
+
+
+
+
+close ( self ) → bool [source]
+
+
+
+
+closeEvent ( event ) [source]
+closeEvent reimplementation
+
+
+
+
+console = None
+Inprocess console
+
+
+
+
+current_shortcuts = []
+The current keyboard shortcuts
+
+
+
+
+dataframeeditors = None
+the DataFrameEditor widgets
+
+
+
+
+default_shortcuts = []
+The keyboard shortcuts of the default layout
+
+
+
+
+default_widths = {}
+default widths of the dock widgets
+
+
+
+
+dockwidgets = []
+The dockwidgets of this instance
+
+
+
+
+ds_tree = None
+tree widget displaying the open datasets
+
+
+
+
+edit_preferences ( exec_ = None ) [source]
+Edit Spyder preferences
+
+
+
+
+eventually_add_mp_to_menu ( p ) [source]
+
+
+
+
+excepthook ( type , value , traceback ) [source]
+A method to replace the sys.excepthook
+
+
+
+
+export_mp ( * args , ** kwargs ) [source]
+
+
+
+
+export_sp ( * args , ** kwargs ) [source]
+
+
+
+
+figures = []
+list of figures from the psyplot backend
+
+
+
+
+figures_tree = None
+tree widget displaying the open figures
+
+
+
+
+fmt_widget = None
+general formatoptions widget
+
+
+
+
+focus_on_console ( * args , ** kwargs ) [source]
+Put focus on the ipython console
+
+
+
+
+help_explorer = None
+help explorer
+
+
+
+
+load_mp_preset ( ) [source]
+
+
+
+
+load_sp_preset ( ) [source]
+
+
+
+
+property logger
+The logger of this instance
+
+
+
+
+new_data_frame_editor ( df = None , title = 'DataFrame Editor' ) [source]
+Open a new dataframe editor
+
+Parameters:
+
+
+Returns:
+The newly created editor
+
+Return type:
+psyplot_gui.dataframeeditor.DataFrameEditor
+
+
+
+
+
+
+new_plots ( exec_ = None ) [source]
+
+
+
+
+open_external ( * args , ** kwargs )
+A signal that is emmitted when the a signal is received through the
+open_files_server
+
+
+
+
+open_external_files ( fnames = [] , project = None , engine = None , plot_method = None , name = None , dims = None , encoding = None , enable_post = False , seaborn_style = None , concat_dim = None , chname = {} , preset = None , decoder = None ) [source]
+Open external files
+
+Parameters:
+
+fnames (list of str ) – Either the filenames to show, or, if the project parameter is set,
+the a list of , -separated filenames to make a mapping from the
+original filename to a new one
+name (list of str ) – The variable names to plot if the output parameter is set
+dims (dict ) – A mapping from coordinate names to integers if the project is not
+given
+plot_method (str ) – The name of the plot_method to use
+project (str ) – If set, the project located at the given file name is loaded
+engine (str ) – The engine to use for opening the dataset (see
+psyplot.data.open_dataset() )
+encoding (str ) – The encoding to use for loading the project. If None, it is
+automatically determined by pickle. Note: Set this to 'latin1'
+if using a project created with python2 on python3.
+enable_post (bool ) – Enable the post processing
+formatoption. If True/set, post processing scripts are enabled in the
+given project . Only set this if you are sure that you can trust the
+given project file because it may be a security vulnerability.
+seaborn_style (str ) – The name of the style of the seaborn package that can be used for
+the seaborn.set_style() function
+concat_dim (str ) – The concatenation dimension if multiple files in fnames are
+provided
+chname (dict ) – A mapping from variable names in the project to variable names in the
+datasets that should be used instead
+preset (str ) – The filename or identifier of a preset. If the given preset is
+the path to an existing yaml file, it will be loaded. Otherwise we
+look up the preset in the psyplot configuration directory (see
+get_configdir() ).
+decoder (str ) – Keyword arguments for the decoder.
+
+
+
+
+
+
+
+open_files ( fnames ) [source]
+Open a file and ask the user how
+
+
+
+
+open_files_server = None
+The server to open external files
+
+
+
+
+open_mp ( * args , ** kwargs ) [source]
+Open a new main project
+
+
+
+
+open_sp ( * args , ** kwargs ) [source]
+Open a subproject and add it to the current main project
+
+
+
+
+project_content = None
+tab widget displaying the arrays in current main and sub project
+tree widget displaying the open datasets
+
+
+
+
+register_shortcut ( action , shortcut , context = 2 ) [source]
+Register an action for a shortcut
+
+
+
+
+reset_rcParams ( ) [source]
+
+
+
+
+classmethod run ( fnames = [] , project = None , engine = None , plot_method = None , name = None , dims = None , encoding = None , enable_post = False , seaborn_style = None , concat_dim = None , chname = {} , preset = None , decoder = None , show = True ) [source]
+Create a mainwindow and open the given files or project
+This class method creates a new mainwindow instance and sets the
+global mainwindow variable.
+
+Parameters:
+
+fnames (list of str ) – Either the filenames to show, or, if the project parameter is set,
+the a list of , -separated filenames to make a mapping from the
+original filename to a new one
+name (list of str ) – The variable names to plot if the output parameter is set
+dims (dict ) – A mapping from coordinate names to integers if the project is not
+given
+plot_method (str ) – The name of the plot_method to use
+project (str ) – If set, the project located at the given file name is loaded
+engine (str ) – The engine to use for opening the dataset (see
+psyplot.data.open_dataset() )
+encoding (str ) – The encoding to use for loading the project. If None, it is
+automatically determined by pickle. Note: Set this to 'latin1'
+if using a project created with python2 on python3.
+enable_post (bool ) – Enable the post processing
+formatoption. If True/set, post processing scripts are enabled in the
+given project . Only set this if you are sure that you can trust the
+given project file because it may be a security vulnerability.
+seaborn_style (str ) – The name of the style of the seaborn package that can be used for
+the seaborn.set_style() function
+concat_dim (str ) – The concatenation dimension if multiple files in fnames are
+provided
+chname (dict ) – A mapping from variable names in the project to variable names in the
+datasets that should be used instead
+preset (str ) – The filename or identifier of a preset. If the given preset is
+the path to an existing yaml file, it will be loaded. Otherwise we
+look up the preset in the psyplot configuration directory (see
+get_configdir() ).
+decoder (str ) – Keyword arguments for the decoder.
+show (bool ) – If True, the created mainwindow is show
+
+
+
+Notes
+
+
+
+
+
+
+classmethod run_app ( * args , ** kwargs ) [source]
+Create a QApplication, open the given files or project and enter the
+mainloop
+
+Parameters:
+
+fnames (list of str ) – Either the filenames to show, or, if the project parameter is set,
+the a list of , -separated filenames to make a mapping from the
+original filename to a new one
+name (list of str ) – The variable names to plot if the output parameter is set
+dims (dict ) – A mapping from coordinate names to integers if the project is not
+given
+plot_method (str ) – The name of the plot_method to use
+project (str ) – If set, the project located at the given file name is loaded
+engine (str ) – The engine to use for opening the dataset (see
+psyplot.data.open_dataset() )
+encoding (str ) – The encoding to use for loading the project. If None, it is
+automatically determined by pickle. Note: Set this to 'latin1'
+if using a project created with python2 on python3.
+enable_post (bool ) – Enable the post processing
+formatoption. If True/set, post processing scripts are enabled in the
+given project . Only set this if you are sure that you can trust the
+given project file because it may be a security vulnerability.
+seaborn_style (str ) – The name of the style of the seaborn package that can be used for
+the seaborn.set_style() function
+concat_dim (str ) – The concatenation dimension if multiple files in fnames are
+provided
+chname (dict ) – A mapping from variable names in the project to variable names in the
+datasets that should be used instead
+preset (str ) – The filename or identifier of a preset. If the given preset is
+the path to an existing yaml file, it will be loaded. Otherwise we
+look up the preset in the psyplot configuration directory (see
+get_configdir() ).
+decoder (str ) – Keyword arguments for the decoder.
+show (bool ) – If True, the created mainwindow is show
+
+
+
+
+
+
+
+
+save_mp ( * args , ** kwargs ) [source]
+Save the current main project.
+
+
+
+
+save_mp_preset ( ) [source]
+
+
+
+
+save_sp ( * args , ** kwargs ) [source]
+Save the current sub project.
+
+
+
+
+save_sp_preset ( ) [source]
+
+
+
+
+set_central_widget ( name ) [source]
+Set the central widget
+
+Parameters:
+name (str or QWidget ) – The key or the plugin widget in the plugins dictionary
+
+
+
+
+
+
+setup_default_layout ( ) [source]
+Set up the default window layout
+
+
+
+
+show_dependencies ( exec_ = None ) [source]
+Open a dialog that shows the dependencies
+
+
+
+
+start_open_files_server ( ) [source]
+This method listens to the open_files_port and opens the plot
+creator for new files
+This method is inspired and to most parts copied from spyder
+
+
+
+
+update_project_action ( num ) [source]
+
+
+
+
+
+
+psyplot_gui.main. mainwindow = None
+The PyQt5.QtWidgets.QMainWindow of the graphical user interface
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.plot_creator.html b/api/psyplot_gui.plot_creator.html
new file mode 100644
index 0000000..e102ba6
--- /dev/null
+++ b/api/psyplot_gui.plot_creator.html
@@ -0,0 +1,1670 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
This module contains a widget to create new plots with psyplot
+
The main class is the PlotCreator which is used to handle the
+different plotting methods of the psyplot.project.ProjectPlotter
+class
+
Classes:
+
+
+ArrayNameItemDelegate
+Delegate using the ArrayNameValidator for validation
+
+ArrayNameValidator (text, table, *args, **kwargs)
+Class to make sure that only those arrays names are inserted that are not currently in the main project or the tree
+
+ArrayTable (get_func[, columns])
+Table that shows the arrays that will be used for plotting
+
+AxesCreator ([fig, x0, y0, x1, y1])
+Widget to setup an axes in a arbitrary location
+
+AxesCreatorCollection ([key, func_kwargs])
+Wrapper for a QToolBox that holds the different possibilities to select an axes
+
+AxesSelector (*args, **kwargs)
+Widget to select an already created axes
+
+AxesViewer (*args, **kwargs)
+Widget to show a rectangle
+
+CoordComboBox (ds_func, dim[, parent])
+Combobox showing coordinate information of a dataset
+
+CoordsTable (get_func, *args, **kwargs)
+A table showing the coordinates of in a dataset via instances of CoordComboBox
+
+DragDropTable (*args, **kwargs)
+Table that allows to exchange rows via drag and drop
+
+PlotCreator (*args, **kwargs)
+Widget to extract data from a dataset and eventually create a plot
+
+SubplotCreator ([fig, rows, cols, num1, num2])
+Select a subplot to which will be created (if not already existing) when making the plot
+
+VariableItemDelegate
+Delegate alowing only the variables in the parents dataset.
+
+VariablesTable (get_func[, columns])
+Table to display the variables of a dataset
+
+
+
+
+
+class psyplot_gui.plot_creator. ArrayNameItemDelegate [source]
+Bases: QStyledItemDelegate
+Delegate using the ArrayNameValidator for validation
+Methods:
+
+
+
+createEditor ( self , parent : QWidget | None , option : QStyleOptionViewItem , index : QModelIndex ) → QWidget | None [source]
+
+
+
+
+
+
+class psyplot_gui.plot_creator. ArrayNameValidator ( text , table , * args , ** kwargs ) [source]
+Bases: QValidator
+Class to make sure that only those arrays names are inserted that are
+not currently in the main project or the tree
+Methods:
+
+
+
+fixup ( self , a0 : str | None ) → str [source]
+
+
+
+
+validate ( self , a0 : str | None , a1 : int ) [source]
+
+
+
+
+
+
+class psyplot_gui.plot_creator. ArrayTable ( get_func , columns = [] , * args , ** kwargs ) [source]
+Bases: DragDropTable
+Table that shows the arrays that will be used for plotting
+It contains the following columns:
+
+The variable column which holds the variable names of the arrays.
+multiple variables may be separated by ‘;;’
+The array name. The psyplot.data.InteractiveBase.arr_name
+attribute. Depending on the plot methods
+_prefer_list , multiple
+array names are allowed or not. If this attribute is True,
+arrays with the same array name will be concatenated into one
+psyplot.data.InteractiveList
+The axes column. Use the right-click context menu to select a
+subplot
+The check column. Checks for variable names, array names, axes and
+dimensions via the psyplot.project._PlotterInterface.check_data()
+method
+Columns containing the dimension informations
+
+Attributes:
+
+Methods:
+
+
+add_single_subplot (rows, cols, row, col)
+Add one subplot to the selected arrays on multiple figures
+
+add_subplots (rows, cols[, maxn])
+Add multiple subplots to the selected arrays
+
+axes_creator_action (rows)
+Action to open a AxesCreatorCollection for the selected rows
+
+axes_info (s)
+Interpretes an axes information
+
+check_array (row[, ignore_duplicates])
+check whether the array variables are valid, the array name is valid, the axes info is valid and the dimensions
+
+check_arrays (**kwargs)
+Convenience function to check all arrays using the check_array() method
+
+check_item (item)
+Check the array corresponding to the given item
+
+dropEvent (event)
+Reimplemented to call the check_arrays() after the call
+
+get_all_rows (row)
+Return all the rows that have the same array name as the given row
+
+insert_array (name[, check])
+Appends the settings for an array the the list in a new row
+
+next_available_name (*args, **kwargs)
+Gives the next possible name to use
+
+remove_arrays ([selected])
+Remove array rows from the list
+
+set_columns (columns)
+Set the columns of the table
+
+set_pm (s)
+Set the plot method
+
+setup_from_ds ([ds, plot_method])
+Fill the table based upon the given dataset.
+
+showAxesCreator (pos)
+Context menu for right-click on a row
+
+update_other_items (item)
+Updates the axes information of the other items corresponding that have the same array name as the array corresponding to the given item
+
+update_selected ([check, dims])
+Updates the dimensions of the selectiond arrays with the given dims
+
+
+
+
+
+DIMS_TT = "The values for dimension %s. You can use integers either explicit, e.g.<ul><li>1, 2, 3, ...,</li></ul>or slices like <em>start:end:step</em>, e.g.<ul><li>'1:6:2'</li></ul>where the latter is equivalent to '1, 3, 5'"
+Base tool tip for a dimension column
+
+
+
+
+VARIABLE_TT = "The variables of the array from the dataset. Multiplevariables for one array may be separated by ';;'"
+Tool tip for the variable column
+
+
+
+
+add_single_subplot ( rows , cols , row , col ) [source]
+Add one subplot to the selected arrays on multiple figures
+
+
+
+
+add_subplots ( rows , cols , maxn = None ) [source]
+Add multiple subplots to the selected arrays
+
+
+
+
+property arr_col
+The index of the array name column
+
+
+
+
+property arr_names_dict
+The final dictionary containing the array names necessary for the
+arr_names parameter in the
+psyplot.data.ArrayList.from_dataset() method
+
+
+
+
+property axes
+A list of axes settings corresponding to the arrays in the
+arr_names_dict
+
+
+
+
+property axes_col
+The index of the axes column
+
+
+
+
+axes_creator_action ( rows ) [source]
+Action to open a AxesCreatorCollection for the selected
+rows
+
+
+
+
+axes_info ( s ) [source]
+Interpretes an axes information
+
+
+
+
+axes_patt = re.compile('\\((?P<fig>\\d+),\\s*(?P<x0>0*\\.\\d+),\\s*(?P<y0>0*\\.\\d+),\\s*(?P<x1>0*\\.\\d+),\\s*(?P<y1>0*\\.\\d+)\\s*\\)')
+pattern to interprete arbitrary axes
+
+
+
+
+check_array ( row , ignore_duplicates = [] ) [source]
+check whether the array variables are valid, the array name is
+valid, the axes info is valid and the dimensions
+
+
+
+
+check_arrays ( ** kwargs ) [source]
+Convenience function to check all arrays using the
+check_array() method
+
+
+
+
+property check_col
+The index of the check column
+
+
+
+
+check_item ( item ) [source]
+Check the array corresponding to the given item
+
+
+
+
+property current_names
+The names that are currently in use
+
+
+
+
+dropEvent ( event ) [source]
+Reimplemented to call the check_arrays() after the call
+
+
+
+
+get_all_rows ( row ) [source]
+Return all the rows that have the same array name as the given row
+
+
+
+
+insert_array ( name , check = True , ** kwargs ) [source]
+Appends the settings for an array the the list in a new row
+
+
+
+
+next_available_name ( * args , ** kwargs ) [source]
+Gives the next possible name to use
+
+
+
+
+property prefer_list
+Return the _prefer_list attribute of the plot_method
+
+
+
+
+remove_arrays ( selected = True ) [source]
+Remove array rows from the list
+
+Parameters:
+selected (bool ) – If True, only the selected rows are removed
+
+
+
+
+
+
+sep = ';;'
+The separator for variable names
+
+
+
+
+set_columns ( columns ) [source]
+Set the columns of the table
+
+Parameters:
+columns (list of str ) – The coordinates in the dataset
+
+
+
+
+
+
+set_pm ( s ) [source]
+Set the plot method
+
+
+
+
+setup_from_ds ( ds = None , plot_method = None ) [source]
+Fill the table based upon the given dataset.
+
+Parameters:
+
+ds (xarray.Dataset or None ) – If None, the dataset from the get_ds function is used
+plot_method (psyplot.project._PlotterInterface or None ) – The plot method of the psyplot.project.ProjectPlotter
+class or None if no plot shall be made
+
+
+
+
+
+
+
+showAxesCreator ( pos ) [source]
+Context menu for right-click on a row
+
+
+
+
+subplot_patt = re.compile('\\((?P<fig>\\d+),\\s*(?P<rows>\\d+),\\s*(?P<cols>\\d+),\\s*(?P<num1>\\d+),\\s*(?P<num2>\\d+)\\s*\\)')
+Pattern to interprete subplots
+
+
+
+
+update_other_items ( item ) [source]
+Updates the axes information of the other items corresponding
+that have the same array name as the array corresponding to the given
+item
+
+
+
+
+update_selected ( check = True , dims = {} ) [source]
+Updates the dimensions of the selectiond arrays with the given
+dims
+
+Parameters:
+
+
+
+
+
+
+
+property var_col
+The index of the variable column
+
+
+
+
+property vnames
+The list of variable names per array
+
+
+
+
+
+
+class psyplot_gui.plot_creator. AxesCreator ( fig = None , x0 = 0.125 , y0 = 0.1 , x1 = 0.9 , y1 = 0.9 , * args , ** kwargs ) [source]
+Bases: QWidget
+Widget to setup an axes in a arbitrary location
+Methods:
+
+
+create_axes (fig, x0, y0, x1, y1, **kwargs)
+Create an axes for the given fig
+
+get_iter ()
+Get the iterator over the axes
+
+resize_rectangle (size)
+resize the rectangle after changes of the widget size
+
+
+
+
+
+static create_axes ( fig , x0 , y0 , x1 , y1 , ** kwargs ) [source]
+Create an axes for the given fig
+
+Parameters:
+
+fig (int or None ) – The figure number. If None, a new figure number will be used
+x0 (float ) – the x-coordinate of the lower left corner (between 0 and 1)
+y0 (float ) – the y-coordinate of the lower left corner (between 0 and 1)
+x1 (float ) – the x-coordinate of the upper right corner (between 0 and 1)
+y1 (float ) – the y-coordinate of the upper right corner (between 0 and 1)
+**kwargs – Any other keyword argument for the
+matplotlib.figure.Figure.add_axes() method
+
+
+
+
+
+
+
+get_iter ( ) [source]
+Get the iterator over the axes
+
+
+
+
+resize_rectangle ( size ) [source]
+resize the rectangle after changes of the widget size
+
+
+
+
+
+
+class psyplot_gui.plot_creator. AxesCreatorCollection ( key = None , func_kwargs = {} , * args , ** kwargs ) [source]
+Bases: QDialog
+Wrapper for a QToolBox that holds the different possibilities to select
+an axes
+When the user finished, the okpressed symbol is emitted with an
+infinite iterator of strings. Possible widgets for the toolbox are
+determined by the widgets attribute
+Methods:
+
+
+close ()
+reimplemented to make sure that all widgets are closed when this one is closed
+
+create_subplot ()
+Method that is called whenn the ok button is pressed.
+
+
+
+Attributes:
+
+
+okpressed (*args, **kwargs)
+signal that is emitted when the 'Ok' pushbutton is pressed and the user finished the selection
+
+widgets
+key, title and class fot the widget that is used to create an axes
+
+
+
+
+
+close ( ) [source]
+reimplemented to make sure that all widgets are closed when this one
+is closed
+
+
+
+
+create_subplot ( ) [source]
+Method that is called whenn the ok button is pressed.
+It emits the okpressed signal with the iterator of the current
+widget in the toolbox
+
+
+
+
+okpressed ( * args , ** kwargs )
+signal that is emitted when the ‘Ok’ pushbutton is pressed and the user
+finished the selection
+
+
+
+
+widgets = [('subplot', 'Subplot in a grid', <class 'psyplot_gui.plot_creator.SubplotCreator'>), ('axes', 'Arbitray position', <class 'psyplot_gui.plot_creator.AxesCreator'>), ('choose', 'Existing subplot', <class 'psyplot_gui.plot_creator.AxesSelector'>)]
+key, title and class fot the widget that is used to create an
+axes
+
+
+
+
+
+
+class psyplot_gui.plot_creator. AxesSelector ( * args , ** kwargs ) [source]
+Bases: QWidget
+Widget to select an already created axes
+Click the button, select your axes and click the button again
+Methods:
+
+
+allow_axes_select ()
+Replace make all axes pickable
+
+change_pickers (b)
+Change the pickers of the axes instances
+
+close ()
+Reimplemented to restore the pickers if the widget is closed
+
+get_iter ()
+Get the iterator over the axes
+
+get_picked_ax (event)
+Function to be called when an axes is picked
+
+inspect_axes (ax)
+Inspect the given axes and get the right string for making a plot with it
+
+restore_pickers ()
+Restore the original pickers of the existing axes instances
+
+setVisible (b)
+Reimplemented to restore the pickers if the widget is made invisible
+
+unclick ()
+Restore the original pickers
+
+
+
+
+
+allow_axes_select ( ) [source]
+Replace make all axes pickable
+
+
+
+
+change_pickers ( b ) [source]
+Change the pickers of the axes instances
+If the push button is clicked, we replace the existing pickers of the
+axes in order to select the plots. Otherwise we restore them
+
+
+
+
+close ( ) [source]
+Reimplemented to restore the pickers if the widget is closed
+
+
+
+
+get_iter ( ) [source]
+Get the iterator over the axes
+
+
+
+
+get_picked_ax ( event ) [source]
+Function to be called when an axes is picked
+
+
+
+
+inspect_axes ( ax ) [source]
+Inspect the given axes and get the right string for making a plot
+with it
+
+
+
+
+restore_pickers ( ) [source]
+Restore the original pickers of the existing axes instances
+
+
+
+
+setVisible ( b ) [source]
+Reimplemented to restore the pickers if the widget is made invisible
+
+
+
+
+unclick ( ) [source]
+Restore the original pickers
+
+
+
+
+
+
+class psyplot_gui.plot_creator. AxesViewer ( * args , ** kwargs ) [source]
+Bases: QGraphicsView
+Widget to show a rectangle
+Methods:
+
+Attributes:
+
+
+
+resizeEvent ( self , event : QResizeEvent | None ) [source]
+
+
+
+
+sizeChanged ( * args , ** kwargs )
+
+
+
+
+
+
+class psyplot_gui.plot_creator. CoordComboBox ( ds_func , dim , parent = None ) [source]
+Bases: QComboBox
+Combobox showing coordinate information of a dataset
+This combobox loads its data from the current dataset and allows the
+popups to be left open. It also has a leftclick signal that is
+emitted when the popup is about to be closed because the user clicked on a
+value
+Attributes:
+
+Methods:
+
+
+eventFilter (obj, event)
+Reimplemented to filter right-click events on the view()
+
+handleItemPressed (index)
+Function to be called when an item is pressed to make sure that we know whether anything changed before closing the popup
+
+hidePopup ()
+Reimplemented to only close the popup when the close_popup attribute is True or it is clicked outside the window
+
+hide_anyway ([index])
+Function to hide the popup despite of the _changed attribute
+
+load_coord ()
+Load the coordinate data from the dataset and fill the combobox with it (if it is empty)
+
+mouseDoubleClickEvent (*args, **kwargs)
+Reimplemented to fill the box with content from the dataset
+
+mousePressEvent (*args, **kwargs)
+Reimplemented to fill the box with content from the dataset
+
+right_click (point)
+Function that is called when an item is right_clicked
+
+
+
+
+
+
+
+
+
+eventFilter ( obj , event ) [source]
+Reimplemented to filter right-click events on the view()
+
+
+
+
+handleItemPressed ( index ) [source]
+Function to be called when an item is pressed to make sure that
+we know whether anything changed before closing the popup
+
+
+
+
+Reimplemented to only close the popup when the close_popup
+attribute is True or it is clicked outside the window
+
+
+
+
+hide_anyway ( index = None ) [source]
+Function to hide the popup despite of the _changed attribute
+
+
+
+
+leftclick ( * args , ** kwargs )
+
+
+
+
+load_coord ( ) [source]
+Load the coordinate data from the dataset and fill the combobox with
+it (if it is empty)
+
+
+
+
+mouseDoubleClickEvent ( * args , ** kwargs ) [source]
+Reimplemented to fill the box with content from the dataset
+
+
+
+
+mousePressEvent ( * args , ** kwargs ) [source]
+Reimplemented to fill the box with content from the dataset
+
+
+
+
+right_click ( point ) [source]
+Function that is called when an item is right_clicked
+
+
+
+
+property use_coords
+
+
+
+
+
+
+class psyplot_gui.plot_creator. CoordsTable ( get_func , * args , ** kwargs ) [source]
+Bases: QTableWidget
+A table showing the coordinates of in a dataset via instances of
+CoordComboBox
+Attributes:
+
+Methods:
+
+
+fill_from_ds ([ds])
+Clear the table and create new comboboxes
+
+sizeHint ()
+Reimplemented to adjust the heigth based upon the header and the first row
+
+
+
+
+
+property combo_boxes
+A list of CoordComboBox in this table
+
+
+
+
+fill_from_ds ( ds = None ) [source]
+Clear the table and create new comboboxes
+
+
+
+
+sizeHint ( ) [source]
+Reimplemented to adjust the heigth based upon the header and the
+first row
+
+
+
+
+
+
+class psyplot_gui.plot_creator. DragDropTable ( * args , ** kwargs ) [source]
+Bases: QTableWidget
+Table that allows to exchange rows via drag and drop
+This class was mainly taken from
+http://stackoverflow.com/questions/26227885/drag-and-drop-rows-within-qtablewidget
+Methods:
+
+
+
+dropEvent ( self , event : QDropEvent | None ) [source]
+
+
+
+
+dropOn ( event ) [source]
+
+
+
+
+droppingOnItself ( event , index ) [source]
+
+
+
+
+moveRows ( row , remove = False ) [source]
+Move all selected rows to the given row
+
+
+
+
+position ( pos , rect , index ) [source]
+
+
+
+
+
+
+class psyplot_gui.plot_creator. PlotCreator ( * args , ** kwargs ) [source]
+Bases: QDialog
+Widget to extract data from a dataset and eventually create a plot
+Attributes:
+
+
+NO_PM_TT
+Tooltip for not making a plot
+
+
+
+Methods:
+
+
+add_new_ds (oname, ds[, fname])
+
+
+close (*args, **kwargs)
+Reimplemented to make sure that the data sets are deleted
+
+connect_combo_boxes ()
+
+
+create_plots ()
+Method to be called when the Create plot button is pressed
+
+fill_ds_combo (project)
+fill the dataset combobox with datasets of the current main project
+
+fill_fmt_tree (pm)
+
+
+fill_plot_method_combo ()
+Takes the names of the plotting methods in the current project
+
+get_ds ([i])
+Get the dataset
+
+insert_array ([variables])
+Inserts an array for the given variables (or the ones selected in the variable_table if variables is None)
+
+insert_array_from_combo (cb[, variables])
+Insert new arrays into the dataset when the combobox is left-clicked
+
+keyPressEvent (e)
+Reimplemented to close the window when escape is hitted
+
+load_preset ()
+Load a preset file
+
+open_data (*args, **kwargs)
+Convenience method to create a sub project without a plotter
+
+open_dataset ([fnames])
+Opens a file dialog and the dataset that has been inserted
+
+reset_comboboxes ()
+Clear all comboboxes
+
+set_decoder (decoder)
+Set the decoder for the new plots.
+
+set_ds (i)
+Set the current dataset
+
+set_pm (plot_method)
+
+
+set_preset (preset)
+
+
+setup_subplot ()
+Method to be emitted to setup one subplot at a specific location for each of the selected arrays on separate (new) figures
+
+setup_subplots ()
+Method to be emitted to setup the subplots for the selected arrays on new figures
+
+show_pm_info ()
+Shows info on the current plotting method in the help explorer
+
+switch2ds (ds)
+Switch to the given dataset
+
+toggle_close_popups ()
+Change the automatic closing of popups
+
+
+
+
+
+NO_PM_TT = 'Choose a plot method (or choose none to only extract the data)'
+Tooltip for not making a plot
+
+
+
+
+add_new_ds ( oname , ds , fname = None ) [source]
+
+
+
+
+close ( * args , ** kwargs ) [source]
+Reimplemented to make sure that the data sets are deleted
+
+
+
+
+connect_combo_boxes ( ) [source]
+
+
+
+
+create_plots ( ) [source]
+Method to be called when the Create plot button is pressed
+This method reads the data from the array_table attribute and
+makes the plot (or extracts the data) based upon the
+plot_method attribute
+
+
+
+
+fill_ds_combo ( project ) [source]
+fill the dataset combobox with datasets of the current main project
+
+
+
+
+fill_fmt_tree ( pm ) [source]
+
+
+
+
+fill_plot_method_combo ( ) [source]
+Takes the names of the plotting methods in the current project
+
+
+
+
+get_ds ( i = None ) [source]
+Get the dataset
+
+Parameters:
+i (int or None ) – If None, the dataset of the current index in the ds_combo is
+returned. Otherwise it specifies the locdation of the dictionary in
+the ds_descs attribute
+
+Returns:
+The requested dataset
+
+Return type:
+xarray.Dataset
+
+
+
+
+
+
+insert_array ( variables = None ) [source]
+Inserts an array for the given variables (or the ones selected in
+the variable_table if variables is None)
+
+
+
+
+insert_array_from_combo ( cb , variables = None ) [source]
+Insert new arrays into the dataset when the combobox is left-clicked
+
+
+
+
+keyPressEvent ( e ) [source]
+Reimplemented to close the window when escape is hitted
+
+
+
+
+load_preset ( ) [source]
+Load a preset file
+
+
+
+
+open_data ( * args , ** kwargs ) [source]
+Convenience method to create a sub project without a plotter
+This method is used when the pm_combo is empty
+
+
+
+
+open_dataset ( fnames = None , * args , ** kwargs ) [source]
+Opens a file dialog and the dataset that has been inserted
+
+
+
+
+reset_comboboxes ( ) [source]
+Clear all comboboxes
+
+
+
+
+set_decoder ( decoder ) [source]
+Set the decoder for the new plots.
+
+
+
+
+set_ds ( i ) [source]
+Set the current dataset
+
+
+
+
+set_pm ( plot_method ) [source]
+
+
+
+
+set_preset ( preset ) [source]
+
+
+
+
+setup_subplot ( ) [source]
+Method to be emitted to setup one subplot at a specific location
+for each of the selected arrays on separate (new) figures
+
+
+
+
+setup_subplots ( ) [source]
+Method to be emitted to setup the subplots for the selected arrays
+on new figures
+
+
+
+
+show_pm_info ( ) [source]
+Shows info on the current plotting method in the help explorer
+
+
+
+
+switch2ds ( ds ) [source]
+Switch to the given dataset
+
+Parameters:
+ds (xarray.Dataset ) – The dataset to use. It is assumed that this dataset is already
+in the dataset combobox
+
+
+
+
+
+
+Change the automatic closing of popups
+
+
+
+
+
+
+class psyplot_gui.plot_creator. SubplotCreator ( fig = None , rows = 1 , cols = 1 , num1 = 1 , num2 = None , * args , ** kwargs ) [source]
+Bases: QWidget
+Select a subplot to which will be created (if not already existing) when
+making the plot
+Methods:
+
+
+create_subplot ([fig, rows, cols, num1, num2])
+Create a subplot for the given figure
+
+get_iter ()
+Get the iterator over the axes
+
+set_num2_validator (s)
+Set the validator range for the num2 line edit
+
+set_selected (num1, num2)
+Update the selection in the table based upon num1 and num2
+
+set_selected_from_num1 (s)
+Update the selection of the table after changes of num1_edit
+
+set_selected_from_num2 (s)
+Update the selection of the table after changes of num2_edit
+
+setup_table ()
+Set up the table based upon the number of rows and columns in the rows and cols line edit
+
+update_num_edit ()
+Update the num1_edit and num2_edit after the selection of the table changed
+
+
+
+
+
+static create_subplot ( fig = None , rows = 1 , cols = 1 , num1 = 1 , num2 = None , ** kwargs ) [source]
+Create a subplot for the given figure
+
+Parameters:
+
+fig (matplotlib.figure.Figure or int) – If integer, the matplotlib.pyplot.figure() function is used
+rows (int ) – Number of rows for the gridspec
+cols (int ) – Number of columns for the gridspec
+num1 (int ) – The subplot number of the upper left corner in the grid (starting
+from 1!)
+num2 (None or int ) – The subplot number of the lower left corner in the grid (starting
+from 1!). If None, num1 will be used
+**kwargs – Any other keyword argument for the
+matplotlib.figure.Figure.add_subplot() method
+
+
+Returns:
+The new created subplot
+
+Return type:
+mpl.axes.Subplot
+
+
+
+
+
+
+get_iter ( ) [source]
+Get the iterator over the axes
+
+
+
+
+set_num2_validator ( s ) [source]
+Set the validator range for the num2 line edit
+
+
+
+
+set_selected ( num1 , num2 ) [source]
+Update the selection in the table based upon num1 and num2
+
+
+
+
+set_selected_from_num1 ( s ) [source]
+Update the selection of the table after changes of
+num1_edit
+
+
+
+
+set_selected_from_num2 ( s ) [source]
+Update the selection of the table after changes of num2_edit
+
+
+
+
+setup_table ( ) [source]
+Set up the table based upon the number of rows and columns in the
+rows and cols line edit
+
+
+
+
+update_num_edit ( ) [source]
+Update the num1_edit and num2_edit after the
+selection of the table changed
+
+
+
+
+
+
+class psyplot_gui.plot_creator. VariableItemDelegate [source]
+Bases: QStyledItemDelegate
+Delegate alowing only the variables in the parents dataset.
+The parent must hold a get_ds method that returns a dataset when called
+Methods:
+
+
+
+createEditor ( self , parent : QWidget | None , option : QStyleOptionViewItem , index : QModelIndex ) → QWidget | None [source]
+
+
+
+
+
+
+class psyplot_gui.plot_creator. VariablesTable ( get_func , columns = ['long_name', 'dims', 'shape'] , * args , ** kwargs ) [source]
+Bases: QTableWidget
+Table to display the variables of a dataset
+Methods:
+
+Attributes:
+
+
+
+fill_from_ds ( ds = None ) [source]
+Clear the table and insert items from the given dataset
+
+
+
+
+property selected_variables
+The currently selected variables
+
+
+
+
+set_columns ( columns = None ) [source]
+
+
+
+
+variables = []
+The variables in the dataset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.preferences.html b/api/psyplot_gui.preferences.html
new file mode 100644
index 0000000..ea97431
--- /dev/null
+++ b/api/psyplot_gui.preferences.html
@@ -0,0 +1,958 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Preferences widget for psyplot_gui
+
This module defines the Preferences widget that creates an interface
+to the rcParams of psyplot and psyplot_gui
+
Classes:
+
+
+
+class psyplot_gui.preferences. ConfigPage [source]
+Bases: object
+An abstract base class for configuration pages
+Methods:
+
+Attributes:
+
+
+auto_updates
+bool that is True, if the changes in this ConfigPage are set immediately
+
+changed
+Check whether the preferences will change
+
+icon
+The icon of the page
+
+is_valid
+Check whether the page is valid
+
+propose_changes (*args, **kwargs)
+A signal that is emitted if changes are propsed.
+
+title
+The title for the config page
+
+validChanged (*args, **kwargs)
+A signal that shall be emitted if the validation state changes
+
+
+
+
+
+apply_changes ( ) [source]
+Apply the planned changes
+
+
+
+
+auto_updates = False
+bool that is True, if the changes in this ConfigPage are set
+immediately
+
+
+
+
+property changed
+Check whether the preferences will change
+
+
+
+
+icon = None
+The icon of the page
+
+
+
+
+initialize ( ) [source]
+Initialize the page
+
+
+
+
+property is_valid
+Check whether the page is valid
+
+
+
+
+propose_changes ( * args , ** kwargs )
+A signal that is emitted if changes are propsed. The signal should be
+emitted with the instance of the page itself
+
+
+
+
+title = None
+The title for the config page
+
+
+
+
+validChanged ( * args , ** kwargs )
+A signal that shall be emitted if the validation state changes
+
+
+
+
+
+
+class psyplot_gui.preferences. GuiRcParamsWidget ( * args , ** kwargs ) [source]
+Bases: RcParamsWidget
+The config page for the psyplot_gui.config.rcsetup.rcParams
+Attributes:
+
+
+default_path
+
+
+rc
+the rcParams to use (must be implemented by subclasses)
+
+title
+The title for the config page
+
+
+
+
+
+default_path = '/root/.config/psyplot/psyplotguirc.yml'
+
+
+
+
+rc = {'backend': 'psyplot', 'console.auto_set_mp': True, 'console.auto_set_sp': True, 'console.connect_to_help': True, 'console.start_channels': True, 'content.load_tooltips': True, 'fmt.sort_by_key': True, 'help_explorer.online': None, 'help_explorer.render_docs_parallel': True, 'help_explorer.use_intersphinx': None, 'help_explorer.use_webengineview': True, 'main.listen_to_port': True, 'main.open_files_port': 30124, 'main.opengl': 'software', 'plugins.exclude': [], 'plugins.include': None}
+the rcParams to use (must be implemented by subclasses)
+
+
+
+
+title = 'GUI defaults'
+The title for the config page
+
+
+
+
+
+
+class psyplot_gui.preferences. Prefences ( main = None ) [source]
+Bases: QDialog
+Preferences dialog
+Methods:
+
+Attributes:
+
+
+
+accept ( ) [source]
+Reimplement Qt method
+
+
+
+
+add_page ( widget ) [source]
+Add a new page to the preferences dialog
+
+Parameters:
+widget (ConfigPage ) – The page to add
+
+
+
+
+
+
+apply_clicked ( ) [source]
+
+
+
+
+property bt_apply
+
+
+
+
+check_changes ( configpage ) [source]
+Enable the apply button if there are changes to the settings
+
+
+
+
+current_page_changed ( index ) [source]
+
+
+
+
+get_page ( index = None ) [source]
+Return page widget
+
+
+
+
+load_plugin_pages ( ) [source]
+Load the rcParams for the plugins in separate pages
+
+
+
+
+property pages
+
+
+
+
+set_current_index ( index ) [source]
+Set current page index
+
+
+
+
+
+
+class psyplot_gui.preferences. PsyRcParamsWidget ( * args , ** kwargs ) [source]
+Bases: RcParamsWidget
+The config page for the psyplot.config.rcsetup.rcParams
+Attributes:
+
+
+default_path
+
+
+rc
+the rcParams to use (must be implemented by subclasses)
+
+title
+The title for the config page
+
+
+
+
+
+default_path = '/root/.config/psyplot/psyplotrc.yml'
+
+
+
+
+rc = {'auto_draw': True, 'auto_show': False, 'colors.cmaps': {}, 'datapath': None, 'decoder.interp_kind': 'linear', 'decoder.t': {'time'}, 'decoder.x': {}, 'decoder.y': {}, 'decoder.z': {}, 'gridweights.use_cdo': None, 'lists.auto_update': True, 'plotter.bar.alpha': 1.0, 'plotter.bar.categorical': None, 'plotter.bar.coord': None, 'plotter.bar.plot': 'bar', 'plotter.bar.widths': 'equal', 'plotter.baseplotter.background': 'rc', 'plotter.baseplotter.figtitle': '', 'plotter.baseplotter.figtitleprops': {}, 'plotter.baseplotter.figtitlesize': 12.0, 'plotter.baseplotter.figtitleweight': None, 'plotter.baseplotter.mask': None, 'plotter.baseplotter.maskbetween': None, 'plotter.baseplotter.maskgeq': None, 'plotter.baseplotter.maskgreater': None, 'plotter.baseplotter.maskleq': None, 'plotter.baseplotter.maskless': None, 'plotter.baseplotter.text': [], 'plotter.baseplotter.tight': False, 'plotter.baseplotter.title': '', 'plotter.baseplotter.titleprops': {}, 'plotter.baseplotter.titlesize': 'large', 'plotter.baseplotter.titleweight': None, 'plotter.combinedsimple.plot': 'mesh', 'plotter.combinedsimple.vbounds': [BoundsMethod.rounded, None, 0.0, 100.0, None, None], 'plotter.combinedsimple.vcbar': {'b'}, 'plotter.combinedsimple.vcbarspacing': 'uniform', 'plotter.combinedsimple.vclabel': '', 'plotter.combinedsimple.vclabelprops': {}, 'plotter.combinedsimple.vclabelsize': 'medium', 'plotter.combinedsimple.vclabelweight': None, 'plotter.combinedsimple.vcmap': 'white_blue_red', 'plotter.combinedsimple.vcticklabels': None, 'plotter.combinedsimple.vctickprops': {}, 'plotter.combinedsimple.vcticks': None, 'plotter.combinedsimple.vcticksize': 'medium', 'plotter.combinedsimple.vctickweight': None, 'plotter.combinedsimple.vplot': 'quiver', 'plotter.density.bins': 10, 'plotter.density.coord': None, 'plotter.density.density': 'hist', 'plotter.density.normed': None, 'plotter.density.precision': 0.0, 'plotter.density.xrange': ('minmax', 'minmax'), 'plotter.density.yrange': ('minmax', 'minmax'), 'plotter.fldmean.err_calc': 'std', 'plotter.fldmean.mean': 'mean', 'plotter.line.coord': None, 'plotter.line.error': 'fill', 'plotter.line.erroralpha': 0.15, 'plotter.line.linewidth': None, 'plotter.line.marker': None, 'plotter.line.markersize': None, 'plotter.line.plot': '-', 'plotter.plot2d.bounds': [BoundsMethod.rounded, None, 0.0, 100.0, None, None], 'plotter.plot2d.cbar': {'b'}, 'plotter.plot2d.cbarspacing': 'uniform', 'plotter.plot2d.clabel': '', 'plotter.plot2d.clabelprops': {}, 'plotter.plot2d.clabelsize': 'medium', 'plotter.plot2d.clabelweight': None, 'plotter.plot2d.cmap': 'white_blue_red', 'plotter.plot2d.cticklabels': None, 'plotter.plot2d.ctickprops': {}, 'plotter.plot2d.cticks': None, 'plotter.plot2d.cticksize': 'medium', 'plotter.plot2d.ctickweight': None, 'plotter.plot2d.datagrid': None, 'plotter.plot2d.extend': 'neither', 'plotter.plot2d.interp_bounds': None, 'plotter.plot2d.levels': None, 'plotter.plot2d.mask_datagrid': True, 'plotter.plot2d.miss_color': None, 'plotter.plot2d.plot': 'mesh', 'plotter.plot2d.plot.min_circle_ratio': 0.05, 'plotter.simple.axiscolor': {'bottom': None, 'left': None, 'right': None, 'top': None}, 'plotter.simple.color': None, 'plotter.simple.grid': False, 'plotter.simple.labelprops': {'x': {}, 'y': {}}, 'plotter.simple.labelsize': {'x': 'medium', 'y': 'medium'}, 'plotter.simple.labelweight': {'x': None, 'y': None}, 'plotter.simple.legend': {'loc': 1}, 'plotter.simple.legendlabels': '%(arr_name)s', 'plotter.simple.sym_lims': [None, None], 'plotter.simple.ticksize': {'major': 'medium'}, 'plotter.simple.tickweight': {'major': None}, 'plotter.simple.transpose': False, 'plotter.simple.xlabel': '', 'plotter.simple.xlim': ('rounded', 'rounded'), 'plotter.simple.xrotation': 0.0, 'plotter.simple.xticklabels': {'major': None}, 'plotter.simple.xtickprops': {'major': {}, 'minor': {}}, 'plotter.simple.xticks': {'major': None, 'minor': None}, 'plotter.simple.ylabel': '', 'plotter.simple.ylim': ('rounded', 'rounded'), 'plotter.simple.yrotation': 0.0, 'plotter.simple.yticklabels': {'major': None}, 'plotter.simple.ytickprops': {'major': {}, 'minor': {}}, 'plotter.simple.yticks': {'major': None, 'minor': None}, 'plotter.user': {}, 'plotter.vector.arrowsize': None, 'plotter.vector.arrowstyle': '-|>', 'plotter.vector.color': 'k', 'plotter.vector.density': 1.0, 'plotter.vector.linewidth': None, 'plotter.vector.plot': 'quiver', 'plotter.violin.plot': True, 'presets.trusted': [], 'project.auto_import': False, 'project.import_seaborn': None, 'project.plotters': {'barplot': {'default_slice': None, 'module': 'psy_simple.plotters', 'plotter_name': 'BarPlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': True, 'summary': 'Make a bar plot of one-dimensional data'}, 'combined': {'default_dims': {'x': slice(None, None, None), 'y': slice(None, None, None)}, 'default_slice': 0, 'example_call': "filename, name=[['my_variable', ['u_var', 'v_var']]], ...", 'module': 'psy_simple.plotters', 'plotter_name': 'CombinedSimplePlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': True, 'summary': 'Plot a 2D scalar field with an overlying vector field'}, 'density': {'default_slice': None, 'module': 'psy_simple.plotters', 'plotter_name': 'DensityPlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': False, 'summary': 'Make a density plot of point data'}, 'fldmean': {'default_slice': None, 'module': 'psy_simple.plotters', 'plotter_name': 'FldmeanPlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': True, 'summary': 'Calculate and plot the mean over x- and y-dimensions'}, 'lineplot': {'default_slice': None, 'module': 'psy_simple.plotters', 'plotter_name': 'LinePlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': True, 'summary': 'Make a line plot of one-dimensional data'}, 'plot2d': {'default_dims': {'x': slice(None, None, None), 'y': slice(None, None, None)}, 'default_slice': 0, 'module': 'psy_simple.plotters', 'plotter_name': 'Simple2DPlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': False, 'summary': 'Make a simple plot of a 2D scalar field'}, 'simple': {'module': 'psy_simple.plotters', 'plot_func': False, 'plotter_name': 'SimplePlotterBase', 'plugin': 'psy_simple.plugin', 'summary': 'All plotters that are visualized by the psy-simple package'}, 'vector': {'default_dims': {'x': slice(None, None, None), 'y': slice(None, None, None)}, 'default_slice': 0, 'example_call': "filename, name=[['u_var', 'v_var']], ...", 'module': 'psy_simple.plotters', 'plotter_name': 'SimpleVectorPlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': False, 'summary': 'Make a simple plot of a 2D vector field'}, 'violinplot': {'default_slice': None, 'module': 'psy_simple.plotters', 'plotter_name': 'ViolinPlotter', 'plugin': 'psy_simple.plugin', 'prefer_list': True, 'summary': 'Make a violin plot of your data'}}, 'project.plotters.user': {}, 'texts.default_position': [1.0, 1.0], 'texts.delimiter': ', ', 'texts.labels': {'desc': '%(long_name)s [%(units)s]', 'dinfo': '%B %d, %Y', 'dtinfo': '%B %d, %Y. %H:%M', 'sdesc': '%(name)s [%(units)s]', 'tinfo': '%H:%M'}, 'ticks.which': 'major', 'widgets.colors.cmaps': ['viridis', 'Reds', 'Blues', 'Greens', 'binary', 'RdBu', 'coolwarm', 'red_white_blue', 'winter', 'jet', 'white_blue_red', 'gist_ncar', 'gist_earth', 'Paired', 'gnuplot', 'gnuplot2']}
+the rcParams to use (must be implemented by subclasses)
+
+
+
+
+title = 'psyplot defaults'
+The title for the config page
+
+
+
+
+
+
+class psyplot_gui.preferences. RcParamsTree ( rcParams , validators , descriptions , * args , ** kwargs ) [source]
+Bases: QTreeWidget
+A QTreeWidget that can be used to display a RcParams instance
+This widget is populated by a psyplot.config.rcsetup.RcParams
+instance and displays whether the values are valid or not
+Methods:
+
+
+apply_changes ()
+Update the rc with the proposed changes
+
+changed_rc ([use_items])
+Iterate over the changed rcParams
+
+initialize ()
+Fill the items of the rc into the tree
+
+open_menu (position)
+Open a menu to expand and collapse all items in the tree
+
+select_changes ()
+Select all the items that changed comparing to the current rcParams
+
+selected_rc ([use_items])
+Iterate over the selected rcParams
+
+set_icon_func (i, item, validator)
+Create a function to change the icon of one topLevelItem
+
+set_valid (i, b)
+Set the validation status
+
+
+
+Attributes:
+
+
+is_valid
+True if all the proposed values in this tree are valid
+
+propose_changes (*args, **kwargs)
+A signal that is emitted if changes are propsed.
+
+rc
+The RcParams to display
+
+top_level_items
+An iterator over the topLevelItems in this tree
+
+valid
+list of bool .
+
+validChanged (*args, **kwargs)
+A signal that shall be emitted if the validation state changes
+
+value_col
+
+
+
+
+
+
+apply_changes ( ) [source]
+Update the rc with the proposed changes
+
+
+
+
+changed_rc ( use_items = False ) [source]
+Iterate over the changed rcParams
+
+Parameters:
+use_items (bool ) – If True, the topLevelItems are used instead of the keys
+
+Yields:
+
+
+
+
+
+
+
+initialize ( ) [source]
+Fill the items of the rc into the tree
+
+
+
+
+property is_valid
+True if all the proposed values in this tree are valid
+
+
+
+
+Open a menu to expand and collapse all items in the tree
+
+Parameters:
+position (QPosition ) – The position where to open the menu
+
+
+
+
+
+
+propose_changes ( * args , ** kwargs )
+A signal that is emitted if changes are propsed. It is either emitted
+with the parent of this instance (if this is not None) or with the
+instance itself
+
+
+
+
+rc = None
+The RcParams to display
+
+
+
+
+select_changes ( ) [source]
+Select all the items that changed comparing to the current rcParams
+
+
+
+
+selected_rc ( use_items = False ) [source]
+Iterate over the selected rcParams
+
+Parameters:
+use_items (bool ) – If True, the topLevelItems are used instead of the keys
+
+Yields:
+
+
+
+
+
+
+
+set_icon_func ( i , item , validator ) [source]
+Create a function to change the icon of one topLevelItem
+This method creates a function that can be called when the value of an
+item changes to display it’s valid state. The returned function changes
+the icon of the given topLevelItem depending on
+whether the proposed changes are valid or not and it modifies the
+valid attribute accordingly
+
+Parameters:
+
+i (int ) – The index of the topLevelItem
+item (QTreeWidgetItem ) – The topLevelItem
+validator (func ) – The validation function
+
+
+Returns:
+The function that can be called to set the correct icon
+
+Return type:
+function
+
+
+
+
+
+
+set_valid ( i , b ) [source]
+Set the validation status
+If the validation status changed compared to the old one, the
+validChanged signal is emitted
+
+Parameters:
+
+
+
+
+
+
+
+property top_level_items
+An iterator over the topLevelItems in this tree
+
+
+
+
+valid = []
+list of bool . A boolean for each rcParams key that states
+whether the proposed value is valid or not
+
+
+
+
+validChanged ( * args , ** kwargs )
+A signal that shall be emitted if the validation state changes
+
+
+
+
+value_col = 2
+
+
+
+
+
+
+class psyplot_gui.preferences. RcParamsWidget ( * args , ** kwargs ) [source]
+Bases: ConfigPage , QWidget
+A configuration page for RcParams instances
+This page displays the psyplot.config.rcsetup.RcParams instance in
+the rc attribute and let’s the user modify it.
+Notes
+After the initialization, you have to call the initialize() method
+Methods:
+
+
+apply_changes ()
+Apply the changes in the config page
+
+initialize ([rcParams, validators, descriptions])
+Initialize the config page
+
+save_settings_action ([update, target])
+Create an action to save the selected settings in the tree
+
+
+
+Attributes:
+
+
+changed
+True if any changes are proposed by this config page
+
+icon
+The icon of this instance in the Preferences dialog
+
+is_valid
+True if all the settings are valid
+
+propose_changes
+A signal that is emitted if the user changes the values in the rcParams
+
+rc
+the rcParams to use (must be implemented by subclasses)
+
+tree
+the RcParamsTree that is used to display the rcParams
+
+validChanged
+A signal that is emitted if the user changes the valid state of this page
+
+
+
+
+
+apply_changes ( ) [source]
+Apply the changes in the config page
+
+
+
+
+property changed
+True if any changes are proposed by this config page
+
+
+
+
+property icon
+The icon of this instance in the Preferences dialog
+
+
+
+
+initialize ( rcParams = None , validators = None , descriptions = None ) [source]
+Initialize the config page
+
+Parameters:
+
+rcParams (dict ) – The rcParams to use. If None, the rc attribute of this
+instance is used
+validators (dict ) – A mapping from the rcParams key to the corresponding validation
+function for the value. If None, the
+validate attribute of the
+rc attribute is used
+descriptions (dict ) – A mapping from the rcParams key to it’s description. If None, the
+descriptions attribute of
+the rc attribute is used
+
+
+
+
+
+
+
+property is_valid
+True if all the settings are valid
+
+
+
+
+property propose_changes
+A signal that is emitted if the user changes the values in the
+rcParams
+
+
+
+
+rc = None
+the rcParams to use (must be implemented by subclasses)
+
+
+
+
+save_settings_action ( update = False , target = None ) [source]
+Create an action to save the selected settings in the tree
+
+Parameters:
+update (bool ) – If True, it is expected that the file already exists and it will be
+updated. Otherwise, existing files will be overwritten
+
+
+
+
+
+
+tree = None
+the RcParamsTree that is used to display the rcParams
+
+
+
+
+property validChanged
+A signal that is emitted if the user changes the valid state of this
+page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.sphinx_supp.conf.html b/api/psyplot_gui.sphinx_supp.conf.html
new file mode 100644
index 0000000..03f3a29
--- /dev/null
+++ b/api/psyplot_gui.sphinx_supp.conf.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+ <no title> — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
Functions:
+
+
+
+psyplot_gui.sphinx_supp.conf. link_aliases ( app , what , name , obj , options , lines ) [source]
+
+
+
+
+psyplot_gui.sphinx_supp.conf. setup ( app ) [source]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api/psyplot_gui.sphinx_supp.html b/api/psyplot_gui.sphinx_supp.html
new file mode 100644
index 0000000..3010995
--- /dev/null
+++ b/api/psyplot_gui.sphinx_supp.html
@@ -0,0 +1,314 @@
+
+
+
+
+
+
+ psyplot_gui.sphinx_supp package — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+psyplot_gui.sphinx_supp package
+Supplementary files for building the docs with sphinx.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/changelog.html b/changelog.html
new file mode 100644
index 0000000..58c6bd7
--- /dev/null
+++ b/changelog.html
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+ Changelog — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Changelog
+
+v1.5.0
+Compatibility and bug fixes, cli improvements and code formatting
+
+
+
+
+
+v1.4.0
+Compatibility fixes and LGPL license
+As with psyplot 1.4.0, psyplot-gui is now continuously tested and deployed with
+CircleCI.
+
+
+Changed
+
+psyplot is now officially licensed under LGPL-3.0-only,
+see #29
+Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot-gui .
+Redirects from the old documentation at https://psyplot-gui.readthedocs.io have been
+configured.
+We use CicleCI now for a standardized CI/CD pipeline to build and test
+the code and docs all at one place, see #28
+
+
+
+
+v1.3.0
+Presets and more variable info
+
+
+
+
+v1.2.4
+New release with better OpenGL support (see psyplot --help )
+
+
+v1.2.3
+Minor release without major API changes.
+
+
+v1.2.2
+From now one, python 2.7 is not supported anymore.
+
+
+
+
+
+
+v1.1.0
+This release mainly adds the possibility to create plugins into the
+psyplot-gui and it adds a new framework to allow the formatoptions to provide
+a custom interface to the formatoptions widget.
+
+Added
+
+Added layout windows menu and default layout
+Added script and command command line arguments
+The pwd command line arguments now changes the working directory of the
+running GUI
+Added callbacks to the MainWindow class. This framework can be used on a
+low level to interact with the current GUI.
+The DataFrameEditor. A widget to display dataframes
+The implementation of the psyplot.plotter.Formatoption.get_fmt_widget
+method. Formatoptions now can add a custom widget to the formatoptions widget
+
+
+
+
+v1.0.1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ci/matrix/default/Pipfile b/ci/matrix/default/Pipfile
deleted file mode 100644
index f4d75d4..0000000
--- a/ci/matrix/default/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.9"
diff --git a/ci/matrix/mpl_35_py39/Pipfile b/ci/matrix/mpl_35_py39/Pipfile
deleted file mode 100644
index c767abd..0000000
--- a/ci/matrix/mpl_35_py39/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.5.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.9"
diff --git a/ci/matrix/mpl_35_py39/Pipfile.lock b/ci/matrix/mpl_35_py39/Pipfile.lock
deleted file mode 100644
index 804e38b..0000000
--- a/ci/matrix/mpl_35_py39/Pipfile.lock
+++ /dev/null
@@ -1,1960 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "b1f1cfb05e3e6d6daad108b7f13aec64437a5acacdab9bf1e2cc7101c2ab0912"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.9"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "exceptiongroup": {
- "hashes": [
- "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14",
- "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"
- ],
- "markers": "python_version < '3.11'",
- "version": "==1.2.0"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "importlib-metadata": {
- "hashes": [
- "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570",
- "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
- ],
- "markers": "python_version < '3.10'",
- "version": "==7.1.0"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27",
- "sha256:e8267419d72d81955ec1177f8a29aaa90ac80ad647499201119e2f05e99aa397"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==8.18.1"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:0bcdfcb0f976e1bac6721d7d457c17be23cf7501f977b6a38f9d38a3762841f7",
- "sha256:1e64ac9be9da6bfff0a732e62116484b93b02a0b4d4b19934fb4f8e7ad26ad6a",
- "sha256:22227c976ad4dc8c5a5057540421f0d8708c6560744ad2ad638d48e2984e1dbc",
- "sha256:2886cc009f40e2984c083687251821f305d811d38e3df8ded414265e4583f0c5",
- "sha256:2e6d184ebe291b9e8f7e78bbab7987d269c38ea3e062eace1fe7d898042ef804",
- "sha256:3211ba82b9f1518d346f6309df137b50c3dc4421b4ed4815d1d7eadc617f45a1",
- "sha256:339cac48b80ddbc8bfd05daae0a3a73414651a8596904c2a881cfd1edb65f26c",
- "sha256:35a8ad4dddebd51f94c5d24bec689ec0ec66173bf614374a1244c6241c1595e0",
- "sha256:3b4fa56159dc3c7f9250df88f653f085068bcd32dcd38e479bba58909254af7f",
- "sha256:43e9d3fa077bf0cc95ded13d331d2156f9973dce17c6f0c8b49ccd57af94dbd9",
- "sha256:57f1b4e69f438a99bb64d7f2c340db1b096b41ebaa515cf61ea72624279220ce",
- "sha256:5c096363b206a3caf43773abebdbb5a23ea13faef71d701b21a9c27fdcef72f4",
- "sha256:6bb93a0492d68461bd458eba878f52fdc8ac7bdb6c4acdfe43dba684787838c2",
- "sha256:6ea6aef5c4338e58d8d376068e28f80a24f54e69f09479d1c90b7172bad9f25b",
- "sha256:6fe807e8a22620b4cd95cfbc795ba310dc80151d43b037257250faf0bfcd82bc",
- "sha256:73dd93dc35c85dece610cca8358003bf0760d7986f70b223e2306b4ea6d1406b",
- "sha256:839d47b8ead7ad9669aaacdbc03f29656dc21f0d41a6fea2d473d856c39c8b1c",
- "sha256:874df7505ba820e0400e7091199decf3ff1fde0583652120c50cd60d5820ca9a",
- "sha256:879c7e5fce4939c6aa04581dfe08d57eb6102a71f2e202e3314d5fbc072fd5a0",
- "sha256:94ff86af56a3869a4ae26a9637a849effd7643858a1a04dd5ee50e9ab75069a7",
- "sha256:99482b83ebf4eb6d5fc6813d7aacdefdd480f0d9c0b52dcf9f1cc3b2c4b3361a",
- "sha256:9ab29589cef03bc88acfa3a1490359000c18186fc30374d8aa77d33cc4a51a4a",
- "sha256:9befa5954cdbc085e37d974ff6053da269474177921dd61facdad8023c4aeb51",
- "sha256:a206a1b762b39398efea838f528b3a6d60cdb26fe9d58b48265787e29cd1d693",
- "sha256:ab8d26f07fe64f6f6736d635cce7bfd7f625320490ed5bfc347f2cdb4fae0e56",
- "sha256:b28de401d928890187c589036857a270a032961411934bdac4cf12dde3d43094",
- "sha256:b428076a55fb1c084c76cb93e68006f27d247169f056412607c5c88828d08f88",
- "sha256:bf618a825deb6205f015df6dfe6167a5d9b351203b03fab82043ae1d30f16511",
- "sha256:c995f7d9568f18b5db131ab124c64e51b6820a92d10246d4f2b3f3a66698a15b",
- "sha256:cd45a6f3e93a780185f70f05cf2a383daed13c3489233faad83e81720f7ede24",
- "sha256:d2484b350bf3d32cae43f85dcfc89b3ed7bd2bcd781ef351f93eb6fb2cc483f9",
- "sha256:d62880e1f60e5a30a2a8484432bcb3a5056969dc97258d7326ad465feb7ae069",
- "sha256:dacddf5bfcec60e3f26ec5c0ae3d0274853a258b6c3fc5ef2f06a8eb23e042be",
- "sha256:f3840c280ebc87a48488a46f760ea1c0c0c83fcf7abbe2e6baf99d033fd35fd8",
- "sha256:f814504e459c68118bf2246a530ed953ebd18213dc20e3da524174d84ed010b2"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.7'",
- "version": "==3.5.3"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version < '3.11'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version < '3.10'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- },
- "zipp": {
- "hashes": [
- "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b",
- "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.18.1"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_35_py39/Pipfile.lock.license b/ci/matrix/mpl_35_py39/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_35_py39/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/ci/matrix/mpl_36_py310/Pipfile b/ci/matrix/mpl_36_py310/Pipfile
deleted file mode 100644
index 73ece1d..0000000
--- a/ci/matrix/mpl_36_py310/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.6.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.10"
diff --git a/ci/matrix/mpl_36_py310/Pipfile.lock b/ci/matrix/mpl_36_py310/Pipfile.lock
deleted file mode 100644
index 751b4e6..0000000
--- a/ci/matrix/mpl_36_py310/Pipfile.lock
+++ /dev/null
@@ -1,2016 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "56839a14c133efdd64bab831bd7b46e7e83a8d4e1c9ae85c9fdfe44f34af7bf5"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.10"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "contourpy": {
- "hashes": [
- "sha256:03d6cfd7638cc065fa0ab87e9c4676858bea72312cf533f210d4fb6a90ba98a6",
- "sha256:06cbb7881ea2a041a33a576ecd4074fc45ae98872e90bf9585807bba11c34732",
- "sha256:12ec93799e74d7e9cce47436f7a1f4a4689158868e327f3d03aeab425d83613a",
- "sha256:1edc3bacbbe0317cb62fdb4abff14dda91a0b43ca8f7751ac9fd7dbc065e4f5b",
- "sha256:1f69583255ae761e85afebb54f8d3e65d7dc5d5d8bf23c13b0338d2bf537046c",
- "sha256:281a6853423db6db02377b066271a73d676e1810ef502f0adff51e4dc949443a",
- "sha256:2959871025779dee47e9f46af6e643040a4980f08bd329be2a5bb8a6ea253f04",
- "sha256:2e8a2b63ba6755d4f053ca4a74c72bfff1166d4a3707c9a554736122e4a84446",
- "sha256:2e934d1ba3a24f82d61294e53a8372ec58d8117ce1254026b45185bcbb9c2f26",
- "sha256:302525752d322921e360c37348795826a7089b1668e72a7782395643d580223e",
- "sha256:38aa9416f4d698bce722bf51608c918b6bd6d8888c73789a56dc590dc2fe6be1",
- "sha256:3b781b33b5e9a1c0141d2d050566f97a930a75573d9009e0fd5a21a33d62bfcf",
- "sha256:3eeaac99cb030d73b2a5cadf40bce136e7cb332ea71f3e548386163d2e2f4d7a",
- "sha256:3f092c73aec20f3ff5981f972cc7240b8f872dddc1503c9a90a1dd62794aa228",
- "sha256:43d0cdaad7a36c25af9fcf0b10fd53085d139aa7fd649525d0cd4cc9f290affe",
- "sha256:44850e81ce47c94c509144c08d0f6abd16882a86aec38cec3808304976489f8e",
- "sha256:4859ccef8773d1b8a63823d644b0ade53e932864c065ecfabf6ede32ee1cbd48",
- "sha256:4e4fe2c4525f5a0e4e7d6aeccdf04bbc10e767c0d6f6906fde665d8d686d451d",
- "sha256:502d19590fd3bfe01fe8eb0084f612b40352680477ef75cf239e7ecd0088dee0",
- "sha256:597aa3a623429f7166d795fc707cc86c98e44cc9a45a0290c39e4ecfb7da6697",
- "sha256:5b1c3cd4530d59efab9ff5ce81f428b93068e3dae6d8a4fa4cc809fceda7a9f1",
- "sha256:64c92eb3b50df3b95d7504e3dfc9bf6e94c5dd79580654651fad2b90798e5ff6",
- "sha256:67160072524ac6cafc3e98d89d51f9a64c23a654679c57cd2164a7d75d0b95eb",
- "sha256:6dfc9275940a09c4caf5ead00ce06d69e3556598e56fd5c27abc7bdbc654a8b3",
- "sha256:718970ff7ac64b17683f1360843236e141e51c78f824bfee216b0f936282cffe",
- "sha256:828fcf2effeb9ab89da681fdd669646ac07f599d294f47a1d0f1a5084ea4823c",
- "sha256:86fd936b34a61f9f31ea41aed749d6d168d94bbe83be93ca1a148fc39be027ee",
- "sha256:8f5b3ffb7435aeaa3d0ca654d79fd1d7894c57d15fe63ddcee3b41f9408eff05",
- "sha256:908d22789af1db8e24aeef18fb96cc982301aa0425e671d9079fe73c63f40413",
- "sha256:926e1a50f8bf30b542e7cccae8ce3c2935f851b3d4bbd2c9803eef655c39468a",
- "sha256:989d551ae5e13e4080adcf5f9123385e02405cb459660a98b3ea45240bb2281c",
- "sha256:9a6aa41c7d0756bc47967d695fb13b131d2cb0bafce399c0bf29cbb68541b230",
- "sha256:a27d473dc289c919e57d583386d3cd9b456c115df9207b19abb39d2175c280e4",
- "sha256:bd93e47b1f03823452909c30bc247fefd68b43a1e87806255868843abcbe4b85",
- "sha256:c0804c97bbd42834c4539f35a1fadf4900c5aab5a89014fcb70ccea608d98e00",
- "sha256:c1ae8cf50f6f10e5c9e80833c50da2db5db7b56522e9d3e8ac609d596edab9e3",
- "sha256:c31549fba5c2feaeb7d11536c9207f321973f41e915e7682286f3841f0a5e699",
- "sha256:cdf6062aeed2e316b81706c7f9b0ec0c0b5afb0cfe2d0a36342c04d0bd50b098",
- "sha256:ce8ea6d53150b03c397d2a3ef2fcfec4fd7d3434328586b5c78afaf5726e8e37",
- "sha256:d28e3f546d292a7629c35bec2df8371c10a32b5182b85522c648dd6d4993f053",
- "sha256:d5944eef2a1159e5bc4412ca1a3840e48ef337750ec3468b4e0974d7f27c6505",
- "sha256:eeacc15737a330f33619aa7462ed9664959afc00af167db15467606f120f1579",
- "sha256:fd7b906640948b17b4c9b32d424133264487da2cc81674e31e97ac13dc5027cb",
- "sha256:ffa629c4e64204176daaa975ce5f27df01820c090e8bcda5ccaa5ceb18312e31"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.2.1rc1"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "exceptiongroup": {
- "hashes": [
- "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14",
- "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"
- ],
- "markers": "python_version < '3.11'",
- "version": "==1.2.0"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "importlib-metadata": {
- "hashes": [
- "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570",
- "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
- ],
- "markers": "python_version < '3.12'",
- "version": "==7.1.0"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1",
- "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"
- ],
- "markers": "python_version >= '3.10'",
- "version": "==8.23.0"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:01b7f521a9a73c383825813af255f8c4485d1706e4f3e2ed5ae771e4403a40ab",
- "sha256:11011c97d62c1db7bc20509572557842dbb8c2a2ddd3dd7f20501aa1cde3e54e",
- "sha256:1183877d008c752d7d535396096c910f4663e4b74a18313adee1213328388e1e",
- "sha256:12f999661589981e74d793ee2f41b924b3b87d65fd929f6153bf0f30675c59b1",
- "sha256:1c235bf9be052347373f589e018988cad177abb3f997ab1a2e2210c41562cc0c",
- "sha256:1f4d69707b1677560cd952544ee4962f68ff07952fb9069ff8c12b56353cb8c9",
- "sha256:1fcc4cad498533d3c393a160975acc9b36ffa224d15a6b90ae579eacee5d8579",
- "sha256:2787a16df07370dcba385fe20cdd0cc3cfaabd3c873ddabca78c10514c799721",
- "sha256:29f17b7f2e068dc346687cbdf80b430580bab42346625821c2d3abf3a1ec5417",
- "sha256:38d38cb1ea1d80ee0f6351b65c6f76cad6060bbbead015720ba001348ae90f0c",
- "sha256:3f56a7252eee8f3438447f75f5e1148a1896a2756a92285fe5d73bed6deebff4",
- "sha256:5223affa21050fb6118353c1380c15e23aedfb436bf3e162c26dc950617a7519",
- "sha256:57ad1aee29043163374bfa8990e1a2a10ff72c9a1bfaa92e9c46f6ea59269121",
- "sha256:59400cc9451094b7f08cc3f321972e6e1db4cd37a978d4e8a12824bf7fd2f03b",
- "sha256:68d94a436f62b8a861bf3ace82067a71bafb724b4e4f9133521e4d8012420dd7",
- "sha256:6adc441b5b2098a4b904bbf9d9e92fb816fef50c55aa2ea6a823fc89b94bb838",
- "sha256:6d81b11ede69e3a751424b98dc869c96c10256b2206bfdf41f9c720eee86844c",
- "sha256:73b93af33634ed919e72811c9703e1105185cd3fb46d76f30b7f4cfbbd063f89",
- "sha256:77b384cee7ab8cf75ffccbfea351a09b97564fc62d149827a5e864bec81526e5",
- "sha256:79e501eb847f4a489eb7065bb8d3187117f65a4c02d12ea3a19d6c5bef173bcc",
- "sha256:809119d1cba3ece3c9742eb01827fe7a0e781ea3c5d89534655a75e07979344f",
- "sha256:80c166a0e28512e26755f69040e6bf2f946a02ffdb7c00bf6158cca3d2b146e6",
- "sha256:81b409b2790cf8d7c1ef35920f01676d2ae7afa8241844e7aa5484fdf493a9a0",
- "sha256:994637e2995b0342699b396a320698b07cd148bbcf2dd2fa2daba73f34dd19f2",
- "sha256:9ceebaf73f1a3444fa11014f38b9da37ff7ea328d6efa1652241fe3777bfdab9",
- "sha256:9fb8fb19d03abf3c5dab89a8677e62c4023632f919a62b6dd1d6d2dbf42cd9f5",
- "sha256:acc3b1a4bddbf56fe461e36fb9ef94c2cb607fc90d24ccc650040bfcc7610de4",
- "sha256:bbddfeb1495484351fb5b30cf5bdf06b3de0bc4626a707d29e43dfd61af2a780",
- "sha256:bbf269e1d24bc25247095d71c7a969813f7080e2a7c6fa28931a603f747ab012",
- "sha256:bebcff4c3ed02c6399d47329f3554193abd824d3d53b5ca02cf583bcd94470e2",
- "sha256:c3f08df2ac4636249b8bc7a85b8b82c983bef1441595936f62c2918370ca7e1d",
- "sha256:ca94f0362f6b6f424b555b956971dcb94b12d0368a6c3e07dc7a40d32d6d873d",
- "sha256:d00c248ab6b92bea3f8148714837937053a083ff03b4c5e30ed37e28fc0e7e56",
- "sha256:d2cfaa7fd62294d945b8843ea24228a27c8e7c5b48fa634f3c168153b825a21b",
- "sha256:d5f18430f5cfa5571ab8f4c72c89af52aa0618e864c60028f11a857d62200cba",
- "sha256:debeab8e2ab07e5e3dac33e12456da79c7e104270d2b2d1df92b9e40347cca75",
- "sha256:dfba7057609ca9567b9704626756f0142e97ec8c5ba2c70c6e7bd1c25ef99f06",
- "sha256:e0a64d7cc336b52e90f59e6d638ae847b966f68582a7af041e063d568e814740",
- "sha256:eb9421c403ffd387fbe729de6d9a03005bf42faba5e8432f4e51e703215b49fc",
- "sha256:faff486b36530a836a6b4395850322e74211cd81fc17f28b4904e1bd53668e3e",
- "sha256:ff2aa84e74f80891e6bcf292ebb1dd57714ffbe13177642d65fee25384a30894"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.8'",
- "version": "==3.6.3"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32' and sys_platform != 'emscripten'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version < '3.11'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- },
- "zipp": {
- "hashes": [
- "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b",
- "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.18.1"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_36_py310/Pipfile.lock.license b/ci/matrix/mpl_36_py310/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_36_py310/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/ci/matrix/mpl_37_py311/Pipfile b/ci/matrix/mpl_37_py311/Pipfile
deleted file mode 100644
index 9415949..0000000
--- a/ci/matrix/mpl_37_py311/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.7.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.11"
diff --git a/ci/matrix/mpl_37_py311/Pipfile.lock b/ci/matrix/mpl_37_py311/Pipfile.lock
deleted file mode 100644
index 448c597..0000000
--- a/ci/matrix/mpl_37_py311/Pipfile.lock
+++ /dev/null
@@ -1,2014 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "bd2fc508b1babf961ea3e883dba1203083c844e3c2fd5ed325afec291c521d0f"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.11"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "contourpy": {
- "hashes": [
- "sha256:03d6cfd7638cc065fa0ab87e9c4676858bea72312cf533f210d4fb6a90ba98a6",
- "sha256:06cbb7881ea2a041a33a576ecd4074fc45ae98872e90bf9585807bba11c34732",
- "sha256:12ec93799e74d7e9cce47436f7a1f4a4689158868e327f3d03aeab425d83613a",
- "sha256:1edc3bacbbe0317cb62fdb4abff14dda91a0b43ca8f7751ac9fd7dbc065e4f5b",
- "sha256:1f69583255ae761e85afebb54f8d3e65d7dc5d5d8bf23c13b0338d2bf537046c",
- "sha256:281a6853423db6db02377b066271a73d676e1810ef502f0adff51e4dc949443a",
- "sha256:2959871025779dee47e9f46af6e643040a4980f08bd329be2a5bb8a6ea253f04",
- "sha256:2e8a2b63ba6755d4f053ca4a74c72bfff1166d4a3707c9a554736122e4a84446",
- "sha256:2e934d1ba3a24f82d61294e53a8372ec58d8117ce1254026b45185bcbb9c2f26",
- "sha256:302525752d322921e360c37348795826a7089b1668e72a7782395643d580223e",
- "sha256:38aa9416f4d698bce722bf51608c918b6bd6d8888c73789a56dc590dc2fe6be1",
- "sha256:3b781b33b5e9a1c0141d2d050566f97a930a75573d9009e0fd5a21a33d62bfcf",
- "sha256:3eeaac99cb030d73b2a5cadf40bce136e7cb332ea71f3e548386163d2e2f4d7a",
- "sha256:3f092c73aec20f3ff5981f972cc7240b8f872dddc1503c9a90a1dd62794aa228",
- "sha256:43d0cdaad7a36c25af9fcf0b10fd53085d139aa7fd649525d0cd4cc9f290affe",
- "sha256:44850e81ce47c94c509144c08d0f6abd16882a86aec38cec3808304976489f8e",
- "sha256:4859ccef8773d1b8a63823d644b0ade53e932864c065ecfabf6ede32ee1cbd48",
- "sha256:4e4fe2c4525f5a0e4e7d6aeccdf04bbc10e767c0d6f6906fde665d8d686d451d",
- "sha256:502d19590fd3bfe01fe8eb0084f612b40352680477ef75cf239e7ecd0088dee0",
- "sha256:597aa3a623429f7166d795fc707cc86c98e44cc9a45a0290c39e4ecfb7da6697",
- "sha256:5b1c3cd4530d59efab9ff5ce81f428b93068e3dae6d8a4fa4cc809fceda7a9f1",
- "sha256:64c92eb3b50df3b95d7504e3dfc9bf6e94c5dd79580654651fad2b90798e5ff6",
- "sha256:67160072524ac6cafc3e98d89d51f9a64c23a654679c57cd2164a7d75d0b95eb",
- "sha256:6dfc9275940a09c4caf5ead00ce06d69e3556598e56fd5c27abc7bdbc654a8b3",
- "sha256:718970ff7ac64b17683f1360843236e141e51c78f824bfee216b0f936282cffe",
- "sha256:828fcf2effeb9ab89da681fdd669646ac07f599d294f47a1d0f1a5084ea4823c",
- "sha256:86fd936b34a61f9f31ea41aed749d6d168d94bbe83be93ca1a148fc39be027ee",
- "sha256:8f5b3ffb7435aeaa3d0ca654d79fd1d7894c57d15fe63ddcee3b41f9408eff05",
- "sha256:908d22789af1db8e24aeef18fb96cc982301aa0425e671d9079fe73c63f40413",
- "sha256:926e1a50f8bf30b542e7cccae8ce3c2935f851b3d4bbd2c9803eef655c39468a",
- "sha256:989d551ae5e13e4080adcf5f9123385e02405cb459660a98b3ea45240bb2281c",
- "sha256:9a6aa41c7d0756bc47967d695fb13b131d2cb0bafce399c0bf29cbb68541b230",
- "sha256:a27d473dc289c919e57d583386d3cd9b456c115df9207b19abb39d2175c280e4",
- "sha256:bd93e47b1f03823452909c30bc247fefd68b43a1e87806255868843abcbe4b85",
- "sha256:c0804c97bbd42834c4539f35a1fadf4900c5aab5a89014fcb70ccea608d98e00",
- "sha256:c1ae8cf50f6f10e5c9e80833c50da2db5db7b56522e9d3e8ac609d596edab9e3",
- "sha256:c31549fba5c2feaeb7d11536c9207f321973f41e915e7682286f3841f0a5e699",
- "sha256:cdf6062aeed2e316b81706c7f9b0ec0c0b5afb0cfe2d0a36342c04d0bd50b098",
- "sha256:ce8ea6d53150b03c397d2a3ef2fcfec4fd7d3434328586b5c78afaf5726e8e37",
- "sha256:d28e3f546d292a7629c35bec2df8371c10a32b5182b85522c648dd6d4993f053",
- "sha256:d5944eef2a1159e5bc4412ca1a3840e48ef337750ec3468b4e0974d7f27c6505",
- "sha256:eeacc15737a330f33619aa7462ed9664959afc00af167db15467606f120f1579",
- "sha256:fd7b906640948b17b4c9b32d424133264487da2cc81674e31e97ac13dc5027cb",
- "sha256:ffa629c4e64204176daaa975ce5f27df01820c090e8bcda5ccaa5ceb18312e31"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.2.1rc1"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "importlib-metadata": {
- "hashes": [
- "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570",
- "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
- ],
- "markers": "python_version < '3.12'",
- "version": "==7.1.0"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1",
- "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"
- ],
- "markers": "python_version >= '3.10'",
- "version": "==8.23.0"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:039ad54683a814002ff37bf7981aa1faa40b91f4ff84149beb53d1eb64617980",
- "sha256:068ebcc59c072781d9dcdb82f0d3f1458271c2de7ca9c78f5bd672141091e9e1",
- "sha256:084f1f0f2f1010868c6f1f50b4e1c6f2fb201c58475494f1e5b66fed66093647",
- "sha256:090964d0afaff9c90e4d8de7836757e72ecfb252fb02884016d809239f715651",
- "sha256:0ccb830fc29442360d91be48527809f23a5dcaee8da5f4d9b2d5b867c1b087b8",
- "sha256:1210b7919b4ed94b5573870f316bca26de3e3b07ffdb563e79327dc0e6bba515",
- "sha256:167200ccfefd1674b60e957186dfd9baf58b324562ad1a28e5d0a6b3bea77905",
- "sha256:1dbcca4508bca7847fe2d64a05b237a3dcaec1f959aedb756d5b1c67b770c5ee",
- "sha256:1e4e9a868e8163abaaa8259842d85f949a919e1ead17644fb77a60427c90473c",
- "sha256:1e5c971558ebc811aa07f54c7b7c677d78aa518ef4c390e14673a09e0860184a",
- "sha256:20da7924a08306a861b3f2d1da0d1aa9a6678e480cf8eacffe18b565af2813e7",
- "sha256:29b058738c104d0ca8806395f1c9089dfe4d4f0f78ea765c6c704469f3fffc81",
- "sha256:2a9a3f4d6a7f88a62a6a18c7e6a84aedcaf4faf0708b4ca46d87b19f1b526f88",
- "sha256:2b6aa62adb6c268fc87d80f963aca39c64615c31830b02697743c95590ce3fbb",
- "sha256:34bceb9d8ddb142055ff27cd7135f539f2f01be2ce0bafbace4117abe58f8fe4",
- "sha256:3785bfd83b05fc0e0c2ae4c4a90034fe693ef96c679634756c50fe6efcc09856",
- "sha256:3b15c4c2d374f249f324f46e883340d494c01768dd5287f8bc00b65b625ab56c",
- "sha256:3d028555421912307845e59e3de328260b26d055c5dac9b182cc9783854e98fb",
- "sha256:4a87b69cb1cb20943010f63feb0b2901c17a3b435f75349fd9865713bfa63925",
- "sha256:4cdf4ef46c2a1609a50411b66940b31778db1e4b73d4ecc2eaa40bd588979b13",
- "sha256:4d742ccd1b09e863b4ca58291728db645b51dab343eebb08d5d4b31b308296ce",
- "sha256:4ddf7fc0e0dc553891a117aa083039088d8a07686d4c93fb8a810adca68810af",
- "sha256:53e64522934df6e1818b25fd48cf3b645b11740d78e6ef765fbb5fa5ce080d02",
- "sha256:5e7cc3078b019bb863752b8b60e8b269423000f1603cb2299608231996bd9d54",
- "sha256:6738c89a635ced486c8a20e20111d33f6398a9cbebce1ced59c211e12cd61455",
- "sha256:6b641b48c6819726ed47c55835cdd330e53747d4efff574109fd79b2d8a13748",
- "sha256:743b1c488ca6a2bc7f56079d282e44d236bf375968bfd1b7ba701fd4d0fa32d6",
- "sha256:9fc6fcfbc55cd719bc0bfa60bde248eb68cf43876d4c22864603bdd23962ba25",
- "sha256:a99866267da1e561c7776fe12bf4442174b79aac1a47bd7e627c7e4d077ebd83",
- "sha256:b45c9798ea6bb920cb77eb7306409756a7fab9db9b463e462618e0559aecb30e",
- "sha256:b9b3fd853d4a7f008a938df909b96db0b454225f935d3917520305b90680579c",
- "sha256:c5a2134162273eb8cdfd320ae907bf84d171de948e62180fa372a3ca7cf0f433",
- "sha256:cfff9b838531698ee40e40ea1a8a9dc2c01edb400b27d38de6ba44c1f9a8e3d2",
- "sha256:d3ce45010fefb028359accebb852ca0c21bd77ec0f281952831d235228f15810",
- "sha256:d3e3bc79b2d7d615067bd010caff9243ead1fc95cf735c16e4b2583173f717eb",
- "sha256:e530ab6a0afd082d2e9c17eb1eb064a63c5b09bb607b2b74fa41adbe3e162286",
- "sha256:ec0e1adc0ad70ba8227e957551e25a9d2995e319c29f94a97575bb90fa1d4469",
- "sha256:efc6bb28178e844d1f408dd4d6341ee8a2e906fc9e0fa3dae497da4e0cab775d",
- "sha256:f098ffbaab9df1e3ef04e5a5586a1e6b1791380698e84938d8640961c79b1fc0",
- "sha256:f0ad550da9f160737d7890217c5eeed4337d07e83ca1b2ca6535078f354e7675",
- "sha256:f0b60993ed3488b4532ec6b697059897891927cbfc2b8d458a891b60ec03d9d7",
- "sha256:f65342c147572673f02a4abec2d5a23ad9c3898167df9b47c149f32ce61ca078",
- "sha256:fa7ebc995a7d747dacf0a717d0eb3aa0f0c6a0e9ea88b0194d3a3cd241a1500f",
- "sha256:fbea1e762b28400393d71be1a02144aa16692a3c4c676ba0178ce83fc2928fdd",
- "sha256:fbf730fca3e1f23713bc1fae0a57db386e39dc81ea57dc305c67f628c1d7a342",
- "sha256:fd4028d570fa4b31b7b165d4a685942ae9cdc669f33741e388c01857d9723eab",
- "sha256:fe184b4625b4052fa88ef350b815559dd90cc6cc8e97b62f966e1ca84074aafa"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.8'",
- "version": "==3.7.5"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32' and sys_platform != 'emscripten'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- },
- "zipp": {
- "hashes": [
- "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b",
- "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.18.1"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_37_py311/Pipfile.lock.license b/ci/matrix/mpl_37_py311/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_37_py311/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/ci/matrix/mpl_38_py310/Pipfile b/ci/matrix/mpl_38_py310/Pipfile
deleted file mode 100644
index c399e36..0000000
--- a/ci/matrix/mpl_38_py310/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.8.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.10"
diff --git a/ci/matrix/mpl_38_py310/Pipfile.lock b/ci/matrix/mpl_38_py310/Pipfile.lock
deleted file mode 100644
index 498976f..0000000
--- a/ci/matrix/mpl_38_py310/Pipfile.lock
+++ /dev/null
@@ -1,2003 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "73ca290a38460c055c86d54066ffeefddc9f5fdbb494c33e5d66d4535d97f7f1"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.10"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "contourpy": {
- "hashes": [
- "sha256:03d6cfd7638cc065fa0ab87e9c4676858bea72312cf533f210d4fb6a90ba98a6",
- "sha256:06cbb7881ea2a041a33a576ecd4074fc45ae98872e90bf9585807bba11c34732",
- "sha256:12ec93799e74d7e9cce47436f7a1f4a4689158868e327f3d03aeab425d83613a",
- "sha256:1edc3bacbbe0317cb62fdb4abff14dda91a0b43ca8f7751ac9fd7dbc065e4f5b",
- "sha256:1f69583255ae761e85afebb54f8d3e65d7dc5d5d8bf23c13b0338d2bf537046c",
- "sha256:281a6853423db6db02377b066271a73d676e1810ef502f0adff51e4dc949443a",
- "sha256:2959871025779dee47e9f46af6e643040a4980f08bd329be2a5bb8a6ea253f04",
- "sha256:2e8a2b63ba6755d4f053ca4a74c72bfff1166d4a3707c9a554736122e4a84446",
- "sha256:2e934d1ba3a24f82d61294e53a8372ec58d8117ce1254026b45185bcbb9c2f26",
- "sha256:302525752d322921e360c37348795826a7089b1668e72a7782395643d580223e",
- "sha256:38aa9416f4d698bce722bf51608c918b6bd6d8888c73789a56dc590dc2fe6be1",
- "sha256:3b781b33b5e9a1c0141d2d050566f97a930a75573d9009e0fd5a21a33d62bfcf",
- "sha256:3eeaac99cb030d73b2a5cadf40bce136e7cb332ea71f3e548386163d2e2f4d7a",
- "sha256:3f092c73aec20f3ff5981f972cc7240b8f872dddc1503c9a90a1dd62794aa228",
- "sha256:43d0cdaad7a36c25af9fcf0b10fd53085d139aa7fd649525d0cd4cc9f290affe",
- "sha256:44850e81ce47c94c509144c08d0f6abd16882a86aec38cec3808304976489f8e",
- "sha256:4859ccef8773d1b8a63823d644b0ade53e932864c065ecfabf6ede32ee1cbd48",
- "sha256:4e4fe2c4525f5a0e4e7d6aeccdf04bbc10e767c0d6f6906fde665d8d686d451d",
- "sha256:502d19590fd3bfe01fe8eb0084f612b40352680477ef75cf239e7ecd0088dee0",
- "sha256:597aa3a623429f7166d795fc707cc86c98e44cc9a45a0290c39e4ecfb7da6697",
- "sha256:5b1c3cd4530d59efab9ff5ce81f428b93068e3dae6d8a4fa4cc809fceda7a9f1",
- "sha256:64c92eb3b50df3b95d7504e3dfc9bf6e94c5dd79580654651fad2b90798e5ff6",
- "sha256:67160072524ac6cafc3e98d89d51f9a64c23a654679c57cd2164a7d75d0b95eb",
- "sha256:6dfc9275940a09c4caf5ead00ce06d69e3556598e56fd5c27abc7bdbc654a8b3",
- "sha256:718970ff7ac64b17683f1360843236e141e51c78f824bfee216b0f936282cffe",
- "sha256:828fcf2effeb9ab89da681fdd669646ac07f599d294f47a1d0f1a5084ea4823c",
- "sha256:86fd936b34a61f9f31ea41aed749d6d168d94bbe83be93ca1a148fc39be027ee",
- "sha256:8f5b3ffb7435aeaa3d0ca654d79fd1d7894c57d15fe63ddcee3b41f9408eff05",
- "sha256:908d22789af1db8e24aeef18fb96cc982301aa0425e671d9079fe73c63f40413",
- "sha256:926e1a50f8bf30b542e7cccae8ce3c2935f851b3d4bbd2c9803eef655c39468a",
- "sha256:989d551ae5e13e4080adcf5f9123385e02405cb459660a98b3ea45240bb2281c",
- "sha256:9a6aa41c7d0756bc47967d695fb13b131d2cb0bafce399c0bf29cbb68541b230",
- "sha256:a27d473dc289c919e57d583386d3cd9b456c115df9207b19abb39d2175c280e4",
- "sha256:bd93e47b1f03823452909c30bc247fefd68b43a1e87806255868843abcbe4b85",
- "sha256:c0804c97bbd42834c4539f35a1fadf4900c5aab5a89014fcb70ccea608d98e00",
- "sha256:c1ae8cf50f6f10e5c9e80833c50da2db5db7b56522e9d3e8ac609d596edab9e3",
- "sha256:c31549fba5c2feaeb7d11536c9207f321973f41e915e7682286f3841f0a5e699",
- "sha256:cdf6062aeed2e316b81706c7f9b0ec0c0b5afb0cfe2d0a36342c04d0bd50b098",
- "sha256:ce8ea6d53150b03c397d2a3ef2fcfec4fd7d3434328586b5c78afaf5726e8e37",
- "sha256:d28e3f546d292a7629c35bec2df8371c10a32b5182b85522c648dd6d4993f053",
- "sha256:d5944eef2a1159e5bc4412ca1a3840e48ef337750ec3468b4e0974d7f27c6505",
- "sha256:eeacc15737a330f33619aa7462ed9664959afc00af167db15467606f120f1579",
- "sha256:fd7b906640948b17b4c9b32d424133264487da2cc81674e31e97ac13dc5027cb",
- "sha256:ffa629c4e64204176daaa975ce5f27df01820c090e8bcda5ccaa5ceb18312e31"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.2.1rc1"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "exceptiongroup": {
- "hashes": [
- "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14",
- "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"
- ],
- "markers": "python_version < '3.11'",
- "version": "==1.2.0"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "importlib-metadata": {
- "hashes": [
- "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570",
- "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
- ],
- "markers": "python_version < '3.12'",
- "version": "==7.1.0"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1",
- "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"
- ],
- "markers": "python_version >= '3.10'",
- "version": "==8.23.0"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:04b36ad07eac9740fc76c2aa16edf94e50b297d6eb4c081e3add863de4bb19a7",
- "sha256:09074f8057917d17ab52c242fdf4916f30e99959c1908958b1fc6032e2d0f6d4",
- "sha256:1c5c8290074ba31a41db1dc332dc2b62def469ff33766cbe325d32a3ee291aea",
- "sha256:242489efdb75b690c9c2e70bb5c6550727058c8a614e4c7716f363c27e10bba1",
- "sha256:40321634e3a05ed02abf7c7b47a50be50b53ef3eaa3a573847431a545585b407",
- "sha256:4c6e00a65d017d26009bac6808f637b75ceade3e1ff91a138576f6b3065eeeba",
- "sha256:5184e07c7e1d6d1481862ee361905b7059f7fe065fc837f7c3dc11eeb3f2f900",
- "sha256:5745f6d0fb5acfabbb2790318db03809a253096e98c91b9a31969df28ee604aa",
- "sha256:5e431a09e6fab4012b01fc155db0ce6dccacdbabe8198197f523a4ef4805eb26",
- "sha256:5f557156f7116be3340cdeef7f128fa99b0d5d287d5f41a16e169819dcf22357",
- "sha256:6728dde0a3997396b053602dbd907a9bd64ec7d5cf99e728b404083698d3ca01",
- "sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161",
- "sha256:7c42dae72a62f14982f1474f7e5c9959fc4bc70c9de11cc5244c6e766200ba65",
- "sha256:813925d08fb86aba139f2d31864928d67511f64e5945ca909ad5bc09a96189bb",
- "sha256:83c0653c64b73926730bd9ea14aa0f50f202ba187c307a881673bad4985967b7",
- "sha256:83e0f72e2c116ca7e571c57aa29b0fe697d4c6425c4e87c6e994159e0c008635",
- "sha256:b3c5f96f57b0369c288bf6f9b5274ba45787f7e0589a34d24bdbaf6d3344632f",
- "sha256:b97653d869a71721b639714b42d87cda4cfee0ee74b47c569e4874c7590c55c5",
- "sha256:bf5932eee0d428192c40b7eac1399d608f5d995f975cdb9d1e6b48539a5ad8d0",
- "sha256:c4af3f7317f8a1009bbb2d0bf23dfaba859eb7dd4ccbd604eba146dccaaaf0a4",
- "sha256:cd3a0c2be76f4e7be03d34a14d49ded6acf22ef61f88da600a18a5cd8b3c5f3c",
- "sha256:cf60138ccc8004f117ab2a2bad513cc4d122e55864b4fe7adf4db20ca68a078f",
- "sha256:d7e7e0993d0758933b1a241a432b42c2db22dfa37d4108342ab4afb9557cbe3e",
- "sha256:e7b49ab49a3bea17802df6872f8d44f664ba8f9be0632a60c99b20b6db2165b7",
- "sha256:e9764df0e8778f06414b9d281a75235c1e85071f64bb5d71564b97c1306a2afc",
- "sha256:ef6c1025a570354297d6c15f7d0f296d95f88bd3850066b7f1e7b4f2f4c13a39",
- "sha256:f386cf162b059809ecfac3bcc491a9ea17da69fa35c8ded8ad154cd4b933d5ec",
- "sha256:fa93695d5c08544f4a0dfd0965f378e7afc410d8672816aff1e81be1f45dbf2e"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.9'",
- "version": "==3.8.3"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32' and sys_platform != 'emscripten'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version < '3.11'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- },
- "zipp": {
- "hashes": [
- "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b",
- "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.18.1"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_38_py310/Pipfile.lock.license b/ci/matrix/mpl_38_py310/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_38_py310/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/ci/matrix/mpl_38_py311/Pipfile b/ci/matrix/mpl_38_py311/Pipfile
deleted file mode 100644
index 5202301..0000000
--- a/ci/matrix/mpl_38_py311/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.8.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.11"
diff --git a/ci/matrix/mpl_38_py311/Pipfile.lock b/ci/matrix/mpl_38_py311/Pipfile.lock
deleted file mode 100644
index dc55e51..0000000
--- a/ci/matrix/mpl_38_py311/Pipfile.lock
+++ /dev/null
@@ -1,1995 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "42670fb55a91d58bafe6e5234480d488f87772cf6e1ca2c4021e2a3db9f68399"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.11"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "contourpy": {
- "hashes": [
- "sha256:03d6cfd7638cc065fa0ab87e9c4676858bea72312cf533f210d4fb6a90ba98a6",
- "sha256:06cbb7881ea2a041a33a576ecd4074fc45ae98872e90bf9585807bba11c34732",
- "sha256:12ec93799e74d7e9cce47436f7a1f4a4689158868e327f3d03aeab425d83613a",
- "sha256:1edc3bacbbe0317cb62fdb4abff14dda91a0b43ca8f7751ac9fd7dbc065e4f5b",
- "sha256:1f69583255ae761e85afebb54f8d3e65d7dc5d5d8bf23c13b0338d2bf537046c",
- "sha256:281a6853423db6db02377b066271a73d676e1810ef502f0adff51e4dc949443a",
- "sha256:2959871025779dee47e9f46af6e643040a4980f08bd329be2a5bb8a6ea253f04",
- "sha256:2e8a2b63ba6755d4f053ca4a74c72bfff1166d4a3707c9a554736122e4a84446",
- "sha256:2e934d1ba3a24f82d61294e53a8372ec58d8117ce1254026b45185bcbb9c2f26",
- "sha256:302525752d322921e360c37348795826a7089b1668e72a7782395643d580223e",
- "sha256:38aa9416f4d698bce722bf51608c918b6bd6d8888c73789a56dc590dc2fe6be1",
- "sha256:3b781b33b5e9a1c0141d2d050566f97a930a75573d9009e0fd5a21a33d62bfcf",
- "sha256:3eeaac99cb030d73b2a5cadf40bce136e7cb332ea71f3e548386163d2e2f4d7a",
- "sha256:3f092c73aec20f3ff5981f972cc7240b8f872dddc1503c9a90a1dd62794aa228",
- "sha256:43d0cdaad7a36c25af9fcf0b10fd53085d139aa7fd649525d0cd4cc9f290affe",
- "sha256:44850e81ce47c94c509144c08d0f6abd16882a86aec38cec3808304976489f8e",
- "sha256:4859ccef8773d1b8a63823d644b0ade53e932864c065ecfabf6ede32ee1cbd48",
- "sha256:4e4fe2c4525f5a0e4e7d6aeccdf04bbc10e767c0d6f6906fde665d8d686d451d",
- "sha256:502d19590fd3bfe01fe8eb0084f612b40352680477ef75cf239e7ecd0088dee0",
- "sha256:597aa3a623429f7166d795fc707cc86c98e44cc9a45a0290c39e4ecfb7da6697",
- "sha256:5b1c3cd4530d59efab9ff5ce81f428b93068e3dae6d8a4fa4cc809fceda7a9f1",
- "sha256:64c92eb3b50df3b95d7504e3dfc9bf6e94c5dd79580654651fad2b90798e5ff6",
- "sha256:67160072524ac6cafc3e98d89d51f9a64c23a654679c57cd2164a7d75d0b95eb",
- "sha256:6dfc9275940a09c4caf5ead00ce06d69e3556598e56fd5c27abc7bdbc654a8b3",
- "sha256:718970ff7ac64b17683f1360843236e141e51c78f824bfee216b0f936282cffe",
- "sha256:828fcf2effeb9ab89da681fdd669646ac07f599d294f47a1d0f1a5084ea4823c",
- "sha256:86fd936b34a61f9f31ea41aed749d6d168d94bbe83be93ca1a148fc39be027ee",
- "sha256:8f5b3ffb7435aeaa3d0ca654d79fd1d7894c57d15fe63ddcee3b41f9408eff05",
- "sha256:908d22789af1db8e24aeef18fb96cc982301aa0425e671d9079fe73c63f40413",
- "sha256:926e1a50f8bf30b542e7cccae8ce3c2935f851b3d4bbd2c9803eef655c39468a",
- "sha256:989d551ae5e13e4080adcf5f9123385e02405cb459660a98b3ea45240bb2281c",
- "sha256:9a6aa41c7d0756bc47967d695fb13b131d2cb0bafce399c0bf29cbb68541b230",
- "sha256:a27d473dc289c919e57d583386d3cd9b456c115df9207b19abb39d2175c280e4",
- "sha256:bd93e47b1f03823452909c30bc247fefd68b43a1e87806255868843abcbe4b85",
- "sha256:c0804c97bbd42834c4539f35a1fadf4900c5aab5a89014fcb70ccea608d98e00",
- "sha256:c1ae8cf50f6f10e5c9e80833c50da2db5db7b56522e9d3e8ac609d596edab9e3",
- "sha256:c31549fba5c2feaeb7d11536c9207f321973f41e915e7682286f3841f0a5e699",
- "sha256:cdf6062aeed2e316b81706c7f9b0ec0c0b5afb0cfe2d0a36342c04d0bd50b098",
- "sha256:ce8ea6d53150b03c397d2a3ef2fcfec4fd7d3434328586b5c78afaf5726e8e37",
- "sha256:d28e3f546d292a7629c35bec2df8371c10a32b5182b85522c648dd6d4993f053",
- "sha256:d5944eef2a1159e5bc4412ca1a3840e48ef337750ec3468b4e0974d7f27c6505",
- "sha256:eeacc15737a330f33619aa7462ed9664959afc00af167db15467606f120f1579",
- "sha256:fd7b906640948b17b4c9b32d424133264487da2cc81674e31e97ac13dc5027cb",
- "sha256:ffa629c4e64204176daaa975ce5f27df01820c090e8bcda5ccaa5ceb18312e31"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.2.1rc1"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "importlib-metadata": {
- "hashes": [
- "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570",
- "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
- ],
- "markers": "python_version < '3.12'",
- "version": "==7.1.0"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1",
- "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"
- ],
- "markers": "python_version >= '3.10'",
- "version": "==8.23.0"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:04b36ad07eac9740fc76c2aa16edf94e50b297d6eb4c081e3add863de4bb19a7",
- "sha256:09074f8057917d17ab52c242fdf4916f30e99959c1908958b1fc6032e2d0f6d4",
- "sha256:1c5c8290074ba31a41db1dc332dc2b62def469ff33766cbe325d32a3ee291aea",
- "sha256:242489efdb75b690c9c2e70bb5c6550727058c8a614e4c7716f363c27e10bba1",
- "sha256:40321634e3a05ed02abf7c7b47a50be50b53ef3eaa3a573847431a545585b407",
- "sha256:4c6e00a65d017d26009bac6808f637b75ceade3e1ff91a138576f6b3065eeeba",
- "sha256:5184e07c7e1d6d1481862ee361905b7059f7fe065fc837f7c3dc11eeb3f2f900",
- "sha256:5745f6d0fb5acfabbb2790318db03809a253096e98c91b9a31969df28ee604aa",
- "sha256:5e431a09e6fab4012b01fc155db0ce6dccacdbabe8198197f523a4ef4805eb26",
- "sha256:5f557156f7116be3340cdeef7f128fa99b0d5d287d5f41a16e169819dcf22357",
- "sha256:6728dde0a3997396b053602dbd907a9bd64ec7d5cf99e728b404083698d3ca01",
- "sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161",
- "sha256:7c42dae72a62f14982f1474f7e5c9959fc4bc70c9de11cc5244c6e766200ba65",
- "sha256:813925d08fb86aba139f2d31864928d67511f64e5945ca909ad5bc09a96189bb",
- "sha256:83c0653c64b73926730bd9ea14aa0f50f202ba187c307a881673bad4985967b7",
- "sha256:83e0f72e2c116ca7e571c57aa29b0fe697d4c6425c4e87c6e994159e0c008635",
- "sha256:b3c5f96f57b0369c288bf6f9b5274ba45787f7e0589a34d24bdbaf6d3344632f",
- "sha256:b97653d869a71721b639714b42d87cda4cfee0ee74b47c569e4874c7590c55c5",
- "sha256:bf5932eee0d428192c40b7eac1399d608f5d995f975cdb9d1e6b48539a5ad8d0",
- "sha256:c4af3f7317f8a1009bbb2d0bf23dfaba859eb7dd4ccbd604eba146dccaaaf0a4",
- "sha256:cd3a0c2be76f4e7be03d34a14d49ded6acf22ef61f88da600a18a5cd8b3c5f3c",
- "sha256:cf60138ccc8004f117ab2a2bad513cc4d122e55864b4fe7adf4db20ca68a078f",
- "sha256:d7e7e0993d0758933b1a241a432b42c2db22dfa37d4108342ab4afb9557cbe3e",
- "sha256:e7b49ab49a3bea17802df6872f8d44f664ba8f9be0632a60c99b20b6db2165b7",
- "sha256:e9764df0e8778f06414b9d281a75235c1e85071f64bb5d71564b97c1306a2afc",
- "sha256:ef6c1025a570354297d6c15f7d0f296d95f88bd3850066b7f1e7b4f2f4c13a39",
- "sha256:f386cf162b059809ecfac3bcc491a9ea17da69fa35c8ded8ad154cd4b933d5ec",
- "sha256:fa93695d5c08544f4a0dfd0965f378e7afc410d8672816aff1e81be1f45dbf2e"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.9'",
- "version": "==3.8.3"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32' and sys_platform != 'emscripten'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- },
- "zipp": {
- "hashes": [
- "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b",
- "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.18.1"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_38_py311/Pipfile.lock.license b/ci/matrix/mpl_38_py311/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_38_py311/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/ci/matrix/mpl_38_py312/Pipfile b/ci/matrix/mpl_38_py312/Pipfile
deleted file mode 100644
index f3ec988..0000000
--- a/ci/matrix/mpl_38_py312/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.8.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.12"
diff --git a/ci/matrix/mpl_38_py312/Pipfile.lock b/ci/matrix/mpl_38_py312/Pipfile.lock
deleted file mode 100644
index 0c1bdb7..0000000
--- a/ci/matrix/mpl_38_py312/Pipfile.lock
+++ /dev/null
@@ -1,1979 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "c6b078892712a7d82d5a9ecba7f9d39760559439f1a085df6e7a1ade86b6d7f8"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.12"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "contourpy": {
- "hashes": [
- "sha256:03d6cfd7638cc065fa0ab87e9c4676858bea72312cf533f210d4fb6a90ba98a6",
- "sha256:06cbb7881ea2a041a33a576ecd4074fc45ae98872e90bf9585807bba11c34732",
- "sha256:12ec93799e74d7e9cce47436f7a1f4a4689158868e327f3d03aeab425d83613a",
- "sha256:1edc3bacbbe0317cb62fdb4abff14dda91a0b43ca8f7751ac9fd7dbc065e4f5b",
- "sha256:1f69583255ae761e85afebb54f8d3e65d7dc5d5d8bf23c13b0338d2bf537046c",
- "sha256:281a6853423db6db02377b066271a73d676e1810ef502f0adff51e4dc949443a",
- "sha256:2959871025779dee47e9f46af6e643040a4980f08bd329be2a5bb8a6ea253f04",
- "sha256:2e8a2b63ba6755d4f053ca4a74c72bfff1166d4a3707c9a554736122e4a84446",
- "sha256:2e934d1ba3a24f82d61294e53a8372ec58d8117ce1254026b45185bcbb9c2f26",
- "sha256:302525752d322921e360c37348795826a7089b1668e72a7782395643d580223e",
- "sha256:38aa9416f4d698bce722bf51608c918b6bd6d8888c73789a56dc590dc2fe6be1",
- "sha256:3b781b33b5e9a1c0141d2d050566f97a930a75573d9009e0fd5a21a33d62bfcf",
- "sha256:3eeaac99cb030d73b2a5cadf40bce136e7cb332ea71f3e548386163d2e2f4d7a",
- "sha256:3f092c73aec20f3ff5981f972cc7240b8f872dddc1503c9a90a1dd62794aa228",
- "sha256:43d0cdaad7a36c25af9fcf0b10fd53085d139aa7fd649525d0cd4cc9f290affe",
- "sha256:44850e81ce47c94c509144c08d0f6abd16882a86aec38cec3808304976489f8e",
- "sha256:4859ccef8773d1b8a63823d644b0ade53e932864c065ecfabf6ede32ee1cbd48",
- "sha256:4e4fe2c4525f5a0e4e7d6aeccdf04bbc10e767c0d6f6906fde665d8d686d451d",
- "sha256:502d19590fd3bfe01fe8eb0084f612b40352680477ef75cf239e7ecd0088dee0",
- "sha256:597aa3a623429f7166d795fc707cc86c98e44cc9a45a0290c39e4ecfb7da6697",
- "sha256:5b1c3cd4530d59efab9ff5ce81f428b93068e3dae6d8a4fa4cc809fceda7a9f1",
- "sha256:64c92eb3b50df3b95d7504e3dfc9bf6e94c5dd79580654651fad2b90798e5ff6",
- "sha256:67160072524ac6cafc3e98d89d51f9a64c23a654679c57cd2164a7d75d0b95eb",
- "sha256:6dfc9275940a09c4caf5ead00ce06d69e3556598e56fd5c27abc7bdbc654a8b3",
- "sha256:718970ff7ac64b17683f1360843236e141e51c78f824bfee216b0f936282cffe",
- "sha256:828fcf2effeb9ab89da681fdd669646ac07f599d294f47a1d0f1a5084ea4823c",
- "sha256:86fd936b34a61f9f31ea41aed749d6d168d94bbe83be93ca1a148fc39be027ee",
- "sha256:8f5b3ffb7435aeaa3d0ca654d79fd1d7894c57d15fe63ddcee3b41f9408eff05",
- "sha256:908d22789af1db8e24aeef18fb96cc982301aa0425e671d9079fe73c63f40413",
- "sha256:926e1a50f8bf30b542e7cccae8ce3c2935f851b3d4bbd2c9803eef655c39468a",
- "sha256:989d551ae5e13e4080adcf5f9123385e02405cb459660a98b3ea45240bb2281c",
- "sha256:9a6aa41c7d0756bc47967d695fb13b131d2cb0bafce399c0bf29cbb68541b230",
- "sha256:a27d473dc289c919e57d583386d3cd9b456c115df9207b19abb39d2175c280e4",
- "sha256:bd93e47b1f03823452909c30bc247fefd68b43a1e87806255868843abcbe4b85",
- "sha256:c0804c97bbd42834c4539f35a1fadf4900c5aab5a89014fcb70ccea608d98e00",
- "sha256:c1ae8cf50f6f10e5c9e80833c50da2db5db7b56522e9d3e8ac609d596edab9e3",
- "sha256:c31549fba5c2feaeb7d11536c9207f321973f41e915e7682286f3841f0a5e699",
- "sha256:cdf6062aeed2e316b81706c7f9b0ec0c0b5afb0cfe2d0a36342c04d0bd50b098",
- "sha256:ce8ea6d53150b03c397d2a3ef2fcfec4fd7d3434328586b5c78afaf5726e8e37",
- "sha256:d28e3f546d292a7629c35bec2df8371c10a32b5182b85522c648dd6d4993f053",
- "sha256:d5944eef2a1159e5bc4412ca1a3840e48ef337750ec3468b4e0974d7f27c6505",
- "sha256:eeacc15737a330f33619aa7462ed9664959afc00af167db15467606f120f1579",
- "sha256:fd7b906640948b17b4c9b32d424133264487da2cc81674e31e97ac13dc5027cb",
- "sha256:ffa629c4e64204176daaa975ce5f27df01820c090e8bcda5ccaa5ceb18312e31"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.2.1rc1"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:07232af52a5ba146dc3372c7bf52a0f890a23edf38d77caef8d53f9cdc2584c1",
- "sha256:7468edaf4f6de3e1b912e57f66c241e6fd3c7099f2ec2136e239e142e800274d"
- ],
- "markers": "python_version >= '3.10'",
- "version": "==8.23.0"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:04b36ad07eac9740fc76c2aa16edf94e50b297d6eb4c081e3add863de4bb19a7",
- "sha256:09074f8057917d17ab52c242fdf4916f30e99959c1908958b1fc6032e2d0f6d4",
- "sha256:1c5c8290074ba31a41db1dc332dc2b62def469ff33766cbe325d32a3ee291aea",
- "sha256:242489efdb75b690c9c2e70bb5c6550727058c8a614e4c7716f363c27e10bba1",
- "sha256:40321634e3a05ed02abf7c7b47a50be50b53ef3eaa3a573847431a545585b407",
- "sha256:4c6e00a65d017d26009bac6808f637b75ceade3e1ff91a138576f6b3065eeeba",
- "sha256:5184e07c7e1d6d1481862ee361905b7059f7fe065fc837f7c3dc11eeb3f2f900",
- "sha256:5745f6d0fb5acfabbb2790318db03809a253096e98c91b9a31969df28ee604aa",
- "sha256:5e431a09e6fab4012b01fc155db0ce6dccacdbabe8198197f523a4ef4805eb26",
- "sha256:5f557156f7116be3340cdeef7f128fa99b0d5d287d5f41a16e169819dcf22357",
- "sha256:6728dde0a3997396b053602dbd907a9bd64ec7d5cf99e728b404083698d3ca01",
- "sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161",
- "sha256:7c42dae72a62f14982f1474f7e5c9959fc4bc70c9de11cc5244c6e766200ba65",
- "sha256:813925d08fb86aba139f2d31864928d67511f64e5945ca909ad5bc09a96189bb",
- "sha256:83c0653c64b73926730bd9ea14aa0f50f202ba187c307a881673bad4985967b7",
- "sha256:83e0f72e2c116ca7e571c57aa29b0fe697d4c6425c4e87c6e994159e0c008635",
- "sha256:b3c5f96f57b0369c288bf6f9b5274ba45787f7e0589a34d24bdbaf6d3344632f",
- "sha256:b97653d869a71721b639714b42d87cda4cfee0ee74b47c569e4874c7590c55c5",
- "sha256:bf5932eee0d428192c40b7eac1399d608f5d995f975cdb9d1e6b48539a5ad8d0",
- "sha256:c4af3f7317f8a1009bbb2d0bf23dfaba859eb7dd4ccbd604eba146dccaaaf0a4",
- "sha256:cd3a0c2be76f4e7be03d34a14d49ded6acf22ef61f88da600a18a5cd8b3c5f3c",
- "sha256:cf60138ccc8004f117ab2a2bad513cc4d122e55864b4fe7adf4db20ca68a078f",
- "sha256:d7e7e0993d0758933b1a241a432b42c2db22dfa37d4108342ab4afb9557cbe3e",
- "sha256:e7b49ab49a3bea17802df6872f8d44f664ba8f9be0632a60c99b20b6db2165b7",
- "sha256:e9764df0e8778f06414b9d281a75235c1e85071f64bb5d71564b97c1306a2afc",
- "sha256:ef6c1025a570354297d6c15f7d0f296d95f88bd3850066b7f1e7b4f2f4c13a39",
- "sha256:f386cf162b059809ecfac3bcc491a9ea17da69fa35c8ded8ad154cd4b933d5ec",
- "sha256:fa93695d5c08544f4a0dfd0965f378e7afc410d8672816aff1e81be1f45dbf2e"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.9'",
- "version": "==3.8.3"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32' and sys_platform != 'emscripten'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_38_py312/Pipfile.lock.license b/ci/matrix/mpl_38_py312/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_38_py312/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/ci/matrix/mpl_38_py39/Pipfile b/ci/matrix/mpl_38_py39/Pipfile
deleted file mode 100644
index 26df398..0000000
--- a/ci/matrix/mpl_38_py39/Pipfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-psyplot-gui = {extras = ["testsite"], file = "../../.."}
-psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
-psy-simple = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git"}
-PyQt5 = {version="*"}
-PyQtWebEngine = {version="*"}
-psyplot_gui_test = {path = "../../../tests/test_plugin/"}
-matplotlib = "3.8.*"
-
-[dev-packages]
-
-[pipenv]
-allow_prereleases = true
-
-[requires]
-python_version = "3.9"
diff --git a/ci/matrix/mpl_38_py39/Pipfile.lock b/ci/matrix/mpl_38_py39/Pipfile.lock
deleted file mode 100644
index 7f9c3d1..0000000
--- a/ci/matrix/mpl_38_py39/Pipfile.lock
+++ /dev/null
@@ -1,2011 +0,0 @@
-{
- "_meta": {
- "hash": {
- "sha256": "fbd00694aadadc421af5b98e3dbef807c27a066549d8171d228f7f2f010d8a74"
- },
- "pipfile-spec": 6,
- "requires": {
- "python_version": "3.9"
- },
- "sources": [
- {
- "name": "pypi",
- "url": "https://pypi.org/simple",
- "verify_ssl": true
- }
- ]
- },
- "default": {
- "alabaster": {
- "hashes": [
- "sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65",
- "sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==0.7.16"
- },
- "asttokens": {
- "hashes": [
- "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24",
- "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"
- ],
- "version": "==2.4.1"
- },
- "attrs": {
- "hashes": [
- "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
- "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==23.2.0"
- },
- "babel": {
- "hashes": [
- "sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363",
- "sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.14.0"
- },
- "binaryornot": {
- "hashes": [
- "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061",
- "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"
- ],
- "version": "==0.4.4"
- },
- "black": {
- "hashes": [
- "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd",
- "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555",
- "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481",
- "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468",
- "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9",
- "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a",
- "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958",
- "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580",
- "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26",
- "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32",
- "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8",
- "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753",
- "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b",
- "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074",
- "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651",
- "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24",
- "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6",
- "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad",
- "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac",
- "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221",
- "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06",
- "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27",
- "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648",
- "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739",
- "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104"
- ],
- "version": "==23.1.0"
- },
- "blackdoc": {
- "hashes": [
- "sha256:3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2",
- "sha256:c003a1b72d57692b343815c8b7a15e78977caba96c86060def892602b5aba083"
- ],
- "version": "==0.3.8"
- },
- "boolean.py": {
- "hashes": [
- "sha256:17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4",
- "sha256:2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
- ],
- "version": "==4.0"
- },
- "cachetools": {
- "hashes": [
- "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
- "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.3.3"
- },
- "certifi": {
- "hashes": [
- "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
- "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2024.2.2"
- },
- "cffconvert": {
- "hashes": [
- "sha256:573c825e4e16173d99396dc956bd22ff5d4f84215cc16b6ab05299124f5373bb",
- "sha256:b4379ee415c6637dc9e3e7ba196605cb3cedcea24613e4ea242c607d9e98eb50"
- ],
- "version": "==2.0.0"
- },
- "cfgv": {
- "hashes": [
- "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9",
- "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.4.0"
- },
- "cftime": {
- "hashes": [
- "sha256:022dabf1610cdd04a693e730fa8f71d307059717f29dba921e7486e553412bb4",
- "sha256:0a38eb9f5c733a23e1714bd3ef2762ed5acee34f127670f8fb4ad6464946f6b3",
- "sha256:2d113a01ab924445e61d65c26bbd95bc08e4a22878d3b947064bba056c884c4a",
- "sha256:3b86be8c2f254147be4ba88f12099466dde457a4a3a21de6c69d52a7224c13ae",
- "sha256:3cf6e216a4c06f9a628cdf8e9c9d5e8097fb3eb02dd087dd14ab3b18478a7271",
- "sha256:4d6fbd5f41b322cfa7b0ac3aaadeceb4450100a164b5bccbbb9e7c5048489a88",
- "sha256:523b9a6bf03f5e36407979e248381d0fcab2d225b915bbde77d00c6dde192b90",
- "sha256:5f11685663a6af97418908060492a07663c16d42519c139ca03c2ffb1377fd25",
- "sha256:80eb1170ce1639016f55760847f4aadd04b0312496c5bac2797e930914bba48d",
- "sha256:8a14d2c7d22fd2a6dfa6ad563283b6d6679f1df95e0ed8d14b8f284dad402887",
- "sha256:8d2c01456d9d7b46aa710a41d1c711a50d5ea259aff4a987d0e973d1093bc922",
- "sha256:9eb177a02db7cd84aa6962278e4bd2d3106a545de82e6aacd9404f1e153661db",
- "sha256:a98abb1d46d118e52b0611ce668a0b714b407be26177ef0581ecf5e95f894725",
- "sha256:b62d42546fa5c914dfea5b15a9aaed2087ea1211cc36d08c374502ef95892038",
- "sha256:bbf782ab4ac0605bdec2b941952c897595613203942b7f8c2fccd17efa5147df",
- "sha256:bedb577bc8b8f3f10f5336c0792e5dae88605781890f50f36b45bb46907968e8",
- "sha256:d0a6b29f72a13f08e008b9becff247cc75c84acb213332ede18879c5b6aa4dfd",
- "sha256:d87dadd0824262bdd7493babd2a44447da0a22175ded8ae9e060a3aebec7c5d7",
- "sha256:d9b00c2844c7a1701d8ede5336b6321dfee256ceab81a34a1aff0483d56891a6",
- "sha256:eb6dd70b2ccabfe1a14b7fbb0bbdce0418e71697094373c0d573c880790fa291",
- "sha256:f9878bfd8c1c3f24184ecbd528f739ba46ebaceaf1c8a24d348d7befb117a285"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.3"
- },
- "chardet": {
- "hashes": [
- "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7",
- "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.2.0"
- },
- "charset-normalizer": {
- "hashes": [
- "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
- "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
- "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
- "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8",
- "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09",
- "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185",
- "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574",
- "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e",
- "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519",
- "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898",
- "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269",
- "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3",
- "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f",
- "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6",
- "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8",
- "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a",
- "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73",
- "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc",
- "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714",
- "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2",
- "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc",
- "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce",
- "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d",
- "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e",
- "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6",
- "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269",
- "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96",
- "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d",
- "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a",
- "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4",
- "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77",
- "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d",
- "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0",
- "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed",
- "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068",
- "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac",
- "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25",
- "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8",
- "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab",
- "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26",
- "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2",
- "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db",
- "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f",
- "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5",
- "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99",
- "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c",
- "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d",
- "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811",
- "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa",
- "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a",
- "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03",
- "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b",
- "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04",
- "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c",
- "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001",
- "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458",
- "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389",
- "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99",
- "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985",
- "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537",
- "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238",
- "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f",
- "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d",
- "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796",
- "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a",
- "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143",
- "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8",
- "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c",
- "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5",
- "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5",
- "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711",
- "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4",
- "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6",
- "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c",
- "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7",
- "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4",
- "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b",
- "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae",
- "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12",
- "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c",
- "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae",
- "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8",
- "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887",
- "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b",
- "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4",
- "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f",
- "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5",
- "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33",
- "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519",
- "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.3.2"
- },
- "click": {
- "hashes": [
- "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
- "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==8.1.7"
- },
- "cloudpickle": {
- "hashes": [
- "sha256:246ee7d0c295602a036e86369c77fecda4ab17b506496730f2f576d9016fd9c7",
- "sha256:996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "colorama": {
- "hashes": [
- "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44",
- "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==0.4.6"
- },
- "comm": {
- "hashes": [
- "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e",
- "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.2.2"
- },
- "contourpy": {
- "hashes": [
- "sha256:03d6cfd7638cc065fa0ab87e9c4676858bea72312cf533f210d4fb6a90ba98a6",
- "sha256:06cbb7881ea2a041a33a576ecd4074fc45ae98872e90bf9585807bba11c34732",
- "sha256:12ec93799e74d7e9cce47436f7a1f4a4689158868e327f3d03aeab425d83613a",
- "sha256:1edc3bacbbe0317cb62fdb4abff14dda91a0b43ca8f7751ac9fd7dbc065e4f5b",
- "sha256:1f69583255ae761e85afebb54f8d3e65d7dc5d5d8bf23c13b0338d2bf537046c",
- "sha256:281a6853423db6db02377b066271a73d676e1810ef502f0adff51e4dc949443a",
- "sha256:2959871025779dee47e9f46af6e643040a4980f08bd329be2a5bb8a6ea253f04",
- "sha256:2e8a2b63ba6755d4f053ca4a74c72bfff1166d4a3707c9a554736122e4a84446",
- "sha256:2e934d1ba3a24f82d61294e53a8372ec58d8117ce1254026b45185bcbb9c2f26",
- "sha256:302525752d322921e360c37348795826a7089b1668e72a7782395643d580223e",
- "sha256:38aa9416f4d698bce722bf51608c918b6bd6d8888c73789a56dc590dc2fe6be1",
- "sha256:3b781b33b5e9a1c0141d2d050566f97a930a75573d9009e0fd5a21a33d62bfcf",
- "sha256:3eeaac99cb030d73b2a5cadf40bce136e7cb332ea71f3e548386163d2e2f4d7a",
- "sha256:3f092c73aec20f3ff5981f972cc7240b8f872dddc1503c9a90a1dd62794aa228",
- "sha256:43d0cdaad7a36c25af9fcf0b10fd53085d139aa7fd649525d0cd4cc9f290affe",
- "sha256:44850e81ce47c94c509144c08d0f6abd16882a86aec38cec3808304976489f8e",
- "sha256:4859ccef8773d1b8a63823d644b0ade53e932864c065ecfabf6ede32ee1cbd48",
- "sha256:4e4fe2c4525f5a0e4e7d6aeccdf04bbc10e767c0d6f6906fde665d8d686d451d",
- "sha256:502d19590fd3bfe01fe8eb0084f612b40352680477ef75cf239e7ecd0088dee0",
- "sha256:597aa3a623429f7166d795fc707cc86c98e44cc9a45a0290c39e4ecfb7da6697",
- "sha256:5b1c3cd4530d59efab9ff5ce81f428b93068e3dae6d8a4fa4cc809fceda7a9f1",
- "sha256:64c92eb3b50df3b95d7504e3dfc9bf6e94c5dd79580654651fad2b90798e5ff6",
- "sha256:67160072524ac6cafc3e98d89d51f9a64c23a654679c57cd2164a7d75d0b95eb",
- "sha256:6dfc9275940a09c4caf5ead00ce06d69e3556598e56fd5c27abc7bdbc654a8b3",
- "sha256:718970ff7ac64b17683f1360843236e141e51c78f824bfee216b0f936282cffe",
- "sha256:828fcf2effeb9ab89da681fdd669646ac07f599d294f47a1d0f1a5084ea4823c",
- "sha256:86fd936b34a61f9f31ea41aed749d6d168d94bbe83be93ca1a148fc39be027ee",
- "sha256:8f5b3ffb7435aeaa3d0ca654d79fd1d7894c57d15fe63ddcee3b41f9408eff05",
- "sha256:908d22789af1db8e24aeef18fb96cc982301aa0425e671d9079fe73c63f40413",
- "sha256:926e1a50f8bf30b542e7cccae8ce3c2935f851b3d4bbd2c9803eef655c39468a",
- "sha256:989d551ae5e13e4080adcf5f9123385e02405cb459660a98b3ea45240bb2281c",
- "sha256:9a6aa41c7d0756bc47967d695fb13b131d2cb0bafce399c0bf29cbb68541b230",
- "sha256:a27d473dc289c919e57d583386d3cd9b456c115df9207b19abb39d2175c280e4",
- "sha256:bd93e47b1f03823452909c30bc247fefd68b43a1e87806255868843abcbe4b85",
- "sha256:c0804c97bbd42834c4539f35a1fadf4900c5aab5a89014fcb70ccea608d98e00",
- "sha256:c1ae8cf50f6f10e5c9e80833c50da2db5db7b56522e9d3e8ac609d596edab9e3",
- "sha256:c31549fba5c2feaeb7d11536c9207f321973f41e915e7682286f3841f0a5e699",
- "sha256:cdf6062aeed2e316b81706c7f9b0ec0c0b5afb0cfe2d0a36342c04d0bd50b098",
- "sha256:ce8ea6d53150b03c397d2a3ef2fcfec4fd7d3434328586b5c78afaf5726e8e37",
- "sha256:d28e3f546d292a7629c35bec2df8371c10a32b5182b85522c648dd6d4993f053",
- "sha256:d5944eef2a1159e5bc4412ca1a3840e48ef337750ec3468b4e0974d7f27c6505",
- "sha256:eeacc15737a330f33619aa7462ed9664959afc00af167db15467606f120f1579",
- "sha256:fd7b906640948b17b4c9b32d424133264487da2cc81674e31e97ac13dc5027cb",
- "sha256:ffa629c4e64204176daaa975ce5f27df01820c090e8bcda5ccaa5ceb18312e31"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.2.1rc1"
- },
- "coverage": {
- "extras": [
- "toml"
- ],
- "hashes": [
- "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c",
- "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63",
- "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7",
- "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f",
- "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8",
- "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf",
- "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0",
- "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384",
- "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76",
- "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7",
- "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d",
- "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70",
- "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f",
- "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818",
- "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b",
- "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d",
- "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec",
- "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083",
- "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2",
- "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9",
- "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd",
- "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade",
- "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e",
- "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a",
- "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227",
- "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87",
- "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c",
- "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e",
- "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c",
- "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e",
- "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd",
- "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec",
- "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562",
- "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8",
- "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677",
- "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357",
- "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c",
- "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd",
- "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49",
- "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286",
- "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1",
- "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf",
- "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51",
- "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409",
- "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384",
- "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e",
- "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978",
- "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57",
- "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e",
- "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2",
- "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48",
- "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==7.4.4"
- },
- "cycler": {
- "hashes": [
- "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30",
- "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "dask": {
- "hashes": [
- "sha256:d5be22660b332865e7e868df2f1322a75f6cacaf8dd9ec08057e6fa8a96a19ac",
- "sha256:f8332781ffde3d3e49df31fe4066e1eab571a87b94a11661a8ecf06e2892ee6d"
- ],
- "version": "==2024.4.0"
- },
- "debugpy": {
- "hashes": [
- "sha256:016a9fcfc2c6b57f939673c874310d8581d51a0fe0858e7fac4e240c5eb743cb",
- "sha256:0de56aba8249c28a300bdb0672a9b94785074eb82eb672db66c8144fff673146",
- "sha256:1a9fe0829c2b854757b4fd0a338d93bc17249a3bf69ecf765c61d4c522bb92a8",
- "sha256:28acbe2241222b87e255260c76741e1fbf04fdc3b6d094fcf57b6c6f75ce1242",
- "sha256:3a79c6f62adef994b2dbe9fc2cc9cc3864a23575b6e387339ab739873bea53d0",
- "sha256:3bda0f1e943d386cc7a0e71bfa59f4137909e2ed947fb3946c506e113000f741",
- "sha256:3ebb70ba1a6524d19fa7bb122f44b74170c447d5746a503e36adc244a20ac539",
- "sha256:58911e8521ca0c785ac7a0539f1e77e0ce2df753f786188f382229278b4cdf23",
- "sha256:6df9aa9599eb05ca179fb0b810282255202a66835c6efb1d112d21ecb830ddd3",
- "sha256:7a3afa222f6fd3d9dfecd52729bc2e12c93e22a7491405a0ecbf9e1d32d45b39",
- "sha256:7eb7bd2b56ea3bedb009616d9e2f64aab8fc7000d481faec3cd26c98a964bcdd",
- "sha256:92116039b5500633cc8d44ecc187abe2dfa9b90f7a82bbf81d079fcdd506bae9",
- "sha256:a2e658a9630f27534e63922ebf655a6ab60c370f4d2fc5c02a5b19baf4410ace",
- "sha256:bfb20cb57486c8e4793d41996652e5a6a885b4d9175dd369045dad59eaacea42",
- "sha256:caad2846e21188797a1f17fc09c31b84c7c3c23baf2516fed5b40b378515bbf0",
- "sha256:d915a18f0597ef685e88bb35e5d7ab968964b7befefe1aaea1eb5b2640b586c7",
- "sha256:dda73bf69ea479c8577a0448f8c707691152e6c4de7f0c4dec5a4bc11dee516e",
- "sha256:e38beb7992b5afd9d5244e96ad5fa9135e94993b0c551ceebf3fe1a5d9beb234",
- "sha256:edcc9f58ec0fd121a25bc950d4578df47428d72e1a0d66c07403b04eb93bcf98",
- "sha256:efd3fdd3f67a7e576dd869c184c5dd71d9aaa36ded271939da352880c012e703",
- "sha256:f696d6be15be87aef621917585f9bb94b1dc9e8aced570db1b8a6fc14e8f9b42",
- "sha256:fd97ed11a4c7f6d042d320ce03d83b20c3fb40da892f994bc041bbc415d7a099"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.8.1"
- },
- "decorator": {
- "hashes": [
- "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330",
- "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==5.1.1"
- },
- "distlib": {
- "hashes": [
- "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784",
- "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64"
- ],
- "version": "==0.3.8"
- },
- "docopt": {
- "hashes": [
- "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"
- ],
- "version": "==0.6.2"
- },
- "docrep": {
- "hashes": [
- "sha256:ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314"
- ],
- "version": "==0.3.2"
- },
- "docutils": {
- "hashes": [
- "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6",
- "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.20.1"
- },
- "exceptiongroup": {
- "hashes": [
- "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14",
- "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"
- ],
- "markers": "python_version < '3.11'",
- "version": "==1.2.0"
- },
- "executing": {
- "hashes": [
- "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147",
- "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==2.0.1"
- },
- "fasteners": {
- "hashes": [
- "sha256:758819cb5d94cdedf4e836988b74de396ceacb8e2794d21f82d131fd9ee77237",
- "sha256:b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19"
- },
- "filelock": {
- "hashes": [
- "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb",
- "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.13.3"
- },
- "flake8": {
- "hashes": [
- "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7",
- "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"
- ],
- "version": "==6.0.0"
- },
- "fonttools": {
- "hashes": [
- "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de",
- "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc",
- "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931",
- "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24",
- "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4",
- "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1",
- "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019",
- "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625",
- "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0",
- "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048",
- "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e",
- "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3",
- "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9",
- "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38",
- "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea",
- "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54",
- "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335",
- "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93",
- "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae",
- "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab",
- "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa",
- "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc",
- "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d",
- "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828",
- "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0",
- "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045",
- "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4",
- "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c",
- "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472",
- "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa",
- "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc",
- "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59",
- "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438",
- "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710",
- "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0",
- "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562",
- "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6",
- "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f",
- "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736",
- "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422",
- "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0",
- "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.50.0"
- },
- "fsspec": {
- "hashes": [
- "sha256:918d18d41bf73f0e2b261824baeb1b124bcf771767e3a26425cd7dec3332f512",
- "sha256:f39780e282d7d117ffb42bb96992f8a90795e4d0fb0f661a70ca39fe9c43ded9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2024.3.1"
- },
- "funcargparse": {
- "hashes": [
- "sha256:f33d0d2ad4b865e7726c4de3bf8c3e4d36313acf6cf0cff945cead396ec80fea"
- ],
- "version": "==0.2.5"
- },
- "identify": {
- "hashes": [
- "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791",
- "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.5.35"
- },
- "idna": {
- "hashes": [
- "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca",
- "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==3.6"
- },
- "imagesize": {
- "hashes": [
- "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b",
- "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.4.1"
- },
- "importlib-metadata": {
- "hashes": [
- "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570",
- "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
- ],
- "markers": "python_version < '3.10'",
- "version": "==7.1.0"
- },
- "importlib-resources": {
- "hashes": [
- "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c",
- "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"
- ],
- "markers": "python_version < '3.10'",
- "version": "==6.4.0"
- },
- "iniconfig": {
- "hashes": [
- "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
- "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.0.0"
- },
- "ipykernel": {
- "hashes": [
- "sha256:1181e653d95c6808039c509ef8e67c4126b3b3af7781496c7cbfb5ed938a27da",
- "sha256:3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.29.4"
- },
- "ipython": {
- "hashes": [
- "sha256:ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27",
- "sha256:e8267419d72d81955ec1177f8a29aaa90ac80ad647499201119e2f05e99aa397"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==8.18.1"
- },
- "isort": {
- "hashes": [
- "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504",
- "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"
- ],
- "version": "==5.12.0"
- },
- "jedi": {
- "hashes": [
- "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd",
- "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.19.1"
- },
- "jinja2": {
- "hashes": [
- "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa",
- "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==3.1.3"
- },
- "jsonschema": {
- "hashes": [
- "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163",
- "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
- ],
- "version": "==3.2.0"
- },
- "jupyter-client": {
- "hashes": [
- "sha256:3b7bd22f058434e3b9a7ea4b1500ed47de2713872288c0d511d19926f99b459f",
- "sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.6.1"
- },
- "jupyter-core": {
- "hashes": [
- "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409",
- "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.7.2"
- },
- "kiwisolver": {
- "hashes": [
- "sha256:00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf",
- "sha256:040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e",
- "sha256:05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af",
- "sha256:06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f",
- "sha256:0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046",
- "sha256:0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3",
- "sha256:11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5",
- "sha256:11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71",
- "sha256:11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee",
- "sha256:146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3",
- "sha256:15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9",
- "sha256:19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b",
- "sha256:1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985",
- "sha256:210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea",
- "sha256:2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16",
- "sha256:2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89",
- "sha256:2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c",
- "sha256:2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9",
- "sha256:3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712",
- "sha256:31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342",
- "sha256:32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a",
- "sha256:346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958",
- "sha256:378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d",
- "sha256:39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a",
- "sha256:3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130",
- "sha256:3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff",
- "sha256:3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898",
- "sha256:3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b",
- "sha256:4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f",
- "sha256:4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265",
- "sha256:53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93",
- "sha256:5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929",
- "sha256:59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635",
- "sha256:59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709",
- "sha256:59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b",
- "sha256:5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb",
- "sha256:5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a",
- "sha256:5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920",
- "sha256:5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e",
- "sha256:5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544",
- "sha256:5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45",
- "sha256:620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390",
- "sha256:6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77",
- "sha256:6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355",
- "sha256:6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff",
- "sha256:6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4",
- "sha256:7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7",
- "sha256:72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20",
- "sha256:74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c",
- "sha256:74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162",
- "sha256:763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228",
- "sha256:76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437",
- "sha256:76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc",
- "sha256:7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a",
- "sha256:7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901",
- "sha256:7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4",
- "sha256:83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770",
- "sha256:852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525",
- "sha256:85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad",
- "sha256:88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a",
- "sha256:88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29",
- "sha256:8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90",
- "sha256:92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250",
- "sha256:9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d",
- "sha256:9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3",
- "sha256:955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54",
- "sha256:9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f",
- "sha256:9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1",
- "sha256:a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da",
- "sha256:a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238",
- "sha256:aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa",
- "sha256:aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523",
- "sha256:b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0",
- "sha256:b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205",
- "sha256:b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3",
- "sha256:ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4",
- "sha256:bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac",
- "sha256:bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9",
- "sha256:bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb",
- "sha256:c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced",
- "sha256:c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd",
- "sha256:cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0",
- "sha256:ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da",
- "sha256:cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18",
- "sha256:d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9",
- "sha256:d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276",
- "sha256:d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333",
- "sha256:da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b",
- "sha256:da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db",
- "sha256:dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126",
- "sha256:dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9",
- "sha256:e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09",
- "sha256:e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0",
- "sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec",
- "sha256:e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7",
- "sha256:ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff",
- "sha256:f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9",
- "sha256:f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192",
- "sha256:f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8",
- "sha256:faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d",
- "sha256:fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6",
- "sha256:fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797",
- "sha256:fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892",
- "sha256:fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.5"
- },
- "license-expression": {
- "hashes": [
- "sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5",
- "sha256:ae0ba9a829d6909c785dc2f0131f13d10d68318e4a5f28af5ef152d6b52f9b41"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==30.3.0"
- },
- "locket": {
- "hashes": [
- "sha256:5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632",
- "sha256:b6c819a722f7b6bd955b80781788e4a66a55628b858d347536b7e81325a3a5e3"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
- "version": "==1.0.0"
- },
- "markdown-it-py": {
- "hashes": [
- "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1",
- "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==3.0.0"
- },
- "markupsafe": {
- "hashes": [
- "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
- "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff",
- "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f",
- "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3",
- "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532",
- "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f",
- "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617",
- "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df",
- "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4",
- "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906",
- "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f",
- "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4",
- "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8",
- "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371",
- "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2",
- "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465",
- "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52",
- "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6",
- "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169",
- "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad",
- "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2",
- "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0",
- "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029",
- "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f",
- "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a",
- "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced",
- "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5",
- "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c",
- "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf",
- "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9",
- "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb",
- "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad",
- "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3",
- "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1",
- "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46",
- "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc",
- "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a",
- "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee",
- "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900",
- "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5",
- "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea",
- "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f",
- "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5",
- "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e",
- "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a",
- "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f",
- "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50",
- "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a",
- "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b",
- "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4",
- "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff",
- "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2",
- "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46",
- "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b",
- "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf",
- "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5",
- "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5",
- "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab",
- "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd",
- "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.1.5"
- },
- "matplotlib": {
- "hashes": [
- "sha256:04b36ad07eac9740fc76c2aa16edf94e50b297d6eb4c081e3add863de4bb19a7",
- "sha256:09074f8057917d17ab52c242fdf4916f30e99959c1908958b1fc6032e2d0f6d4",
- "sha256:1c5c8290074ba31a41db1dc332dc2b62def469ff33766cbe325d32a3ee291aea",
- "sha256:242489efdb75b690c9c2e70bb5c6550727058c8a614e4c7716f363c27e10bba1",
- "sha256:40321634e3a05ed02abf7c7b47a50be50b53ef3eaa3a573847431a545585b407",
- "sha256:4c6e00a65d017d26009bac6808f637b75ceade3e1ff91a138576f6b3065eeeba",
- "sha256:5184e07c7e1d6d1481862ee361905b7059f7fe065fc837f7c3dc11eeb3f2f900",
- "sha256:5745f6d0fb5acfabbb2790318db03809a253096e98c91b9a31969df28ee604aa",
- "sha256:5e431a09e6fab4012b01fc155db0ce6dccacdbabe8198197f523a4ef4805eb26",
- "sha256:5f557156f7116be3340cdeef7f128fa99b0d5d287d5f41a16e169819dcf22357",
- "sha256:6728dde0a3997396b053602dbd907a9bd64ec7d5cf99e728b404083698d3ca01",
- "sha256:7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161",
- "sha256:7c42dae72a62f14982f1474f7e5c9959fc4bc70c9de11cc5244c6e766200ba65",
- "sha256:813925d08fb86aba139f2d31864928d67511f64e5945ca909ad5bc09a96189bb",
- "sha256:83c0653c64b73926730bd9ea14aa0f50f202ba187c307a881673bad4985967b7",
- "sha256:83e0f72e2c116ca7e571c57aa29b0fe697d4c6425c4e87c6e994159e0c008635",
- "sha256:b3c5f96f57b0369c288bf6f9b5274ba45787f7e0589a34d24bdbaf6d3344632f",
- "sha256:b97653d869a71721b639714b42d87cda4cfee0ee74b47c569e4874c7590c55c5",
- "sha256:bf5932eee0d428192c40b7eac1399d608f5d995f975cdb9d1e6b48539a5ad8d0",
- "sha256:c4af3f7317f8a1009bbb2d0bf23dfaba859eb7dd4ccbd604eba146dccaaaf0a4",
- "sha256:cd3a0c2be76f4e7be03d34a14d49ded6acf22ef61f88da600a18a5cd8b3c5f3c",
- "sha256:cf60138ccc8004f117ab2a2bad513cc4d122e55864b4fe7adf4db20ca68a078f",
- "sha256:d7e7e0993d0758933b1a241a432b42c2db22dfa37d4108342ab4afb9557cbe3e",
- "sha256:e7b49ab49a3bea17802df6872f8d44f664ba8f9be0632a60c99b20b6db2165b7",
- "sha256:e9764df0e8778f06414b9d281a75235c1e85071f64bb5d71564b97c1306a2afc",
- "sha256:ef6c1025a570354297d6c15f7d0f296d95f88bd3850066b7f1e7b4f2f4c13a39",
- "sha256:f386cf162b059809ecfac3bcc491a9ea17da69fa35c8ded8ad154cd4b933d5ec",
- "sha256:fa93695d5c08544f4a0dfd0965f378e7afc410d8672816aff1e81be1f45dbf2e"
- ],
- "index": "pypi",
- "markers": "python_version >= '3.9'",
- "version": "==3.8.3"
- },
- "matplotlib-inline": {
- "hashes": [
- "sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311",
- "sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.6"
- },
- "mccabe": {
- "hashes": [
- "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325",
- "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.7.0"
- },
- "mdurl": {
- "hashes": [
- "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
- "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.1.2"
- },
- "more-itertools": {
- "hashes": [
- "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684",
- "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.2.0"
- },
- "mypy": {
- "hashes": [
- "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6",
- "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913",
- "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129",
- "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc",
- "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974",
- "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374",
- "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150",
- "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03",
- "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9",
- "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02",
- "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89",
- "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2",
- "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d",
- "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3",
- "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612",
- "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e",
- "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3",
- "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e",
- "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd",
- "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04",
- "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed",
- "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185",
- "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf",
- "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b",
- "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4",
- "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f",
- "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"
- ],
- "version": "==1.9.0"
- },
- "mypy-extensions": {
- "hashes": [
- "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d",
- "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.0"
- },
- "nest-asyncio": {
- "hashes": [
- "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe",
- "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.6.0"
- },
- "netcdf4": {
- "hashes": [
- "sha256:0187646e3348e7a8cd654617dda65517df138042c94c2fcc6682ff7c8c6654dc",
- "sha256:081e9043ac6160989f60570928eabe803c88ce7df1d3f79f2345dc48f68ef752",
- "sha256:10d2ac9ae1308ca837d86c6dc304ec455a85bdba0f2175e222844a54589168dc",
- "sha256:111357d9e12eb79e8d58bfd91bc6b230d35b17a0ebd8c546d17416e8ceebea49",
- "sha256:18255b8b283d32d3900092f29c67e53aa25bd8f0dfe7adde59fe782d865a381c",
- "sha256:19e16c63cdd7c0dbffe284a4a65f226ba1026f476f35cbedd099b4792b395f69",
- "sha256:1c5fede0b34c0a02a1b9e84116bfb3fcd2f80124a651d4836e72b785d10e2f15",
- "sha256:2455e9d35fde067e6a6bdc24aa9d44962235a071cec49904d1589e298c23dcd3",
- "sha256:2c210794d96431d92b5992e46ad8a9f97237bf6d6956f8816978a03dc0fa18c3",
- "sha256:3aaceea2097d292bad398d9f9b4fe403efa7b1568fcfa6faba9b67b1630027f9",
- "sha256:3de5512b9270aa6472e4f3aa2bf895a7364c1d4f8667ce3b82e8232197d4fec8",
- "sha256:4609dd62d14798c9524327287091875449d68588c128abb768fc0c76c4a28165",
- "sha256:4a8300451d7542d3c4ff1dcccf5fb1c7d44bdd1dc08ec77dab04416caf13cb1f",
- "sha256:53050562bac84738bbd121fbbee9593d074579f5d6fdaafcb981abeb5c964225",
- "sha256:574d7742ab321e5f9f33b5b1296c4ad4e5c469152c17d4fc453d5070e413e596",
- "sha256:824881d0aacfde5bd982d6adedd8574259c85553781e7b83e0ce82b890bfa0ef",
- "sha256:938c062382406bca9198b16adddd87c09b00521766b138cdfd11c95546eefeb8",
- "sha256:9a63a2be2f80977ac23bb0aa736c565011fd4639097ce0922e01b0dc38015df2",
- "sha256:9b47b22dda5b25ba6291f97634d7ac67b0a843f8ae5c9d9d5813c15364f66d0a",
- "sha256:9e5edfed673005f47f8d2fbea9c72c382b085dd358ac3c20ca743a563ed7b90e",
- "sha256:a1ab5dabac27d25fcc82c52dc29a74a6585e865208cce35f4e285df83d3df0b2",
- "sha256:a27db2701feef31201c9b20b04a9579196edc20dfc339ca423c7b81e462d6e14",
- "sha256:ad1101d538077152b866782e44458356981526bf2ea9cc07930bf28b589c82a7",
- "sha256:b20971a164431f6eca1d24df8aa153db15c2c1b9630e83ccc5cf004e8ac8151d",
- "sha256:b994afce2ca4073f6b757385a6c0ffec25ecaae2b8821535b303c7cdbf6de42b",
- "sha256:d23b97cbde2bf413fadc4697c5c255a0436511c02f811e127e0fb12f5b882a4c",
- "sha256:de4dc973fae9e2bbdf42e094125e423a4c25393172a61958314969b055a38889"
- ],
- "version": "==1.6.5"
- },
- "nodeenv": {
- "hashes": [
- "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2",
- "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
- "version": "==1.8.0"
- },
- "numpy": {
- "hashes": [
- "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b",
- "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818",
- "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20",
- "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0",
- "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010",
- "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a",
- "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea",
- "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c",
- "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71",
- "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110",
- "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be",
- "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a",
- "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a",
- "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5",
- "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed",
- "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd",
- "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c",
- "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e",
- "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0",
- "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c",
- "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a",
- "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b",
- "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0",
- "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6",
- "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2",
- "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a",
- "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30",
- "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218",
- "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5",
- "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07",
- "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2",
- "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4",
- "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764",
- "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef",
- "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
- "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.26.4"
- },
- "packaging": {
- "hashes": [
- "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
- "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==24.0"
- },
- "pandas": {
- "hashes": [
- "sha256:04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee",
- "sha256:06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e",
- "sha256:0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572",
- "sha256:0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944",
- "sha256:101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403",
- "sha256:11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89",
- "sha256:1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab",
- "sha256:4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6",
- "sha256:4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb",
- "sha256:53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9",
- "sha256:739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019",
- "sha256:76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be",
- "sha256:7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd",
- "sha256:88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c",
- "sha256:8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88",
- "sha256:94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0",
- "sha256:9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397",
- "sha256:9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc",
- "sha256:a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2",
- "sha256:af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7",
- "sha256:c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06",
- "sha256:c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51",
- "sha256:c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0",
- "sha256:c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a",
- "sha256:df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16",
- "sha256:e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02",
- "sha256:f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359",
- "sha256:f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b",
- "sha256:f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.2.1"
- },
- "parso": {
- "hashes": [
- "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0",
- "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==0.8.3"
- },
- "partd": {
- "hashes": [
- "sha256:27e766663d36c161e2827aa3e28541c992f0b9527d3cca047e13fb3acdb989e6",
- "sha256:56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==1.4.1"
- },
- "pathspec": {
- "hashes": [
- "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08",
- "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.12.1"
- },
- "pexpect": {
- "hashes": [
- "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523",
- "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"
- ],
- "markers": "sys_platform != 'win32'",
- "version": "==4.9.0"
- },
- "pillow": {
- "hashes": [
- "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c",
- "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2",
- "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb",
- "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d",
- "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa",
- "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3",
- "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1",
- "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a",
- "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd",
- "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8",
- "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999",
- "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599",
- "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936",
- "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375",
- "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d",
- "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b",
- "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60",
- "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572",
- "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3",
- "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced",
- "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f",
- "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b",
- "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19",
- "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f",
- "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d",
- "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383",
- "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795",
- "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355",
- "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57",
- "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09",
- "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b",
- "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462",
- "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf",
- "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f",
- "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a",
- "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad",
- "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9",
- "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d",
- "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45",
- "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994",
- "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d",
- "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338",
- "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463",
- "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451",
- "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591",
- "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c",
- "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd",
- "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32",
- "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9",
- "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf",
- "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5",
- "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828",
- "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3",
- "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5",
- "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2",
- "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b",
- "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2",
- "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475",
- "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3",
- "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb",
- "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef",
- "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015",
- "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002",
- "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170",
- "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84",
- "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57",
- "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f",
- "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27",
- "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==10.3.0"
- },
- "platformdirs": {
- "hashes": [
- "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068",
- "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==4.2.0"
- },
- "pluggy": {
- "hashes": [
- "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
- "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.4.0"
- },
- "pre-commit": {
- "hashes": [
- "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab",
- "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"
- ],
- "version": "==3.7.0"
- },
- "prompt-toolkit": {
- "hashes": [
- "sha256:3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d",
- "sha256:a11a29cb3bf0a28a387fe5122cdb649816a957cd9261dcedf8c9f1fef33eacf6"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==3.0.43"
- },
- "psutil": {
- "hashes": [
- "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d",
- "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73",
- "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8",
- "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2",
- "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e",
- "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36",
- "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7",
- "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c",
- "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee",
- "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421",
- "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf",
- "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81",
- "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0",
- "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631",
- "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4",
- "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8"
- ],
- "version": "==5.9.8"
- },
- "psy-simple": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git",
- "markers": "python_version >= '3.7'",
- "ref": "4e123b974b654c290376a55570c0a3eca1ca7b0f"
- },
- "psyplot": {
- "git": "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git",
- "markers": "python_version >= '3.9'",
- "ref": "70d4e724d85782a486022d9b2a92e858e7210730"
- },
- "psyplot-gui": {
- "extras": [
- "testsite"
- ],
- "file": "../../.."
- },
- "psyplot-gui-test": {
- "path": "../../../tests/test_plugin/"
- },
- "ptyprocess": {
- "hashes": [
- "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35",
- "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
- ],
- "version": "==0.7.0"
- },
- "pure-eval": {
- "hashes": [
- "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350",
- "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
- ],
- "version": "==0.2.2"
- },
- "pycodestyle": {
- "hashes": [
- "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053",
- "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.10.0"
- },
- "pyflakes": {
- "hashes": [
- "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf",
- "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==3.0.1"
- },
- "pygments": {
- "hashes": [
- "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
- "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.17.2"
- },
- "pykwalify": {
- "hashes": [
- "sha256:731dfa87338cca9f559d1fca2bdea37299116e3139b73f78ca90a543722d6651",
- "sha256:796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884"
- ],
- "version": "==1.8.0"
- },
- "pyparsing": {
- "hashes": [
- "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad",
- "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"
- ],
- "markers": "python_full_version >= '3.6.8'",
- "version": "==3.1.2"
- },
- "pyproject-api": {
- "hashes": [
- "sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538",
- "sha256:4c0116d60476b0786c88692cf4e325a9814965e2469c5998b830bba16b183675"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==1.6.1"
- },
- "pyqt5": {
- "hashes": [
- "sha256:501355f327e9a2c38db0428e1a236d25ebcb99304cd6e668c05d1188d514adec",
- "sha256:862cea3be95b4b0a2b9678003b3a18edf7bd5eafd673860f58820f246d4bf616",
- "sha256:93288d62ebd47b1933d80c27f5d43c7c435307b84d480af689cef2474e87e4c8",
- "sha256:b89478d16d4118664ff58ed609e0a804d002703c9420118de7e4e70fa1cb5486",
- "sha256:d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a",
- "sha256:ff99b4f91aa8eb60510d5889faad07116d3340041916e46c07d519f7cad344e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.10"
- },
- "pyqt5-qt5": {
- "hashes": [
- "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a",
- "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962",
- "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154",
- "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"
- ],
- "version": "==5.15.2"
- },
- "pyqt5-sip": {
- "hashes": [
- "sha256:0f85fb633a522f04e48008de49dce1ff1d947011b48885b8428838973fbca412",
- "sha256:108a15f603e1886988c4b0d9d41cb74c9f9815bf05cefc843d559e8c298a10ce",
- "sha256:1c8371682f77852256f1f2d38c41e2e684029f43330f0635870895ab01c02f6c",
- "sha256:205cd449d08a2b024a468fb6100cd7ed03e946b4f49706f508944006f955ae1a",
- "sha256:29fa9cc964517c9fc3f94f072b9a2aeef4e7a2eda1879cb835d9e06971161cdf",
- "sha256:3188a06956aef86f604fb0d14421a110fad70d2a9e943dbacbfc3303f651dade",
- "sha256:3a4498f3b1b15f43f5d12963accdce0fd652b0bcaae6baf8008663365827444c",
- "sha256:5338773bbaedaa4f16a73c142fb23cc18c327be6c338813af70260b756c7bc92",
- "sha256:6e4ac714252370ca037c7d609da92388057165edd4f94e63354f6d65c3ed9d53",
- "sha256:773731b1b5ab1a7cf5621249f2379c95e3d2905e9bd96ff3611b119586daa876",
- "sha256:7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91",
- "sha256:7fe3375b508c5bc657d73b9896bba8a768791f1f426c68053311b046bcebdddf",
- "sha256:96414c93f3d33963887cf562d50d88b955121fbfd73f937c8eca46643e77bf61",
- "sha256:9a8cdd6cb66adcbe5c941723ed1544eba05cf19b6c961851b58ccdae1c894afb",
- "sha256:9b984c2620a7a7eaf049221b09ae50a345317add2624c706c7d2e9e6632a9587",
- "sha256:a7e3623b2c743753625c4650ec7696362a37fb36433b61824cf257f6d3d43cca",
- "sha256:bbc7cd498bf19e0862097be1ad2243e824dea56726f00c11cff1b547c2d31d01",
- "sha256:d5032da3fff62da055104926ffe76fd6044c1221f8ad35bb60804bcb422fe866",
- "sha256:db228cd737f5cbfc66a3c3e50042140cb80b30b52edc5756dbbaa2346ec73137",
- "sha256:ec60162e034c42fb99859206d62b83b74f987d58937b3a82bdc07b5c3d190dec",
- "sha256:fb4a5271fa3f6bc2feb303269a837a95a6d8dd16be553aa40e530de7fb81bfdf"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==12.13.0"
- },
- "pyqtwebengine": {
- "hashes": [
- "sha256:61d0ceb20025ba4d2d1ce3c2b3a7a43e240069c4203dfc4a8dddfb00923b1d3c",
- "sha256:67110bc9d5b7e633dcc242b8228cc54b1532abc039fdf534b383ac40a60b7ba3",
- "sha256:8c2fce2458e7b781d2cc3070b336f67d39a717c5eef2f823cae501d5d9f200de",
- "sha256:a90c945606683a53c9b264a7509943fd835d50366d535c22ddde952f23d35748",
- "sha256:ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721",
- "sha256:dbd1a768877040050d3159270f5ab95758af4954c4cb4e54195bd3cad519d5b6"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==5.15.6"
- },
- "pyqtwebengine-qt5": {
- "hashes": [
- "sha256:24231f19e1595018779977de6722b5c69f3d03f34a5f7574ff21cd1e764ef76d",
- "sha256:9e80b408d8de09d4e708d5d84c3ceaf3603292ff8f5e566ae44bb0320fa59c33",
- "sha256:bc7b1fd1f4f8138d59b0b0245d601fb2c5c0aa1e1e7e853b713e52a3165d147e",
- "sha256:ec2acb1780c0124ef060c310e00ca701f388d8b6c35bba9127f7a6f0dc536f77"
- ],
- "version": "==5.15.2"
- },
- "pyrsistent": {
- "hashes": [
- "sha256:0724c506cd8b63c69c7f883cc233aac948c1ea946ea95996ad8b1380c25e1d3f",
- "sha256:09848306523a3aba463c4b49493a760e7a6ca52e4826aa100ee99d8d39b7ad1e",
- "sha256:0f3b1bcaa1f0629c978b355a7c37acd58907390149b7311b5db1b37648eb6958",
- "sha256:21cc459636983764e692b9eba7144cdd54fdec23ccdb1e8ba392a63666c60c34",
- "sha256:2e14c95c16211d166f59c6611533d0dacce2e25de0f76e4c140fde250997b3ca",
- "sha256:2e2c116cc804d9b09ce9814d17df5edf1df0c624aba3b43bc1ad90411487036d",
- "sha256:4021a7f963d88ccd15b523787d18ed5e5269ce57aa4037146a2377ff607ae87d",
- "sha256:4c48f78f62ab596c679086084d0dd13254ae4f3d6c72a83ffdf5ebdef8f265a4",
- "sha256:4f5c2d012671b7391803263419e31b5c7c21e7c95c8760d7fc35602353dee714",
- "sha256:58b8f6366e152092194ae68fefe18b9f0b4f89227dfd86a07770c3d86097aebf",
- "sha256:59a89bccd615551391f3237e00006a26bcf98a4d18623a19909a2c48b8e986ee",
- "sha256:5cdd7ef1ea7a491ae70d826b6cc64868de09a1d5ff9ef8d574250d0940e275b8",
- "sha256:6288b3fa6622ad8a91e6eb759cfc48ff3089e7c17fb1d4c59a919769314af224",
- "sha256:6d270ec9dd33cdb13f4d62c95c1a5a50e6b7cdd86302b494217137f760495b9d",
- "sha256:79ed12ba79935adaac1664fd7e0e585a22caa539dfc9b7c7c6d5ebf91fb89054",
- "sha256:7d29c23bdf6e5438c755b941cef867ec2a4a172ceb9f50553b6ed70d50dfd656",
- "sha256:8441cf9616d642c475684d6cf2520dd24812e996ba9af15e606df5f6fd9d04a7",
- "sha256:881bbea27bbd32d37eb24dd320a5e745a2a5b092a17f6debc1349252fac85423",
- "sha256:8c3aba3e01235221e5b229a6c05f585f344734bd1ad42a8ac51493d74722bbce",
- "sha256:a14798c3005ec892bbada26485c2eea3b54109cb2533713e355c806891f63c5e",
- "sha256:b14decb628fac50db5e02ee5a35a9c0772d20277824cfe845c8a8b717c15daa3",
- "sha256:b318ca24db0f0518630e8b6f3831e9cba78f099ed5c1d65ffe3e023003043ba0",
- "sha256:c1beb78af5423b879edaf23c5591ff292cf7c33979734c99aa66d5914ead880f",
- "sha256:c55acc4733aad6560a7f5f818466631f07efc001fd023f34a6c203f8b6df0f0b",
- "sha256:ca52d1ceae015859d16aded12584c59eb3825f7b50c6cfd621d4231a6cc624ce",
- "sha256:cae40a9e3ce178415040a0383f00e8d68b569e97f31928a3a8ad37e3fde6df6a",
- "sha256:e78d0c7c1e99a4a45c99143900ea0546025e41bb59ebc10182e947cf1ece9174",
- "sha256:ef3992833fbd686ee783590639f4b8343a57f1f75de8633749d984dc0eb16c86",
- "sha256:f058a615031eea4ef94ead6456f5ec2026c19fb5bd6bfe86e9665c4158cf802f",
- "sha256:f5ac696f02b3fc01a710427585c855f65cd9c640e14f52abe52020722bb4906b",
- "sha256:f920385a11207dc372a028b3f1e1038bb244b3ec38d448e6d8e43c6b3ba20e98",
- "sha256:fed2c3216a605dc9a6ea50c7e84c82906e3684c4e80d2908208f662a6cbf9022"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==0.20.0"
- },
- "pytest": {
- "hashes": [
- "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7",
- "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==8.1.1"
- },
- "pytest-cov": {
- "hashes": [
- "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652",
- "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"
- ],
- "version": "==5.0.0"
- },
- "python-dateutil": {
- "hashes": [
- "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3",
- "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==2.9.0.post0"
- },
- "python-debian": {
- "hashes": [
- "sha256:880f3bc52e31599f2a9b432bd7691844286825087fccdcf2f6ffd5cd79a26f9f",
- "sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c",
- "sha256:bb943755de23ae448102f334ae74417085a7fe1c6d673d8e5608e67d13c9109f"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==0.1.49"
- },
- "pytz": {
- "hashes": [
- "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
- "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
- ],
- "version": "==2024.1"
- },
- "pyyaml": {
- "hashes": [
- "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5",
- "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc",
- "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df",
- "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741",
- "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206",
- "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27",
- "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595",
- "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62",
- "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98",
- "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696",
- "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290",
- "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9",
- "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d",
- "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6",
- "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867",
- "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47",
- "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486",
- "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6",
- "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3",
- "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007",
- "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938",
- "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0",
- "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c",
- "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735",
- "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d",
- "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28",
- "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4",
- "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba",
- "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8",
- "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef",
- "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5",
- "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd",
- "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3",
- "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0",
- "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515",
- "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c",
- "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c",
- "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924",
- "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34",
- "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43",
- "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859",
- "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673",
- "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54",
- "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a",
- "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b",
- "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab",
- "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa",
- "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c",
- "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585",
- "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d",
- "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==6.0.1"
- },
- "pyzmq": {
- "hashes": [
- "sha256:03504b094c235a945261fd844b7d36187b7f90c88bf2335c96b976df3c28e123",
- "sha256:07b17cf6ac54fe5c3714292900b680840899c8b8a802b1ec660bc60efa3ab7b0",
- "sha256:0bf1f0644a1d32574aeb51c7b460401ced715fd3daa7cee5286cec63473ee550",
- "sha256:10e2b20654c3b2bbe0d84a8d823c31604be5d7259511b2c723b2ac2d32d20f58",
- "sha256:16b78db5f63ef9212ada0e5981c88dde61a172d716659ca75d43456b3aa43caa",
- "sha256:192a22724050e7d84e8973fbcf3b044bde0329036425130dd4dcdb0b773ab1a2",
- "sha256:19d6f5debfaa581220505002b6d25a7f8a2a183ce913127fffe521bc781b2fba",
- "sha256:1ce0531579a6295dfab6b503ca6508597ba09770df45925c4c1829b17fc3ac4c",
- "sha256:261ef422cf1093db9074b271c6524353b21115803f3b5b856be63fed6ad50d56",
- "sha256:26d4b4a2cce74646548dd9b48d872946bc2ddb9cf9b049b70e4483ba0c940be9",
- "sha256:283340198fa216f5dc093acda7fa053b78e6bb477e51b235658a5ed0e5615359",
- "sha256:2eda22c05bef5042f270ddde137e6464dbee5d89e18813d3e30485811cf5fa6b",
- "sha256:2f433d82d6aa7d01247fd201e3d0d0e471218964260a1157faaffb0b36161f6e",
- "sha256:2feeabf28462a2f24f5699e96b2b753000aeebf4a094fbc4c2d58b2e577f9d9f",
- "sha256:32038b358cc805d715d4f04d46e8a816187e811c8cad17812af62c3eb527eacf",
- "sha256:383bec5a57f93d563bc4e2ced4f5fa2781d245a96b0303a9a83247e7dea7def9",
- "sha256:3aea72c28907c5c274827561804b5c15a0928aad0631914e160fc7fffceb8bcc",
- "sha256:3bbd24b26b5d50af617358b8d28ec69fdc7a89953474100a7ffcb4c932976998",
- "sha256:3fa4e4bd6cba66fa94181828ba37b4a1442ac01ce491350cf77debe35d42cd70",
- "sha256:458134b1f1755f17cfbe921d9c4b82012aa00fa5d0a02f15223160e44267bfac",
- "sha256:461cd090e4ebc5bdb5cbcb3e08b4a9a6d69bce697ded4c58a587a3b8558d871a",
- "sha256:4ad59f6dacfe0fce89f7614259967e1078aeb23c3060565d06235678ad9ba982",
- "sha256:4c1fab78c99c6cc30a54fd2a630570894964b0415420215c6e692488701a1c3a",
- "sha256:4e3cba9c7dcaa946ac39bfdc7f12eec6c06e2275edc6be1c1d0ad1752e7df3ce",
- "sha256:55fc929f3a351091b49e9946c0be81068601d27d710554178fbf664f3fba306a",
- "sha256:59edca9ee08638751d9f0391f9943cfc53bf2de4130501d445033d84ca6b712c",
- "sha256:5f33bf5f9be42ff38dfb821dad71d14246a855d47a95c289f80ec001df0346bb",
- "sha256:63b23f1458a0618d64ed9d585e43bda6ffd0b818e8684d3d113ada7424d5bb83",
- "sha256:661f6dffa0274e6f6e4b22f407733f3cb12ddb93954234a1275dd8576c4bb54a",
- "sha256:68e08473c522a80768e9c7b42006ccc15f2d6b1562ad9cd86fbad901cafd9747",
- "sha256:69e00138c1c2a4a454e417544805a9a5cd7a2a68c3a657639fc1996b1c932579",
- "sha256:6e9c777525018c94d951039cf1bed3ef1519446a99e2039f0b5129e2b3aa6550",
- "sha256:7096d246f4203f25bb74245837cd791ef2e61456058966fc2662424eb9eee44f",
- "sha256:7fe4524533aa30c024dfca71705cc8c61a98b57c6a95e323467123756ea93a2a",
- "sha256:81b62e6e7ad3ccebc38cf8af4bc27013c4c8237e18aadfe76cb985f0d1e54a43",
- "sha256:81b840c4c9814434b0b7d1b49d7bc4ebbd887f07080376f5be4949aa568ee7d3",
- "sha256:848fd63af02b3e5f0c7dd8b587afa65df7f96e8bec44f475b8fec568edb9565b",
- "sha256:869bf35a8d0bff761c89c29480c8bf5a51825c2c51024a9b521bbe10964164cd",
- "sha256:888738c4e2fc2e4125e23926b7872c7c0762a16b345393ee62ffd51fc84f8f97",
- "sha256:8944aeaab767f461bf0987c3552af806fd109d5b55c72136c95b6ff32884c206",
- "sha256:89d2ed84e3ee93e11eedc00eb291c787313ed03040c9b6ed9da6efe950cd64f5",
- "sha256:8aac4092d92c81f3fc2d552f9f0a6c3cdb306d682745c1e78908240129a40299",
- "sha256:8d51679472b9e567921297c2e1fb7cca99ac405dcc8931163275ea66c5ebaa2d",
- "sha256:911b8056d00010003916452f8edc0cc7e79656851b199577206d055339fd3c22",
- "sha256:91d38612b4b8832a1170807a05ce5d11aa78c26cb9d379e86fa054e7c963483e",
- "sha256:92f3b26ad8c6621b9a69e95530986fc3bf1200f418cc54e99bb113e50fc83423",
- "sha256:975f6ae594d22e1891535b43806e5cffe37747ceb4b9567e550017927824f0d6",
- "sha256:995aeff665c23e788f6cd940f3819151ad4bdb37b495dbca23ba844b4a9f04ab",
- "sha256:99bf6710358e4fa28e479d9e19f67e1f33ea35724af14965a9ccd07548562fa9",
- "sha256:9bb0f04300da09d05c104a1563246941a519ecbf1ed023c718d9f3d2e56087cf",
- "sha256:9dadcaff03bf610520e4f27d77f596ca8321f70fdddc476044a92b7320f1964a",
- "sha256:9f298530cc66c80ca8b1565056c3df02fade3dbc3c7450459d8332f0ed9e3b14",
- "sha256:a35909e60156b3d83f60575b89964bc319dbb5a2a68ef6968cc326cf78d8f0ca",
- "sha256:a367a9fd6b1b2cc2a849429de9b1c84849f197df0818ce7ca014f928146de717",
- "sha256:a3a6b7bd5feb631fd68fecaa73b3fa03cc82abc97a1455e1d1afe35c9220bfd8",
- "sha256:a3f64b997f3f6476d1347292ebcde2881b9d8c52ec2118b61f7ba135ab451402",
- "sha256:a4a7db0b9a7fda4e5afb85806dad4dd54c27d827152c530bc2ffa0e1fc23443f",
- "sha256:a7a027c11fe1f079122e77b5beb16bca35ab7fc4639bd911f74fb0038b40170f",
- "sha256:a99f0f9a21f99480f35ce60007825f38a3ad07c3b77ae1214bfdc8e8384f966e",
- "sha256:aef6d90d12f81eaa0f909d174bfb00dcb95c5adccec43a8aacfc632933470381",
- "sha256:beecf68da86346765edcfbfacf08a83903618b1ec7ecdc9694a2218b2c5b4c04",
- "sha256:c8d298c06fa2e1aebc5a7e236c139b7f0b4ca9ba09a28ba51b895e13daa8591d",
- "sha256:c8e5c0e82d9bb003208c583376e94a367ec7d22129fbdf70930645ff71892da5",
- "sha256:cce8171fb45e6835c201070a77231f0bef3cf04d61c9d5bc014f5999395f10c3",
- "sha256:cdc2267dc0473fcb03e4afe612c915de559f632933bd4901a9bcb3d2c8985ee6",
- "sha256:cf54ede8e18b8c9bd1f7a627ef30c450b4164eedd1846e40b646b72ddfef0290",
- "sha256:cf5bb80c287a01a4281aa98c2d39bd2a8e76edfe8c2e03a55a273805b28f1c66",
- "sha256:d0fe893a6a7638e7880115d6b5d380d6803e620f3df89951f7d47f1c6227e562",
- "sha256:d1b060eb4adec90b9d19f3c8043560c77a3e2c3c6430e7efa999aabab5f0eb89",
- "sha256:d8967ffce1f50fa9c1dd256f4edd84085b9e0464c01f929d45e026ccfae9359e",
- "sha256:d90adbc83a3418fbd41d8d303cf5ac7f3ef9b78619510c032a5db5f877a708ed",
- "sha256:d99388e3cd8d84b02a1f26d2c02e60460fdc0156950872ebaf736438320c6a90",
- "sha256:da02a4a6c93728f194c9c28f801ac3b0211682052b38fd4e21f2cc49ecb419d4",
- "sha256:da1257724a0897a2c58c3e9234e3efaed1df143abe2451e46fe8e8d87912618d",
- "sha256:dcd803976be70bd312d4283110116915b3b0bbad06e2fcd12981e9a32461b427",
- "sha256:de89229cfff30843201c21b669b5ada8ec025dea540fdb690c97f86dfb408a9c",
- "sha256:e0fa3965bfba68d0d99b20816ecbf7f3d8eb11fa7bdcce0f3223634d22896d9e",
- "sha256:e402400a33033321a31c4477bc57fc5621835d6ed7197361c3ab10463eaf8c80",
- "sha256:e8106ba2a731de0854ae52edbcf64c606da3c6dcfcb53093f385ff0b87f52aa5",
- "sha256:e89552ec2c1971a174694dfcbdfaab1735f6e890aaec2e38585399a5f417df64",
- "sha256:ec66cd4fd766567dc0f46c3effc8f1fd2b063ccb1899b13d05297d433f208cbe",
- "sha256:eee2eee715eba173939e2879b0bd65498a54dc2bb6334415300575e543c75b34",
- "sha256:f13f18f634fb916dc8cc9276b7f54c93630ca308128dd2458bdb1f659baeb418",
- "sha256:f2c4c004349a76183598854f425812be580962934a5f64e2e5b672bbc53e63fe",
- "sha256:f2cc2f4c6ebe717630f6c0085d230f52e87c175f33d7cff4ad9c047575a96f8a",
- "sha256:f527443a61eeba4a1b7282bc470e2297309e1dd70dceecc45e6609db9dca1793",
- "sha256:fcac6e70b4a5d88a62c6116be8780005cba4a90692f405026323ecf61d626a08",
- "sha256:fdf54d9e1963c18d9d206c497bfd336f257253d524cd3daa7d7f07ebb4ee91ee"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==26.0.0b2"
- },
- "qtconsole": {
- "hashes": [
- "sha256:8c75fa3e9b4ed884880ff7cea90a1b67451219279ec33deaee1d59e3df1a5d2b",
- "sha256:a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.5.1"
- },
- "qtpy": {
- "hashes": [
- "sha256:1c1d8c4fa2c884ae742b069151b0abe15b3f70491f3972698c683b8e38de839b",
- "sha256:a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.4.1"
- },
- "requests": {
- "hashes": [
- "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f",
- "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==2.31.0"
- },
- "reuse": {
- "hashes": [
- "sha256:2f13d9f31268e566e715fffe97299a002376477fada7ccd3d05a1458310cbf98",
- "sha256:590ce429ad964c515ed5e18b1f755d9b6cf027943d940d472d107e64ede70a6f"
- ],
- "version": "==3.0.1"
- },
- "rich": {
- "hashes": [
- "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222",
- "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"
- ],
- "markers": "python_full_version >= '3.7.0'",
- "version": "==13.7.1"
- },
- "ruamel.yaml": {
- "hashes": [
- "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636",
- "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.18.6"
- },
- "ruamel.yaml.clib": {
- "hashes": [
- "sha256:024cfe1fc7c7f4e1aff4a81e718109e13409767e4f871443cbff3dba3578203d",
- "sha256:03d1162b6d1df1caa3a4bd27aa51ce17c9afc2046c31b0ad60a0a96ec22f8001",
- "sha256:07238db9cbdf8fc1e9de2489a4f68474e70dffcb32232db7c08fa61ca0c7c462",
- "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9",
- "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe",
- "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b",
- "sha256:184565012b60405d93838167f425713180b949e9d8dd0bbc7b49f074407c5a8b",
- "sha256:1b617618914cb00bf5c34d4357c37aa15183fa229b24767259657746c9077615",
- "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62",
- "sha256:25ac8c08322002b06fa1d49d1646181f0b2c72f5cbc15a85e80b4c30a544bb15",
- "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b",
- "sha256:305889baa4043a09e5b76f8e2a51d4ffba44259f6b4c72dec8ca56207d9c6fe1",
- "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9",
- "sha256:3f215c5daf6a9d7bbed4a0a4f760f3113b10e82ff4c5c44bec20a68c8014f675",
- "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899",
- "sha256:4ecbf9c3e19f9562c7fdd462e8d18dd902a47ca046a2e64dba80699f0b6c09b7",
- "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7",
- "sha256:56f4252222c067b4ce51ae12cbac231bce32aee1d33fbfc9d17e5b8d6966c312",
- "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa",
- "sha256:700e4ebb569e59e16a976857c8798aee258dceac7c7d6b50cab63e080058df91",
- "sha256:75e1ed13e1f9de23c5607fe6bd1aeaae21e523b32d83bb33918245361e9cc51b",
- "sha256:77159f5d5b5c14f7c34073862a6b7d34944075d9f93e681638f6d753606c6ce6",
- "sha256:7f67a1ee819dc4562d444bbafb135832b0b909f81cc90f7aa00260968c9ca1b3",
- "sha256:840f0c7f194986a63d2c2465ca63af8ccbbc90ab1c6001b1978f05119b5e7334",
- "sha256:84b554931e932c46f94ab306913ad7e11bba988104c5cff26d90d03f68258cd5",
- "sha256:87ea5ff66d8064301a154b3933ae406b0863402a799b16e4a1d24d9fbbcbe0d3",
- "sha256:955eae71ac26c1ab35924203fda6220f84dce57d6d7884f189743e2abe3a9fbe",
- "sha256:a1a45e0bb052edf6a1d3a93baef85319733a888363938e1fc9924cb00c8df24c",
- "sha256:a5aa27bad2bb83670b71683aae140a1f52b0857a2deff56ad3f6c13a017a26ed",
- "sha256:a6a9ffd280b71ad062eae53ac1659ad86a17f59a0fdc7699fd9be40525153337",
- "sha256:a75879bacf2c987c003368cf14bed0ffe99e8e85acfa6c0bfffc21a090f16880",
- "sha256:aa2267c6a303eb483de8d02db2871afb5c5fc15618d894300b88958f729ad74f",
- "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d",
- "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248",
- "sha256:b42169467c42b692c19cf539c38d4602069d8c1505e97b86387fcf7afb766e1d",
- "sha256:bba64af9fa9cebe325a62fa398760f5c7206b215201b0ec825005f1b18b9bccf",
- "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512",
- "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069",
- "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb",
- "sha256:c58ecd827313af6864893e7af0a3bb85fd529f862b6adbefe14643947cfe2942",
- "sha256:c69212f63169ec1cfc9bb44723bf2917cbbd8f6191a00ef3410f5a7fe300722d",
- "sha256:cabddb8d8ead485e255fe80429f833172b4cadf99274db39abc080e068cbcc31",
- "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92",
- "sha256:da09ad1c359a728e112d60116f626cc9f29730ff3e0e7db72b9a2dbc2e4beed5",
- "sha256:e2b4c44b60eadec492926a7270abb100ef9f72798e18743939bdbf037aab8c28",
- "sha256:e79e5db08739731b0ce4850bed599235d601701d5694c36570a99a0c5ca41a9d",
- "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1",
- "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2",
- "sha256:f481f16baec5290e45aebdc2a5168ebc6d35189ae6fea7a58787613a25f6e875",
- "sha256:fff3573c2db359f091e1589c3d7c5fc2f86f5bdb6f24252c2d8e539d4e45f412"
- ],
- "markers": "platform_python_implementation == 'CPython' and python_version < '3.13'",
- "version": "==0.2.8"
- },
- "scipy": {
- "hashes": [
- "sha256:1e5ef578543729fda61679bdc569b3b0eacce56410624ac35ab4380d1830d9df",
- "sha256:283f8494ff86ac15bd098f8fa33091f229b95459f89f774fc08669d7741d90c2",
- "sha256:3b4b6d7a0f71ba4bd9f070de6cc806ae48a69abebb31c80b9898be92290aa6d3",
- "sha256:41f578d785a6338bc596273ae6f1e19e27bd5a85faecba77959c5811ab9d86a3",
- "sha256:429c3e13a018629a426777c1f7f2fcec7595feddcffd174a7caacb6940142a4d",
- "sha256:4a1894ef2aa8032a7b2a7591b6464bd4051d886eeff03153ce438f87a86a8eab",
- "sha256:4e26b23368ce80c3eeae91fdb0f9ec124b9ad4ba47d1b51104dfeee818e5fef6",
- "sha256:4fd73593e7e0a39d74e45b4b4604978dd9986d67da387db407268765323e6146",
- "sha256:57fd291abe2a52de9b8603fe12698fec04eb06294799d0af2eb5d51c15252be3",
- "sha256:6c5afd45c44c3edee9b0a08e2782a337613155d9c00aad1bb45f3bbad8ef669f",
- "sha256:6dee4a36eb7205c54a7546d0203216cf755a296111f5f0c7a86007d79f929299",
- "sha256:72e29d3dc0a00fe6cb71d3210f30b3f8f63e6bdd456c6218d25bc702eb10a8c9",
- "sha256:7af7860498aad7b08009b210364abc8a02b76df120a104e248ef3235f0317469",
- "sha256:7d02feff77fb512ea94600cc8b2be01fe4470c152bff948637ea7c5485cee110",
- "sha256:94f2bb994f544d09da3c2e03898844cdf8d4bb6112f11b8ec3c4dfcdb99465cc",
- "sha256:9ab240a7bbbc7440bad7b5703a044ba8761b06a20228dc42f289598281f414dd",
- "sha256:9fe38579ad7c024252936a190c0769ada3b9a769fd9a1f1dd603239c67e4455a",
- "sha256:a6cd4131837d9ef88f88128bcc76be8993ae2fb221f7aed41e311cd4aa735d6a",
- "sha256:aa016fb9aae8e13c14b5cad6333e0deb504caa374a587c7e30d87b132973f7a1",
- "sha256:b7425a9e494bb5526da5993b9007be2ca431685c2fd4997f7c87df1008555aa9",
- "sha256:c7acea7300f457ba5d9777ecac1d3b61a23d9dfbfaa2022b6afb7330b371d736",
- "sha256:c8b72001a502a41bcd5099589b6f80bbeca9792fc206aeab48c66395bacc7973",
- "sha256:db590318cfbadefee4ec2d256af1de5e8442a713c9f70ef5fb0098bb7b002fff",
- "sha256:e09825f27d9772ddf3148c039ed2005ba410df4c9a9a19cbdd2bee8702da90bd",
- "sha256:fc9ddc5346476860a5044ee461dc3537664bb9e43394dd7dda33793c97283454"
- ],
- "version": "==1.13.0rc1"
- },
- "setuptools": {
- "hashes": [
- "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e",
- "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==69.2.0"
- },
- "six": {
- "hashes": [
- "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
- "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
- ],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
- "version": "==1.16.0"
- },
- "snowballstemmer": {
- "hashes": [
- "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1",
- "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"
- ],
- "version": "==2.2.0"
- },
- "sphinx": {
- "hashes": [
- "sha256:1e09160a40b956dc623c910118fa636da93bd3ca0b9876a7b3df90f07d691560",
- "sha256:9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==7.2.6"
- },
- "sphinx-rtd-theme": {
- "hashes": [
- "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b",
- "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
- ],
- "markers": "python_version >= '3.6'",
- "version": "==2.0.0"
- },
- "sphinxcontrib-applehelp": {
- "hashes": [
- "sha256:c40a4f96f3776c4393d933412053962fac2b84f4c99a7982ba42e09576a70619",
- "sha256:cb61eb0ec1b61f349e5cc36b2028e9e7ca765be05e49641c97241274753067b4"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.8"
- },
- "sphinxcontrib-devhelp": {
- "hashes": [
- "sha256:6485d09629944511c893fa11355bda18b742b83a2b181f9a009f7e500595c90f",
- "sha256:9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.6"
- },
- "sphinxcontrib-htmlhelp": {
- "hashes": [
- "sha256:0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015",
- "sha256:393f04f112b4d2f53d93448d4bce35842f62b307ccdc549ec1585e950bc35e04"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2.0.5"
- },
- "sphinxcontrib-jquery": {
- "hashes": [
- "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a",
- "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"
- ],
- "markers": "python_version >= '2.7'",
- "version": "==4.1"
- },
- "sphinxcontrib-jsmath": {
- "hashes": [
- "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
- "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
- ],
- "markers": "python_version >= '3.5'",
- "version": "==1.0.1"
- },
- "sphinxcontrib-qthelp": {
- "hashes": [
- "sha256:053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6",
- "sha256:e2ae3b5c492d58fcbd73281fbd27e34b8393ec34a073c792642cd8e529288182"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.0.7"
- },
- "sphinxcontrib-serializinghtml": {
- "hashes": [
- "sha256:326369b8df80a7d2d8d7f99aa5ac577f51ea51556ed974e7716cfd4fca3f6cb7",
- "sha256:93f3f5dc458b91b192fe10c397e324f262cf163d79f3282c158e8436a2c4511f"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==1.1.10"
- },
- "stack-data": {
- "hashes": [
- "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9",
- "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"
- ],
- "version": "==0.6.3"
- },
- "tomli": {
- "hashes": [
- "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
- "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
- ],
- "markers": "python_version < '3.11'",
- "version": "==2.0.1"
- },
- "toolz": {
- "hashes": [
- "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85",
- "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==0.12.1"
- },
- "tornado": {
- "hashes": [
- "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0",
- "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63",
- "sha256:27787de946a9cffd63ce5814c33f734c627a87072ec7eed71f7fc4417bb16263",
- "sha256:6f8a6c77900f5ae93d8b4ae1196472d0ccc2775cc1dfdc9e7727889145c45052",
- "sha256:71ddfc23a0e03ef2df1c1397d859868d158c8276a0603b96cf86892bff58149f",
- "sha256:72291fa6e6bc84e626589f1c29d90a5a6d593ef5ae68052ee2ef000dfd273dee",
- "sha256:88b84956273fbd73420e6d4b8d5ccbe913c65d31351b4c004ae362eba06e1f78",
- "sha256:e43bc2e5370a6a8e413e1e1cd0c91bedc5bd62a74a532371042a18ef19e10579",
- "sha256:f0251554cdd50b4b44362f73ad5ba7126fc5b2c2895cc62b14a1c2d7ea32f212",
- "sha256:f7894c581ecdcf91666a0912f18ce5e757213999e183ebfc2c3fdbf4d5bd764e",
- "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==6.4"
- },
- "tox": {
- "hashes": [
- "sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104",
- "sha256:2900c4eb7b716af4a928a7fdc2ed248ad6575294ed7cfae2ea41203937422847"
- ],
- "version": "==4.14.2"
- },
- "traitlets": {
- "hashes": [
- "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9",
- "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==5.14.2"
- },
- "typing-extensions": {
- "hashes": [
- "sha256:6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976",
- "sha256:7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3"
- ],
- "markers": "python_version < '3.10'",
- "version": "==4.11.0rc1"
- },
- "tzdata": {
- "hashes": [
- "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd",
- "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"
- ],
- "markers": "python_version >= '2'",
- "version": "==2024.1"
- },
- "urllib3": {
- "hashes": [
- "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d",
- "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
- ],
- "markers": "python_version >= '3.8'",
- "version": "==2.2.1"
- },
- "virtualenv": {
- "hashes": [
- "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a",
- "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197"
- ],
- "markers": "python_version >= '3.7'",
- "version": "==20.25.1"
- },
- "wcwidth": {
- "hashes": [
- "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859",
- "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"
- ],
- "version": "==0.2.13"
- },
- "xarray": {
- "hashes": [
- "sha256:5c1db19efdde61db7faedad8fc944f4e29698fb6fbd578d352668b63598bd1d8",
- "sha256:ca2bc4da2bf2e7879e15862a7a7c3fc76ad19f6a08931d030220cef39a29118d"
- ],
- "markers": "python_version >= '3.9'",
- "version": "==2024.3.0"
- },
- "zipp": {
- "hashes": [
- "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b",
- "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
- ],
- "markers": "python_version < '3.10'",
- "version": "==3.18.1"
- }
- },
- "develop": {}
-}
diff --git a/ci/matrix/mpl_38_py39/Pipfile.lock.license b/ci/matrix/mpl_38_py39/Pipfile.lock.license
deleted file mode 100644
index 919c9c1..0000000
--- a/ci/matrix/mpl_38_py39/Pipfile.lock.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC0-1.0
diff --git a/command_line.html b/command_line.html
new file mode 100644
index 0000000..5645894
--- /dev/null
+++ b/command_line.html
@@ -0,0 +1,587 @@
+
+
+
+
+
+
+ Command line usage — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Command line usage
+The psyplot-gui module extends the
+command line usage of the psyplot module . You can open one (or more) files
+in the graphical user interface simply via:
+
+By default, if the gui is already running, the file is opened in this gui
+unless you specify the ni option.
+
+Load a dataset, make the plot and save the result to a file
+
+
+ usage: psyplot [ -h] [ -V] [ -aV] [ -i] [ -lp] [ -lpm] [ -lds] [ -lps]
+ [ -n [ variable_name ...]] [ -d dim,val1[ ,val2[ ,...]]
+ [ dim,val1[ ,val2[ ,...]] ...]]
+ [ -pm { 'density' , 'plot2d' , 'fldmean' , 'vector' , 'combined' , 'lineplot' , 'barplot' , 'violinplot' }]
+ [ -o str or list of str] [ -p str] [ -engine str]
+ [ -fmt FILENAME_OR_YAML] [ -t] [ -rc RC_FILE] [ -e str]
+ [ --enable-post] [ -sns str] [ -op str] [ -cd str]
+ [ -chname [ project-variable,variable-to-use ...]] [ -preset str]
+ [ --decoder FILENAME_OR_YAML] [ -b [ backend]] [ -ni]
+ [ -rc-gui RC_GUI_FILE] [ -inc str [ str ...]] [ -exc str [ str ...]]
+ [ --offline] [ -pwd str] [ -s str] [ -c str] [ -a]
+ [ -opengl { 'software' , 'desktop' , 'gles' , 'automatic' }]
+ [ --webengineview] [ -lgp] [ --no-webengineview]
+ [ str ...]
+
+
+
+Positional Arguments
+
+str
+Either the filenames to show, or, if the project parameter is set,
+the a list of , -separated filenames to make a mapping from the
+original filename to a new one
+Default: []
+
+
+
+
+Named Arguments
+
+-n, --name
+The variable names to plot if the output parameter is set
+Default: []
+
+-d, --dims
+A mapping from coordinate names to integers if the project is not
+given
+
+-pm, --plot-method
+Possible choices: density, plot2d, fldmean, vector, combined, lineplot, barplot, violinplot
+The name of the plot_method to use
+
+-p, --project
+If set, the project located at the given file name is loaded
+
+-engine
+The engine to use for opening the dataset (see
+psyplot.data.open_dataset() )
+
+-fmt, --formatoptions
+
+YAML-formatted formatoption (e.g. ‘cmap: Reds’), or the path to a yaml
+('.yml' or '.yaml' ), JSON ('.json' ) or pickle file
+defining a dictionary of formatoption that is applied to the
+data visualized by the chosen plot_method
+
+
+-rc, --rc-file
+The path to a yaml configuration file that can be used to update the
+rcParams
+
+-e, --encoding
+The encoding to use for loading the project. If None, it is
+automatically determined by pickle. Note: Set this to 'latin1'
+if using a project created with python2 on python3.
+
+--enable-post
+Enable the post processing
+formatoption. If True/set, post processing scripts are enabled in the
+given project . Only set this if you are sure that you can trust the
+given project file because it may be a security vulnerability.
+Default: False
+
+-sns, --seaborn-style
+The name of the style of the seaborn package that can be used for
+the seaborn.set_style() function
+
+-cd, --concat-dim
+The concatenation dimension if multiple files in fnames are
+provided
+
+-chname
+
+A mapping from variable names in the project to variable names in the
+datasets that should be used instead. Variable names should be
+separated by a comma.
+
+Default: {}
+
+-preset
+The filename or identifier of a preset. If the given preset is
+the path to an existing yaml file, it will be loaded. Otherwise we
+look up the preset in the psyplot configuration directory (see
+get_configdir() ).
+
+--decoder
+
+YAML-formatted decoder options (e.g. ‘x: x-coordinate’), or the path to
+a yaml ('.yml' or '.yaml' ), JSON ('.json' ) or pickle file
+defining a dictionary of formatoption that is applied to the
+data visualized by the chosen plot_method
+
+
+-a, --use-all
+If True, use all variables. Note that this is the default if the
+output is specified and not name
+Default: False
+
+
+
+
+Info options
+Options that print informations and quit afterwards
+
+-V, --version
+show program’s version number and exit
+
+-aV, --all-versions
+Print the versions of all plugins and requirements and exit
+
+-i, --info
+Show grid information on the specified variables.
+
+-lp, --list-plugins
+Print the names of the plugins and exit
+
+-lpm, --list-plot-methods
+List the available plot methods and what they do
+
+-lds, --list-datasets
+List the used dataset names in the given project .
+
+-lps, --list-presets
+Print available presets and exit
+
+-lgp, --list-gui-plugins
+Print the names of the GUI plugins and exit. Note that the displayed plugins are not affected by the include-plugins and exclude-plugins options
+
+
+
+
+Output options
+Options that only have an effect if the -o option is set.
+
+-o, --output
+If set, the data is loaded and the figures are saved to the specified
+filename and now graphical user interface is shown
+
+-t, --tight
+If True/set, it is tried to figure out the tight bbox of the figure and
+adjust the paper size of the output to it
+Default: False
+
+-op, --output-project
+The name of a project file to save the project to. This option has only an effect if the output option is set.
+
+
+
+
+Gui options
+Options specific to the graphical user interface
+
+-b, --backend
+
+The backend to use. By default, the 'gui.backend' key in the
+rcParams dictionary is used. If
+used without options, the default matplotlib backend is used.
+
+Default: False
+
+-ni, --new-instance
+If True/set and the output parameter is not set, a new application is
+created
+Default: False
+
+-rc-gui, --rc-gui-file
+The path to a yaml configuration file that can be used to update the
+rcParams
+
+-inc, --include-plugins
+The plugin widget to include. Can be either None to load all that are
+not explicitly excluded by exclude_plugins or a list of
+plugins to include. List items can be either module names, plugin
+names or the module name and widget via '<module_name>:<widget>' . Default: None
+
+-exc, --exclude-plugins
+The plugin widgets to exclude. Can be either 'all' to exclude
+all plugins or a list like in include_plugins .. Default: []
+Default: []
+
+--offline
+If True/set, psyplot will be started in offline mode without
+intersphinx and remote access for the help explorer
+Default: False
+
+-pwd
+The path to the working directory to use. Note if you do not provide
+any fnames or project , but set the pwd , it will switch the
+pwd of the current GUI.
+
+-s, --script
+The path to a python script that shall be run in the GUI. If the GUI
+is already running, the commands will be executed in this GUI.
+
+-c, --command
+Python commands that shall be run in the GUI. If the GUI is already
+running, the commands will be executed in this GUI
+
+-opengl, --opengl-implementation
+Possible choices: software, desktop, gles, automatic
+OpenGL implementation to pass to Qt. Possible options are
+‘software’, ‘desktop’, ‘gles’ and ‘automatic’ (which let’s PyQt
+decide).
+
+--webengineview
+If True (default), use an HTML help widget. This might not be available
+for all builds of PyQt5 under all circumstances. If not set, the
+rcParams key 'help_explorer.use_webengineview' is used.
+
+--no-webengineview
+Do not use HTML rendering.
+
+
+
+
Examples
+Here are some examples on how to use psyplot from the command line.
+Plot the variable 't2m' in a netCDF file 'myfile.nc' and save
+the plot to 'plot.pdf' :
+ $ psyplot myfile.nc -n t2m -pm mapplot -o test.pdf
+
+
+Create two plots for 't2m' with the first and second timestep on
+the second vertical level:
+ $ psyplot myfile.nc -n t2m -pm mapplot -o test.pdf -d t,0,1 z,1
+
+
+If you have save a project using the
+psyplot.project.Project.save_project() method into a file named
+'project.pkl' , you can replot this via:
+ $ psyplot -p project.pkl -o test.pdf
+
+
+If you use a different dataset than the one you used in the project
+(e.g. 'other_ds.nc' ), you can replace it via:
+ $ psyplot other_dataset.nc -p project.pkl -o test.pdf
+
+
+or explicitly via:
+ $ psyplot old_ds.nc,other_ds.nc -p project.pkl -o test.pdf
+
+
+You can also load formatoptions from a configuration file, e.g.:
+ $ echo 'title: my title' > fmt.yaml
+$ psyplot myfile.nc -n t2m -pm mapplot -fmt fmt.yaml -o test.pdf
+
+
+If you omit the '-o' option, the file is opened in the graphical user
+interface and if you run:
+
+It will switch the directory of the already running GUI (if existent) to the
+current working directory in your terminal. Additionally,:
+ $ psyplot -s myscript.py
+
+
+will run the file 'myscript.py' in the GUI and:
+ $ psyplot -c 'print("Hello World!")'
+
+
+will execute print("Hello World") in the GUI. The output, of the -s and
+-c options, will, however, be shown in the terminal.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/configuration.html b/configuration.html
new file mode 100644
index 0000000..b02b2a9
--- /dev/null
+++ b/configuration.html
@@ -0,0 +1,364 @@
+
+
+
+
+
+
+ Configuration of the GUI — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Configuration of the GUI
+As psyplot is configured by the psyplot.config.rcsetup.rcParams ,
+psyplot-gui is configured by the psyplot_gui.config.rcsetup.rcParams
+dictionary.
+Both dictionaries can also be modified through the Preferences
+widget (on MacOS, Command +, , on Windows and Linux:
+).
+As for psyplot , the rcParams are stored in the psyplot configuration
+directory, which is, under Linux and OSX by default, located at
+$HOME/.config/psyplot/psyplotguirc.yml and under Windows at
+$HOME/.psyplot/psyplotguirc.yml .
+This file might look like
+In [1]: from psyplot_gui import rcParams
+
+In [2]: print ( rcParams . dump ())
+# Configuration parameters of the psyplot module
+#
+# You can copy this file (or parts of it) to another path and save it as
+# psyplotguirc.yml. The directory should then be stored in the PSYPLOTCONFIGDIR
+# environment variable.
+#
+# psyplot gui version: 1.5.0
+#
+# Created with python
+#
+# 3.9.19 (main, Mar 20 2024, 20:37:44)
+# [GCC 12.2.0]
+#
+#
+# Backend to use when using the graphical user interface. The current backend is used and no changes are made. Note that it is usually not possible to change the backend after importing the psyplot.project module. The default backend embeds the figures into the
+backend: psyplot
+# If True, then the 'mp' variable in the console is automatically set when the current main project changes
+console.auto_set_mp: true
+# If True, then the 'sp' variable in the console is automatically set when the current sub project changes
+console.auto_set_sp: true
+# Whether the console shall be connected to the help_explorer or not
+console.connect_to_help: true
+# Start the different channels of the KernelClient
+console.start_channels: true
+# If True, a lazy load is performed on the arrays and data sets and their string representation is displayed as tool tip. This part of the data into memory. It is recommended to set this to False for remote data.
+content.load_tooltips: true
+# If True, the formatoptions in the Formatoptions widget are sorted by their formatoption key rather than by their name.
+fmt.sort_by_key: true
+# Switch that controls whether the online functions of the help explorer shall be enabled. False implies that help_explorer.use_intersphinx is set to False
+help_explorer.online: null
+# Boolean whether the html docs are rendered in a separate process
+help_explorer.render_docs_parallel: true
+# Use the intersphinx extension and link to the online documentations of matplotlib, pyplot, psyplot, numpy, etc. when converting rst docstrings. The inventories are loaded when the first object is documented. If None, intersphinx is only used when `help_explorer.online` is True and you are not using windows
+help_explorer.use_intersphinx: null
+# Enable the PyQt5.QtWebEngineWidgets.QWebEngineView which might not work under certain circumstances.
+help_explorer.use_webengineview: true
+# If True and the psyplot gui is already running, new files are opened in that gui
+main.listen_to_port: true
+# The port number used when new files are opened
+main.open_files_port: 30124
+# The opengl implementation to use. Should be one of 'software', 'desktop', 'gles' or 'automatic'.
+main.opengl: software
+# The plugins to exclude from loading. Can be either 'all' to exclude all plugins or a list like in 'plugins.include'.
+plugins.exclude: []
+# The plugins to load. Can be either None to load all that are not explicitly excluded by the 'plugins.exclude' key or a list of plugins to include. List items can be either module names, plugin names or the module name and widget via '<module_name>:<widget>'
+plugins.include: null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/contributing.html b/contributing.html
new file mode 100644
index 0000000..2449796
--- /dev/null
+++ b/contributing.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+ Contribution and development hints — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index b1567a1..0000000
--- a/docs/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-# Minimal makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line, and also
-# from the environment for the first two.
-SPHINXOPTS ?=
-SPHINXBUILD ?= sphinx-build
-SOURCEDIR = .
-BUILDDIR = _build
-
-# Put it first so that "make" without argument is like "make help".
-help:
- @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-
-.PHONY: help Makefile
-
-# Catch-all target: route all unknown targets to Sphinx using the new
-# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html
deleted file mode 100644
index 3e57079..0000000
--- a/docs/_templates/footer.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-{% extends "!footer.html" %}
-{% block extrafooter %}
-
-
-
-{% endblock %}
diff --git a/docs/conf.py b/docs/conf.py
deleted file mode 100644
index f6e49ef..0000000
--- a/docs/conf.py
+++ /dev/null
@@ -1,144 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# Configuration file for the Sphinx documentation builder.
-#
-# This file only contains a selection of the most common options. For a full
-# list see the documentation:
-# https://www.sphinx-doc.org/en/master/usage/configuration.html
-
-# -- Path setup --------------------------------------------------------------
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-#
-import os
-import sys
-from itertools import product
-from pathlib import Path
-
-from sphinx.ext import apidoc
-
-sys.path.insert(0, os.path.abspath(".."))
-
-if not os.path.exists("_static"):
- os.makedirs("_static")
-
-# isort: off
-
-import psyplot_gui
-
-# isort: on
-
-
-def generate_apidoc(app):
- appdir = Path(app.__file__).parent
- apidoc.main(
- ["-fMEeTo", str(api), str(appdir), str(appdir / "migrations" / "*")]
- )
-
-
-api = Path("api")
-
-if not api.exists():
- generate_apidoc(psyplot_gui)
-
-# -- Project information -----------------------------------------------------
-
-project = "psyplot-gui"
-copyright = "2021-2024 Helmholtz-Zentrum hereon GmbH"
-author = "Philipp S. Sommer"
-
-
-linkcheck_ignore = [
- # we do not check link of the psyplot-gui as the
- # badges might not yet work everywhere. Once psyplot-gui
- # is settled, the following link should be removed
- r"https://.*psyplot-gui"
-]
-
-
-# -- General configuration ---------------------------------------------------
-
-# Add any Sphinx extension module names here, as strings. They can be
-# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
-# ones.
-extensions = [
- "hereon_nc_sphinxext",
- "sphinx.ext.intersphinx",
- "sphinx_design",
- "sphinx.ext.todo",
- "sphinx.ext.viewcode",
- "autodocsumm",
- "sphinx.ext.autodoc",
- "sphinx.ext.autosummary",
- "matplotlib.sphinxext.plot_directive",
- "IPython.sphinxext.ipython_console_highlighting",
- "IPython.sphinxext.ipython_directive",
- "sphinxarg.ext",
- "psyplot.sphinxext.extended_napoleon",
-]
-
-
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ["_templates"]
-
-# List of patterns, relative to source directory, that match files and
-# directories to ignore when looking for source files.
-# This pattern also affects html_static_path and html_extra_path.
-exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
-
-
-autodoc_default_options = {
- "show_inheritance": True,
- "members": True,
- "autosummary": True,
-}
-
-
-# -- Options for HTML output -------------------------------------------------
-
-# The theme to use for HTML and HTML Help pages. See the documentation for
-# a list of builtin themes.
-html_theme = "sphinx_rtd_theme"
-
-html_theme_options = {
- "collapse_navigation": False,
- "includehidden": False,
-}
-
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ["_static"]
-
-
-intersphinx_mapping = {
- "python": ("https://docs.python.org/3/", None),
- "matplotlib": ("https://matplotlib.org/stable/", None),
- "sphinx": ("https://www.sphinx-doc.org/en/stable/", None),
- "xarray": ("https://xarray.pydata.org/en/stable/", None),
- "cartopy": ("https://scitools.org.uk/cartopy/docs/latest/", None),
- "psyplot": ("https://psyplot.github.io/psyplot/", None),
-}
-
-replacements = {
- "`psyplot.rcParams`": "`~psyplot.config.rcsetup.rcParams`",
- "`psyplot.InteractiveList`": "`~psyplot.data.InteractiveList`",
- "`psyplot.InteractiveArray`": "`~psyplot.data.InteractiveArray`",
- "`psyplot.open_dataset`": "`~psyplot.data.open_dataset`",
- "`psyplot.open_mfdataset`": "`~psyplot.data.open_mfdataset`",
-}
-
-
-def link_aliases(app, what, name, obj, options, lines):
- for (key, val), (i, line) in product(
- replacements.items(), enumerate(lines)
- ):
- lines[i] = line.replace(key, val)
-
-
-def setup(app):
- app.connect("autodoc-process-docstring", link_aliases)
diff --git a/docs/explained_screenshot.pdf b/docs/explained_screenshot.pdf
deleted file mode 100644
index 86a5da0..0000000
Binary files a/docs/explained_screenshot.pdf and /dev/null differ
diff --git a/docs/explained_screenshot.pdf.license b/docs/explained_screenshot.pdf.license
deleted file mode 100644
index b21fae9..0000000
--- a/docs/explained_screenshot.pdf.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/docs/explained_screenshot.png.license b/docs/explained_screenshot.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/docs/explained_screenshot.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/docs/ipython_console.png.license b/docs/ipython_console.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/docs/ipython_console.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/docs/make.bat b/docs/make.bat
deleted file mode 100644
index 2e7d9b0..0000000
--- a/docs/make.bat
+++ /dev/null
@@ -1,39 +0,0 @@
-REM SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-REM
-REM SPDX-License-Identifier: CC0-1.0
-
-@ECHO OFF
-
-pushd %~dp0
-
-REM Command file for Sphinx documentation
-
-if "%SPHINXBUILD%" == "" (
- set SPHINXBUILD=sphinx-build
-)
-set SOURCEDIR=.
-set BUILDDIR=_build
-
-if "%1" == "" goto help
-
-%SPHINXBUILD% >NUL 2>NUL
-if errorlevel 9009 (
- echo.
- echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
- echo.installed, then set the SPHINXBUILD environment variable to point
- echo.to the full path of the 'sphinx-build' executable. Alternatively you
- echo.may add the Sphinx directory to PATH.
- echo.
- echo.If you don't have Sphinx installed, grab it from
- echo.http://sphinx-doc.org/
- exit /b 1
-)
-
-%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
-goto end
-
-:help
-%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
-
-:end
-popd
diff --git a/docs/requirements.txt b/docs/requirements.txt
deleted file mode 100644
index 6aabf6d..0000000
--- a/docs/requirements.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-sphinx-design
-git+https://codebase.helmholtz.cloud/hcdc/hereon-netcdf/sphinxext.git
-git+https://codebase.helmholtz.cloud/psyplot/psyplot.git@develop
-git+https://codebase.helmholtz.cloud/psyplot/psy-simple.git@develop
diff --git a/docs/world.png.license b/docs/world.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/docs/world.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/genindex.html b/genindex.html
new file mode 100644
index 0000000..3d92a41
--- /dev/null
+++ b/genindex.html
@@ -0,0 +1,1876 @@
+
+
+
+
+
+ Index — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+
Index
+
+
+
A
+ |
B
+ |
C
+ |
D
+ |
E
+ |
F
+ |
G
+ |
H
+ |
I
+ |
K
+ |
L
+ |
M
+ |
N
+ |
O
+ |
P
+ |
R
+ |
S
+ |
T
+ |
U
+ |
V
+ |
W
+
+
+
A
+
+
+
B
+
+
+
C
+
+
+
D
+
+
+
E
+
+
+
F
+
+
+
G
+
+
+
H
+
+
+
I
+
+
+
K
+
+
+
L
+
+
+
M
+
+
+
N
+
+
+
O
+
+
+
P
+
+
+
R
+
+
+
S
+
+
+
T
+
+
+
U
+
+
+
V
+
+
+
W
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/getting_started.html b/getting_started.html
new file mode 100644
index 0000000..d51bc92
--- /dev/null
+++ b/getting_started.html
@@ -0,0 +1,440 @@
+
+
+
+
+
+
+ Getting started — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Getting started
+
+The Screenshot above shows you the essential parts of the GUI:
+
+
+Starting the GUI
+Starting the GUI is straight forward but depends on how you installed it. If
+you installed it via conda or pip , just open a terminal (or Command Window
+cmd on Windows) and type psyplot .
+
+
+The Console
+The central widget in the GUI is an in-process IPython console that provides
+the possibility to communicate with the psyplot package via the command line
+and to load any other module or to run any other script.
+It is based on the qtconsole module and it is, by default, connected to the
+help explorer . If you type, for example,
+
+it will show you the documentation of the numpy.sum() module in the
+help explorer . The same comes, if you type:
+
+This feature is motivated from the Spyder editor and can be disabled via
+the rcParams key console.connect_to_help (see Configuration of the GUI ) or the
+little symbol at the top of the help explorer.
+Furthermore, is connected to the current psyplot project (see
+psyplot.project.scp() and psyplot.project.gcp() ). Those are
+
+sp This variable links to the current subproject (psy.gcp() )
+
+mp This variable links to the current main project (psy.gcp(True) )
+
+
+The following example, which you can just copy and paste in the console of the
+GUI, illustrates this:
+# in the beginning, sp and mp are empty
+In [1]: print ( sp )
+ ...: print ( mp )
+ ...:
+psyplot.project.Project([
+])
+1 Main psyplot.project.Project([
+])
+
+In [2]: psy . plot . lineplot ( xr . DataArray ([ 1 , 2 , 3 ], name = 'test' ) . to_dataset ())
+Out[2]: psyplot.project.Project([arr0: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test, with (dim_0)=(3,), ])])
+
+# now they both contain this data
+In [3]: print ( sp )
+ ...: print ( mp )
+ ...:
+psyplot.project.Project([arr0: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test, with (dim_0)=(3,), ])])
+1 Main psyplot.project.Project([arr0: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test, with (dim_0)=(3,), ])])
+
+# lets create a second one
+In [4]: psy . plot . lineplot ( xr . DataArray ([ 1 , 2 , 3 ], name = 'test2' ) . to_dataset ())
+Out[4]: psyplot.project.Project([arr1: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test2, with (dim_0)=(3,), ])])
+
+# sp now only contains the new one, mp contains both
+In [5]: print ( sp )
+ ...: print ( mp )
+ ...:
+psyplot.project.Project([arr1: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test2, with (dim_0)=(3,), ])])
+1 Main psyplot.project.Project([
+ arr0: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test, with (dim_0)=(3,), ]),
+ arr1: psyplot.data.InteractiveList([ arr0: 1-dim DataArray of test2, with (dim_0)=(3,), ])])
+
+
+If you do not wish this behaviour, set the console.auto_set_mp and
+console.auto_set_sp rcParams to False .
+
+
+The Help Explorer
+The help explorer provides you access to python objects and online information.
+It can be used as a webbrowser if the icon is not clicked or the
+help_explorer.online rcParams key is True (see Configuration of the GUI ).
+It is motivated by the Help of the Spyder editor and uses Sphinx to
+automatically render python documentation written in restructured Text.
+By default, the help explorer uses the intersphinx extension to link to
+different online libraries. This however always consumes time at the startup
+and can be disabled by the help_explorer.use_intersphinx rcParams key.
+It is also connected to the information functions of psyplot, e.g. the
+psyplot.plotter.Plotter.show_keys() function. For example
+In [6]: psy . plot . lineplot . keys ()
++----------------+----------------+----------------+----------------+
+| axiscolor | background | color | coord |
++----------------+----------------+----------------+----------------+
+| error | erroralpha | figtitle | figtitleprops |
++----------------+----------------+----------------+----------------+
+| figtitlesize | figtitleweight | grid | labelprops |
++----------------+----------------+----------------+----------------+
+| labelsize | labelweight | legend | legendlabels |
++----------------+----------------+----------------+----------------+
+| linewidth | marker | markersize | mask |
++----------------+----------------+----------------+----------------+
+| maskbetween | maskgeq | maskgreater | maskleq |
++----------------+----------------+----------------+----------------+
+| maskless | plot | post | post_timing |
++----------------+----------------+----------------+----------------+
+| sym_lims | text | ticksize | tickweight |
++----------------+----------------+----------------+----------------+
+| tight | title | titleprops | titlesize |
++----------------+----------------+----------------+----------------+
+| titleweight | transpose | xlabel | xlim |
++----------------+----------------+----------------+----------------+
+| xrotation | xticklabels | xtickprops | xticks |
++----------------+----------------+----------------+----------------+
+| ylabel | ylim | yrotation | yticklabels |
++----------------+----------------+----------------+----------------+
+| ytickprops | yticks | | |
++----------------+----------------+----------------+----------------+
+
+
+would be converted to HTML and shown in the help explorer.
+
+
+The Plot Creator
+The plot creator is used to create new plots from a xarray.Dataset .
+You can open it via .
+
+
+The Project content
+The project content shows you the current project (see
+psyplot.project.gcp() ). The selected arrays are the current subproject.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..df0e366
--- /dev/null
+++ b/index.html
@@ -0,0 +1,502 @@
+
+
+
+
+
+
+ Welcome to psyplot-gui’s documentation! — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Welcome to psyplot-gui’s documentation!
+
+
+
+
+
+
+
+
+Graphical user interface for the psyplot package
+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 .
+
+
+How to cite this software
+
+
+
+Please do cite this software!
+
+
+
+APA
+
Sommer P.S. psyplot-gui: Graphical user interface for the psyplot package DOI: 10.5281/zenodo.845725 URL: https://github.com/psyplot/psyplot
+
+
+
+
+
+
+BibTex
+
@misc { YourReferenceHere ,
+author = {Sommer, Philipp S.} ,
+doi = {10.5281/zenodo.845725} ,
+title = {psyplot-gui: Graphical user interface for the psyplot package} ,
+url = {https://github.com/psyplot/psyplot}
+}
+
+
+
+
+
+
+RIS
+
TY - GEN
+AU - Sommer, Philipp S.
+DO - 10.5281/zenodo.845725
+KW - psyplot
+KW - python
+KW - visualization
+KW - xarray
+KW - matplotlib
+KW - netcdf4
+KW - interactive
+KW - climate models
+KW - unstructured
+KW - earth-sciences
+KW - pyqt
+KW - qt
+KW - ipython
+KW - jupyter
+KW - qtconsole
+KW - raster
+KW - cartopy
+TI - psyplot-gui: Graphical user interface for the psyplot package
+UR - https://github.com/psyplot/psyplot
+ER
+
+
+
+
+
+
+Endnote
+
%0 Generic
+%A Sommer, Philipp S.
+%K psyplot
+%K python
+%K visualization
+%K xarray
+%K matplotlib
+%K netcdf4
+%K interactive
+%K climate models
+%K unstructured
+%K earth-sciences
+%K pyqt
+%K qt
+%K ipython
+%K jupyter
+%K qtconsole
+%K raster
+%K cartopy
+%R 10.5281/zenodo.845725
+%T psyplot-gui: Graphical user interface for the psyplot package
+%U https://github.com/psyplot/psyplot
+
+
+
+
+
+
+CFF
+
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
+#
+# SPDX-License-Identifier: CC0-1.0
+
+# YAML 1.2
+---
+cff-version : "1.2.0"
+message : "If you use this software, please cite both the article from preferred-citation and the software itself."
+title : "psyplot-gui: Graphical user interface for the psyplot package"
+authors :
+ - family-names : Sommer
+ given-names : "Philipp S."
+ affiliation : "Helmholtz-Zentrum Hereon"
+ orcid : "https://orcid.org/0000-0001-6171-7716"
+ website : "https://www.philipp-s-sommer.de"
+ post-code : 21502
+ city : Geesthacht
+ country : DE
+ email : philipp.sommer@hereon.de
+doi : "10.5281/zenodo.845725"
+contact :
+ - email : psyplot@hereon.de
+ name : "Psyplot developers at hereon"
+license : "LGPL-3.0-only"
+repository-code : https://github.com/psyplot/psyplot
+type : software
+keywords :
+ - psyplot
+ - python
+ - visualization
+ - xarray
+ - matplotlib
+ - netcdf4
+ - interactive
+ - climate models
+ - unstructured
+ - earth-sciences
+ - pyqt
+ - qt
+ - ipython
+ - jupyter
+ - qtconsole
+ - raster
+ - cartopy
+preferred-citation :
+ title : "The psyplot interactive visualization framework"
+ authors :
+ - family-names : Sommer
+ given-names : "Philipp S."
+ affiliation : "Helmholtz-Zentrum Hereon"
+ orcid : "https://orcid.org/0000-0001-6171-7716"
+ year : 2017
+ type : article
+ doi : "10.21105/joss.00363"
+ date-published : 2017-08-22
+ journal : Journal of Open Source Software
+ volume : 2
+ number : 16
+ pages : 363
+ publisher :
+ name : The Open Journal
+ license : CC-BY-4.0
+...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/installing.html b/installing.html
new file mode 100644
index 0000000..85ffdbd
--- /dev/null
+++ b/installing.html
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+ Installation — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Installation
+This package requires the psyplot package which is installed alongside if you
+use conda or pip . However see the psyplot documentation for further
+informations.
+
+How to install
+
+Installation using conda
+We highly recommend to use conda for installing psyplot-gui.
+You can then install psyplot-gui simply via:
+ $ conda install -c conda-forge psyplot-gui
+
+
+
+
+Installation using pip
+If you do not want to use conda for managing your python packages, you can also
+use the python package manager pip and install via:
+ $ pip install psyplot-gui
+
+
+
+
+
+Dependencies
+
+Required dependencies
+Psyplot has been tested for python 2.7 and >=3.7. Furthermore the package is
+built upon multiple other packages, namely
+
+psyplot >=1.4: The underlying framework for data visualization
+qtconsole >=4.1.1: A package providing the necessary objects for running
+an inprocess ipython console in a Qt widget
+fasteners : Which provides an inprocess lock to communicate to the psyplot
+mainwindow
+PyQt5 : Python bindings to the Qt software
+sphinx >=1.3.5: To use all features of the interactive documentation access
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/objects.inv b/objects.inv
new file mode 100644
index 0000000..3d80291
Binary files /dev/null and b/objects.inv differ
diff --git a/plugins.html b/plugins.html
new file mode 100644
index 0000000..9506a42
--- /dev/null
+++ b/plugins.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+ Plugin configuration — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+Plugin configuration
+The psyplot GUI has several built-in plugins, e.g. the
+help_explorer or the fmt_widget .
+External libraries can add plugins and the user can
+disable or enable them with through the configuration .
+
+
Note
+
These plugins should only affect the GUI. For other plugins that define
+new plotmethods, etc., see the
+psyplot documentation
+
+
+
+Developing plugins
+External libraries insert the GUI as an entry point. In the setup.py
+script of a package, include the following:
+setup (
+ ... ,
+ entry_points = {
+ "psyplot_gui" : [
+ "widget-name1=widget-module1:widget-class-name1" ,
+ "widget-name2=widget-module2:widget-class-name2" ,
+ ... ,
+ ],
+ },
+ ... ,
+)
+
+
+Here, widget-name1 is an arbitrary name you want to assign to the widget,
+widget-module1 is the module from where to import the plugin, and
+widget-class-name1 is the name of the class that inherits the
+psyplot_gui.common.DockMixin class.
+For the help_explorer , this, for example, would like like
+setup (
+ ... ,
+ entry_points = {
+ "psyplot_gui" : [
+ "help=psyplot_gui.help_explorer:HelpExplorer" ,
+ ],
+ },
+ ... ,
+)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/psyplot_gui/__init__.py b/psyplot_gui/__init__.py
deleted file mode 100644
index f538fb1..0000000
--- a/psyplot_gui/__init__.py
+++ /dev/null
@@ -1,597 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""psyplot-gui
-
-Graphical user interface for the psyplot package
-"""
-
-from __future__ import annotations
-
-import argparse
-import atexit
-import datetime as dt
-import logging
-import os
-import os.path as osp
-import pickle
-import socket
-import sys
-import tempfile
-import time
-from itertools import chain
-
-import fasteners
-import psyplot
-import six
-import xarray as xr
-import yaml
-from psyplot.__main__ import make_plot
-from psyplot.config.rcsetup import get_configdir, safe_list
-from psyplot.docstring import docstrings
-from psyplot.utils import get_default_value
-from psyplot.warning import warn
-
-import psyplot_gui.config as config
-from psyplot_gui.config.rcsetup import rcParams
-
-from . import _version
-
-__version__ = _version.get_versions()["version"]
-
-__author__ = "Philipp S. Sommer"
-__copyright__ = "2021-2024 Helmholtz-Zentrum hereon GmbH"
-__credits__ = [
- "Philipp S. Sommer",
-]
-__license__ = "LGPL-3.0-only"
-
-__maintainer__ = "Philipp S. Sommer"
-__email__ = "philipp.sommer@hereon.de"
-
-__status__ = "Production"
-
-logger = logging.getLogger(__name__)
-logger.debug(
- "%s: Initializing psyplot gui, version %s",
- dt.datetime.now().isoformat(),
- __version__,
-)
-logger.debug("psyplot version: %s", psyplot.__version__)
-logger.debug("Logging configuration file: %s", config.logcfg_path)
-logger.debug("Configuration file: %s", config.config_path)
-
-
-rcParams.HEADER += "\n\npsyplot gui version: " + __version__
-
-
-logger = logging.getLogger(__name__)
-
-
-def get_versions(requirements=True):
- ret = {"version": __version__}
- if requirements:
- req = ret["requirements"] = {}
- try:
- import qtconsole
- except Exception:
- logger.error("Could not load qtconsole!", exc_info=True)
- else:
- req["qtconsole"] = qtconsole.__version__
- try:
- from psyplot_gui.compat.qtcompat import PYQT_VERSION, QT_VERSION
- except Exception:
- logger.error("Could not load qt and pyqt!", exc_info=True)
- else:
- req["qt"] = QT_VERSION
- req["pyqt"] = PYQT_VERSION
- return ret
-
-
-@docstrings.get_sections(base="psyplot_gui.start_app")
-@docstrings.dedent
-def start_app(
- fnames=[],
- name=[],
- dims=None,
- plot_method=None,
- output=None,
- project=None,
- engine=None,
- formatoptions=None,
- tight=False,
- encoding=None,
- enable_post=False,
- seaborn_style=None,
- output_project=None,
- concat_dim=get_default_value(xr.open_mfdataset, "concat_dim"),
- chname={},
- backend=False,
- new_instance=False,
- rc_file=None,
- rc_gui_file=None,
- include_plugins=rcParams["plugins.include"],
- exclude_plugins=rcParams["plugins.exclude"],
- offline=False,
- pwd=None,
- script=None,
- command=None,
- exec_=True,
- use_all=False,
- callback=None,
- preset=None,
- opengl_implementation=None,
- webengineview=True,
- decoder=None,
-):
- """
- Eventually start the QApplication or only make a plot
-
- Parameters
- ----------
- %(make_plot.parameters)s
- backend: None or str
- The backend to use. By default, the ``'gui.backend'`` key in the
- :attr:`~psyplot_gui.config.rcsetup.rcParams` dictionary is used.
- Otherwise it can be None to use the standard matplotlib backend or a
- string identifying the backend
- new_instance: bool
- If True/set and the `output` parameter is not set, a new application is
- created
- rc_gui_file: str
- The path to a yaml configuration file that can be used to update the
- :attr:`~psyplot_gui.config.rcsetup.rcParams`
- include_plugins: list of str
- The plugin widget to include. Can be either None to load all that are
- not explicitly excluded by `exclude_plugins` or a list of
- plugins to include. List items can be either module names, plugin
- names or the module name and widget via ``':'``
- exclude_plugins: list of str
- The plugin widgets to exclude. Can be either ``'all'`` to exclude
- all plugins or a list like in `include_plugins`.
- offline: bool
- If True/set, psyplot will be started in offline mode without
- intersphinx and remote access for the help explorer
- pwd: str
- The path to the working directory to use. Note if you do not provide
- any `fnames` or `project`, but set the `pwd`, it will switch the
- `pwd` of the current GUI.
- script: str
- The path to a python script that shall be run in the GUI. If the GUI
- is already running, the commands will be executed in this GUI.
- command: str
- Python commands that shall be run in the GUI. If the GUI is already
- running, the commands will be executed in this GUI
- use_all: bool
- If True, use all variables. Note that this is the default if the
- `output` is specified and not `name`
- exec_: bool
- If True, the main loop is entered.
- callback: str
- A unique identifier for the method that should be used if psyplot is
- already running. Set this parameter to None to avoid sending
- opengl_implementation: {'software', 'desktop', 'gles', 'automatic'}
- OpenGL implementation to pass to Qt. Possible options are
- 'software', 'desktop', 'gles' and 'automatic' (which let's PyQt
- decide).
- webengineview: bool
- If True (default), use an HTML help widget. This might not be available
- for all builds of PyQt5 under all circumstances. If not set, the
- rcParams key ``'help_explorer.use_webengineview'`` is used.
-
- Returns
- -------
- None or :class:`psyplot_gui.main.MainWindow`
- ``None`` if `exec_` is True, otherwise the created
- :class:`~psyplot_gui.main.MainWindow` instance
- """
- if pwd is not None:
- os.chdir(pwd)
- if script is not None:
- script = osp.abspath(script)
-
- if project is not None and (name != [] or dims is not None):
- warn(
- "The `name` and `dims` parameter are ignored if the `project`"
- " parameter is set!"
- )
-
- # load rcParams from file
- if rc_gui_file is not None:
- rcParams.load_from_file(rc_gui_file)
-
- # set plugins
- rcParams["plugins.include"] = include_plugins
- rcParams["plugins.exclude"] = exclude_plugins
- if webengineview is not None:
- rcParams["help_explorer.use_webengineview"] = webengineview
-
- if offline:
- rcParams["help_explorer.online"] = False
- rcParams["help_explorer.use_intersphinx"] = False
-
- if dims is not None and not isinstance(dims, dict):
- dims = dict(chain(*map(six.iteritems, dims)))
-
- if output is not None:
- return make_plot(
- fnames=fnames,
- name=name,
- dims=dims,
- plot_method=plot_method,
- output=output,
- project=project,
- engine=engine,
- formatoptions=formatoptions,
- tight=tight,
- rc_file=rc_file,
- encoding=encoding,
- enable_post=enable_post,
- seaborn_style=seaborn_style,
- output_project=output_project,
- concat_dim=concat_dim,
- chname=chname,
- preset=preset,
- decoder=decoder,
- )
- if use_all:
- name = "all"
- else:
- name = safe_list(name)
-
- if formatoptions is not None:
- if not isinstance(formatoptions, dict):
- # list of dicts
- for fmt in formatoptions[1:]:
- formatoptions[0].update(fmt)
- formatoptions = formatoptions[0]
- if preset is not None:
- import psyplot.project as psy
-
- preset_data = psy.Project._load_preset(preset)
- else:
- preset_data = {}
- preset_data.update(formatoptions)
- preset = tempfile.NamedTemporaryFile(prefix="psy_", suffix=".yml").name
- with open(preset, "w") as f:
- yaml.dump(preset_data, f)
-
- # make preset path absolute
- if (
- preset is not None
- and not isinstance(preset, dict)
- and osp.exists(preset)
- ):
- preset = osp.abspath(preset)
-
- # Lock file creation
- if not new_instance:
- lock_file = osp.join(get_configdir(), "psyplot.lock")
- lock = fasteners.InterProcessLock(lock_file)
-
- # Try to lock psyplot.lock. If it's *possible* to do it, then
- # there is no previous instance running and we can start a
- # new one. If *not*, then there is an instance already
- # running, which is locking that file
- lock_created = lock.acquire(False)
- else:
- lock_created = False
-
- chname = dict(chname)
-
- if lock_created:
- # Start a new instance
- atexit.register(lock.release)
- elif not new_instance:
- if callback is None:
- if fnames or project:
- callback = "new_plot"
- elif pwd is not None:
- callback = "change_cwd"
- fnames = [pwd]
- elif script is not None:
- callback = "run_script"
- fnames = [script]
- elif command is not None:
- callback = "command"
- engine = command
- if callback:
- send_files_to_psyplot(
- callback,
- fnames,
- project,
- engine,
- plot_method,
- name,
- dims,
- encoding,
- enable_post,
- seaborn_style,
- concat_dim,
- chname,
- preset,
- decoder,
- )
- return
- elif new_instance:
- rcParams["main.listen_to_port"] = False
- if backend is not False:
- rcParams["backend"] = backend
- from psyplot_gui.main import MainWindow
-
- fnames = _get_abs_names(fnames)
- if project is not None:
- project = _get_abs_names([project])[0]
- if exec_:
- from psyplot_gui.compat.qtcompat import QApplication
-
- app = QApplication(sys.argv)
-
- _set_opengl_implementation(opengl_implementation)
-
- if isinstance(new_instance, MainWindow):
- mainwindow = new_instance
- else:
- mainwindow = MainWindow.run(
- fnames,
- project,
- engine,
- plot_method,
- name,
- dims,
- encoding,
- enable_post,
- seaborn_style,
- concat_dim,
- chname,
- preset,
- decoder,
- )
- if script is not None:
- mainwindow.console.run_script_in_shell(script)
- if command is not None:
- mainwindow.console.run_command_in_shell(command)
- if exec_:
- sys.excepthook = mainwindow.excepthook
- sys.exit(app.exec_())
- else:
- return mainwindow
-
-
-def send_files_to_psyplot(callback, fnames, project, *args):
- """
- Simple socket client used to send the args passed to the psyplot
- executable to an already running instance.
-
- This function has to most parts been taken from spyder
- """
- port = rcParams["main.open_files_port"]
-
- # Wait ~50 secs for the server to be up
- # Taken from http://stackoverflow.com/a/4766598/438386
- for _x in range(200):
- fnames = _get_abs_names(fnames)
- if project is not None:
- project = _get_abs_names([project])[0]
- try:
- client = socket.socket(
- socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_TCP
- )
- client.connect(("127.0.0.1", port))
- client.send(pickle.dumps([callback, fnames, project] + list(args)))
- client.close()
- except socket.error:
- time.sleep(0.25)
- continue
- break
-
-
-def _get_abs_names(fnames):
- """Return the absolute paths of the given filenames"""
- if fnames is None:
- return
- for i, fname in enumerate(fnames):
- if fname:
- fnames[i] = ",".join(map(osp.abspath, fname.split(",")))
- return fnames
-
-
-def get_parser(create=True):
- """Return a parser to make that can be used to make plots or open files
- from the command line
-
- Returns
- -------
- psyplot.parser.FuncArgParser
- The :class:`argparse.ArgumentParser` instance
-
- See Also
- --------
- psyplot.main.get_parser
- psyplot.parser.FuncArgParser
- psyplot.main.main"""
- from psyplot.__main__ import get_parser
-
- parser = get_parser(create=False)
-
- parser.setup_args(start_app)
-
- gui_grp = parser.add_argument_group(
- "Gui options", "Options specific to the graphical user interface"
- )
-
- parser.update_arg(
- "backend",
- short="b",
- const=None,
- nargs="?",
- metavar="backend",
- help="""
- The backend to use. By default, the ``'gui.backend'`` key in the
- :attr:`~psyplot_gui.config.rcsetup.rcParams` dictionary is used. If
- used without options, the default matplotlib backend is used.""",
- group=gui_grp,
- )
-
- parser.update_arg("new_instance", short="ni", group=gui_grp)
-
- parser.update_arg("rc_gui_file", short="rc-gui", group=gui_grp)
- parser.pop_key("rc_gui_file", "metavar")
- parser.update_arg(
- "include_plugins",
- short="inc",
- group=gui_grp,
- default=rcParams["plugins.include"],
- )
- parser.append2help("include_plugins", ". Default: %(default)s")
- parser.update_arg(
- "exclude_plugins",
- short="exc",
- group=gui_grp,
- default=rcParams["plugins.exclude"],
- )
- parser.append2help("exclude_plugins", ". Default: %(default)s")
-
- parser.update_arg("offline", group=gui_grp)
- parser.update_arg("pwd", group=gui_grp)
- parser.update_arg("script", short="s", group=gui_grp)
- parser.update_arg("command", short="c", group=gui_grp)
-
- parser.update_arg(
- "opengl_implementation",
- group=gui_grp,
- short="opengl",
- choices=["software", "desktop", "gles", "automatic"],
- )
-
- # add an action to display the GUI plugins
- info_grp = parser.unfinished_arguments["list_plugins"].get("group")
- parser.update_arg(
- "list_gui_plugins",
- short="lgp",
- long="list-gui-plugins",
- action=ListGuiPluginsAction,
- if_existent=False,
- help=(
- "Print the names of the GUI plugins and exit. Note that the "
- "displayed plugins are not affected by the `include-plugins` "
- "and `exclude-plugins` options"
- ),
- )
- if info_grp is not None:
- parser.unfinished_arguments["list_gui_plugins"]["group"] = info_grp
-
- parser.pop_key("offline", "short")
-
- parser.append2help(
- "output_project",
- ". This option has only an effect if the `output` " " option is set.",
- )
-
- parser.update_arg("use_all", short="a")
-
- parser.pop_arg("exec_")
- parser.pop_arg("callback")
-
- parser.pop_key("webengineview", "short")
- parser.update_arg(
- "webengineview", default=None, action="store_true", group=gui_grp
- )
-
- parser.unfinished_arguments["no-webengineview"] = dict(
- long="no-webengineview",
- default=None,
- action="store_false",
- dest="webengineview",
- help="Do not use HTML rendering.",
- group=gui_grp,
- )
-
- if psyplot.__version__ < "1.0":
- parser.set_main(start_app)
-
- parser.epilog += """
-
-If you omit the ``'-o'`` option, the file is opened in the graphical user
-interface and if you run::
-
- $ psyplot -pwd .
-
-It will switch the directory of the already running GUI (if existent) to the
-current working directory in your terminal. Additionally,::
-
- $ psyplot -s myscript.py
-
-will run the file ``'myscript.py'`` in the GUI and::
-
- $ psyplot -c 'print("Hello World!")'
-
-will execute ``print("Hello World")`` in the GUI. The output, of the `-s` and
-`-c` options, will, however, be shown in the terminal."""
-
- if create:
- parser.create_arguments()
-
- return parser
-
-
-#: A boolean variable to check if the GUI is tested. This is set automatically
-#: true on CI services
-UNIT_TESTING = os.getenv("CI")
-
-
-class ListGuiPluginsAction(argparse.Action):
- def __init__(
- self,
- option_strings,
- dest=argparse.SUPPRESS,
- nargs=None,
- default=argparse.SUPPRESS,
- **kwargs,
- ):
- if nargs is not None:
- raise ValueError("nargs not allowed")
- kwargs["default"] = default
- super(ListGuiPluginsAction, self).__init__(
- option_strings, nargs=0, dest=dest, **kwargs
- )
-
- def __call__(self, parser, namespace, values, option_string=None):
- import yaml
-
- if not rcParams._plugins:
- list(rcParams._load_plugin_entrypoints())
- print(yaml.dump(rcParams._plugins, default_flow_style=False))
- sys.exit(0)
-
-
-def _set_opengl_implementation(option):
- """
- Set the OpenGL implementation
-
- This function has been taken from spyder
- (see https://github.com/spyder-ide/spyder/pull/7859)
-
- See issue https://github.com/spyder-ide/spyder/issues/7447 for the details.
- """
- try:
- from PyQt5.QtQuick import QQuickWindow, QSGRendererInterface
- except Exception:
- QQuickWindow = QSGRendererInterface = None
- from PyQt5.QtCore import QCoreApplication, Qt
-
- if option is None:
- option = rcParams["main.opengl"]
- if option == "software":
- QCoreApplication.setAttribute(Qt.AA_UseSoftwareOpenGL)
- if QQuickWindow is not None:
- QQuickWindow.setSceneGraphBackend(QSGRendererInterface.Software)
- elif option == "desktop":
- QCoreApplication.setAttribute(Qt.AA_UseDesktopOpenGL)
- if QQuickWindow is not None:
- QQuickWindow.setSceneGraphBackend(QSGRendererInterface.OpenGL)
- elif option == "gles":
- QCoreApplication.setAttribute(Qt.AA_UseOpenGLES)
- if QQuickWindow is not None:
- QQuickWindow.setSceneGraphBackend(QSGRendererInterface.OpenGL)
diff --git a/psyplot_gui/_version.py b/psyplot_gui/_version.py
deleted file mode 100644
index 6942f8f..0000000
--- a/psyplot_gui/_version.py
+++ /dev/null
@@ -1,698 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# This file helps to compute a version number in source trees obtained from
-# git-archive tarball (such as those provided by githubs download-from-tag
-# feature). Distribution tarballs (built by setup.py sdist) and build
-# directories (produced by setup.py build) will contain a much shorter file
-# that just contains the computed version number.
-
-# This file is released into the public domain. Generated by
-# versioneer-0.21 (https://github.com/python-versioneer/python-versioneer)
-
-"""Git implementation of _version.py."""
-
-import errno
-import os
-import re
-import subprocess
-import sys
-from typing import Callable, Dict
-
-
-def get_keywords():
- """Get the keywords needed to look up the version information."""
- # these strings will be replaced by git during git-archive.
- # setup.py/versioneer.py will grep for the variable names, so they must
- # each be defined on a line of their own. _version.py will just call
- # get_keywords().
- git_refnames = "$Format:%d$"
- git_full = "$Format:%H$"
- git_date = "$Format:%ci$"
- keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
- return keywords
-
-
-class VersioneerConfig:
- """Container for Versioneer configuration parameters."""
-
-
-def get_config():
- """Create, populate and return the VersioneerConfig() object."""
- # these strings are filled in when 'setup.py versioneer' creates
- # _version.py
- cfg = VersioneerConfig()
- cfg.VCS = "git"
- cfg.style = "pep440"
- cfg.tag_prefix = "v"
- cfg.parentdir_prefix = "psyplot-gui-"
- cfg.versionfile_source = "psyplot_gui/_version.py"
- cfg.verbose = False
- return cfg
-
-
-class NotThisMethod(Exception):
- """Exception raised if a method is not valid for the current scenario."""
-
-
-LONG_VERSION_PY: Dict[str, str] = {}
-HANDLERS: Dict[str, Dict[str, Callable]] = {}
-
-
-def register_vcs_handler(vcs, method): # decorator
- """Create decorator to mark a method as the handler of a VCS."""
-
- def decorate(f):
- """Store f in HANDLERS[vcs][method]."""
- if vcs not in HANDLERS:
- HANDLERS[vcs] = {}
- HANDLERS[vcs][method] = f
- return f
-
- return decorate
-
-
-def run_command(
- commands, args, cwd=None, verbose=False, hide_stderr=False, env=None
-):
- """Call the given command(s)."""
- assert isinstance(commands, list)
- process = None
- for command in commands:
- try:
- dispcmd = str([command] + args)
- # remember shell=False, so use git.cmd on windows, not just git
- process = subprocess.Popen(
- [command] + args,
- cwd=cwd,
- env=env,
- stdout=subprocess.PIPE,
- stderr=(subprocess.PIPE if hide_stderr else None),
- )
- break
- except OSError:
- e = sys.exc_info()[1]
- if e.errno == errno.ENOENT:
- continue
- if verbose:
- print("unable to run %s" % dispcmd)
- print(e)
- return None, None
- else:
- if verbose:
- print("unable to find command, tried %s" % (commands,))
- return None, None
- stdout = process.communicate()[0].strip().decode()
- if process.returncode != 0:
- if verbose:
- print("unable to run %s (error)" % dispcmd)
- print("stdout was %s" % stdout)
- return None, process.returncode
- return stdout, process.returncode
-
-
-def versions_from_parentdir(parentdir_prefix, root, verbose):
- """Try to determine the version from the parent directory name.
-
- Source tarballs conventionally unpack into a directory that includes both
- the project name and a version string. We will also support searching up
- two directory levels for an appropriately named parent directory
- """
- rootdirs = []
-
- for _ in range(3):
- dirname = os.path.basename(root)
- if dirname.startswith(parentdir_prefix):
- return {
- "version": dirname[len(parentdir_prefix) :],
- "full-revisionid": None,
- "dirty": False,
- "error": None,
- "date": None,
- }
- rootdirs.append(root)
- root = os.path.dirname(root) # up a level
-
- if verbose:
- print(
- "Tried directories %s but none started with prefix %s"
- % (str(rootdirs), parentdir_prefix)
- )
- raise NotThisMethod("rootdir doesn't start with parentdir_prefix")
-
-
-@register_vcs_handler("git", "get_keywords")
-def git_get_keywords(versionfile_abs):
- """Extract version information from the given file."""
- # the code embedded in _version.py can just fetch the value of these
- # keywords. When used from setup.py, we don't want to import _version.py,
- # so we do it with a regexp instead. This function is not used from
- # _version.py.
- keywords = {}
- try:
- with open(versionfile_abs, "r") as fobj:
- for line in fobj:
- if line.strip().startswith("git_refnames ="):
- mo = re.search(r'=\s*"(.*)"', line)
- if mo:
- keywords["refnames"] = mo.group(1)
- if line.strip().startswith("git_full ="):
- mo = re.search(r'=\s*"(.*)"', line)
- if mo:
- keywords["full"] = mo.group(1)
- if line.strip().startswith("git_date ="):
- mo = re.search(r'=\s*"(.*)"', line)
- if mo:
- keywords["date"] = mo.group(1)
- except OSError:
- pass
- return keywords
-
-
-@register_vcs_handler("git", "keywords")
-def git_versions_from_keywords(keywords, tag_prefix, verbose):
- """Get version information from git keywords."""
- if "refnames" not in keywords:
- raise NotThisMethod("Short version file found")
- date = keywords.get("date")
- if date is not None:
- # Use only the last line. Previous lines may contain GPG signature
- # information.
- date = date.splitlines()[-1]
-
- # git-2.2.0 added "%cI", which expands to an ISO-8601 -compliant
- # datestamp. However we prefer "%ci" (which expands to an "ISO-8601
- # -like" string, which we must then edit to make compliant), because
- # it's been around since git-1.5.3, and it's too difficult to
- # discover which version we're using, or to work around using an
- # older one.
- date = date.strip().replace(" ", "T", 1).replace(" ", "", 1)
- refnames = keywords["refnames"].strip()
- if refnames.startswith("$Format"):
- if verbose:
- print("keywords are unexpanded, not using")
- raise NotThisMethod("unexpanded keywords, not a git-archive tarball")
- refs = {r.strip() for r in refnames.strip("()").split(",")}
- # starting in git-1.8.3, tags are listed as "tag: foo-1.0" instead of
- # just "foo-1.0". If we see a "tag: " prefix, prefer those.
- TAG = "tag: "
- tags = {r[len(TAG) :] for r in refs if r.startswith(TAG)}
- if not tags:
- # Either we're using git < 1.8.3, or there really are no tags. We use
- # a heuristic: assume all version tags have a digit. The old git %d
- # expansion behaves like git log --decorate=short and strips out the
- # refs/heads/ and refs/tags/ prefixes that would let us distinguish
- # between branches and tags. By ignoring refnames without digits, we
- # filter out many common branch names like "release" and
- # "stabilization", as well as "HEAD" and "master".
- tags = {r for r in refs if re.search(r"\d", r)}
- if verbose:
- print("discarding '%s', no digits" % ",".join(refs - tags))
- if verbose:
- print("likely tags: %s" % ",".join(sorted(tags)))
- for ref in sorted(tags):
- # sorting will prefer e.g. "2.0" over "2.0rc1"
- if ref.startswith(tag_prefix):
- r = ref[len(tag_prefix) :]
- # Filter out refs that exactly match prefix or that don't start
- # with a number once the prefix is stripped (mostly a concern
- # when prefix is '')
- if not re.match(r"\d", r):
- continue
- if verbose:
- print("picking %s" % r)
- return {
- "version": r,
- "full-revisionid": keywords["full"].strip(),
- "dirty": False,
- "error": None,
- "date": date,
- }
- # no suitable tags, so version is "0+unknown", but full hex is still there
- if verbose:
- print("no suitable tags, using unknown + full revision id")
- return {
- "version": "0+unknown",
- "full-revisionid": keywords["full"].strip(),
- "dirty": False,
- "error": "no suitable tags",
- "date": None,
- }
-
-
-@register_vcs_handler("git", "pieces_from_vcs")
-def git_pieces_from_vcs(tag_prefix, root, verbose, runner=run_command):
- """Get version from 'git describe' in the root of the source tree.
-
- This only gets called if the git-archive 'subst' keywords were *not*
- expanded, and _version.py hasn't already been rewritten with a short
- version string, meaning we're inside a checked out source tree.
- """
- GITS = ["git"]
- TAG_PREFIX_REGEX = "*"
- if sys.platform == "win32":
- GITS = ["git.cmd", "git.exe"]
- TAG_PREFIX_REGEX = r"\*"
-
- _, rc = runner(
- GITS, ["rev-parse", "--git-dir"], cwd=root, hide_stderr=True
- )
- if rc != 0:
- if verbose:
- print("Directory %s not under git control" % root)
- raise NotThisMethod("'git rev-parse --git-dir' returned error")
-
- # if there is a tag matching tag_prefix, this yields TAG-NUM-gHEX[-dirty]
- # if there isn't one, this yields HEX[-dirty] (no NUM)
- describe_out, rc = runner(
- GITS,
- [
- "describe",
- "--tags",
- "--dirty",
- "--always",
- "--long",
- "--match",
- "%s%s" % (tag_prefix, TAG_PREFIX_REGEX),
- ],
- cwd=root,
- )
- # --long was added in git-1.5.5
- if describe_out is None:
- raise NotThisMethod("'git describe' failed")
- describe_out = describe_out.strip()
- full_out, rc = runner(GITS, ["rev-parse", "HEAD"], cwd=root)
- if full_out is None:
- raise NotThisMethod("'git rev-parse' failed")
- full_out = full_out.strip()
-
- pieces = {}
- pieces["long"] = full_out
- pieces["short"] = full_out[:7] # maybe improved later
- pieces["error"] = None
-
- branch_name, rc = runner(
- GITS, ["rev-parse", "--abbrev-ref", "HEAD"], cwd=root
- )
- # --abbrev-ref was added in git-1.6.3
- if rc != 0 or branch_name is None:
- raise NotThisMethod("'git rev-parse --abbrev-ref' returned error")
- branch_name = branch_name.strip()
-
- if branch_name == "HEAD":
- # If we aren't exactly on a branch, pick a branch which represents
- # the current commit. If all else fails, we are on a branchless
- # commit.
- branches, rc = runner(GITS, ["branch", "--contains"], cwd=root)
- # --contains was added in git-1.5.4
- if rc != 0 or branches is None:
- raise NotThisMethod("'git branch --contains' returned error")
- branches = branches.split("\n")
-
- # Remove the first line if we're running detached
- if "(" in branches[0]:
- branches.pop(0)
-
- # Strip off the leading "* " from the list of branches.
- branches = [branch[2:] for branch in branches]
- if "master" in branches:
- branch_name = "master"
- elif not branches:
- branch_name = None
- else:
- # Pick the first branch that is returned. Good or bad.
- branch_name = branches[0]
-
- pieces["branch"] = branch_name
-
- # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty]
- # TAG might have hyphens.
- git_describe = describe_out
-
- # look for -dirty suffix
- dirty = git_describe.endswith("-dirty")
- pieces["dirty"] = dirty
- if dirty:
- git_describe = git_describe[: git_describe.rindex("-dirty")]
-
- # now we have TAG-NUM-gHEX or HEX
-
- if "-" in git_describe:
- # TAG-NUM-gHEX
- mo = re.search(r"^(.+)-(\d+)-g([0-9a-f]+)$", git_describe)
- if not mo:
- # unparsable. Maybe git-describe is misbehaving?
- pieces["error"] = (
- "unable to parse git-describe output: '%s'" % describe_out
- )
- return pieces
-
- # tag
- full_tag = mo.group(1)
- if not full_tag.startswith(tag_prefix):
- if verbose:
- fmt = "tag '%s' doesn't start with prefix '%s'"
- print(fmt % (full_tag, tag_prefix))
- pieces["error"] = "tag '%s' doesn't start with prefix '%s'" % (
- full_tag,
- tag_prefix,
- )
- return pieces
- pieces["closest-tag"] = full_tag[len(tag_prefix) :]
-
- # distance: number of commits since tag
- pieces["distance"] = int(mo.group(2))
-
- # commit: short hex revision ID
- pieces["short"] = mo.group(3)
-
- else:
- # HEX: no tags
- pieces["closest-tag"] = None
- count_out, rc = runner(GITS, ["rev-list", "HEAD", "--count"], cwd=root)
- pieces["distance"] = int(count_out) # total number of commits
-
- # commit date: see ISO-8601 comment in git_versions_from_keywords()
- date = runner(GITS, ["show", "-s", "--format=%ci", "HEAD"], cwd=root)[
- 0
- ].strip()
- # Use only the last line. Previous lines may contain GPG signature
- # information.
- date = date.splitlines()[-1]
- pieces["date"] = date.strip().replace(" ", "T", 1).replace(" ", "", 1)
-
- return pieces
-
-
-def plus_or_dot(pieces):
- """Return a + if we don't already have one, else return a ."""
- if "+" in pieces.get("closest-tag", ""):
- return "."
- return "+"
-
-
-def render_pep440(pieces):
- """Build up version string, with post-release "local version identifier".
-
- Our goal: TAG[+DISTANCE.gHEX[.dirty]] . Note that if you
- get a tagged build and then dirty it, you'll get TAG+0.gHEX.dirty
-
- Exceptions:
- 1: no tags. git_describe was just HEX. 0+untagged.DISTANCE.gHEX[.dirty]
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- if pieces["distance"] or pieces["dirty"]:
- rendered += plus_or_dot(pieces)
- rendered += "%d.g%s" % (pieces["distance"], pieces["short"])
- if pieces["dirty"]:
- rendered += ".dirty"
- else:
- # exception #1
- rendered = "0+untagged.%d.g%s" % (pieces["distance"], pieces["short"])
- if pieces["dirty"]:
- rendered += ".dirty"
- return rendered
-
-
-def render_pep440_branch(pieces):
- """TAG[[.dev0]+DISTANCE.gHEX[.dirty]] .
-
- The ".dev0" means not master branch. Note that .dev0 sorts backwards
- (a feature branch will appear "older" than the master branch).
-
- Exceptions:
- 1: no tags. 0[.dev0]+untagged.DISTANCE.gHEX[.dirty]
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- if pieces["distance"] or pieces["dirty"]:
- if pieces["branch"] != "master":
- rendered += ".dev0"
- rendered += plus_or_dot(pieces)
- rendered += "%d.g%s" % (pieces["distance"], pieces["short"])
- if pieces["dirty"]:
- rendered += ".dirty"
- else:
- # exception #1
- rendered = "0"
- if pieces["branch"] != "master":
- rendered += ".dev0"
- rendered += "+untagged.%d.g%s" % (pieces["distance"], pieces["short"])
- if pieces["dirty"]:
- rendered += ".dirty"
- return rendered
-
-
-def pep440_split_post(ver):
- """Split pep440 version string at the post-release segment.
-
- Returns the release segments before the post-release and the
- post-release version number (or -1 if no post-release segment is present).
- """
- vc = str.split(ver, ".post")
- return vc[0], int(vc[1] or 0) if len(vc) == 2 else None
-
-
-def render_pep440_pre(pieces):
- """TAG[.postN.devDISTANCE] -- No -dirty.
-
- Exceptions:
- 1: no tags. 0.post0.devDISTANCE
- """
- if pieces["closest-tag"]:
- if pieces["distance"]:
- # update the post release segment
- tag_version, post_version = pep440_split_post(
- pieces["closest-tag"]
- )
- rendered = tag_version
- if post_version is not None:
- rendered += ".post%d.dev%d" % (
- post_version + 1,
- pieces["distance"],
- )
- else:
- rendered += ".post0.dev%d" % (pieces["distance"])
- else:
- # no commits, use the tag as the version
- rendered = pieces["closest-tag"]
- else:
- # exception #1
- rendered = "0.post0.dev%d" % pieces["distance"]
- return rendered
-
-
-def render_pep440_post(pieces):
- """TAG[.postDISTANCE[.dev0]+gHEX] .
-
- The ".dev0" means dirty. Note that .dev0 sorts backwards
- (a dirty tree will appear "older" than the corresponding clean one),
- but you shouldn't be releasing software with -dirty anyways.
-
- Exceptions:
- 1: no tags. 0.postDISTANCE[.dev0]
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- if pieces["distance"] or pieces["dirty"]:
- rendered += ".post%d" % pieces["distance"]
- if pieces["dirty"]:
- rendered += ".dev0"
- rendered += plus_or_dot(pieces)
- rendered += "g%s" % pieces["short"]
- else:
- # exception #1
- rendered = "0.post%d" % pieces["distance"]
- if pieces["dirty"]:
- rendered += ".dev0"
- rendered += "+g%s" % pieces["short"]
- return rendered
-
-
-def render_pep440_post_branch(pieces):
- """TAG[.postDISTANCE[.dev0]+gHEX[.dirty]] .
-
- The ".dev0" means not master branch.
-
- Exceptions:
- 1: no tags. 0.postDISTANCE[.dev0]+gHEX[.dirty]
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- if pieces["distance"] or pieces["dirty"]:
- rendered += ".post%d" % pieces["distance"]
- if pieces["branch"] != "master":
- rendered += ".dev0"
- rendered += plus_or_dot(pieces)
- rendered += "g%s" % pieces["short"]
- if pieces["dirty"]:
- rendered += ".dirty"
- else:
- # exception #1
- rendered = "0.post%d" % pieces["distance"]
- if pieces["branch"] != "master":
- rendered += ".dev0"
- rendered += "+g%s" % pieces["short"]
- if pieces["dirty"]:
- rendered += ".dirty"
- return rendered
-
-
-def render_pep440_old(pieces):
- """TAG[.postDISTANCE[.dev0]] .
-
- The ".dev0" means dirty.
-
- Exceptions:
- 1: no tags. 0.postDISTANCE[.dev0]
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- if pieces["distance"] or pieces["dirty"]:
- rendered += ".post%d" % pieces["distance"]
- if pieces["dirty"]:
- rendered += ".dev0"
- else:
- # exception #1
- rendered = "0.post%d" % pieces["distance"]
- if pieces["dirty"]:
- rendered += ".dev0"
- return rendered
-
-
-def render_git_describe(pieces):
- """TAG[-DISTANCE-gHEX][-dirty].
-
- Like 'git describe --tags --dirty --always'.
-
- Exceptions:
- 1: no tags. HEX[-dirty] (note: no 'g' prefix)
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- if pieces["distance"]:
- rendered += "-%d-g%s" % (pieces["distance"], pieces["short"])
- else:
- # exception #1
- rendered = pieces["short"]
- if pieces["dirty"]:
- rendered += "-dirty"
- return rendered
-
-
-def render_git_describe_long(pieces):
- """TAG-DISTANCE-gHEX[-dirty].
-
- Like 'git describe --tags --dirty --always -long'.
- The distance/hash is unconditional.
-
- Exceptions:
- 1: no tags. HEX[-dirty] (note: no 'g' prefix)
- """
- if pieces["closest-tag"]:
- rendered = pieces["closest-tag"]
- rendered += "-%d-g%s" % (pieces["distance"], pieces["short"])
- else:
- # exception #1
- rendered = pieces["short"]
- if pieces["dirty"]:
- rendered += "-dirty"
- return rendered
-
-
-def render(pieces, style):
- """Render the given version pieces into the requested style."""
- if pieces["error"]:
- return {
- "version": "unknown",
- "full-revisionid": pieces.get("long"),
- "dirty": None,
- "error": pieces["error"],
- "date": None,
- }
-
- if not style or style == "default":
- style = "pep440" # the default
-
- if style == "pep440":
- rendered = render_pep440(pieces)
- elif style == "pep440-branch":
- rendered = render_pep440_branch(pieces)
- elif style == "pep440-pre":
- rendered = render_pep440_pre(pieces)
- elif style == "pep440-post":
- rendered = render_pep440_post(pieces)
- elif style == "pep440-post-branch":
- rendered = render_pep440_post_branch(pieces)
- elif style == "pep440-old":
- rendered = render_pep440_old(pieces)
- elif style == "git-describe":
- rendered = render_git_describe(pieces)
- elif style == "git-describe-long":
- rendered = render_git_describe_long(pieces)
- else:
- raise ValueError("unknown style '%s'" % style)
-
- return {
- "version": rendered,
- "full-revisionid": pieces["long"],
- "dirty": pieces["dirty"],
- "error": None,
- "date": pieces.get("date"),
- }
-
-
-def get_versions():
- """Get version information or return default if unable to do so."""
- # I am in _version.py, which lives at ROOT/VERSIONFILE_SOURCE. If we have
- # __file__, we can work backwards from there to the root. Some
- # py2exe/bbfreeze/non-CPython implementations don't do __file__, in which
- # case we can only use expanded keywords.
-
- cfg = get_config()
- verbose = cfg.verbose
-
- try:
- return git_versions_from_keywords(
- get_keywords(), cfg.tag_prefix, verbose
- )
- except NotThisMethod:
- pass
-
- try:
- root = os.path.realpath(__file__)
- # versionfile_source is the relative path from the top of the source
- # tree (where the .git directory might live) to this file. Invert
- # this to find the root from __file__.
- for _ in cfg.versionfile_source.split("/"):
- root = os.path.dirname(root)
- except NameError:
- return {
- "version": "0+unknown",
- "full-revisionid": None,
- "dirty": None,
- "error": "unable to find root of source tree",
- "date": None,
- }
-
- try:
- pieces = git_pieces_from_vcs(cfg.tag_prefix, root, verbose)
- return render(pieces, cfg.style)
- except NotThisMethod:
- pass
-
- try:
- if cfg.parentdir_prefix:
- return versions_from_parentdir(cfg.parentdir_prefix, root, verbose)
- except NotThisMethod:
- pass
-
- return {
- "version": "0+unknown",
- "full-revisionid": None,
- "dirty": None,
- "error": "unable to compute version",
- "date": None,
- }
diff --git a/psyplot_gui/backend.py b/psyplot_gui/backend.py
deleted file mode 100644
index c1c94ec..0000000
--- a/psyplot_gui/backend.py
+++ /dev/null
@@ -1,162 +0,0 @@
-"""Matplotlib backend to include matplotlib figures as dockwidgets in the
-psyplot gui
-
-This backend is based upon matplotlibs qt4agg and qt5agg backends."""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-from matplotlib.backend_bases import FigureManagerBase
-from matplotlib.figure import Figure
-
-from psyplot_gui.common import DockMixin
-from psyplot_gui.compat.qtcompat import (
- QDockWidget,
- Qt,
- QVBoxLayout,
- QWidget,
- with_qt5,
-)
-
-if with_qt5:
- from matplotlib.backends.backend_qt5agg import (
- FigureCanvasQTAgg,
- FigureManagerQT,
- )
-else:
- from matplotlib.backends.backend_qt4agg import (
- FigureCanvasQTAgg,
- FigureManagerQT,
- )
-
-
-class FiguresDock(QDockWidget):
- """Reimplemented QDockWidget to remove the dock widget when closed"""
-
- def close(self, *args, **kwargs):
- """
- Reimplemented to remove the dock widget from the mainwindow when closed
- """
- from psyplot_gui.main import mainwindow
-
- try:
- mainwindow.figures.remove(self)
- except Exception:
- pass
- try:
- mainwindow.removeDockWidget(self)
- except Exception:
- pass
- return super(FiguresDock, self).close(*args, **kwargs)
-
-
-class FigureWidget(DockMixin, QWidget):
- """A simple container for figures in the psyplot backend"""
-
- dock_cls = FiguresDock
-
-
-def new_figure_manager(num, *args, **kwargs):
- """
- Create a new figure manager instance
- """
- FigureClass = kwargs.pop("FigureClass", Figure)
- thisFig = FigureClass(*args, **kwargs)
- return new_figure_manager_given_figure(num, thisFig)
-
-
-def new_figure_manager_given_figure(num, figure):
- """
- Create a new figure manager instance for the given figure.
- """
- canvas = PsyplotCanvas(figure)
- return PsyplotCanvasManager(canvas, num)
-
-
-class PsyplotCanvasManager(FigureManagerQT):
- """The canvas manager for the psyplot backend interacting with the
- mainwindow of the psyplot gui"""
-
- toolbar = None
-
- def __init__(self, canvas, num):
- from psyplot_gui.main import mainwindow
-
- self.main = mainwindow
- if mainwindow is None:
- return super(PsyplotCanvasManager, self).__init__(canvas, num)
- parent_widget = FigureWidget()
- parent_widget.vbox = vbox = QVBoxLayout()
- self.window = dock = parent_widget.to_dock(
- mainwindow,
- title="Figure %d" % num,
- position=Qt.TopDockWidgetArea,
- docktype=None,
- )
- if mainwindow.figures:
- mainwindow.tabifyDockWidget(mainwindow.figures[-1], dock)
- mainwindow.figures.append(dock)
- FigureManagerBase.__init__(self, canvas, num)
- self.canvas = canvas
-
- self.window.setWindowTitle("Figure %d" % num)
-
- if hasattr(self, "_get_toolbar"):
- # legacy solution for matplotlib < 3.6
- self.toolbar = self._get_toolbar(canvas, parent_widget)
-
- # add text label to status bar
- self.statusbar_label = mainwindow.figures_label
-
- if self.toolbar is not None:
- vbox.addWidget(self.toolbar)
- self.toolbar.message.connect(self.statusbar_label.setText)
-
- vbox.addWidget(canvas)
- parent_widget.setLayout(vbox)
- self.parent_widget = parent_widget
-
- # Give the keyboard focus to the figure instead of the
- # manager; StrongFocus accepts both tab and click to focus and
- # will enable the canvas to process event w/o clicking.
- # ClickFocus only takes the focus is the window has been
- # clicked
- # on. http://qt-project.org/doc/qt-4.8/qt.html#FocusPolicy-enum or
- # http://doc.qt.digia.com/qt/qt.html#FocusPolicy-enum
- self.canvas.setFocusPolicy(Qt.StrongFocus)
- self.canvas.setFocus()
- self.window._destroying = False
-
- self.main.show()
-
- def notify_axes_change(fig):
- # This will be called whenever the current axes is changed
- if self.toolbar is not None:
- self.toolbar.update()
-
- self.canvas.figure.add_axobserver(notify_axes_change)
-
- def statusBar(self, *args, **kwargs):
- if self.main is None:
- return super(PsyplotCanvasManager, self).statusBar(*args, **kwargs)
- return self.main.statusBar(*args, **kwargs)
-
- def resize(self, width, height):
- self.window.resize(width, height + self.toolbar.sizeHint().height())
-
-
-class PsyplotCanvas(FigureCanvasQTAgg):
- """The canvas class with reimplemented resizing"""
-
- def resizeEvent(self, event):
- """Reimplemented to make sure that the figure is only resized for
- events with height and width greater 0"""
- if event.size().width() > 0 and event.size().height() > 0:
- super(PsyplotCanvas, self).resizeEvent(event)
-
-
-FigureManager = PsyplotCanvasManager
-FigureCanvas = PsyplotCanvas
diff --git a/psyplot_gui/common.py b/psyplot_gui/common.py
deleted file mode 100644
index 7bb02ca..0000000
--- a/psyplot_gui/common.py
+++ /dev/null
@@ -1,362 +0,0 @@
-"""Common functions used for the psyplot gui"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import inspect
-import logging
-import os.path as osp
-import sys
-import traceback as tb
-from functools import partial
-
-import six
-
-from psyplot_gui.compat.qtcompat import (
- QAction,
- QDesktopWidget,
- QDockWidget,
- QErrorMessage,
- QIcon,
- QInputDialog,
- QRegExpValidator,
- QtCore,
- QToolButton,
-)
-
-if six.PY2:
- try:
- import CStringIO as io
- except ImportError:
- import StringIO as io
-else:
- import io
-
-
-def is_running_tests():
- """Check if there are any GUI tests running
-
- This function returns the :attr:`psyplot_gui.UNIT_TESTING` variable"""
- import psyplot_gui
-
- return psyplot_gui.UNIT_TESTING
-
-
-def get_module_path(modname):
- """Return module `modname` base path"""
-
- return osp.abspath(osp.dirname(sys.modules[modname].__file__))
-
-
-def get_icon(name):
- """Get the path to an icon in the icons directory"""
- return osp.join(get_module_path("psyplot_gui"), "icons", name)
-
-
-class DockMixin(object):
- """A mixin class to define psyplot_gui plugins
-
- Notes
- -----
- Each external plugin should set the :attr:`dock_position` and the
- :attr:`title` attribute!
- """
-
- _set_central_action = _view_action = None
-
- #: The position of the plugin
- dock_position = None
-
- #: The title of the plugin
- title = None
-
- #: The class to use for the DockWidget
- dock_cls = QDockWidget
-
- #: The config page for this widget. Should inherit the
- #: :class:`psyplot_gui.preferences.ConfigPage` widget
- config_page = None
-
- #: Boolean that is True if the dock widget should be hidden automatically
- #: after startup
- hidden = False
-
- #: The instance of :class:`QDockWidget` of this plugin
- dock = None
-
- @property
- def is_shown(self):
- """Boolean that is True, if the dock widget is shown"""
- return (
- self.dock is not None and self.dock.toggleViewAction().isChecked()
- )
-
- def to_dock(
- self, main, title=None, position=None, docktype="pane", *args, **kwargs
- ):
- if title is None:
- title = self.title
- if title is None:
- raise ValueError("No title specified for the %s widget" % (self))
- if position is None:
- position = self.dock_position
- if position is None:
- raise ValueError(
- "No position specified for the %s widget (%s)" % (title, self)
- )
- self.title = title
- self.dock_position = position
- if self.dock is None:
- self.dock = self.dock_cls(title, main)
- self.dock.setWidget(self)
- main.dockwidgets.append(self.dock)
- self.create_central_widget_action(main)
- self.create_view_action(main, docktype)
- self.position_dock(main, *args, **kwargs)
- config_page = self.config_page
- if config_page is not None:
- main.config_pages.append(config_page)
- return self.dock
-
- def position_dock(self, main, *args, **kwargs):
- """Set the position of the dock widget
-
- This method places the plugin widget at the desired dock position
- (by default, indicated with the :attr:`dock_position` attribute)
-
- Parameters
- ----------
- main: psyplot_gui.main.Mainwindow
- The main window where the dock is added"""
- main.addDockWidget(self.dock_position, self.dock, *args, **kwargs)
-
- def show_plugin(self):
- """Show the plugin widget"""
- a = self.dock.toggleViewAction()
- if not a.isChecked():
- a.trigger()
-
- def hide_plugin(self):
- """Hide the plugin widget"""
- a = self.dock.toggleViewAction()
- if a.isChecked():
- a.trigger()
-
- def show_status_message(self, msg):
- """Show a status message"""
- try:
- self.dock.parent().plugin_label.setText(msg)
- except AttributeError:
- pass
-
- def create_central_widget_action(self, main):
- """Setup the action to make this plugin the central widget"""
- if self._set_central_action is None:
- menu = main.central_widgets_menu
- group = main.central_widgets_actions
- self._set_central_action = action = QAction(self.title, main)
- action.setCheckable(True)
- action.triggered.connect(partial(main.set_central_widget, self))
- menu.addAction(action)
- group.addAction(action)
- return self._set_central_action
-
- def create_view_action(self, main, docktype="pane"):
- if self._view_action is None:
- self._view_action = action = self.dock.toggleViewAction()
- if docktype == "pane":
- main.panes_menu.addAction(action)
- elif docktype == "df":
- main.dataframe_menu.addAction(action)
- return self._view_action
-
- def remove_plugin(self):
- """Remove this plugin and close it"""
- mainwindow = self.dock.parent() if self.dock else self.parent()
- key = next(
- (key for key, w in mainwindow.plugins.items() if w is self), None
- )
- if mainwindow.centralWidget() is self:
- mainwindow.set_central_widget(
- mainwindow.__class__.central_widget_key
- )
- if self._view_action is not None:
- mainwindow.panes_menu.removeAction(self._view_action)
- mainwindow.dataframe_menu.removeAction(self._view_action)
- if self._set_central_action is not None:
- mainwindow.central_widgets_menu.removeAction(
- self._set_central_action
- )
- if key is not None:
- del mainwindow.plugins[key]
- if self.dock is not None:
- mainwindow.removeDockWidget(self.dock)
- self.dock.close()
- self.close()
-
-
-class LoadFromConsoleButton(QToolButton):
- """A toolbutton to load an object from the console"""
-
- #: The signal that is emitted when an object has been loaded. The first
- #: argument is the object name, the second the object itself
- object_loaded = QtCore.pyqtSignal(str, object)
-
- @property
- def instances2check_str(self):
- return ", ".join(
- "%s.%s" % (cls.__module__, cls.__name__)
- for cls in self._instances2check
- )
-
- @property
- def potential_object_names(self):
- from ipykernel.inprocess.ipkernel import InProcessInteractiveShell
-
- shell = InProcessInteractiveShell.instance()
- return sorted(
- name
- for name, obj in shell.user_global_ns.items()
- if not name.startswith("_") and self.check(obj)
- )
-
- def __init__(self, instances=None, *args, **kwargs):
- """
- Parameters
- ----------
- instances: class or tuple of classes
- The classes that should be used for an instance check
- """
- super(LoadFromConsoleButton, self).__init__(*args, **kwargs)
- self.setIcon(QIcon(get_icon("console-go.png")))
- if instances is not None and inspect.isclass(instances):
- instances = (instances,)
- self._instances2check = instances
- self.error_msg = PyErrorMessage(self)
- self.clicked.connect(partial(self.get_from_shell, None))
-
- def check(self, obj):
- return (
- True
- if not self._instances2check
- else isinstance(obj, self._instances2check)
- )
-
- def get_from_shell(self, oname=None):
- """Open an input dialog, receive an object and emit the
- :attr:`object_loaded` signal"""
- if oname is None:
- oname, ok = QInputDialog.getItem(
- self,
- "Select variable",
- "Select a variable to import from the console",
- self.potential_object_names,
- )
- if not ok:
- return
- if self.check(oname) and (
- self._instances2check or not isinstance(oname, six.string_types)
- ):
- obj = oname
- oname = "object"
- else:
- found, obj = self.get_obj(oname.strip())
- if found:
- if not self.check(obj):
- self.error_msg.showMessage(
- "Object must be an instance of %r, not %r"
- % (
- self.instances2check_str,
- "%s.%s"
- % (type(obj).__module__, type(obj).__name__),
- )
- )
- return
- else:
- if not oname.strip():
- msg = "The variable name must not be empty!"
- else:
- msg = "Could not find object " + oname
- self.error_msg.showMessage(msg)
- return
- self.object_loaded.emit(oname, obj)
-
- def get_obj(self, oname):
- """Load an object from the current shell"""
- from psyplot_gui.main import mainwindow
-
- return mainwindow.console.get_obj(oname)
-
-
-class ListValidator(QRegExpValidator):
- """A validator class to validate that a string consists of strings in a
- list of strings"""
-
- def __init__(self, valid, sep=",", *args, **kwargs):
- """
- Parameters
- ----------
- valid: list of str
- The possible choices
- sep: str, optional
- The separation pattern
- ``*args,**kwargs``
- Determined by PyQt5.QtGui.QValidator
- """
- patt = QtCore.QRegExp("^((%s)(;;)?)+$" % "|".join(valid))
- super(QRegExpValidator, self).__init__(patt, *args, **kwargs)
-
-
-class PyErrorMessage(QErrorMessage):
- """Widget designed to display python errors via the :meth:`showTraceback`
- method"""
-
- def showTraceback(self, header=None):
- if is_running_tests():
- raise
-
- s = io.StringIO()
- tb.print_exc(file=s)
- last_tb = "" + " ".join(s.getvalue().splitlines()) + "
"
- header = header + "\n" if header else ""
- self.showMessage(header + last_tb)
- available_width = QDesktopWidget().availableGeometry().width() / 3.0
- available_height = QDesktopWidget().availableGeometry().height() / 3.0
- width = self.sizeHint().width()
- height = self.sizeHint().height()
- # The message window should cover at least one third of the screen
- self.resize(max(available_width, width), max(available_height, height))
-
- def excepthook(self, type, value, traceback):
- s = io.StringIO()
- tb.print_exception(type, value, traceback, file=s)
- last_tb = "" + " ".join(s.getvalue().splitlines()) + "
"
- header = value.message if six.PY2 else str(value)
- self.showMessage(header + "\n" + last_tb)
- available_width = QDesktopWidget().availableGeometry().width() / 3.0
- available_height = QDesktopWidget().availableGeometry().height() / 3.0
- width = self.sizeHint().width()
- height = self.sizeHint().height()
- # The message window should cover at least one third of the screen
- self.resize(max(available_width, width), max(available_height, height))
-
-
-class StreamToLogger(object):
- """
- Fake file-like stream object that redirects writes to a logger instance.
- """
-
- def __init__(self, logger, log_level=logging.INFO):
- self.logger = logger
- self.log_level = log_level
- self.linebuf = ""
-
- def write(self, buf):
- for line in buf.rstrip().splitlines():
- self.logger.log(self.log_level, line.rstrip())
-
- def flush(self):
- pass
diff --git a/psyplot_gui/compat/__init__.py b/psyplot_gui/compat/__init__.py
deleted file mode 100755
index 0439e7d..0000000
--- a/psyplot_gui/compat/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""Compatibility module for psyplot-gui"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
diff --git a/psyplot_gui/compat/qtcompat.py b/psyplot_gui/compat/qtcompat.py
deleted file mode 100644
index 972c1b1..0000000
--- a/psyplot_gui/compat/qtcompat.py
+++ /dev/null
@@ -1,242 +0,0 @@
-"""Compatibility module for the different versions of PyQt"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import sys
-
-# make sure that the right pyqt version suitable for the IPython console is
-# loaded
-import six
-
-from psyplot_gui.config.rcsetup import rcParams
-
-try:
- from qtconsole.rich_jupyter_widget import RichJupyterWidget # noqa: F401
-except ImportError:
- pass
-try:
- import PyQt5 # noqa: F401
-except ImportError:
- from PyQt4 import QtCore, QtGui # noqa: F401
- from PyQt4.Qt import PYQT_VERSION_STR as PYQT_VERSION # noqa: F401
- from PyQt4.Qt import QT_VERSION_STR as QT_VERSION # noqa: F401
- from PyQt4.QtCore import Qt # noqa: F401
- from PyQt4.QtGui import ( # noqa: F401
- QAbstractItemView,
- QAction,
- QActionGroup,
- QApplication,
- QCheckBox,
- )
- from PyQt4.QtGui import QComboBox as OrigQComboBox
- from PyQt4.QtGui import ( # noqa: F401
- QCompleter,
- QDesktopWidget,
- QDialog,
- QDialogButtonBox,
- QDockWidget,
- QDoubleValidator,
- QErrorMessage,
- QFileDialog,
- QFrame,
- QGraphicsRectItem,
- QGraphicsScene,
- QGraphicsView,
- QGridLayout,
- QHBoxLayout,
- QHeaderView,
- QIcon,
- QInputDialog,
- QIntValidator,
- QKeyEvent,
- QKeySequence,
- QLabel,
- QLineEdit,
- QListView,
- QListWidget,
- QListWidgetItem,
- QMainWindow,
- QMenu,
- QMessageBox,
- QPlainTextEdit,
- QPushButton,
- QRegExpValidator,
- QScrollArea,
- QSizePolicy,
- QSortFilterProxyModel,
- QSplitter,
- QStackedWidget,
- QStandardItem,
- QStandardItemModel,
- QStatusBar,
- QStyledItemDelegate,
- QStyleOptionViewItem,
- QTableView,
- QTableWidget,
- QTableWidgetItem,
- QTabWidget,
- QTextCursor,
- QTextEdit,
- QToolBar,
- QToolBox,
- QToolButton,
- QTreeWidget,
- QTreeWidgetItem,
- QValidator,
- QVBoxLayout,
- QWidget,
- )
- from PyQt4.QtTest import QTest # noqa: F401
- from PyQt4.QtWebKit import QWebView as QWebEngineView # noqa: F401
-
- with_qt5 = False
- QSignalSpy = None
-
- try:
- from PyQt4.QtCore import QByteArray, QString
- except ImportError:
-
- def isstring(s):
- return isinstance(s, six.string_types)
-
- else:
-
- def isstring(s):
- return isinstance(
- s, tuple(list(six.string_types) + [QString, QByteArray])
- )
-
- class QComboBox(OrigQComboBox):
- currentTextChanged = QtCore.pyqtSignal(str)
-
- def __init__(self, *args, **kwargs):
- OrigQComboBox.__init__(self, *args, **kwargs)
- self.currentIndexChanged.connect(self._emit_currentTextChanged)
-
- def _emit_currentTextChanged(self, i):
- self.currentTextChanged.emit(self.currentText())
-
- def setCurrentText(self, s):
- idx = self.findText(s)
- if idx == -1:
- self.addItem(s)
- idx = self.findText(s)
- self.setCurrentIndex(idx)
-
-else:
- from PyQt5 import QtCore
- from PyQt5.QtCore import QSortFilterProxyModel, Qt # noqa: F401
- from PyQt5.QtGui import ( # noqa: F401
- QDoubleValidator,
- QIcon,
- QIntValidator,
- QKeyEvent,
- QKeySequence,
- QRegExpValidator,
- QStandardItem,
- QStandardItemModel,
- QTextCursor,
- QValidator,
- )
- from PyQt5.QtWidgets import ( # noqa: F401
- QAbstractItemView,
- QAction,
- QActionGroup,
- QApplication,
- QCheckBox,
- QComboBox,
- QCompleter,
- QDesktopWidget,
- QDialog,
- QDialogButtonBox,
- QDockWidget,
- QErrorMessage,
- QFileDialog,
- QFrame,
- QGraphicsRectItem,
- QGraphicsScene,
- QGraphicsView,
- QGridLayout,
- QHBoxLayout,
- QHeaderView,
- QInputDialog,
- QLabel,
- QLineEdit,
- QListView,
- QListWidget,
- QListWidgetItem,
- QMainWindow,
- QMenu,
- QMessageBox,
- QPlainTextEdit,
- QPushButton,
- QScrollArea,
- QSizePolicy,
- QSplitter,
- QStackedWidget,
- QStatusBar,
- QStyledItemDelegate,
- QStyleOptionViewItem,
- QTableView,
- QTableWidget,
- QTableWidgetItem,
- QTabWidget,
- QTextEdit,
- QToolBar,
- QToolBox,
- QToolButton,
- QTreeWidget,
- QTreeWidgetItem,
- QVBoxLayout,
- QWidget,
- )
-
- if rcParams["help_explorer.use_webengineview"]:
- try:
- from PyQt5.QtWebEngineWidgets import QWebEngineView # noqa: F401
- except ImportError:
- from PyQt5.QtWebKitWidgets import ( # noqa: F401
- QWebView as QWebEngineView,
- )
- else:
- QWebEngineView = None
- from PyQt5 import QtGui # noqa: F401
- from PyQt5.Qt import PYQT_VERSION_STR as PYQT_VERSION # noqa: F401
- from PyQt5.Qt import QT_VERSION_STR as QT_VERSION # noqa: F401
- from PyQt5.QtTest import QSignalSpy, QTest # noqa: F401
-
- with_qt5 = True
-
- def isstring(s):
- return isinstance(s, six.string_types)
-
-
-def asstring(s):
- return six.text_type(s)
-
-
-if sys.platform == "darwin":
- # make sure to register the open file event
- OrigQApplication = QApplication
-
- class QApplication(OrigQApplication):
- """Reimplemented QApplication with open file event"""
-
- def event(self, event):
- from psyplot_gui.config.rcsetup import rcParams
-
- if (
- rcParams["main.listen_to_port"]
- and event.type() == QtCore.QEvent.FileOpen
- ):
- from psyplot_gui.main import mainwindow
-
- if mainwindow is not None:
- opened = mainwindow.open_files([event.file()])
- if opened:
- return True
- return super(QApplication, self).event(event)
diff --git a/psyplot_gui/config/__init__.py b/psyplot_gui/config/__init__.py
deleted file mode 100755
index 042e35a..0000000
--- a/psyplot_gui/config/__init__.py
+++ /dev/null
@@ -1,29 +0,0 @@
-"""Configuration module of the psyplot package
-
-This module contains the module for managing rc parameters and the logging.
-Default parameters are defined in the :data:`rcsetup.defaultParams`
-dictionary, however you can set up your own configuration in a yaml file (see
-:func:`psyplot.load_rc_from_file`)"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import os.path as osp
-
-from psyplot.config.logsetup import setup_logging
-from psyplot.config.rcsetup import psyplot_fname
-
-#: :class:`str`. Path to the yaml logging configuration file
-logcfg_path = setup_logging(
- default_path=osp.join(osp.dirname(__file__), "logging.yml"),
- env_key="LOG_PSYPLOTGUI",
-)
-
-
-#: class:`str` or ``None``. Path to the yaml configuration file (if found).
-#: See :func:`psyplot.config.rcsetup.psyplot_fname` for further
-#: information
-config_path = psyplot_fname(env_key="PSYPLOTGUIRC", fname="psyplotguirc.yaml")
diff --git a/psyplot_gui/config/logging.yml b/psyplot_gui/config/logging.yml
deleted file mode 100755
index 3d1c6e0..0000000
--- a/psyplot_gui/config/logging.yml
+++ /dev/null
@@ -1,79 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC-BY-4.0
-
----
-# logging settings for the nc2map module
-
-version: 1
-
-disable_existing_loggers: False
-
-formatters:
-
- simple:
-
- format: "[%(name)s] - %(levelname)s - %(message)s"
-
- level_message:
-
- format: "%(levelname)s: %(message)s"
-
- full:
- format: "%(asctime)s - [%(name)s.%(funcName)s] - %(levelname)s - %(message)s"
-
-
-handlers:
-
- console:
-
- class: logging.StreamHandler
-
- level: INFO
-
- formatter: simple
-
- stream: ext://sys.stdout
-
- warning_console:
-
- class: logging.StreamHandler
-
- level: INFO
-
- formatter: level_message
-
- stream: ext://sys.stdout
-
-
- debug_file_handler:
-
- class: logging.handlers.RotatingFileHandler
-
- mode: w
-
- level: DEBUG
-
- formatter: full
-
- filename: ~/.debug_psyplot.log
-
- maxBytes: 10485760 # 10MB
-
- backupCount: 5
-
- encoding: utf8
-
- delay: True
-
-loggers:
-
- psyplot_gui:
-
- handlers: [console, debug_file_handler]
-
- propagate: False
-
- level: INFO
-
-...
diff --git a/psyplot_gui/config/logging_debug.yml b/psyplot_gui/config/logging_debug.yml
deleted file mode 100755
index d644654..0000000
--- a/psyplot_gui/config/logging_debug.yml
+++ /dev/null
@@ -1,78 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC-BY-4.0
-
----
-# debug logging settings (sets the level of the nc2map logger to DEBUG)
-
-version: 1
-
-disable_existing_loggers: False
-
-formatters:
-
- simple:
-
- format: "[%(name)s] - %(levelname)s - %(message)s"
-
- level_message:
-
- format: "%(levelname)s: %(message)s"
-
- full:
- format: "%(asctime)s - [%(name)s.%(funcName)s] - %(levelname)s - %(message)s"
-
-
-handlers:
-
- console:
-
- class: logging.StreamHandler
-
- level: INFO
-
- formatter: simple
-
- stream: ext://sys.stdout
-
- warning_console:
-
- class: logging.StreamHandler
-
- level: INFO
-
- formatter: level_message
-
- stream: ext://sys.stdout
-
-
- debug_file_handler:
-
- class: logging.handlers.RotatingFileHandler
-
- mode: w
-
- level: DEBUG
-
- formatter: full
-
- filename: ~/.debug_psyplot.log
-
- maxBytes: 10485760 # 10MB
-
- backupCount: 5
-
- encoding: utf8
-
- delay: True
-
-loggers:
-
- psyplot_gui:
-
- handlers: [console, debug_file_handler]
-
- propagate: False
-
- level: DEBUG
-...
diff --git a/psyplot_gui/config/rcsetup.py b/psyplot_gui/config/rcsetup.py
deleted file mode 100755
index ed40cd1..0000000
--- a/psyplot_gui/config/rcsetup.py
+++ /dev/null
@@ -1,312 +0,0 @@
-"""Default management of the psyplot_gui package
-
-This module defines the necessary configuration parts for the psyplot gui"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import logging
-
-import six
-from matplotlib.rcsetup import validate_bool, validate_int
-from psyplot.config.rcsetup import (
- RcParams,
- psyplot_fname,
- validate_bool_maybe_none,
- validate_stringlist,
-)
-
-
-def try_and_error(*funcs):
- """Apply multiple validation functions
-
- Parameters
- ----------
- ``*funcs``
- Validation functions to test
-
- Returns
- -------
- function"""
-
- def validate(value):
- exc = None
- for func in funcs:
- try:
- return func(value)
- except (ValueError, TypeError) as e:
- exc = e
- raise exc
-
- return validate
-
-
-# -----------------------------------------------------------------------------
-# ------------------------- validation functions ------------------------------
-# -----------------------------------------------------------------------------
-
-
-def validate_str(s):
- """Validate a string
-
- Parameters
- ----------
- s: str
-
- Returns
- -------
- str
-
- Raises
- ------
- ValueError"""
- if not isinstance(s, six.string_types):
- raise ValueError("Did not found string!")
- return six.text_type(s)
-
-
-def validate_none(b):
- """Validate that None is given
-
- Parameters
- ----------
- b: {None, 'none'}
- None or string (the case is ignored)
-
- Returns
- -------
- None
-
- Raises
- ------
- ValueError"""
- if isinstance(b, six.string_types):
- b = b.lower()
- if b is None or b == "none":
- return None
- else:
- raise ValueError('Could not convert "%s" to None' % b)
-
-
-def validate_all(v):
- """Test if ``v == 'all'``"""
- if v != "all":
- raise ValueError("The value must be 'all'")
- return six.text_type(v)
-
-
-class GuiRcParams(RcParams):
- """RcParams for the psyplot-gui package."""
-
- HEADER = RcParams.HEADER.replace(
- "psyplotrc.yml", "psyplotguirc.yml"
- ).replace("PSYPLOTRC", "psyplotrc.yml")
-
- def load_from_file(self, fname=None):
- """
- Update rcParams from user-defined settings
-
- This function updates the instance with what is found in `fname`
-
- Parameters
- ----------
- fname: str
- Path to the yaml configuration file. Possible keys of the
- dictionary are defined by :data:`config.rcsetup.defaultParams`.
- If None, the :func:`config.rcsetup.psyplot_fname` function is used.
-
- See Also
- --------
- dump_to_file, psyplot_fname"""
- fname = fname or psyplot_fname(
- env_key="PSYPLOTGUIRC", fname="psyplotguirc.yml"
- )
- if fname:
- super(GuiRcParams, self).load_from_file(fname)
-
- def _load_plugin_entrypoints(self):
- """Load the modules for the psyplot plugins
-
- Yields
- ------
- pkg_resources.EntryPoint
- The entry point for the psyplot plugin module"""
- from pkg_resources import iter_entry_points
-
- inc = self["plugins.include"]
- exc = self["plugins.exclude"]
- logger = logging.getLogger(__name__)
- self._plugins = self._plugins or []
- for ep in iter_entry_points("psyplot_gui"):
- try:
- ep.module
- except AttributeError: # python<3.10
- try:
- ep.module = ep.pattern.match(ep.value).group("module")
- except AttributeError: # python<3.8
- ep.module = ep.module_name
-
- plugin_name = "%s:%s:%s" % (ep.module, ":".join(ep.attrs), ep.name)
- # check if the user wants to explicitly this plugin
- include_user = None
- if inc:
- include_user = (
- ep.module in inc
- or ep.name in inc
- or "%s:%s" % (ep.module, ":".join(ep.attrs)) in inc
- )
- if include_user is None and exc == "all":
- include_user = False
- elif include_user is None:
- # check for exclude
- include_user = not (
- ep.module in exc
- or ep.name in exc
- or "%s:%s" % (ep.module, ":".join(ep.attrs)) in exc
- )
- if not include_user:
- logger.debug(
- "Skipping plugin %s: Excluded by user", plugin_name
- )
- else:
- logger.debug("Loading plugin %s", plugin_name)
- self._plugins.append(str(ep))
- yield ep
-
- def load_plugins(self, *args, **kwargs):
- """
- Load the plugins for the psyplot_gui MainWindow
-
- Returns
- -------
- dict
- A mapping from entry point name to the imported widget class
-
- Notes
- -----
- ``*args`` and ``**kwargs`` are ignored
- """
-
- def format_ep(ep):
- return "%s:%s:%s" % (ep.module_name, ":".join(ep.attrs), ep.name)
-
- return {
- format_ep(ep): ep.load() for ep in self._load_plugin_entrypoints()
- }
-
-
-#: :class:`dict` with default values and validation functions
-defaultParams = {
- # gui settings
- "backend": [
- "psyplot",
- try_and_error(validate_str, validate_none),
- "Backend to use when using the graphical user interface. The current "
- "backend is used and no changes are made. Note that it is usually not "
- "possible to change the backend after importing the psyplot.project "
- "module. The default backend embeds the figures into the ",
- ],
- "help_explorer.use_webengineview": [
- True,
- validate_bool,
- "Enable the PyQt5.QtWebEngineWidgets.QWebEngineView which might not "
- "work under certain circumstances.",
- ],
- "help_explorer.use_intersphinx": [
- None,
- validate_bool_maybe_none,
- "Use the intersphinx extension and link to the online documentations "
- "of matplotlib, pyplot, psyplot, numpy, etc. when converting rst "
- "docstrings. The inventories are loaded when the first object is "
- "documented. If None, intersphinx is only used when "
- "`help_explorer.online` is True and you are not using windows",
- ],
- "help_explorer.render_docs_parallel": [
- True,
- validate_bool,
- "Boolean whether the html docs are rendered in a separate process",
- ],
- "help_explorer.online": [
- None,
- validate_bool_maybe_none,
- "Switch that controls whether the online functions of the help "
- "explorer shall be enabled. False implies that "
- "help_explorer.use_intersphinx is set to False",
- ],
- "console.start_channels": [
- True,
- validate_bool,
- "Start the different channels of the KernelClient",
- ],
- "console.connect_to_help": [
- True,
- validate_bool,
- "Whether the console shall be connected to the help_explorer or not",
- ],
- "console.auto_set_mp": [
- True,
- validate_bool,
- "If True, then the 'mp' variable in the console is automatically set "
- "when the current main project changes",
- ],
- "console.auto_set_sp": [
- True,
- validate_bool,
- "If True, then the 'sp' variable in the console is automatically set "
- "when the current sub project changes",
- ],
- "main.open_files_port": [
- 30124,
- validate_int,
- "The port number used when new files are opened",
- ],
- "main.listen_to_port": [
- True,
- validate_bool,
- "If True and the psyplot gui is already running, new files are opened "
- "in that gui",
- ],
- "main.opengl": [
- "software",
- validate_str,
- "The opengl implementation to use. Should be one of 'software', "
- "'desktop', 'gles' or 'automatic'.",
- ],
- "content.load_tooltips": [
- True,
- validate_bool,
- "If True, a lazy load is performed on the arrays and data sets and "
- "their string representation is displayed as tool tip. This part of "
- "the data into memory. It is recommended to set this to False for "
- "remote data.",
- ],
- "fmt.sort_by_key": [
- True,
- validate_bool,
- "If True, the formatoptions in the Formatoptions widget are sorted by "
- "their formatoption key rather than by their name.",
- ],
- "plugins.include": [
- None,
- try_and_error(validate_none, validate_stringlist),
- "The plugins to load. Can be either None to load all that are not "
- "explicitly excluded by the 'plugins.exclude' key or a list of "
- "plugins to include. List items can be either module names, plugin "
- "names or the module name and widget via ':'",
- ],
- "plugins.exclude": [
- [],
- try_and_error(validate_all, validate_stringlist),
- "The plugins to exclude from loading. Can be either 'all' to exclude "
- "all plugins or a list like in 'plugins.include'.",
- ],
-}
-
-#: :class:`~psyplot.config.rcsetup.RcParams` instance that stores default
-#: formatoptions and configuration settings.
-rcParams = GuiRcParams(defaultParams=defaultParams)
-rcParams.update({key: val[0] for key, val in defaultParams.items()})
-rcParams.load_from_file()
diff --git a/psyplot_gui/console.py b/psyplot_gui/console.py
deleted file mode 100644
index 3734134..0000000
--- a/psyplot_gui/console.py
+++ /dev/null
@@ -1,391 +0,0 @@
-"""
-An example of opening up an RichJupyterWidget in a PyQT Application, this can
-execute either stand-alone or by importing this file and calling
-inprocess_qtconsole.show().
-Based on the earlier example in the IPython repository, this has
-been updated to use qtconsole.
-"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import logging
-import re
-import sys
-
-import ipykernel
-import psyplot
-import psyplot.project as psy
-from psyplot.docstring import docstrings
-from qtconsole.inprocess import QtInProcessKernelManager
-from tornado import ioloop
-from zmq.eventloop import ioloop as zmq_ioloop
-
-import psyplot_gui
-from psyplot_gui import rcParams
-from psyplot_gui.common import DockMixin, StreamToLogger
-from psyplot_gui.compat.qtcompat import (
- QKeySequence,
- Qt,
- QtCore,
- QTextCursor,
- QTextEdit,
- asstring,
- with_qt5,
-)
-
-try:
- from qtconsole.inprocess import QtInProcessRichJupyterWidget
-except ImportError:
- from qtconsole.rich_jupyter_widget import (
- RichJupyterWidget as QtInProcessRichJupyterWidget,
- )
-
-
-#: HACK: Boolean that is True if the prompt should be used. This unfortunately
-#: is necessary for qtconsole >= 4.3 when running the tests
-_with_prompt = True
-
-
-modules2import = [
- ("psyplot.project", "psy"),
- ("xarray", "xr"),
- ("pandas", "pd"),
- ("numpy", "np"),
-]
-
-symbols_patt = re.compile(r"[^\'\"a-zA-Z0-9_.]")
-
-
-logger = logging.getLogger(__name__)
-
-
-def init_asyncio_patch():
- """set default asyncio policy to be compatible with tornado
- Tornado 6 (at least) is not compatible with the default
- asyncio implementation on Windows
- Pick the older SelectorEventLoopPolicy on Windows
- if the known-incompatible default policy is in use.
- do this as early as possible to make it a low priority and overrideable
- ref: https://github.com/tornadoweb/tornado/issues/2608
- FIXME: if/when tornado supports the defaults in asyncio,
- remove and bump tornado requirement for py38
- """
- if sys.platform.startswith("win") and sys.version_info >= (3, 8):
- import asyncio
-
- try:
- from asyncio import (
- WindowsProactorEventLoopPolicy,
- WindowsSelectorEventLoopPolicy,
- )
- except ImportError:
- pass
- # not affected
- else:
- if (
- type(asyncio.get_event_loop_policy())
- is WindowsProactorEventLoopPolicy
- ):
- # WindowsProactorEventLoopPolicy is not compatible with tornado 6
- # fallback to the pre-3.8 default of Selector
- asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())
-
-
-class IPythonControl(QTextEdit):
- """A modified control to show the help of objects in the help explorer"""
-
- def keyPressEvent(self, event):
- """Reimplement Qt Method - Basic keypress event handler"""
- key = event.key()
- if key == Qt.Key_Question or key == Qt.Key_ParenLeft:
- self.parentWidget().show_current_help()
- elif key == Qt.Key_I and (event.modifiers() & Qt.ControlModifier):
- self.parentWidget().show_current_help(True, True)
- # Let the parent widget handle the key press event
- QTextEdit.keyPressEvent(self, event)
-
-
-class ConsoleWidget(QtInProcessRichJupyterWidget, DockMixin):
- """A console widget to access an inprocess shell"""
-
- custom_control = IPythonControl
-
- dock_position = Qt.RightDockWidgetArea
-
- title = "Console"
-
- rc = rcParams.find_and_replace("console.", pattern_base=r"console\.")
-
- intro_msg = ""
-
- run_script = QtCore.pyqtSignal(list)
-
- run_command = QtCore.pyqtSignal(list)
-
- _closed = True
-
- def __init__(self, main, *args, **kwargs):
- """
- Parameters
- ----------
- help_explorer: psyplot_gui.help_explorer.HelpExplorer or None
- A widget that can be used to show the documentation of an object
- ``*args,**kwargs``
- Any other keyword argument for the
- :class:`qtconsole.rich_jupyter_widget.RichJupyterWidget`
- """
- self._closed = False
-
- # Create an in-process kernel
- # >>> print_process_id()
- # will print the same process ID as the main process
- init_asyncio_patch()
-
- kernel_manager = QtInProcessKernelManager()
- # on windows, sys.stdout may be None when using pythonw.exe. Therefore
- # we just us a StringIO for security
- orig_stdout = sys.stdout
- if sys.stdout is None:
- sys.stdout = StreamToLogger(logger)
- orig_stderr = sys.stderr
- if sys.stderr is None:
- sys.stderr = StreamToLogger(logger)
- kernel_manager.start_kernel(show_banner=False)
- if ipykernel.__version__ < "5.1.1":
- # monkey patch to fix
- # https://github.com/ipython/ipykernel/issues/370
- def _abort_queues(kernel):
- pass
-
- kernel_manager.kernel._abort_queues = _abort_queues
- sys.stdout = orig_stdout
- sys.stderr = orig_stderr
- kernel = kernel_manager.kernel
- kernel.gui = "qt4" if not with_qt5 else "qt"
-
- kernel_client = kernel_manager.client()
- if rcParams["console.start_channels"]:
- kernel_client.start_channels()
-
- self.help_explorer = kwargs.pop("help_explorer", None)
-
- super(ConsoleWidget, self).__init__(*args, parent=main, **kwargs)
-
- self.intro_msg = (
- docstrings.dedent(
- """
- psyplot version: %s
-
- gui version: %s
-
- The console provides you the full access to the current project and
- plots.
- To make your life easier, the following modules have been imported
-
- - %s
-
- Furthermore, each time you change the selection or the content in the
- plot objects viewer, the `sp` (the selection) and `mp` (all arrays)
- variables in the console are adjusted. To disable this behaviour, set::
-
- >>> import psyplot_gui
- >>> psyplot_gui.rcParams["console.auto_set_mp"] = False
- >>> psyplot_gui.rcParams["console.auto_set_sp"] = False
-
- To inspect and object in the console and display it's documentation in
- the help explorer, type 'Ctrl + I' or a '?' after the object"""
- )
- % (
- psyplot.__version__,
- psyplot_gui.__version__,
- "\n - ".join("%s as %s" % t for t in modules2import),
- )
- )
-
- self.kernel_manager = kernel_manager
- self.kernel_client = kernel_client
-
- self.run_command_in_shell(
- "\n".join("import %s as %s" % t for t in modules2import)
- )
- self.exit_requested.connect(self._close_mainwindow)
- self.exit_requested.connect(QtCore.QCoreApplication.instance().quit)
-
- # we overwrite the short cut here because the 'Ctrl+S' shortcut is
- # reserved for mainwindows save action
- try:
- main.register_shortcut(
- self.export_action,
- QKeySequence("Ctrl+Alt+S", QKeySequence.NativeText),
- )
- except AttributeError:
- pass
-
- psy.Project.oncpchange.connect(self.update_mp)
- psy.Project.oncpchange.connect(self.update_sp)
-
- self.run_script.connect(self._run_script_in_shell)
- self.run_command.connect(self._run_command_in_shell)
-
- # HACK: we set the IOloop for the InProcessKernel here manually without
- # starting it (not necessary because QApplication has a blocking
- # IOLoop). However, we need this because the ZMQInteractiveShell wants
- # to call
- # loop = self.kernel.io_loop
- # loop.call_later(0.1, loop.stop)``
- zmq_ioloop.install()
- self.kernel_manager.kernel.io_loop = ioloop.IOLoop.current()
-
- def update_mp(self, project):
- """Update the `mp` variable in the shell is
- ``rcParams['console.auto_set_mp']`` with a main project"""
- if self.rc["auto_set_mp"] and project is not None and project.is_main:
- try:
- self.run_command_in_shell("mp = psy.gcp(True)")
- except RuntimeError:
- # probably running a script that via IPythons `run` magick
- pass
-
- def update_sp(self, project):
- """Update the `sp` variable in the shell is
- ``rcParams['console.auto_set_sp']`` with a sub project"""
- if self.rc["auto_set_sp"] and (project is None or not project.is_main):
- try:
- self.run_command_in_shell("sp = psy.gcp()")
- except RuntimeError:
- # probably running a script that via IPythons `run` magick
- pass
-
- def show_current_help(self, to_end=False, force=False):
- """Show the help of the object at the cursor position if
- ``rcParams['console.connect_to_help']`` is set"""
- if not force and not self.rc["connect_to_help"]:
- return
- obj_text = self.get_current_object(to_end)
- if obj_text is not None and self.help_explorer is not None:
- found, obj = self.get_obj(obj_text)
- if found:
- self.help_explorer.show_help(obj, obj_text)
- self._control.setFocus()
-
- def get_obj(self, obj_text):
- """
- Get the object from the shell specified by `obj_text`
-
- Parameters
- ----------
- obj_text: str
- The name of the variable as it is stored in the shell
-
- Returns
- -------
- bool
- True, if the object could be found
- object or None
- The requested object or None if it could not be found"""
- info = self.kernel_manager.kernel.shell._object_find(obj_text)
- if info.found:
- return True, info.obj
- else:
- return False, None
-
- def get_current_object(self, to_end=False):
- """Get the name of the object at cursor position"""
- c = self._control
- if not _with_prompt:
- try: # qtconsole >4.3 uses the _prompt_cursor attribute
- cursor = self._prompt_cursor
- except AttributeError:
- cursor = c.textCursor()
- else:
- cursor = c.textCursor()
- curr = cursor.position()
- start = curr - cursor.positionInBlock()
- txt = c.toPlainText()[start:curr]
- eol = ""
- if to_end:
- cursor.movePosition(QTextCursor.EndOfBlock)
- end = cursor.position()
- if end > curr:
- eol = c.toPlainText()[curr:end]
- m = symbols_patt.search(eol)
- if m:
- eol = eol[: m.start()]
-
- if not txt:
- return txt
- txt = asstring(txt)
- txt = txt.rsplit("\n", 1)[-1]
- txt_end = ""
- for startchar, endchar in ["[]", "()"]:
- if txt.endswith(endchar):
- pos = txt.rfind(startchar)
- if pos:
- txt_end = txt[pos:]
- txt = txt[:pos]
- tokens = symbols_patt.split(txt)
- token = None
- try:
- while token is None or symbols_patt.match(token):
- token = tokens.pop()
- if token.endswith("."):
- token = token[:-1]
- if token.startswith("."):
- # Invalid object name
- return None
- token += txt_end
- if token:
- return token + eol
- except IndexError:
- return None
-
- def _run_script_in_shell(self, args):
- self.run_script_in_shell(args[0][0])
-
- def run_script_in_shell(self, script):
- """Run a script in the shell"""
- self.kernel_manager.kernel.shell.run_line_magic("run", script)
-
- def _run_command_in_shell(self, args):
- # 0: filenames
- # 1: project
- # 2: command
- self.run_command_in_shell(args[2])
-
- def run_command_in_shell(self, code, *args, **kwargs):
- """Run a script in the shell"""
- ret = self.kernel_manager.kernel.shell.run_code(code, *args, **kwargs)
- import IPython
-
- if IPython.__version__ < "7.0": # run_code is an asyncio.coroutine
- return ret
- else:
- import asyncio
-
- gathered = asyncio.gather(ret)
- loop = asyncio.get_event_loop()
- ret = loop.run_until_complete(gathered)
- return ret[0]
-
- def _close_mainwindow(self):
- from psyplot_gui.main import mainwindow
-
- if mainwindow is not None:
- mainwindow.close()
- else:
- self.close()
-
- def close(self):
- if self.kernel_client.channels_running:
- self.kernel_client.stop_channels()
- self._closed = True
- return super(ConsoleWidget, self).close()
-
- def eventFilter(self, *args, **kwargs):
- if self._closed:
- return False
- return super().eventFilter(*args, **kwargs)
diff --git a/psyplot_gui/content_widget.py b/psyplot_gui/content_widget.py
deleted file mode 100644
index 32d93ff..0000000
--- a/psyplot_gui/content_widget.py
+++ /dev/null
@@ -1,775 +0,0 @@
-# -*- coding: utf-8 -*-
-"""Module containing the project content widget to display the selection
-
-This module redefines the :class:`psyplot.project.Project` class with
-additional features for an interactive usage with graphical qt user interface.
-There is no need to import this module because the
-:class:`GuiProject` class defined here replaces the project class in the
-:mod:`psyplot.project` module."""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import os.path as osp
-import re
-import sys
-import weakref
-from itertools import chain
-from xml.sax.saxutils import escape
-
-import sip
-import six
-from psyplot.config.rcsetup import safe_list
-from psyplot.data import ArrayList, InteractiveList
-from psyplot.project import Project, gcp, scp
-from psyplot.utils import _TempBool
-
-from psyplot_gui import rcParams
-from psyplot_gui.common import DockMixin
-from psyplot_gui.compat.qtcompat import (
- QAbstractItemView,
- QAction,
- QHBoxLayout,
- QListWidget,
- QListWidgetItem,
- QMenu,
- QPushButton,
- Qt,
- QtCore,
- QToolBox,
- QTreeWidget,
- QTreeWidgetItem,
- QVBoxLayout,
- QWidget,
-)
-
-html_escape_table = {'"': """, "'": "'"}
-
-
-def escape_html(s):
- return escape(s, html_escape_table)
-
-
-class ArrayItem(QListWidgetItem):
- """A listwidget item that takes it's informations from a given array"""
-
- #: The :class:`psyplot.data.InteractiveList` or
- #: :class:`psyplot.data.InteractiveArray` instance
- arr = None
-
- def __init__(self, ref, *args, **kwargs):
- """
- Parameters
- ----------
- ref: weakref
- The weak reference to the array to display
- ``*args,**kwargs``
- Are determined by the parent class
- """
- arr = ref()
- super(ArrayItem, self).__init__(arr._short_info(), **kwargs)
- self.arr = ref
- # make sure that the item is updated when the array changes
- arr.onupdate.connect(self.set_text_from_array)
- self.set_text_from_array()
-
- def set_text_from_array(self):
- """Set the text and tooltop from the
- :meth:`psyplot.data.InteractiveArray._short_info` and __str__ methods
- """
- if not sip.isdeleted(self):
- self.setText(self.arr()._short_info())
- if rcParams["content.load_tooltips"]:
- if isinstance(self.arr(), InteractiveList):
- self.setToolTip(str(self.arr()))
- else:
- self.setToolTip(str(self.arr().arr))
- else:
- self.disconnect_from_array()
-
- def disconnect_from_array(self):
- arr = self.arr()
- if arr is not None:
- arr.onupdate.disconnect(self.set_text_from_array)
- del self.arr
-
-
-class PlotterList(QListWidget):
- """QListWidget showing multiple ArrayItems of one Plotter class"""
-
- #: str. The name of the attribute of the :class:`psyplot.project.Project`
- #: class
- project_attribute = None
-
- #: boolean. True if the current project does not contain any arrays in the
- #: attribute identified by the :attr:`project_attribute`
- is_empty = True
-
- _no_project_update = _TempBool()
-
- updated_from_project = QtCore.pyqtSignal(QListWidget)
-
- # Determine whether the plotter could be loaded
- can_import_plotter = True
-
- @property
- def arrays(self):
- """List of The InteractiveBase instances in this list"""
- return ArrayList(
- [
- getattr(item.arr(), "arr", item.arr())
- for item in self.array_items
- ]
- )
-
- @property
- def array_items(self):
- """Iterable of :class:`ArrayItem` items in this list"""
- return filter(
- lambda i: i is not None, map(self.item, range(self.count()))
- )
-
- def __init__(self, plotter_type=None, *args, **kwargs):
- """
- Parameters
- ----------
- plotter_type: str or None
- If str, it mus be an attribute name of the
- :class:`psyplot.project.Project` class. Otherwise the full project
- is used
- ``*args,**kwargs``
- Are determined by the parent class
-
- Notes
- -----
- When initialized, the content of the list is determined by
- ``gcp(True)`` and ``gcp()``"""
- super(PlotterList, self).__init__(*args, **kwargs)
- self.project_attribute = plotter_type
- self.setSelectionMode(QAbstractItemView.MultiSelection)
- self.itemSelectionChanged.connect(self.update_cp)
- self.update_from_project(gcp(True))
- self.update_from_project(gcp())
-
- def update_from_project(self, project):
- """Update the content from the given Project
-
- Parameters
- ----------
- project: psyplot.project.Project
- If the project is a main project, new items will be added.
- Otherwise only the current selection changes"""
- if self._no_project_update:
- return
- if not self.can_import_plotter:
- # remove the current items
- self.disconnect_items()
- return
- attr = self.project_attribute
- # stop if the module of the plotter has not yet been imported
- if attr and Project._registered_plotters[attr][0] not in sys.modules:
- return
- try:
- arrays = project if not attr else getattr(project, attr)
- mp = gcp(True) if project is None else project.main
- main_arrays = mp if not attr else getattr(mp, attr)
- except ImportError: # plotter could not be loaded
- self.is_empty = True
- self.can_import_plotter = False
- return
- self.is_empty = not bool(main_arrays)
- with self._no_project_update:
- if project is None:
- for item in self.array_items:
- item.setSelected(False)
- elif project.is_main:
- old_arrays = self.arrays
- # remove outdated items
- i = 0
- for arr in old_arrays:
- if arr not in arrays:
- item = self.takeItem(i)
- item.disconnect_from_array()
- else:
- i += 1
- # add new items
- for arr in arrays:
- if arr not in old_arrays:
- item = ArrayItem(weakref.ref(arr.psy), parent=self)
- self.addItem(item)
- # resort to match the project
- for arr in reversed(main_arrays):
- for i, item in enumerate(self.array_items):
- if item.arr() is arr.psy:
- self.insertItem(0, self.takeItem(i))
- cp = gcp()
- for item in self.array_items:
- item.setSelected(getattr(item.arr(), "arr", item.arr()) in cp)
- self.updated_from_project.emit(self)
-
- def update_cp(self, *args, **kwargs):
- """Update the current project from what is selected in this list"""
- if not self._no_project_update:
- mp = gcp(True)
- sp = gcp()
- selected = [item.arr().arr_name for item in self.selectedItems()]
- arrays = self.arrays
- other_selected = [
- arr.psy.arr_name for arr in sp if arr not in arrays
- ]
- with self._no_project_update:
- scp(mp(arr_name=selected + other_selected))
-
- def disconnect_items(self):
- """Disconnect the items in this list from the arrays"""
- for item in list(self.array_items):
- item.disconnect_from_array()
- self.takeItem(self.indexFromItem(item).row())
- self.is_empty = True
-
-
-class ProjectContent(QToolBox):
- """Display the content in the current project
-
- This toolbox contains several :class:`PlotterList` that show the content
- of the current main and subproject"""
-
- #: :class:`dict` containing the :class:`PlotterList` instances
- #: of the different selection attributes
- lists = dict()
-
- @property
- def current_names(self):
- return [self.itemText(i) for i in range(self.count())]
-
- def __init__(self, *args, **kwargs):
- super(ProjectContent, self).__init__(*args, **kwargs)
- self.lists = dict()
- for attr in chain(["All"], sorted(Project._registered_plotters)):
- item = self.add_plotterlist(attr, force=(attr == "All"))
- self.lists[attr] = item
- self.currentChanged.connect(self.update_current_list)
- Project.oncpchange.connect(self.update_lists)
-
- def enable_list(self, list_widget):
- """Enable a given list widget based upon whether it is empty or not"""
- i = self.indexOf(list_widget)
- if i != -1:
- self.setItemEnabled(i, not list_widget.is_empty)
-
- def add_plotterlist(self, identifier, force=False):
- """Create a :class:`PlotterList` from an identifier from the
- :class:`psyplot.project.Project` class"""
- attr = identifier if identifier != "All" else None
- item = PlotterList(attr)
- if not item.can_import_plotter:
- return item
- if force or not item.is_empty:
- item.setParent(self)
- item.updated_from_project.connect(self.enable_list)
- self.addItem(item, identifier)
- i = self.indexOf(item)
- self.setItemEnabled(i, not item.is_empty)
- return item
-
- def update_current_list(self):
- """Update the current list from the current main and sub project"""
- self.currentWidget().update_from_project(gcp(True))
- self.currentWidget().update_from_project(gcp())
-
- def update_lists(self, p):
- # check new lists
- current_items = self.current_names
- for name, l in self.lists.items():
- if not p.is_main:
- l.update_from_project(p.main)
- l.update_from_project(p)
- if l.is_empty:
- l.disconnect_items()
- if name != "All" and l.is_empty:
- i = self.indexOf(l)
- self.removeItem(i)
- elif not l.is_empty and name not in current_items:
- self.addItem(l, name)
-
-
-class SelectAllButton(QPushButton):
- """A button to select all data objects in the current main project"""
-
- def __init__(self, *args, **kwargs):
- super(SelectAllButton, self).__init__(*args, **kwargs)
- self.setToolTip(
- "Click to select all data arrays in the entire project"
- )
- self.clicked.connect(self.select_all)
- Project.oncpchange.connect(self.enable_from_project)
-
- def select_all(self):
- """Select all arrays"""
- scp(gcp(True)[:])
-
- def enable_from_project(self, project):
- """Enable the button if the given project is not empty"""
- self.setEnabled(bool(project.main if project is not None else gcp(1)))
-
-
-class SelectNoneButton(QPushButton):
- """A button to select no data objects in the current main project"""
-
- def __init__(self, *args, **kwargs):
- super(SelectNoneButton, self).__init__(*args, **kwargs)
- self.setToolTip("Click to deselect all data arrays")
- self.clicked.connect(self.select_none)
- Project.oncpchange.connect(self.enable_from_project)
-
- def select_none(self):
- """Clear current subproject"""
- scp(gcp(True)[:0])
-
- def enable_from_project(self, project):
- """Enable the button if the given project is not empty"""
- self.setEnabled(bool(project))
-
-
-class ProjectContentWidget(QWidget, DockMixin):
- """A combination of selection buttons and the ProjectContent"""
-
- def __init__(self, *args, **kwargs):
- super(ProjectContentWidget, self).__init__(*args, **kwargs)
- vbox = QVBoxLayout()
- # create buttons for unselecting and selecting all arrays
- self.unselect_button = SelectNoneButton("Unselect all", parent=self)
- self.select_all_button = SelectAllButton("Select all", parent=self)
- button_hbox = QHBoxLayout()
- button_hbox.addWidget(self.unselect_button)
- button_hbox.addWidget(self.select_all_button)
- mp = gcp(True)
- self.unselect_button.setEnabled(bool(mp))
- self.select_all_button.setEnabled(bool(mp))
- # create widget showing the content of the current project
- self.content_widget = ProjectContent(parent=self)
- vbox.addLayout(button_hbox)
- vbox.addWidget(self.content_widget)
- self.setLayout(vbox)
-
-
-class DatasetTreeItem(QTreeWidgetItem):
- """A QTreeWidgetItem showing informations on one dataset in the main
- project"""
-
- def __init__(self, ds, columns=[], *args, **kwargs):
- super(DatasetTreeItem, self).__init__(*args, **kwargs)
- self.variables = variables = QTreeWidgetItem(0)
- self.columns = columns
- variables.setText(0, "variables (%i)" % len(ds))
- self.coords = coords = QTreeWidgetItem(0)
- coords.setText(0, "coords (%i)" % len(ds.coords))
- self.attrs = attrs = QTreeWidgetItem(0)
- attrs.setText(0, "Global Attributes (%i)" % len(ds.attrs))
- self.addChildren([variables, coords])
- self.addChild(variables)
- self.addChild(attrs)
- self.add_variables(ds)
- self.add_attrs(ds.attrs)
-
- def add_variables(self, ds=None):
- """Add children of variables and coords to this TreeWidgetItem"""
- if ds is None:
- ds = self.ds()
- self.variables.takeChildren()
- self.coords.takeChildren()
- else:
- self.ds = weakref.ref(ds)
- columns = self.columns
- variables = self.variables
- coords = self.coords
- for vname, variable in six.iteritems(ds.variables):
- item = QTreeWidgetItem(0)
- item.setText(0, str(vname))
- for i, attr in enumerate(columns, 1):
- if attr == "dims":
- item.setText(i, ", ".join(variable.dims))
- else:
- item.setText(
- i,
- str(
- variable.attrs.get(
- attr, getattr(variable, attr, "")
- )
- ),
- )
- if vname in ds.coords:
- coords.addChild(item)
- else:
- variables.addChild(item)
- if rcParams["content.load_tooltips"]:
- item.setToolTip(
- 0, "" + escape_html(str(variable)) + " "
- )
-
- # Add shape
- shape_item = QTreeWidgetItem(0)
- shape_item.setText(0, "shape")
- shape_item.setText(1, str(variable.shape))
- item.addChild(shape_item)
-
- # Add dimensions
- dims_item = QTreeWidgetItem(0)
- dims_item.setText(0, "dims")
- dims_item.setText(1, ", ".join(variable.dims))
- item.addChild(dims_item)
-
- # add open plots
- plots_item = QTreeWidgetItem(0)
- plots_item.setText(0, "Plots")
- self.refresh_plots_item(plots_item, vname)
- item.addChild(plots_item)
-
- # add variable attribute
- attrs_item = QTreeWidgetItem(0)
- attrs_item.setText(0, "Attributes")
- self.add_attrs(variable.attrs, attrs_item)
- item.addChild(attrs_item)
-
- # add variable encoding
- encoding_item = QTreeWidgetItem(0)
- encoding_item.setText(0, "Encoded attributes")
- self.add_attrs(variable.encoding, encoding_item)
- item.addChild(encoding_item)
-
- def get_plots_item(self, item):
- for child in map(item.child, range(item.childCount())):
- if child.text(0) == "Plots":
- return child
-
- def refresh_plots_item(self, item, vname, mp=None, sp=None):
- expand = item.isExpanded()
- item.takeChildren()
- try:
- num = self.ds().psy.num
- except AttributeError:
- return
- if mp is None:
- mp = gcp(True)
- if sp is None:
- sp = gcp()
- for i in range(len(mp)):
- sub = mp[i : i + 1]
- array_info = sub.array_info(ds_description={"arr", "num"})
- arrs = sub._get_ds_descriptions(array_info).get(num, {})
- if arrs and any(
- vname in arr.psy.base_variables for arr in arrs["arr"]
- ):
- child = QTreeWidgetItem(0)
- prefix = "*" if sub[0] in sp else ""
- text = sub[0].psy._short_info()
- child.setText(0, prefix + text)
- child.setToolTip(0, text)
- item.addChild(child)
- if expand and item.childCount():
- item.setExpanded(True)
-
- def add_attrs(self, attrs=None, item=None):
- if attrs is None:
- attrs = self.ds().attrs
- self.attrs.takeChildren()
- if item is None:
- item = self.attrs
- for key, val in attrs.items():
- child = QTreeWidgetItem(0)
- child.setText(0, key)
- child.setText(1, str(val))
- child.setToolTip(1, "{}: {}".format(key, str(val)))
- item.addChild(child)
-
-
-class DatasetTree(QTreeWidget, DockMixin):
- """A QTreeWidget showing informations on all datasets in the main project"""
-
- tooltips = {
- "Refresh": "Refresh the selected dataset",
- "Refresh all": "Refresh all datasets",
- "Add to project": (
- "Add this variable or a plot of it to the current " "project"
- ),
- }
-
- def __init__(self, *args, **kwargs):
- super(DatasetTree, self).__init__(*args, **kwargs)
- self.create_dataset_tree()
- self.itemExpanded.connect(self.load_variable_desc)
- self.setContextMenuPolicy(Qt.CustomContextMenu)
- self.customContextMenuRequested.connect(self.open_menu)
- Project.oncpchange.connect(self.add_datasets_from_cp)
- self.hideColumn(1)
-
- @staticmethod
- def is_variable(item):
- return re.match(r"variables \(\d+\)", item.parent().text(0))
-
- @staticmethod
- def is_coord(item):
- return re.match(r"coords\(\d+\)", item.parent().text(0))
-
- def load_variable_desc(self, item):
- parent = item.parent()
- if (
- parent is self
- or parent is None
- or not (self.is_variable(item) or self.is_coord(item))
- ):
- return
- if self.isColumnHidden(1):
- self.showColumn(1)
- self.resizeColumnToContents(0)
-
- top = item
- while top.parent() and top.parent() is not self:
- top = top.parent()
- ds = top.ds()
- if ds is None:
- return
- desc = escape_html(str(ds.variables[item.text(0)]))
- item.setToolTip(0, "" + desc + " ")
-
- def create_dataset_tree(self):
- """Set up the columns and insert the :class:`DatasetTreeItem`
- instances from the current project"""
- self.set_columns()
- self.add_datasets_from_cp(gcp())
-
- def set_columns(self, columns=["Value"]):
- """Set up the columns in the DatasetTree.
-
- Parameters
- ----------
- columns: list of str
- A list of netCDF attributes that shall be shown in columns"""
- self.setColumnCount(len(columns) + 1)
- if columns:
- self.setHeaderHidden(False)
- self.setHeaderLabels(["Dataset"] + list(columns))
- else:
- self.setHeaderHidden(True)
- self.attr_columns = columns
-
- def expanded_items(self):
- "Create a mapping from dataset numbers to variables that are expanded."
- ret = {}
- for item in map(self.topLevelItem, range(self.topLevelItemCount())):
- if item.isExpanded() and item.ds() is not None:
- ds = item.ds()
- ret[ds.psy.num] = d = {}
- for child in map(item.child, range(item.childCount())):
- if child.childCount() and child.isExpanded():
- d[child.text(0)] = variables = []
- for vchild in map(
- child.child, range(child.childCount())
- ):
- if vchild.childCount() and vchild.isExpanded():
- variables.append(vchild.text(0))
- return ret
-
- def add_datasets_from_cp(self, project=None):
- """Clear the tree and add the datasets based upon the given `project`
-
- Parameters
- ----------
- project: psyplot.project.Project
- The project containing the data array. If the project is not a main
- project, it's main project is used.
- """
- if project is None:
- project = gcp(True)
- sp_arrs = ArrayList().arrays
- elif project.is_main:
- sp_arrs = gcp().arrays
- else:
- sp_arrs = project.arrays
- project = project.main
-
- expanded_items = self.expanded_items()
- # remove items from the tree
- self.clear()
- for i, ds_desc in six.iteritems(
- project._get_ds_descriptions(
- project.array_info(ds_description="all")
- )
- ):
- top_item = DatasetTreeItem(ds_desc["ds"], self.attr_columns, 0)
- if ds_desc["fname"] is not None and not all(
- s is None for s in ds_desc["fname"]
- ):
- ds_desc["fname"] = ", ".join(
- map(osp.basename, safe_list(ds_desc["fname"]))
- )
- else:
- ds_desc["fname"] = None
- top_item.setText(
- 0,
- "%s%i: %s"
- % (
- "*"
- if any(
- any(arr is arr2 for arr2 in sp_arrs)
- for arr in ds_desc["arr"]
- )
- else "",
- i,
- ds_desc["fname"],
- ),
- )
- for arr in ds_desc["arr"]:
- arr.psy.onbasechange.connect(self.add_datasets_from_cp)
- self.addTopLevelItem(top_item)
- self.expand_items(expanded_items)
-
- def expand_items(self, expanded_items):
- """Expand tree items
-
- Parameters
- ----------
- expanded_items: dict
- A mapping as returned by the :meth:`expanded_items` method"""
- for top in map(self.topLevelItem, range(self.topLevelItemCount())):
- ds = top.ds()
- if ds.psy.num in expanded_items:
- self.expandItem(top)
- d = expanded_items[ds.psy.num]
- for child in map(top.child, range(top.childCount())):
- if child.text(0) in d:
- self.expandItem(child)
- for vchild in map(
- child.child, range(child.childCount())
- ):
- if vchild.text(0) in d[child.text(0)]:
- self.expandItem(vchild)
-
- def open_menu(self, pos):
- menu = QMenu()
- item = self.itemAt(pos)
- parent, item_type, vname = self._get_toplevel_item(item)
- # ---- Refresh the selected item action
- refresh_action = QAction("Refresh", self)
- refresh_action.setToolTip(self.tooltips["Refresh"])
- refresh_action.triggered.connect(lambda: self.refresh_items(parent))
-
- # ---- Refresh all items action
- refresh_all_action = QAction("Refresh all", self)
- refresh_all_action.setToolTip(self.tooltips["Refresh all"])
- refresh_all_action.triggered.connect(lambda: self.refresh_items())
-
- # ---- add refresh actions
- menu.addActions([refresh_action, refresh_all_action])
-
- # ---- add plot option
- if item_type == "variable":
- add2p_action = QAction(f"Add new plot of {vname}", self)
- add2p_action.setToolTip(self.tooltips["Add to project"])
- add2p_action.triggered.connect(
- lambda: self.make_plot(parent.ds(), item.text(0), True)
- )
- menu.addSeparator()
- menu.addAction(add2p_action)
-
- # ---- show menu
- menu.exec_(self.mapToGlobal(pos))
- return menu
-
- def refresh_items(self, item=None):
- if item is not None:
- item.add_variables()
- else:
- for item in map(
- self.topLevelItem, range(self.topLevelItemCount())
- ):
- item.add_variables()
-
- def make_plot(self, ds, name, exec_=None):
- from psyplot_gui.main import mainwindow
-
- mainwindow.new_plots()
- mainwindow.plot_creator.switch2ds(ds)
- mainwindow.plot_creator.insert_array(safe_list(name))
- if exec_:
- mainwindow.plot_creator.exec_()
-
- def _get_toplevel_item(self, item):
- if item is None:
- parent = None
- else:
- parent = item.parent()
- item_type = None
- vname = None
- while parent is not None:
- if self.is_variable(item):
- vname = item.text(0)
- item_type = "variable"
- elif self.is_coord(item):
- vname = item.text(0)
- item_type = "coord"
- item = item.parent()
- parent = item.parent()
- return item, item_type, vname
-
-
-class FiguresTreeItem(QTreeWidgetItem):
- """An item displaying the information on a data object in one figure"""
-
- def __init__(self, ref, *args, **kwargs):
- """
- Parameters
- ----------
- ref: weakref
- The weak reference to the array containing the data"""
- super(FiguresTreeItem, self).__init__(*args, **kwargs)
- self.arr = ref
- self.set_text_from_array()
- ref().psy.onupdate.connect(self.set_text_from_array)
-
- def set_text_from_array(self):
- """Set the text and tooltop from the
- :meth:`psyplot.data.InteractiveArray._short_info` and __str__ methods
- """
- self.setText(0, self.arr().psy._short_info())
- if rcParams["content.load_tooltips"]:
- self.setToolTip(0, str(self.arr()))
-
- def disconnect_from_array(self):
- """Disconect this item from the corresponding array"""
- arr = self.arr()
- if arr is not None:
- arr.psy.onupdate.disconnect(self.set_text_from_array)
- del self.arr
-
-
-class FiguresTree(QTreeWidget, DockMixin):
- """A tree widget sorting the arrays by their figure
-
- This widget uses the current sub and main project to show the open figures
- """
-
- def __init__(self, *args, **kwargs):
- super(FiguresTree, self).__init__(*args, **kwargs)
- self.setHeaderLabel("Figure")
- Project.oncpchange.connect(self.add_figures_from_cp)
- self.add_figures_from_cp(gcp(True))
-
- def add_figures_from_cp(self, project):
- """Add the items in this tree based upon the figures in the given
- project"""
- if project is None or not project.is_main:
- return
- for item in map(self.takeTopLevelItem, [0] * self.topLevelItemCount()):
- for child in item.takeChildren():
- child.disconnect_from_array()
- for fig, arrays in six.iteritems(project.figs):
- item = QTreeWidgetItem(0)
- item.setText(0, fig.canvas.manager.get_window_title())
- item.addChildren(
- [FiguresTreeItem(weakref.ref(arr), 0) for arr in arrays]
- )
- self.addTopLevelItem(item)
diff --git a/psyplot_gui/dataframeeditor.py b/psyplot_gui/dataframeeditor.py
deleted file mode 100644
index f0b18b8..0000000
--- a/psyplot_gui/dataframeeditor.py
+++ /dev/null
@@ -1,1044 +0,0 @@
-"""A widget to display and edit DataFrames"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import os
-import os.path as osp
-from functools import partial
-
-import numpy as np
-import pandas as pd
-import six
-from psyplot.docstring import docstrings
-
-from psyplot_gui.common import (
- DockMixin,
- LoadFromConsoleButton,
- PyErrorMessage,
- get_icon,
-)
-from psyplot_gui.compat.qtcompat import (
- QApplication,
- QCheckBox,
- QDockWidget,
- QFileDialog,
- QHBoxLayout,
- QHeaderView,
- QIcon,
- QLabel,
- QLineEdit,
- QMenu,
- QPushButton,
- Qt,
- QTableView,
- QtCore,
- QtGui,
- QToolButton,
- QVBoxLayout,
- QWidget,
- with_qt5,
-)
-
-if six.PY2:
- try:
- import CStringIO as io
- except ImportError:
- import StringIO as io
-else:
- import io
-
-
-LARGE_SIZE = int(5e5)
-LARGE_NROWS = int(1e5)
-LARGE_COLS = 60
-
-REAL_NUMBER_TYPES = (float, int, np.int64, np.int32)
-COMPLEX_NUMBER_TYPES = (complex, np.complex64, np.complex128)
-
-_bool_false = ["false", "0"]
-
-
-def bool_false_check(value):
- """
- Used to convert bool intrance to false since any string in bool('')
- will return True
- """
- if value.lower() in _bool_false:
- value = ""
- return value
-
-
-class DataFrameModel(QtCore.QAbstractTableModel):
- """DataFrame Table Model"""
-
- ROWS_TO_LOAD = 500
- COLS_TO_LOAD = 40
-
- _format = "%0.6g"
-
- @docstrings.get_sections(base="DataFrameModel")
- @docstrings.dedent
- def __init__(
- self, df, parent=None, index_editable=True, dtypes_changeable=True
- ):
- """
- Parameters
- ----------
- df: pandas.DataFrame
- The data frame that will be shown by this :class:`DataFrameModel`
- instance
- parent: DataFrameEditor
- The editor for the table
- index_editable: bool
- True if the index should be modifiable by the user
- dtypes_changeable: bool
- True, if the data types should be modifiable by the user
- """
- QtCore.QAbstractTableModel.__init__(self)
- self._parent = parent
- self.df = df
- self.df_index = self.df.index.tolist()
- self.df_header = self.df.columns.tolist()
- self.total_rows = self.df.shape[0]
- self.total_cols = self.df.shape[1]
- size = self.total_rows * self.total_cols
- self.index_editable = index_editable
- self.dtypes_changeable = dtypes_changeable
-
- # Use paging when the total size, number of rows or number of
- # columns is too large
- if size > LARGE_SIZE:
- self.rows_loaded = self.ROWS_TO_LOAD
- self.cols_loaded = self.COLS_TO_LOAD
- else:
- if self.total_rows > LARGE_NROWS:
- self.rows_loaded = self.ROWS_TO_LOAD
- else:
- self.rows_loaded = self.total_rows
- if self.total_cols > LARGE_COLS:
- self.cols_loaded = self.COLS_TO_LOAD
- else:
- self.cols_loaded = self.total_cols
-
- def get_format(self):
- """Return current format"""
- # Avoid accessing the private attribute _format from outside
- return self._format
-
- def set_format(self, format):
- """Change display format"""
- self._format = format
- self.reset()
-
- def bgcolor(self, state):
- """Toggle backgroundcolor"""
- self.bgcolor_enabled = state > 0
- self.reset()
-
- def headerData(self, section, orientation, role=Qt.DisplayRole):
- """Set header data"""
- if role != Qt.DisplayRole:
- return None
-
- if orientation == Qt.Horizontal:
- if section == 0:
- return six.text_type("Index")
- elif isinstance(self.df_header[section - 1], six.string_types):
- header = self.df_header[section - 1]
- return six.text_type(header)
- else:
- return six.text_type(self.df_header[section - 1])
- else:
- return None
-
- def get_value(self, row, column):
- """Returns the value of the DataFrame"""
- # To increase the performance iat is used but that requires error
- # handling, so fallback uses iloc
- try:
- value = self.df.iat[row, column]
- except AttributeError:
- value = self.df.iloc[row, column]
- return value
-
- def data(self, index, role=Qt.DisplayRole):
- """Cell content"""
- if not index.isValid():
- return None
- if role == Qt.DisplayRole or role == Qt.EditRole:
- column = index.column()
- row = index.row()
- if column == 0:
- return six.text_type(self.df_index[row])
- else:
- value = self.get_value(row, column - 1)
- if isinstance(value, float):
- try:
- return self._format % value
- except (ValueError, TypeError):
- # may happen if format = '%d' and value = NaN;
- # see issue 4139
- return DataFrameModel._format % value
- else:
- return six.text_type(value)
-
- def sort(
- self, column, order=Qt.AscendingOrder, return_check=False, report=True
- ):
- """Overriding sort method"""
- try:
- ascending = order == Qt.AscendingOrder
- if column > 0:
- try:
- self.df.sort_values(
- by=self.df.columns[column - 1],
- ascending=ascending,
- inplace=True,
- kind="mergesort",
- )
- except AttributeError:
- # for pandas version < 0.17
- self.df.sort(
- columns=self.df.columns[column - 1],
- ascending=ascending,
- inplace=True,
- kind="mergesort",
- )
- self.update_df_index()
- else:
- self.df.sort_index(inplace=True, ascending=ascending)
- self.update_df_index()
- except TypeError:
- if report:
- self._parent.error_msg.showTraceback(
- "Failed to sort column! "
- )
- return False if return_check else None
- self.reset()
- return True if return_check else None
-
- def flags(self, index):
- """Set flags"""
- if index.column() == 0 and not self.index_editable:
- return Qt.ItemIsEnabled | Qt.ItemIsSelectable
- return Qt.ItemFlags(
- QtCore.QAbstractTableModel.flags(self, index) | Qt.ItemIsEditable
- )
-
- def setData(self, index, value, role=Qt.EditRole, change_type=None):
- """Cell content change"""
- column = index.column()
- row = index.row()
-
- if change_type is not None:
- if not self.dtypes_changeable:
- return False
- try:
- value = current_value = self.data(index, role=Qt.DisplayRole)
- if change_type is bool:
- value = bool_false_check(value)
- value = np.asarray(change_type(value)) # to make sure it works
- icol = column - 1
- self.df.iloc[:, icol] = self.df.iloc[:, icol].astype(
- change_type
- )
- except ValueError:
- self.df.iloc[row, icol] = self.df.iloc[row, icol].astype(
- object
- )
- else:
- current_value = (
- self.get_value(row, column - 1)
- if column
- else self.df.index[row]
- )
- if isinstance(current_value, bool):
- value = bool_false_check(value)
- supported_types = (
- (bool,) + REAL_NUMBER_TYPES + COMPLEX_NUMBER_TYPES
- )
- if isinstance(current_value, supported_types) or isinstance(
- current_value, six.string_types
- ):
- if column:
- try:
- self.df.iloc[
- row, column - 1
- ] = current_value.__class__(value)
- except ValueError:
- self._parent.error_msg.showTraceback(
- "Failed to set value with %r! " % value
- )
- return False
- elif self.index_editable:
- index = self.df.index.values.copy()
- try:
- index[row] = value
- except ValueError:
- self._parent.error_msg.showTraceback(
- "Failed to set value with %r! " % value
- )
- return False
- self.df.index = pd.Index(index, name=self.df.index.name)
- self.update_df_index()
- else:
- return False
- else:
- self._parent.error_msg.showTraceback(
- "The type of the cell is not a supported type" " "
- )
- return False
- self._parent.cell_edited.emit(row, column, current_value, value)
- return True
-
- def rowCount(self, index=QtCore.QModelIndex()):
- """DataFrame row number"""
- if self.total_rows <= self.rows_loaded:
- return self.total_rows
- else:
- return self.rows_loaded
-
- def can_fetch_more(self, rows=False, columns=False):
- if rows:
- if self.total_rows > self.rows_loaded:
- return True
- else:
- return False
- if columns:
- if self.total_cols > self.cols_loaded:
- return True
- else:
- return False
-
- def fetch_more(self, rows=False, columns=False):
- if self.can_fetch_more(rows=rows):
- reminder = self.total_rows - self.rows_loaded
- items_to_fetch = min(reminder, self.ROWS_TO_LOAD)
- self.beginInsertRows(
- QtCore.QModelIndex(),
- self.rows_loaded,
- self.rows_loaded + items_to_fetch - 1,
- )
- self.rows_loaded += items_to_fetch
- self.endInsertRows()
- if self.can_fetch_more(columns=columns):
- reminder = self.total_cols - self.cols_loaded
- items_to_fetch = min(reminder, self.COLS_TO_LOAD)
- self.beginInsertColumns(
- QtCore.QModelIndex(),
- self.cols_loaded,
- self.cols_loaded + items_to_fetch - 1,
- )
- self.cols_loaded += items_to_fetch
- self.endInsertColumns()
-
- def columnCount(self, index=QtCore.QModelIndex()):
- """DataFrame column number"""
- # This is done to implement series
- if len(self.df.shape) == 1:
- return 2
- elif self.total_cols <= self.cols_loaded:
- return self.total_cols + 1
- else:
- return self.cols_loaded + 1
-
- def update_df_index(self):
- """ "Update the DataFrame index"""
- self.df_index = self.df.index.tolist()
-
- def reset(self):
- self.beginResetModel()
- self.endResetModel()
-
- def insertRow(self, irow):
- """Insert one row into the :attr:`df`
-
- Parameters
- ----------
- irow: int
- The row index. If iRow is equal to the length of the
- :attr:`df`, the new row will be appended."""
- # reimplemented to fall back to the :meth:`insertRows` method
- self.insertRows(irow)
-
- def insertRows(self, irow, nrows=1):
- """Insert a row into the :attr:`df`
-
- Parameters
- ----------
- irow: int
- The row index. If `irow` is equal to the length of the
- :attr:`df`, the rows will be appended.
- nrows: int
- The number of rows to insert"""
- df = self.df
- if not irow:
- if not len(df):
- idx = 0
- else:
- idx = df.index.values[0]
- else:
- try:
- idx = df.index.values[irow - 1 : irow + 1].mean()
- except TypeError:
- idx = df.index.values[min(irow, len(df) - 1)]
- else:
- idx = df.index.values[min(irow, len(df) - 1)].__class__(idx)
- # reset the index to sort it correctly
- idx_name = df.index.name
- dtype = df.index.dtype
- df.reset_index(inplace=True)
- new_idx_name = df.columns[0]
- current_len = len(df)
- for i in range(nrows):
- df.loc[current_len + i, new_idx_name] = idx
- df[new_idx_name] = df[new_idx_name].astype(dtype)
- if irow < current_len:
- changed = df.index.values.astype(float)
- changed[current_len:] = irow - 0.5
- df.index = changed
- df.sort_index(inplace=True)
- df.set_index(new_idx_name, inplace=True, drop=True)
- df.index.name = idx_name
- self.update_df_index()
- self.beginInsertRows(
- QtCore.QModelIndex(),
- self.rows_loaded,
- self.rows_loaded + nrows - 1,
- )
- self.total_rows += nrows
- self.rows_loaded += nrows
- self.endInsertRows()
- self._parent.rows_inserted.emit(irow, nrows)
-
-
-class FrozenTableView(QTableView):
- """This class implements a table with its first column frozen
- For more information please see:
- http://doc.qt.io/qt-5/qtwidgets-itemviews-frozencolumn-example.html"""
-
- def __init__(self, parent):
- """Constructor."""
- QTableView.__init__(self, parent)
- self.parent = parent
- self.setModel(parent.model())
- self.setFocusPolicy(Qt.NoFocus)
- self.verticalHeader().hide()
- if with_qt5:
- self.horizontalHeader().setSectionResizeMode(QHeaderView.Fixed)
- else:
- self.horizontalHeader().setResizeMode(QHeaderView.Fixed)
-
- parent.viewport().stackUnder(self)
-
- self.setSelectionModel(parent.selectionModel())
- for col in range(1, parent.model().columnCount()):
- self.setColumnHidden(col, True)
-
- self.setColumnWidth(0, parent.columnWidth(0))
- self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
- self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
- self.show()
- self.setVerticalScrollMode(QTableView.ScrollPerPixel)
-
- self.verticalScrollBar().valueChanged.connect(
- parent.verticalScrollBar().setValue
- )
- parent.verticalScrollBar().valueChanged.connect(
- self.verticalScrollBar().setValue
- )
-
- def update_geometry(self):
- """Update the frozen column size when an update occurs in its parent
- table"""
- self.setGeometry(
- self.parent.verticalHeader().width() + self.parent.frameWidth(),
- self.parent.frameWidth(),
- self.parent.columnWidth(0),
- self.parent.viewport().height()
- + self.parent.horizontalHeader().height(),
- )
-
- def contextMenuEvent(self, event):
- """Show the context Menu
-
- Reimplemented to show the use the contextMenuEvent of the parent"""
- self.parent.contextMenuEvent(event)
-
-
-class DataFrameView(QTableView):
- """Data Frame view class"""
-
- @property
- def filled(self):
- """True if the table is filled with content"""
- return bool(self.model().rows_loaded)
-
- @docstrings.dedent
- def __init__(self, df, parent, *args, **kwargs):
- """
- Parameters
- ----------
- %(DataFrameModel.parameters)s
- """
- QTableView.__init__(self, parent)
- model = DataFrameModel(df, parent, *args, **kwargs)
- self.setModel(model)
- self.menu = self.setup_menu()
-
- self.frozen_table_view = FrozenTableView(self)
- self.frozen_table_view.update_geometry()
-
- self.setHorizontalScrollMode(1)
- self.setVerticalScrollMode(1)
-
- self.horizontalHeader().sectionResized.connect(
- self.update_section_width
- )
- self.verticalHeader().sectionResized.connect(
- self.update_section_height
- )
-
- self.sort_old = [None]
- self.header_class = self.horizontalHeader()
- self.header_class.sectionClicked.connect(self.sortByColumn)
- self.frozen_table_view.horizontalHeader().sectionClicked.connect(
- self.sortByColumn
- )
- self.horizontalScrollBar().valueChanged.connect(
- lambda val: self.load_more_data(val, columns=True)
- )
- self.verticalScrollBar().valueChanged.connect(
- lambda val: self.load_more_data(val, rows=True)
- )
-
- def update_section_width(self, logical_index, old_size, new_size):
- """Update the horizontal width of the frozen column when a
- change takes place in the first column of the table"""
- if logical_index == 0:
- self.frozen_table_view.setColumnWidth(0, new_size)
- self.frozen_table_view.update_geometry()
-
- def update_section_height(self, logical_index, old_size, new_size):
- """Update the vertical width of the frozen column when a
- change takes place on any of the rows"""
- self.frozen_table_view.setRowHeight(logical_index, new_size)
-
- def resizeEvent(self, event):
- """Update the frozen column dimensions.
-
- Updates takes place when the enclosing window of this
- table reports a dimension change
- """
- QTableView.resizeEvent(self, event)
- self.frozen_table_view.update_geometry()
-
- def moveCursor(self, cursor_action, modifiers):
- """Update the table position.
-
- Updates the position along with the frozen column
- when the cursor (selector) changes its position
- """
- current = QTableView.moveCursor(self, cursor_action, modifiers)
-
- col_width = self.columnWidth(0) + self.columnWidth(1)
- topleft_x = self.visualRect(current).topLeft().x()
-
- overflow = self.MoveLeft and current.column() > 1
- overflow = overflow and topleft_x < col_width
-
- if cursor_action == overflow:
- new_value = (
- self.horizontalScrollBar().value() + topleft_x - col_width
- )
- self.horizontalScrollBar().setValue(new_value)
- return current
-
- def scrollTo(self, index, hint):
- """Scroll the table.
-
- It is necessary to ensure that the item at index is visible.
- The view will try to position the item according to the
- given hint. This method does not takes effect only if
- the frozen column is scrolled.
- """
- if index.column() > 1:
- QTableView.scrollTo(self, index, hint)
-
- def load_more_data(self, value, rows=False, columns=False):
- if rows and value == self.verticalScrollBar().maximum():
- self.model().fetch_more(rows=rows)
- if columns and value == self.horizontalScrollBar().maximum():
- self.model().fetch_more(columns=columns)
-
- def sortByColumn(self, index):
- """Implement a Column sort"""
- frozen_header = self.frozen_table_view.horizontalHeader()
- if not self.isSortingEnabled():
- self.header_class.setSortIndicatorShown(False)
- frozen_header.setSortIndicatorShown(False)
- return
- if self.sort_old == [None]:
- self.header_class.setSortIndicatorShown(True)
- frozen_header.setSortIndicatorShown(index == 0)
- if index == 0:
- sort_order = frozen_header.sortIndicatorOrder()
- else:
- sort_order = self.header_class.sortIndicatorOrder()
- if not self.model().sort(index, sort_order, True):
- if len(self.sort_old) != 2:
- self.header_class.setSortIndicatorShown(False)
- frozen_header.setSortIndicatorShown(False)
- else:
- self.header_class.setSortIndicator(
- self.sort_old[0], self.sort_old[1]
- )
- if index == 0:
- frozen_header.setSortIndicator(
- self.sort_old[0], self.sort_old[1]
- )
- return
- self.sort_old = [index, self.header_class.sortIndicatorOrder()]
-
- def change_type(self, func):
- """A function that changes types of cells"""
- model = self.model()
- index_list = self.selectedIndexes()
- for i in index_list:
- model.setData(i, "", change_type=func)
-
- def insert_row_above_selection(self):
- """Insert rows above the selection
-
- The number of rows inserted depends on the number of selected rows"""
- rows, cols = self._selected_rows_and_cols()
- model = self.model()
- if not model.rowCount():
- model.insertRows(0, 1)
- elif not rows and not cols:
- return
- else:
- min_row = min(rows)
- nrows = len(set(rows))
- model.insertRows(min_row, nrows)
-
- def insert_row_below_selection(self):
- """Insert rows below the selection
-
- The number of rows inserted depends on the number of selected rows"""
- rows, cols = self._selected_rows_and_cols()
- model = self.model()
- if not model.rowCount():
- model.insertRows(0, 1)
- elif not rows and not cols:
- return
- else:
- max_row = max(rows)
- nrows = len(set(rows))
- model.insertRows(max_row + 1, nrows)
-
- def _selected_rows_and_cols(self):
- index_list = self.selectedIndexes()
- if not index_list:
- return [], []
- return list(zip(*[(i.row(), i.column()) for i in index_list]))
-
- docstrings.delete_params("DataFrameModel.parameters", "parent")
-
- @docstrings.dedent
- def set_df(self, df, *args, **kwargs):
- """
- Set the :class:`~pandas.DataFrame` for this table
-
- Parameters
- ----------
- %(DataFrameModel.parameters.no_parent)s
- """
- model = DataFrameModel(df, self.parent(), *args, **kwargs)
- self.setModel(model)
- self.frozen_table_view.setModel(model)
-
- def reset_model(self):
- self.model().reset()
-
- def contextMenuEvent(self, event):
- """Reimplement Qt method"""
- model = self.model()
- for a in self.dtype_actions.values():
- a.setEnabled(model.dtypes_changeable)
- nrows = max(len(set(self._selected_rows_and_cols()[0])), 1)
- self.insert_row_above_action.setText(
- "Insert %i row%s above" % (nrows, "s" if nrows - 1 else "")
- )
- self.insert_row_below_action.setText(
- "Insert %i row%s below" % (nrows, "s" if nrows - 1 else "")
- )
- self.insert_row_above_action.setEnabled(model.index_editable)
- self.insert_row_below_action.setEnabled(model.index_editable)
- self.menu.popup(event.globalPos())
- event.accept()
-
- def setup_menu(self):
- """Setup context menu"""
- menu = QMenu(self)
- menu.addAction("Copy", self.copy, QtGui.QKeySequence.Copy)
- menu.addSeparator()
- functions = (
- ("To bool", bool),
- ("To complex", complex),
- ("To int", int),
- ("To float", float),
- ("To str", str),
- )
- self.dtype_actions = {
- name: menu.addAction(name, partial(self.change_type, func))
- for name, func in functions
- }
- menu.addSeparator()
- self.insert_row_above_action = menu.addAction(
- "Insert rows above", self.insert_row_above_selection
- )
- self.insert_row_below_action = menu.addAction(
- "Insert rows below", self.insert_row_below_selection
- )
- menu.addSeparator()
- self.set_index_action = menu.addAction(
- "Set as index", partial(self.set_index, False)
- )
- self.append_index_action = menu.addAction(
- "Append to as index", partial(self.set_index, True)
- )
- return menu
-
- def set_index(self, append=False):
- """Set the index from the selected columns"""
- model = self.model()
- df = model.df
- args = [model.dtypes_changeable, model.index_editable]
- cols = np.unique(self._selected_rows_and_cols()[1])
- if not append:
- cols += len(df.index.names) - 1
- df.reset_index(inplace=True)
- else:
- cols -= 1
- cols = cols.tolist()
- if len(cols) == 1:
- df.set_index(df.columns[cols[0]], inplace=True, append=append)
- else:
- df.set_index(
- df.columns[cols].tolist(), inplace=True, append=append
- )
- self.set_df(df, *args)
-
- def copy(self):
- """Copy text to clipboard"""
- rows, cols = self._selected_rows_and_cols()
- if not rows and not cols:
- return
- row_min, row_max = min(rows), max(rows)
- col_min, col_max = min(cols), max(cols)
- index = header = False
- if col_min == 0:
- col_min = 1
- index = True
- df = self.model().df
- if col_max == 0: # To copy indices
- contents = "\n".join(
- map(str, df.index.tolist()[slice(row_min, row_max + 1)])
- )
- else: # To copy DataFrame
- if (col_min == 0 or col_min == 1) and (df.shape[1] == col_max):
- header = True
- obj = df.iloc[
- slice(row_min, row_max + 1), slice(col_min - 1, col_max)
- ]
- output = io.StringIO()
- obj.to_csv(output, sep="\t", index=index, header=header)
- if not six.PY2:
- contents = output.getvalue()
- else:
- contents = output.getvalue().decode("utf-8")
- output.close()
- clipboard = QApplication.clipboard()
- clipboard.setText(contents)
-
-
-class DataFrameDock(QDockWidget):
- """The QDockWidget for the :class:`DataFrameEditor`"""
-
- def close(self):
- """
- Reimplemented to remove the dock widget from the mainwindow when closed
- """
- mainwindow = self.parent()
- try:
- mainwindow.dataframeeditors.remove(self.widget())
- except Exception:
- pass
- try:
- mainwindow.removeDockWidget(self)
- except Exception:
- pass
- if getattr(self.widget(), "_view_action", None) is not None:
- mainwindow.dataframe_menu.removeAction(self.widget()._view_action)
- return super(DataFrameDock, self).close()
-
-
-class DataFrameEditor(DockMixin, QWidget):
- """An editor for data frames"""
-
- dock_cls = DataFrameDock
-
- #: A signal that is emitted, if the table is cleared
- cleared = QtCore.pyqtSignal()
-
- #: A signal that is emitted when a cell has been changed. The argument
- #: is a tuple of two integers and one float:
- #: the row index, the column index and the new value
- cell_edited = QtCore.pyqtSignal(int, int, object, object)
-
- #: A signal that is emitted, if rows have been inserted into the dataframe.
- #: The first value is the integer of the (original) position of the row,
- #: the second one is the number of rows
- rows_inserted = QtCore.pyqtSignal(int, int)
-
- @property
- def hidden(self):
- return not self.table.filled
-
- def __init__(self, *args, **kwargs):
- super(DataFrameEditor, self).__init__(*args, **kwargs)
- self.error_msg = PyErrorMessage(self)
-
- # Label for displaying the DataFrame size
- self.lbl_size = QLabel()
-
- # A Checkbox for enabling and disabling the editability of the index
- self.cb_index_editable = QCheckBox("Index editable")
-
- # A checkbox for enabling and disabling the change of data types
- self.cb_dtypes_changeable = QCheckBox("Datatypes changeable")
-
- # A checkbox for enabling and disabling sorting
- self.cb_enable_sort = QCheckBox("Enable sorting")
-
- # A button to open a dataframe from the file
- self.btn_open_df = QToolButton(parent=self)
- self.btn_open_df.setIcon(QIcon(get_icon("run_arrow.png")))
- self.btn_open_df.setToolTip("Open a DataFrame from your disk")
-
- self.btn_from_console = LoadFromConsoleButton(pd.DataFrame)
- self.btn_from_console.setToolTip("Show a DataFrame from the console")
-
- # The table to display the DataFrame
- self.table = DataFrameView(pd.DataFrame(), self)
-
- # format line edit
- self.format_editor = QLineEdit()
- self.format_editor.setText(self.table.model()._format)
-
- # format update button
- self.btn_change_format = QPushButton("Update")
- self.btn_change_format.setEnabled(False)
-
- # table clearing button
- self.btn_clear = QPushButton("Clear")
- self.btn_clear.setToolTip(
- "Clear the table and disconnect from the DataFrame"
- )
-
- # refresh button
- self.btn_refresh = QToolButton()
- self.btn_refresh.setIcon(QIcon(get_icon("refresh.png")))
- self.btn_refresh.setToolTip("Refresh the table")
-
- # close button
- self.btn_close = QPushButton("Close")
- self.btn_close.setToolTip("Close this widget permanentely")
-
- # ---------------------------------------------------------------------
- # ------------------------ layout --------------------------------
- # ---------------------------------------------------------------------
- vbox = QVBoxLayout()
- self.top_hbox = hbox = QHBoxLayout()
- hbox.addWidget(self.cb_index_editable)
- hbox.addWidget(self.cb_dtypes_changeable)
- hbox.addWidget(self.cb_enable_sort)
- hbox.addWidget(self.lbl_size)
- hbox.addStretch(0)
- hbox.addWidget(self.btn_open_df)
- hbox.addWidget(self.btn_from_console)
- vbox.addLayout(hbox)
- vbox.addWidget(self.table)
- self.bottom_hbox = hbox = QHBoxLayout()
- hbox.addWidget(self.format_editor)
- hbox.addWidget(self.btn_change_format)
- hbox.addStretch(0)
- hbox.addWidget(self.btn_clear)
- hbox.addWidget(self.btn_close)
- hbox.addWidget(self.btn_refresh)
- vbox.addLayout(hbox)
- self.setLayout(vbox)
-
- # ---------------------------------------------------------------------
- # ------------------------ Connections --------------------------------
- # ---------------------------------------------------------------------
- self.cb_dtypes_changeable.stateChanged.connect(
- self.set_dtypes_changeable
- )
- self.cb_index_editable.stateChanged.connect(self.set_index_editable)
- self.btn_from_console.object_loaded.connect(self._open_ds_from_console)
- self.rows_inserted.connect(lambda i, n: self.set_lbl_size_text())
- self.format_editor.textChanged.connect(self.toggle_fmt_button)
- self.btn_change_format.clicked.connect(self.update_format)
- self.btn_clear.clicked.connect(self.clear_table)
- self.btn_close.clicked.connect(self.clear_table)
- self.btn_close.clicked.connect(lambda: self.close())
- self.btn_refresh.clicked.connect(self.table.reset_model)
- self.btn_open_df.clicked.connect(self._open_dataframe)
- self.table.set_index_action.triggered.connect(
- self.update_index_editable
- )
- self.table.append_index_action.triggered.connect(
- self.update_index_editable
- )
- self.cb_enable_sort.stateChanged.connect(self.table.setSortingEnabled)
-
- def update_index_editable(self):
- model = self.table.model()
- if len(model.df.index.names) > 1:
- model.index_editable = False
- self.cb_index_editable.setEnabled(False)
- self.cb_index_editable.setChecked(model.index_editable)
-
- def set_lbl_size_text(self, nrows=None, ncols=None):
- """Set the text of the :attr:`lbl_size` label to display the size"""
- model = self.table.model()
- nrows = nrows if nrows is not None else model.rowCount()
- ncols = ncols if ncols is not None else model.columnCount()
- if not nrows and not ncols:
- self.lbl_size.setText("")
- else:
- self.lbl_size.setText("Rows: %i, Columns: %i" % (nrows, ncols))
-
- def clear_table(self):
- """Clear the table and emit the :attr:`cleared` signal"""
- df = pd.DataFrame()
- self.set_df(df, show=False)
-
- def _open_ds_from_console(self, oname, df):
- self.set_df(df)
-
- @docstrings.dedent
- def set_df(self, df, *args, **kwargs):
- """
- Fill the table from a :class:`~pandas.DataFrame`
-
- Parameters
- ----------
- %(DataFrameModel.parameters.no_parent)s
- show: bool
- If True (default), show and raise_ the editor
- """
- show = kwargs.pop("show", True)
- self.table.set_df(df, *args, **kwargs)
- self.set_lbl_size_text(*df.shape)
- model = self.table.model()
- self.cb_dtypes_changeable.setChecked(model.dtypes_changeable)
-
- if len(model.df.index.names) > 1:
- model.index_editable = False
- self.cb_index_editable.setEnabled(False)
- else:
- self.cb_index_editable.setEnabled(True)
- self.cb_index_editable.setChecked(model.index_editable)
- self.cleared.emit()
- if show:
- self.show_plugin()
- self.dock.raise_()
-
- def set_index_editable(self, state):
- """Set the :attr:`DataFrameModel.index_editable` attribute"""
- self.table.model().index_editable = state == Qt.Checked
-
- def set_dtypes_changeable(self, state):
- """Set the :attr:`DataFrameModel.dtypes_changeable` attribute"""
- self.table.model().dtypes_changeable = state == Qt.Checked
-
- def toggle_fmt_button(self, text):
- try:
- text % 1.1
- except (TypeError, ValueError):
- self.btn_change_format.setEnabled(False)
- else:
- self.btn_change_format.setEnabled(
- text.strip() != self.table.model()._format
- )
-
- def update_format(self):
- """Update the format of the table"""
- self.table.model().set_format(self.format_editor.text().strip())
-
- def to_dock(self, main, *args, **kwargs):
- connect = self.dock is None
- super(DataFrameEditor, self).to_dock(main, *args, **kwargs)
- if connect:
- self.dock.toggleViewAction().triggered.connect(self.maybe_tabify)
-
- def maybe_tabify(self):
- main = self.dock.parent()
- if self.is_shown and main.dockWidgetArea(
- main.help_explorer.dock
- ) == main.dockWidgetArea(self.dock):
- main.tabifyDockWidget(main.help_explorer.dock, self.dock)
-
- def _open_dataframe(self):
- self.open_dataframe()
-
- def open_dataframe(self, fname=None, *args, **kwargs):
- """Opens a file dialog and the dataset that has been inserted"""
- if fname is None:
- fname = QFileDialog.getOpenFileName(
- self,
- "Open dataset",
- os.getcwd(),
- "Comma separated files (*.csv);;"
- "Excel files (*.xls *.xlsx);;"
- "JSON files (*.json);;"
- "All files (*)",
- )
- if with_qt5: # the filter is passed as well
- fname = fname[0]
- if isinstance(fname, pd.DataFrame):
- self.set_df(fname)
- elif not fname:
- return
- else:
- ext = osp.splitext(fname)[1]
- open_funcs = {
- ".xls": pd.read_excel,
- ".xlsx": pd.read_excel,
- ".json": pd.read_json,
- ".tab": partial(pd.read_csv, delimiter="\t"),
- ".dat": partial(pd.read_csv, delim_whitespace=True),
- }
- open_func = open_funcs.get(ext, pd.read_csv)
- try:
- df = open_func(fname)
- except Exception:
- self.error_msg.showTraceback(
- "Could not open DataFrame %s with %s "
- % (fname, open_func)
- )
- return
- self.set_df(df)
-
- def close(self, *args, **kwargs):
- if self.dock is not None:
- self.dock.close(*args, **kwargs) # removes the dock window
- del self.dock
- return super(DataFrameEditor, self).close(*args, **kwargs)
diff --git a/psyplot_gui/dependencies.py b/psyplot_gui/dependencies.py
deleted file mode 100644
index 4507744..0000000
--- a/psyplot_gui/dependencies.py
+++ /dev/null
@@ -1,202 +0,0 @@
-"""Dependencies widget of the psyplot package
-
-This module defines the :class:`DependenciesWidget` that shows the versions of
-of psyplot, psyplot_gui, psyplot plugins and their requirements"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-from psyplot.docstring import docstrings
-
-from psyplot_gui.compat.qtcompat import (
- QAbstractItemView,
- QAction,
- QApplication,
- QDialog,
- QDialogButtonBox,
- QHBoxLayout,
- QLabel,
- QMenu,
- QMessageBox,
- QPushButton,
- Qt,
- QtCore,
- QTreeWidget,
- QTreeWidgetItem,
- QVBoxLayout,
-)
-
-
-class DependenciesTree(QTreeWidget):
- """A tree widget to display dependencies
-
- This widget uses a dictionary as created through the
- :func:`psyplot.get_versions` function to display the requirements and
- versions."""
-
- @docstrings.get_sections(base="DependenciesTree")
- def __init__(self, versions, *args, **kwargs):
- """
- Parameters
- ----------
- versions: dict
- The dictionary that contains the version information
-
- See Also
- --------
- psyplot.get_versions
- """
- super(DependenciesTree, self).__init__(*args, **kwargs)
- self.resizeColumnToContents(0)
- self.setColumnCount(2)
- self.setHeaderLabels(["Package", "installed version"])
- self.add_dependencies(versions)
- self.expandAll()
- self.resizeColumnToContents(0)
- self.setContextMenuPolicy(Qt.CustomContextMenu)
- self.customContextMenuRequested.connect(self.open_menu)
-
- @docstrings.dedent
- def add_dependencies(self, versions, parent=None):
- """
- Add the version informations to the tree
-
- This method creates an QTreeWidgetItem for each package in `versions`
- and adds it to this tree.
-
- Parameters
- ----------
- %(DependenciesTree.parameters)s
- parent: QTreeWidgetItem
- The parent of the newly created items for the packages in
- `versions`. If None, the newly created items are inserted as
- top level items into the tree
- """
- for pkg, pkg_d in versions.items():
- new_item = QTreeWidgetItem(0)
- new_item.setText(0, pkg)
- if isinstance(pkg_d, dict):
- new_item.setText(1, pkg_d["version"])
- else:
- new_item.setText(1, pkg_d)
- if parent is None:
- self.addTopLevelItem(new_item)
- else:
- parent.addChild(new_item)
- if "requirements" in pkg_d:
- self.add_dependencies(pkg_d["requirements"], new_item)
-
- def open_menu(self, position):
- """Open a menu to expand and collapse all items in the tree
-
- Parameters
- ----------
- position: QPosition
- The position where to open the menu"""
- menu = QMenu()
- expand_all_action = QAction("Expand all", self)
- expand_all_action.triggered.connect(self.expandAll)
- menu.addAction(expand_all_action)
- collapse_all_action = QAction("Collapse all", self)
- collapse_all_action.triggered.connect(self.collapseAll)
- menu.addAction(collapse_all_action)
- menu.exec_(self.viewport().mapToGlobal(position))
-
-
-class DependenciesDialog(QDialog):
- """A dialog for displaying the dependencies"""
-
- #: description label
- label = None
-
- #: the QVBoxLayout containing all the widgets
- vbox = None
-
- #: The :class:`DependenciesTree` that contains the package infos
- tree = None
-
- #: The QPushButton used for copying selected packages to the clipboard
- bt_copy = None
-
- #: A simple info label for info messages
- info_label = None
-
- #: A QTimer that clears the :attr:`info_label` after some time
- timer = None
-
- @docstrings.dedent
- def __init__(self, versions, *args, **kwargs):
- """
- Parameters
- ----------
- %(DependenciesTree.parameters)s
- """
- super(DependenciesDialog, self).__init__(*args, **kwargs)
- self.setWindowTitle("Dependencies")
- self.versions = versions
- self.vbox = layout = QVBoxLayout()
-
- self.label = QLabel(
- """
- psyplot and the plugins depend on several python libraries. The
- tree widget below lists the versions of the plugins and the
- requirements. You can select the items in the tree and copy them to
- clipboard.""",
- parent=self,
- )
-
- layout.addWidget(self.label)
-
- self.tree = DependenciesTree(versions, parent=self)
- self.tree.setSelectionMode(QAbstractItemView.MultiSelection)
- layout.addWidget(self.tree)
-
- # copy button
- self.bt_copy = QPushButton("Copy selection to clipboard")
- self.bt_copy.setToolTip(
- "Copy the selected packages in the above table to the clipboard."
- )
- self.bt_copy.clicked.connect(lambda: self.copy_selected())
-
- self.bbox = QDialogButtonBox(QDialogButtonBox.Ok)
- self.bbox.accepted.connect(self.accept)
-
- hbox = QHBoxLayout()
- hbox.addWidget(self.bt_copy)
- hbox.addStretch(1)
- hbox.addWidget(self.bbox)
- layout.addLayout(hbox)
-
- #: A label for simple status update
- self.info_label = QLabel("", self)
- layout.addWidget(self.info_label)
- self.timer = QtCore.QTimer(self)
- self.timer.timeout.connect(self.clear_label)
-
- self.setLayout(layout)
-
- def copy_selected(self, label=None):
- """Copy the selected versions and items to the clipboard"""
- d = {}
- items = self.tree.selectedItems()
- if not items:
- QMessageBox.warning(
- self,
- "No packages selected!",
- "Please select packages in the tree!",
- )
- return
- for item in items:
- d[item.text(0)] = item.text(1)
- if label is None:
- label = QApplication.clipboard()
- label.setText("\n".join("%s: %s" % t for t in d.items()))
- self.info_label.setText("Packages copied to clipboard.")
- self.timer.start(3000)
-
- def clear_label(self):
- """Clear the info label"""
- self.info_label.setText("")
diff --git a/psyplot_gui/fmt_widget.py b/psyplot_gui/fmt_widget.py
deleted file mode 100644
index bf680fc..0000000
--- a/psyplot_gui/fmt_widget.py
+++ /dev/null
@@ -1,730 +0,0 @@
-# -*- coding: utf-8 -*-
-"""Module defining a widget for updating the formatoption of the current
-project"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import logging
-from collections import defaultdict
-from functools import partial
-from itertools import chain
-from warnings import warn
-
-import psyplot.plotter as psyp
-import psyplot.project as psy
-import six
-import yaml
-from IPython.core.interactiveshell import ExecutionResult
-from psyplot.data import isstring, safe_list
-from psyplot.utils import _temp_bool_prop, unique_everseen
-
-from psyplot_gui.common import DockMixin, PyErrorMessage, get_icon
-from psyplot_gui.compat.qtcompat import (
- QCheckBox,
- QComboBox,
- QCompleter,
- QHBoxLayout,
- QIcon,
- QLineEdit,
- QListView,
- QPushButton,
- QStandardItem,
- QStandardItemModel,
- Qt,
- QTextEdit,
- QToolButton,
- QVBoxLayout,
- QWidget,
- with_qt5,
-)
-from psyplot_gui.config.rcsetup import rcParams
-from psyplot_gui.plot_creator import CoordComboBox
-
-try:
- from IPython.core.interactiveshell import ExecutionInfo
-except ImportError:
- ExecutionInfo = None
-
-
-logger = logging.getLogger(__name__)
-
-
-COORDSGROUP = "__coords"
-ALLGROUP = "__all"
-
-
-class DimensionsWidget(QWidget):
- """A widget for updating the dimensions"""
-
- def __init__(self, parent, dim=None):
- super(DimensionsWidget, self).__init__(parent)
- self.coord_combo = CoordComboBox(self.get_ds, dim)
- self.cb_use_coord = QCheckBox("show coordinates")
- self.cb_close_popups = QCheckBox("close dropdowns")
- self.cb_close_popups.setChecked(True)
- self.toggle_close_popup()
- self._single_selection = False
-
- self.dim = dim
- hbox = QHBoxLayout()
- hbox.addWidget(self.cb_close_popups)
- hbox.addWidget(self.cb_use_coord)
- hbox.addWidget(self.coord_combo)
- self.setLayout(hbox)
- self.cb_use_coord.stateChanged.connect(self.reset_combobox)
- self.cb_close_popups.stateChanged.connect(self.toggle_close_popup)
- self.coord_combo.leftclick.connect(self.insert_from_combo)
-
- def set_dim(self, dim):
- self.dim = self.coord_combo.dim = dim
-
- def slice2list(self, sl):
- if not isinstance(sl, slice):
- return sl
- return list(range(*sl.indices(self.coord_combo.count() - 1)))
-
- def reset_combobox(self):
- """Clear all comboboxes"""
- self.coord_combo.use_coords = self.cb_use_coord.isChecked()
- self.coord_combo.clear()
- self.coord_combo._is_empty = True
-
- def toggle_close_popup(self):
- self.coord_combo.close_popups = self.cb_close_popups.isChecked()
-
- def insert_from_combo(self):
- cb = self.coord_combo
- inserts = list(
- ind.row() - 1
- for ind in cb.view().selectionModel().selectedIndexes()
- if ind.row() > 0
- )
- if not inserts:
- return
- elif not self._single_selection:
- try:
- current = yaml.load(
- self.parent().get_text(), Loader=yaml.Loader
- )
- except Exception:
- pass
- else:
- if current:
- current = self.slice2list(current)
- inserts = sorted(set(chain(inserts, safe_list(current))))
- else:
- inserts = inserts[0]
-
- self.parent().set_obj(inserts)
-
- def get_ds(self):
- import psyplot.project as psy
-
- project = psy.gcp()
- datasets = project.datasets
- dim = self.dim
- dims = {ds.coords[dim].shape[0]: ds for ds in datasets.values()}
- if len(dims) > 1:
- warn(
- "Datasets have differing dimensions lengths for the "
- "%s dimension!" % dim
- )
- return min(dims.items())[1]
-
- def set_single_selection(self, yes=True):
- self._single_selection = yes
- if yes:
- self.coord_combo.view().setSelectionMode(QListView.SingleSelection)
- else:
- self.coord_combo.view().setSelectionMode(
- QListView.ExtendedSelection
- )
-
-
-class FormatoptionWidget(QWidget, DockMixin):
- """
- Widget to update the formatoptions of the current project
-
- This widget, mainly made out of a combobox for the formatoption group,
- a combobox for the formatoption, and a text editor, is designed
- for updating the selected formatoptions for the current subproject.
-
- The widget is connected to the :attr:`psyplot.project.Project.oncpchange`
- signal and refills the comboboxes if the current subproject changes.
-
- The text editor either accepts python code that will be executed by the
- given `console`, or yaml code.
- """
-
- no_fmtos_update = _temp_bool_prop(
- "no_fmtos_update", """update the fmto combo box or not"""
- )
-
- #: The combobox for the formatoption groups
- group_combo = None
-
- #: The combobox for the formatoptions
- fmt_combo = None
-
- #: The help_explorer to display the documentation of the formatoptions
- help_explorer = None
-
- #: The formatoption specific widget that is loaded from the formatoption
- fmt_widget = None
-
- #: A line edit for updating the formatoptions
- line_edit = None
-
- #: A multiline text editor for updating the formatoptions
- text_edit = None
-
- #: A button to switch between :attr:`line_edit` and :attr:`text_edit`
- multiline_button = None
-
- @property
- def shell(self):
- """The shell to execute the update of the formatoptions in the current
- project"""
- return self.console.kernel_manager.kernel.shell
-
- def __init__(self, *args, **kwargs):
- """
- Parameters
- ----------
- help_explorer: psyplot_gui.help_explorer.HelpExplorer
- The help explorer to show the documentation of one formatoption
- console: psyplot_gui.console.ConsoleWidget
- The console that can be used to update the current subproject via::
-
- psy.gcp().update(**kwargs)
-
- where ``**kwargs`` is defined through the selected formatoption
- in the :attr:`fmt_combo` combobox and the value in the
- :attr:`line_edit` editor
- ``*args, **kwargs``
- Any other keyword for the QWidget class
- """
- help_explorer = kwargs.pop("help_explorer", None)
- console = kwargs.pop("console", None)
- super(FormatoptionWidget, self).__init__(*args, **kwargs)
- self.help_explorer = help_explorer
- self.console = console
- self.error_msg = PyErrorMessage(self)
-
- # ---------------------------------------------------------------------
- # -------------------------- Child widgets ----------------------------
- # ---------------------------------------------------------------------
- self.group_combo = QComboBox(parent=self)
- self.fmt_combo = QComboBox(parent=self)
- self.line_edit = QLineEdit(parent=self)
- self.text_edit = QTextEdit(parent=self)
- self.run_button = QToolButton(parent=self)
-
- # completer for the fmto widget
- self.fmt_combo.setEditable(True)
- self.fmt_combo.setInsertPolicy(QComboBox.NoInsert)
- self.fmto_completer = completer = QCompleter(
- ["time", "lat", "lon", "lev"]
- )
- completer.setCompletionMode(QCompleter.PopupCompletion)
- completer.activated[str].connect(self.set_fmto)
- if with_qt5:
- completer.setFilterMode(Qt.MatchContains)
- completer.setModel(QStandardItemModel())
- self.fmt_combo.setCompleter(completer)
-
- self.dim_widget = DimensionsWidget(parent=self)
- self.dim_widget.setVisible(False)
-
- self.multiline_button = QPushButton("Multiline", parent=self)
- self.multiline_button.setCheckable(True)
-
- self.yaml_cb = QCheckBox("Yaml syntax")
- self.yaml_cb.setChecked(True)
-
- self.keys_button = QPushButton("Keys", parent=self)
- self.summaries_button = QPushButton("Summaries", parent=self)
- self.docs_button = QPushButton("Docs", parent=self)
-
- self.grouped_cb = QCheckBox("grouped", parent=self)
- self.all_groups_cb = QCheckBox("all groups", parent=self)
- self.include_links_cb = QCheckBox("include links", parent=self)
-
- self.text_edit.setVisible(False)
-
- # ---------------------------------------------------------------------
- # -------------------------- Descriptions -----------------------------
- # ---------------------------------------------------------------------
-
- self.group_combo.setToolTip("Select the formatoption group")
- self.fmt_combo.setToolTip("Select the formatoption to update")
- self.line_edit.setToolTip(
- "Insert the value which what you want to update the selected "
- "formatoption and hit right button. The code is executed in the "
- "main console."
- )
- self.yaml_cb.setToolTip(
- "Use the yaml syntax for the values inserted in the above cell. "
- "Otherwise the content there is evaluated as a python expression "
- "in the terminal"
- )
- self.text_edit.setToolTip(self.line_edit.toolTip())
- self.run_button.setIcon(QIcon(get_icon("run_arrow.png")))
- self.run_button.setToolTip("Update the selected formatoption")
- self.multiline_button.setToolTip(
- "Allow linebreaks in the text editor line above."
- )
- self.keys_button.setToolTip(
- "Show the formatoption keys in this group (or in all "
- "groups) in the help explorer"
- )
- self.summaries_button.setToolTip(
- "Show the formatoption summaries in this group (or in all "
- "groups) in the help explorer"
- )
- self.docs_button.setToolTip(
- "Show the formatoption documentations in this group (or in all "
- "groups) in the help explorer"
- )
- self.grouped_cb.setToolTip(
- "Group the formatoptions before displaying them in the help "
- "explorer"
- )
- self.all_groups_cb.setToolTip(
- "Use all groups when displaying the " "keys, docs or summaries"
- )
- self.include_links_cb.setToolTip(
- "Include links to remote documentations when showing the "
- "keys, docs and summaries in the help explorer (requires "
- "intersphinx)"
- )
-
- # ---------------------------------------------------------------------
- # -------------------------- Connections ------------------------------
- # ---------------------------------------------------------------------
- self.group_combo.currentIndexChanged[int].connect(self.fill_fmt_combo)
- self.fmt_combo.currentIndexChanged[int].connect(self.show_fmt_info)
- self.fmt_combo.currentIndexChanged[int].connect(self.load_fmt_widget)
- self.fmt_combo.currentIndexChanged[int].connect(
- self.set_current_fmt_value
- )
- self.run_button.clicked.connect(self.run_code)
- self.line_edit.returnPressed.connect(self.run_button.click)
- self.multiline_button.clicked.connect(self.toggle_line_edit)
- self.keys_button.clicked.connect(
- partial(self.show_all_fmt_info, "keys")
- )
- self.summaries_button.clicked.connect(
- partial(self.show_all_fmt_info, "summaries")
- )
- self.docs_button.clicked.connect(
- partial(self.show_all_fmt_info, "docs")
- )
-
- # ---------------------------------------------------------------------
- # ------------------------------ Layouts ------------------------------
- # ---------------------------------------------------------------------
- self.combos = QHBoxLayout()
- self.combos.addWidget(self.group_combo)
- self.combos.addWidget(self.fmt_combo)
-
- self.execs = QHBoxLayout()
- self.execs.addWidget(self.line_edit)
- self.execs.addWidget(self.text_edit)
- self.execs.addWidget(self.run_button)
-
- self.info_box = QHBoxLayout()
- self.info_box.addWidget(self.multiline_button)
- self.info_box.addWidget(self.yaml_cb)
- self.info_box.addStretch(0)
- for w in [
- self.keys_button,
- self.summaries_button,
- self.docs_button,
- self.all_groups_cb,
- self.grouped_cb,
- self.include_links_cb,
- ]:
- self.info_box.addWidget(w)
-
- self.vbox = QVBoxLayout()
- self.vbox.addLayout(self.combos)
- self.vbox.addWidget(self.dim_widget)
- self.vbox.addLayout(self.execs)
- self.vbox.addLayout(self.info_box)
-
- self.vbox.setSpacing(0)
-
- self.setLayout(self.vbox)
-
- # fill with content
- self.fill_combos_from_project(psy.gcp())
- psy.Project.oncpchange.connect(self.fill_combos_from_project)
- rcParams.connect("fmt.sort_by_key", self.refill_from_rc)
-
- def refill_from_rc(self, sort_by_key):
- from psyplot.project import gcp
-
- self.fill_combos_from_project(gcp())
-
- def fill_combos_from_project(self, project):
- """Fill :attr:`group_combo` and :attr:`fmt_combo` from a project
-
- Parameters
- ----------
- project: psyplot.project.Project
- The project to use"""
- if rcParams["fmt.sort_by_key"]:
-
- def sorter(fmto):
- return fmto.key
-
- else:
- sorter = self.get_name
-
- current_text = self.group_combo.currentText()
- with self.no_fmtos_update:
- self.group_combo.clear()
- if project is None or project.is_main or not len(project):
- self.fmt_combo.clear()
- self.groups = []
- self.fmtos = []
- self.line_edit.setEnabled(False)
- return
- self.line_edit.setEnabled(True)
- # get dimensions
- it_vars = chain.from_iterable(
- arr.psy.iter_base_variables for arr in project.arrays
- )
- dims = next(it_vars).dims
- sdims = set(dims)
- for var in it_vars:
- sdims.intersection_update(var.dims)
- coords = [d for d in dims if d in sdims]
- coords_name = [COORDSGROUP] if coords else []
- coords_verbose = ["Dimensions"] if coords else []
- coords = [coords] if coords else []
-
- if len(project.plotters):
- # get formatoptions and group them alphabetically
- grouped_fmts = defaultdict(list)
- for fmto in project._fmtos:
- grouped_fmts[fmto.group].append(fmto)
- for val in six.itervalues(grouped_fmts):
- val.sort(key=sorter)
- grouped_fmts = dict(
- sorted(
- six.iteritems(grouped_fmts),
- key=lambda t: psyp.groups.get(t[0], t[0]),
- )
- )
- fmt_groups = list(grouped_fmts.keys())
- # save original names
- self.groups = coords_name + [ALLGROUP] + fmt_groups
- # save verbose group names (which are used in the combo box)
- self.groupnames = (
- coords_verbose
- + ["All formatoptions"]
- + list(map(lambda s: psyp.groups.get(s, s), fmt_groups))
- )
- # save formatoptions
- fmtos = list(grouped_fmts.values())
- self.fmtos = (
- coords + [sorted(chain(*fmtos), key=sorter)] + fmtos
- )
- else:
- self.groups = coords_name
- self.groupnames = coords_verbose
- self.fmtos = coords
- self.group_combo.addItems(self.groupnames)
- ind = self.group_combo.findText(current_text)
- self.group_combo.setCurrentIndex(ind if ind >= 0 else 0)
- self.fill_fmt_combo(self.group_combo.currentIndex())
-
- def get_name(self, fmto):
- """Get the name of a :class:`psyplot.plotter.Formatoption` instance"""
- if isinstance(fmto, six.string_types):
- return fmto
- return "%s (%s)" % (fmto.name, fmto.key) if fmto.name else fmto.key
-
- @property
- def fmto(self):
- return self.fmtos[self.group_combo.currentIndex()][
- self.fmt_combo.currentIndex()
- ]
-
- @fmto.setter
- def fmto(self, value):
- name = self.get_name(value)
- for i, fmtos in enumerate(self.fmtos):
- if i == 1: # all formatoptions
- continue
- if name in map(self.get_name, fmtos):
- with self.no_fmtos_update:
- self.group_combo.setCurrentIndex(i)
- self.fill_fmt_combo(i, name)
- return
-
- def toggle_line_edit(self):
- """Switch between the :attr:`line_edit` and :attr:`text_edit`
-
- This method is called when the :attr:`multiline_button` is clicked
- and switches between the single line :attr:``line_edit` and the
- multiline :attr:`text_edit`
- """
- # switch to multiline text edit
- if (
- self.multiline_button.isChecked()
- and not self.text_edit.isVisible()
- ):
- self.line_edit.setVisible(False)
- self.text_edit.setVisible(True)
- self.text_edit.setPlainText(self.line_edit.text())
- elif (
- not self.multiline_button.isChecked()
- and not self.line_edit.isVisible()
- ):
- self.line_edit.setVisible(True)
- self.text_edit.setVisible(False)
- self.line_edit.setText(self.text_edit.toPlainText())
-
- def fill_fmt_combo(self, i, current_text=None):
- """Fill the :attr:`fmt_combo` combobox based on the current group name"""
- if not self.no_fmtos_update:
- with self.no_fmtos_update:
- if current_text is None:
- current_text = self.fmt_combo.currentText()
- self.fmt_combo.clear()
- self.fmt_combo.addItems(
- list(map(self.get_name, self.fmtos[i]))
- )
- ind = self.fmt_combo.findText(current_text)
- self.fmt_combo.setCurrentIndex(ind if ind >= 0 else 0)
- # update completer model
- self.setup_fmt_completion_model()
- idx = self.fmt_combo.currentIndex()
- self.show_fmt_info(idx)
- self.load_fmt_widget(idx)
- self.set_current_fmt_value(idx)
-
- def set_fmto(self, name):
- self.fmto = name
-
- def setup_fmt_completion_model(self):
- fmtos = list(
- unique_everseen(
- map(self.get_name, chain.from_iterable(self.fmtos))
- )
- )
- model = self.fmto_completer.model()
- model.setRowCount(len(fmtos))
- for i, name in enumerate(fmtos):
- model.setItem(i, QStandardItem(name))
-
- def load_fmt_widget(self, i):
- """Load the formatoption specific widget
-
- This method loads the formatoption specific widget from the
- :meth:`psyplot.plotter.Formatoption.get_fmt_widget` method and
- displays it above the :attr:`line_edit`
-
- Parameters
- ----------
- i: int
- The index of the current formatoption"""
- self.remove_fmt_widget()
- group_ind = self.group_combo.currentIndex()
- if not self.no_fmtos_update:
- from psyplot.project import gcp
-
- if self.groups[group_ind] == COORDSGROUP:
- dim = self.fmtos[group_ind][i]
- self.fmt_widget = self.dim_widget
- self.dim_widget.set_dim(dim)
- self.dim_widget.set_single_selection(dim not in gcp()[0].dims)
- self.dim_widget.setVisible(True)
- else:
- fmto = self.fmtos[group_ind][i]
- self.fmt_widget = fmto.get_fmt_widget(self, gcp())
- if self.fmt_widget is not None:
- self.vbox.insertWidget(2, self.fmt_widget)
-
- def reset_fmt_widget(self):
- idx = self.fmt_combo.currentIndex()
- self.load_fmt_widget(idx)
- self.set_current_fmt_value(idx)
-
- def remove_fmt_widget(self):
- if self.fmt_widget is not None:
- self.fmt_widget.hide()
- if self.fmt_widget is self.dim_widget:
- self.fmt_widget.reset_combobox()
- else:
- self.vbox.removeWidget(self.fmt_widget)
- self.fmt_widget.close()
- del self.fmt_widget
-
- def set_current_fmt_value(self, i):
- """Add the value of the current formatoption to the line text"""
- group_ind = self.group_combo.currentIndex()
- if not self.no_fmtos_update:
- if self.groups[group_ind] == COORDSGROUP:
- from psyplot.project import gcp
-
- dim = self.fmtos[group_ind][i]
- self.set_obj(gcp().arrays[0].psy.idims[dim])
- else:
- fmto = self.fmtos[group_ind][i]
- self.set_obj(fmto.value)
-
- def show_fmt_info(self, i):
- """Show the documentation of the formatoption in the help explorer"""
- group_ind = self.group_combo.currentIndex()
- if not self.no_fmtos_update and self.groups[group_ind] != COORDSGROUP:
- fmto = self.fmtos[self.group_combo.currentIndex()][i]
- fmto.plotter.show_docs(
- fmto.key, include_links=self.include_links_cb.isChecked()
- )
-
- def run_code(self):
- """Run the update of the project inside the :attr:`shell`"""
- if self.line_edit.isVisible():
- text = str(self.line_edit.text())
- else:
- text = str(self.text_edit.toPlainText())
- if not text or not self.fmtos:
- return
- group_ind = self.group_combo.currentIndex()
- if self.groups[group_ind] == COORDSGROUP:
- key = self.fmtos[group_ind][self.fmt_combo.currentIndex()]
- param = "dims"
- else:
- key = self.fmtos[group_ind][self.fmt_combo.currentIndex()].key
- param = "fmt"
- if self.yaml_cb.isChecked():
- import psyplot.project as psy
-
- psy.gcp().update(**{key: yaml.load(text, Loader=yaml.Loader)})
- else:
- code = "psy.gcp().update(%s={'%s': %s})" % (param, key, text)
- if ExecutionInfo is not None:
- info = ExecutionInfo(
- raw_cell=code,
- store_history=False,
- silent=True,
- shell_futures=False,
- cell_id=None,
- )
- e = ExecutionResult(info)
- else:
- e = ExecutionResult()
- self.console.run_command_in_shell(code, e)
- try:
- e.raise_error()
- except Exception: # reset the console and clear the error message
- raise
- finally:
- self.console.reset()
-
- def get_text(self):
- """Get the current update text"""
- if self.line_edit.isVisible():
- return self.line_edit.text()
- else:
- return self.text_edit.toPlainText()
-
- def get_obj(self):
- """Get the current update text"""
- if self.line_edit.isVisible():
- txt = self.line_edit.text()
- else:
- txt = self.text_edit.toPlainText()
- try:
- obj = yaml.load(txt, Loader=yaml.Loader)
- except Exception:
- self.error_msg.showTraceback("Could not load %s" % txt)
- else:
- return obj
-
- def insert_obj(self, obj):
- """Add a string to the formatoption widget"""
- current = self.get_text()
- use_yaml = self.yaml_cb.isChecked()
- use_line_edit = self.line_edit.isVisible()
- # strings are treated separately such that we consider quotation marks
- # at the borders
- if isstring(obj) and current:
- if use_line_edit:
- pos = self.line_edit.cursorPosition()
- else:
- pos = self.text_edit.textCursor().position()
- if pos not in [0, len(current)]:
- s = obj
- else:
- if current[0] in ['"', "'"]:
- current = current[1:-1]
- self.clear_text()
- if pos == 0:
- s = '"' + obj + current + '"'
- else:
- s = '"' + current + obj + '"'
- current = ""
- elif isstring(obj): # add quotation marks
- s = '"' + obj + '"'
- elif not use_yaml:
- s = repr(obj)
- else:
- s = yaml.dump(obj, default_flow_style=True).strip()
- if s.endswith("\n..."):
- s = s[:-4]
- if use_line_edit:
- self.line_edit.insert(s)
- else:
- self.text_edit.insertPlainText(s)
-
- def clear_text(self):
- if self.line_edit.isVisible():
- self.line_edit.clear()
- else:
- self.text_edit.clear()
-
- def set_obj(self, obj):
- self.clear_text()
- self.insert_obj(obj)
-
- def show_all_fmt_info(self, what):
- """Show the keys, summaries or docs of the formatoptions
-
- Calling this function let's the help browser show the documentation
- etc. of all docs or only the selected group determined by the state of
- the :attr:`grouped_cb` and :attr:`all_groups_cb` checkboxes
-
- Parameters
- ----------
- what: {'keys', 'summaries', 'docs'}
- Determines what to show"""
- if not self.fmtos:
- return
- if (
- self.all_groups_cb.isChecked()
- or self.group_combo.currentIndex() < 2
- ):
- fmtos = list(
- chain.from_iterable(
- fmto_group
- for i, fmto_group in enumerate(self.fmtos)
- if self.groups[i] not in [ALLGROUP, COORDSGROUP]
- )
- )
- else:
- fmtos = self.fmtos[self.group_combo.currentIndex()]
- plotter = fmtos[0].plotter
- getattr(plotter, "show_" + what)(
- [fmto.key for fmto in fmtos],
- grouped=self.grouped_cb.isChecked(),
- include_links=self.include_links_cb.isChecked(),
- )
diff --git a/psyplot_gui/help_explorer.py b/psyplot_gui/help_explorer.py
deleted file mode 100644
index 04697fb..0000000
--- a/psyplot_gui/help_explorer.py
+++ /dev/null
@@ -1,1202 +0,0 @@
-# -*- coding: utf-8 -*-
-"""Help explorer widget supplying a simple web browser and a plain text help
-viewer"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import inspect
-import logging
-import os.path as osp
-import re
-import shutil
-import sys
-from collections import namedtuple
-from itertools import chain
-from tempfile import mkdtemp
-
-import six
-from IPython.core.oinspect import getdoc, signature
-from psyplot.docstring import docstrings, indent
-from psyplot.utils import _temp_bool_prop
-
-from psyplot_gui.common import (
- DockMixin,
- PyErrorMessage,
- StreamToLogger,
- get_icon,
- get_module_path,
- is_running_tests,
-)
-from psyplot_gui.compat.qtcompat import (
- QAction,
- QComboBox,
- QCompleter,
- QFrame,
- QHBoxLayout,
- QIcon,
- QMenu,
- QPlainTextEdit,
- QSortFilterProxyModel,
- QStandardItemModel,
- Qt,
- QtCore,
- QtGui,
- QToolButton,
- QVBoxLayout,
- QWebEngineView,
- QWidget,
- asstring,
- isstring,
- with_qt5,
-)
-from psyplot_gui.config.rcsetup import rcParams
-
-try:
- from sphinx.application import Sphinx
- from sphinx.pycode import ModuleAnalyzer
-
- try:
- from psyplot.sphinxext.extended_napoleon import (
- ExtendedGoogleDocstring as GoogleDocstring,
- )
- from psyplot.sphinxext.extended_napoleon import (
- ExtendedNumpyDocstring as NumpyDocstring,
- )
- except ImportError:
- from sphinx.ext.napoleon import GoogleDocstring, NumpyDocstring
- with_sphinx = True
-except ImportError:
- with_sphinx = False
-
-if six.PY2:
- from urlparse import urlparse
-else:
- from urllib.parse import urlparse
-
-
-try:
- import pathlib
-
- def file2html(fname):
- return pathlib.Path(fname).as_uri()
-
-except ImportError:
-
- def file2html(fname):
- return "file://" + fname
-
-
-def html2file(url):
- p = urlparse(asstring(url))
- # skip the first '/' on windows platform
- return osp.abspath(
- osp.join(p.netloc, p.path[int(sys.platform == "win32") :])
- )
-
-
-_viewers = dict()
-
-
-logger = logging.getLogger(__name__)
-
-
-class UrlCombo(QComboBox):
- """A editable ComboBox with autocompletion"""
-
- def __init__(self, *args, **kwargs):
- super(UrlCombo, self).__init__(*args, **kwargs)
- self.setInsertPolicy(self.InsertAtTop)
- self.setFocusPolicy(Qt.StrongFocus)
- self.setEditable(True)
- self.completer = QCompleter(self)
-
- # always show all completions
- self.completer.setCompletionMode(QCompleter.UnfilteredPopupCompletion)
- self.pFilterModel = QSortFilterProxyModel(self)
- self.pFilterModel.setFilterCaseSensitivity(Qt.CaseInsensitive)
-
- self.completer.setPopup(self.completer.popup())
-
- self.setCompleter(self.completer)
-
- self.lineEdit().textEdited[str].connect(
- self.pFilterModel.setFilterFixedString
- )
- self.completer.activated.connect(self.add_text_on_top)
- self.setModel(QStandardItemModel())
-
- def setModel(self, model):
- """Reimplemented to also set the model of the filter and completer"""
- super(UrlCombo, self).setModel(model)
- self.pFilterModel.setSourceModel(model)
- self.completer.setModel(self.pFilterModel)
-
- def add_text_on_top(self, text=None, block=False):
- """Add the given text as the first item"""
- if text is None:
- text = self.currentText()
- ind = self.findText(text)
- if block:
- self.blockSignals(True)
- if ind == -1:
- self.insertItem(0, text)
- elif ind != 0:
- self.removeItem(ind)
- self.insertItem(0, text)
- self.setCurrentIndex(0)
- if block:
- self.blockSignals(False)
-
- # replace keyPressEvent to always insert the selected item at the top
- def keyPressEvent(self, event):
- """Handle key press events"""
- if event.key() == Qt.Key_Return or event.key() == Qt.Key_Enter:
- self.add_text_on_top()
- else:
- QComboBox.keyPressEvent(self, event)
-
-
-class UrlBrowser(QFrame):
- """Very simple browser with session history and autocompletion based upon
- the :class:`PyQt5.QtWebEngineWidgets.QWebEngineView` class
-
- Warnings
- --------
- This class is known to crash under PyQt4 when new web page domains are
- loaded. Hence it should be handled with care"""
-
- completed = _temp_bool_prop(
- "completed",
- "Boolean whether the html page loading is completed.",
- default=True,
- )
-
- url_like_re = re.compile(r"^\w+://")
-
- doc_urls = dict(
- [
- ("startpage", "https://startpage.com/"),
- ("psyplot", "http://psyplot.github.io/psyplot/"),
- ("pyplot", "http://matplotlib.org/api/pyplot_api.html"),
- (
- "seaborn",
- "http://stanford.edu/~mwaskom/software/seaborn/api.html",
- ),
- (
- "cartopy",
- "http://scitools.org.uk/cartopy/docs/latest/index.html",
- ),
- ("xarray", "http://xarray.pydata.org/en/stable/"),
- ("pandas", "http://pandas.pydata.org/pandas-docs/stable/"),
- (
- "numpy",
- "https://docs.scipy.org/doc/numpy/reference/routines.html",
- ),
- ]
- )
-
- #: The initial url showed in the webview. If None, nothing will be
- #: displayed
- default_url = None
-
- #: adress line
- tb_url = None
-
- #: button to go to previous url
- bt_back = None
-
- #: button to go to next url
- bt_ahead = None
-
- #: refresh the current url
- bt_refresh = None
-
- #: button to go lock to the current url
- bt_lock = None
-
- #: button to disable browsing in www
- bt_url_lock = None
-
- #: The upper part of the browser containing all the buttons
- button_box = None
-
- #: The upper most layout aranging the button box and the html widget
- vbox = None
-
- #: default value for :attr:`bt_lock`. Is set during browser
- #: initialization
- bt_lock_default = None
-
- #: default value for :attr:`bt_url_lock`. Is set during browser
- #: initialization
- bt_url_lock_default = None
-
- def __init__(self, *args, **kwargs):
- super(UrlBrowser, self).__init__(*args, **kwargs)
-
- # ---------------------------------------------------------------------
- # ---------------------------- upper buttons --------------------------
- # ---------------------------------------------------------------------
- # adress line
- self.tb_url = UrlCombo(self)
- # button to go to previous url
- self.bt_back = QToolButton(self)
- # button to go to next url
- self.bt_ahead = QToolButton(self)
- # refresh the current url
- self.bt_refresh = QToolButton(self)
- # button to go lock to the current url
- self.bt_lock = QToolButton(self)
- # button to disable browsing in www
- self.bt_url_lock = QToolButton(self)
-
- # ---------------------------- buttons settings -----------------------
- self.bt_back.setIcon(QIcon(get_icon("previous.png")))
- self.bt_back.setToolTip("Go back one page")
- self.bt_ahead.setIcon(QIcon(get_icon("next.png")))
- self.bt_back.setToolTip("Go forward one page")
-
- self.bt_refresh.setIcon(QIcon(get_icon("refresh.png")))
- self.bt_refresh.setToolTip("Refresh the current page")
-
- self.bt_lock.setCheckable(True)
- self.bt_url_lock.setCheckable(True)
-
- if not with_qt5 and rcParams["help_explorer.online"] is None:
- # We now that the browser can crash with Qt4, therefore we disable
- # the browing in the internet
- self.bt_url_lock.click()
- rcParams["help_explorer.online"] = False
- elif rcParams["help_explorer.online"] is False:
- self.bt_url_lock.click()
- elif rcParams["help_explorer.online"] is None:
- rcParams["help_explorer.online"] = True
- rcParams.connect("help_explorer.online", self.update_url_lock_from_rc)
-
- self.bt_url_lock.clicked.connect(self.toogle_url_lock)
- self.bt_lock.clicked.connect(self.toogle_lock)
-
- # tooltip and icons of lock and url_lock are set in toogle_lock and
- # toogle_url_lock
- self.toogle_lock()
- self.toogle_url_lock()
-
- # ---------------------------------------------------------------------
- # --------- initialization and connection of the web view -------------
- # ---------------------------------------------------------------------
-
- #: The actual widget showing the html content
- self.html = QWebEngineView(parent=self)
- self.html.loadStarted.connect(self.completed)
- self.html.loadFinished.connect(self.completed)
-
- self.tb_url.currentIndexChanged[str].connect(self.browse)
- self.bt_back.clicked.connect(self.html.back)
- self.bt_ahead.clicked.connect(self.html.forward)
- self.bt_refresh.clicked.connect(self.html.reload)
- self.html.urlChanged.connect(self.url_changed)
-
- # ---------------------------------------------------------------------
- # ---------------------------- layouts --------------------------------
- # ---------------------------------------------------------------------
-
- # The upper part of the browser containing all the buttons
- self.button_box = button_box = QHBoxLayout()
-
- button_box.addWidget(self.bt_back)
- button_box.addWidget(self.bt_ahead)
- button_box.addWidget(self.tb_url)
- button_box.addWidget(self.bt_refresh)
- button_box.addWidget(self.bt_lock)
- button_box.addWidget(self.bt_url_lock)
-
- # The upper most layout aranging the button box and the html widget
- self.vbox = vbox = QVBoxLayout()
- self.vbox.setContentsMargins(0, 0, 0, 0)
- vbox.addLayout(button_box)
-
- vbox.addWidget(self.html)
-
- self.setLayout(vbox)
-
- if self.default_url is not None:
- self.tb_url.addItem(self.default_url)
-
- self.bt_lock_default = bool(self.bt_lock.isChecked())
- self.bt_url_lock_default = bool(self.bt_url_lock.isChecked())
-
- def browse(self, url):
- """Make a web browse on the given url and show the page on the Webview
- widget."""
- if self.bt_lock.isChecked():
- return
- if not self.url_like_re.match(url):
- url = "https://" + url
- if self.bt_url_lock.isChecked() and url.startswith("http"):
- return
- if not self.completed:
- logger.debug("Stopping current load...")
- self.html.stop()
- self.completed = True
- logger.debug("Loading %s", url)
- # we use :meth:`PyQt5.QtWebEngineWidgets.QWebEngineView.setUrl` instead
- # of :meth:`PyQt5.QtWebEngineWidgets.QWebEngineView.load` because that
- # changes the url directly and is more useful for unittests
- self.html.setUrl(QtCore.QUrl(url))
-
- def url_changed(self, url):
- """Triggered when the url is changed to update the adress line"""
- try:
- url = url.toString()
- except AttributeError:
- pass
- logger.debug("url changed to %s", url)
- try:
- self.tb_url.setCurrentText(url)
- except AttributeError: # Qt4
- self.tb_url.setEditText(url)
- self.tb_url.add_text_on_top(url, block=True)
-
- def update_url_lock_from_rc(self, online):
- if (
- online
- and self.bt_url_lock.isChecked()
- or not online
- and not self.bt_url_lock.isChecked()
- ):
- self.bt_url_lock.click()
-
- def toogle_url_lock(self):
- """Disable (or enable) the loading of web pages in www"""
- bt = self.bt_url_lock
- offline = bt.isChecked()
- bt.setIcon(
- QIcon(get_icon("world_red.png" if offline else "world.png"))
- )
- online_message = "Go online"
- if not with_qt5:
- online_message += (
- "\nWARNING: This mode is unstable under Qt4 "
- "and might result in a complete program crash!"
- )
- bt.setToolTip(online_message if offline else "Offline mode")
- if rcParams["help_explorer.online"] is offline:
- rcParams["help_explorer.online"] = not offline
-
- def toogle_lock(self):
- """Disable (or enable) the changing of the current webpage"""
- bt = self.bt_lock
- bt.setIcon(
- QIcon(get_icon("lock.png" if bt.isChecked() else "lock_open.png"))
- )
- bt.setToolTip("Unlock" if bt.isChecked() else "Lock to current page")
-
-
-class HelpMixin(object):
- """Base class for providing help on an object"""
-
- #: Object containing the necessary fields to describe an object given to
- #: the help widget. The descriptor is set up by the :meth:`describe_object`
- #: method.
- object_descriptor = namedtuple("ObjectDescriptor", ["obj", "name"])
-
- #: :class:`bool` determining whether the documentation of an object can be
- #: shown or not
- can_document_object = True
- #: :class:`bool` determining whether this class can show restructured text
- can_show_rst = True
-
- @docstrings.get_sections(base="HelpMixin.show_help")
- @docstrings.dedent
- def show_help(self, obj, oname="", files=None):
- """
- Show the rst documentation for the given object
-
- Parameters
- ----------
- obj: object
- The object to get the documentation for
- oname: str
- The name to use for the object in the documentation
- files: list of str
- A path to additional files that shall be used to process the
- docs"""
- descriptor = self.describe_object(obj, oname)
- doc = self.get_doc(descriptor)
- return self.show_rst(doc, descriptor=descriptor, files=files)
-
- def header(self, descriptor, sig):
- """Format the header and include object name and signature `sig`
-
- Returns
- -------
- str
- The header for the documentation"""
- bars = "=" * len(descriptor.name + sig)
- return bars + "\n" + descriptor.name + sig + "\n" + bars + "\n"
-
- def describe_object(self, obj, oname=""):
- """Return an instance of the :attr:`object_descriptor` class
-
- Returns
- -------
- :attr:`object_descriptor`
- The descriptor containing the information on the object"""
- return self.object_descriptor(obj, oname)
-
- def get_doc(self, descriptor):
- """Get the documentation of the object in the given `descriptor`
-
- Parameters
- ----------
- descriptor: instance of :attr:`object_descriptor`
- The descriptor containig the information on the specific object
-
- Returns
- -------
- str
- The header and documentation of the object in the descriptor
-
- Notes
- -----
- This method uses the :func:`IPython.core.oinspect.getdoc` function to
- get the documentation and the :func:`IPython.core.oinspect.signature`
- function to get the signature. Those function (different from the
- inspect module) do not fail when the object is not saved"""
- obj = descriptor.obj
- oname = descriptor.name
- sig = ""
- obj_sig = obj
- if callable(obj):
- if inspect.isclass(obj):
- oname = oname or obj.__name__
- obj_sig = getattr(obj, "__init__", obj)
- else:
- obj_sig = getattr(obj, "__call__", obj)
-
- try:
- sig = str(signature(obj_sig))
- sig = re.sub(r"^\(\s*self,\s*", "(", sig)
- except Exception:
- logger.debug(
- "Failed to get signature from %s!" % (obj,), exc_info=True
- )
- oname = oname or type(oname).__name__
- head = self.header(descriptor, sig)
- lines = []
- ds = getdoc(obj)
- if ds:
- lines.append("")
- lines.append(ds)
- if inspect.isclass(obj) and hasattr(obj, "__init__"):
- init_ds = getdoc(obj.__init__)
- if init_ds is not None:
- lines.append("\n" + init_ds)
- elif hasattr(obj, "__call__"):
- call_ds = getdoc(obj.__call__)
- if call_ds and call_ds != getdoc(object.__call__):
- lines.append("\n" + call_ds)
- doc = self.process_docstring(lines, descriptor)
- return head + "\n" + doc
-
- def process_docstring(self, lines, descriptor):
- """Make final modification on the rst lines
-
- Returns
- -------
- str
- The docstring"""
- return "\n".join(lines)
-
- @docstrings.get_sections(base="HelpMixin.show_rst")
- @docstrings.dedent
- def show_rst(self, text, oname="", descriptor=None, files=None):
- """
- Abstract method which needs to be implemented by th widget to show
- restructured text
-
- Parameters
- ----------
- text: str
- The text to show
- oname: str
- The object name
- descriptor: instance of :attr:`object_descriptor`
- The object descriptor holding the informations
- files: list of str
- A path to additional files that shall be used to display the docs
-
- Returns
- -------
- bool
- True if the text is displayed
- """
- return False
-
- @docstrings.get_sections(base="HelpMixin.show_intro")
- def show_intro(self, text=""):
- """
- Show an intro message
-
- Parameters
- ----------
- s: str
- A string in reStructured Text format to show"""
- title = "Welcome to psyplot!"
- title += "\n" + "-" * len(title) + "\n\n"
- self.show_rst(title + text, "intro")
-
-
-class TextHelp(QFrame, HelpMixin):
- """Class to show plain text rst docstrings"""
-
- def __init__(self, *args, **kwargs):
- super(TextHelp, self).__init__(*args, **kwargs)
- self.vbox = QVBoxLayout()
- self.vbox.setContentsMargins(0, 0, 0, 0)
- #: The :class:`PyQt5.QtWidgets.QPlainTextEdit` instance used for
- #: displaying the documentation
- self.editor = QPlainTextEdit(parent=self)
- self.editor.setFont(QtGui.QFont("Courier New"))
- self.vbox.addWidget(self.editor)
- self.setLayout(self.vbox)
-
- def show_rst(self, text, *args, **kwargs):
- """Show the given text in the editor window
-
- Parameters
- ----------
- text: str
- The text to show
- ``*args,**kwargs``
- Are ignored"""
- self.editor.clear()
- self.editor.insertPlainText(text)
- return True
-
-
-class UrlHelp(UrlBrowser, HelpMixin):
- """Class to convert rst docstrings to html and show browsers"""
-
- #: Object containing the necessary fields to describe an object given to
- #: the help widget. The descriptor is set up by the :meth:`describe_object`
- #: method and contains an additional objtype attribute
- object_descriptor = namedtuple(
- "ObjectDescriptor", ["obj", "name", "objtype"]
- )
-
- can_document_object = with_sphinx
- can_show_rst = with_sphinx
-
- #: menu button with different urls
- bt_url_menus = None
-
- #:
- sphinx_thread = None
-
- def __init__(self, *args, **kwargs):
- self._temp_dir = "sphinx_dir" not in kwargs
- self.sphinx_dir = kwargs.pop("sphinx_dir", mkdtemp(prefix="psyplot_"))
- self.build_dir = osp.join(self.sphinx_dir, "_build", "html")
- super(UrlHelp, self).__init__(*args, **kwargs)
-
- self.error_msg = PyErrorMessage(self)
- if with_sphinx:
- self.sphinx_thread = SphinxThread(self.sphinx_dir)
- self.sphinx_thread.html_ready[str].connect(self.browse)
- self.sphinx_thread.html_error[str].connect(
- self.error_msg.showTraceback
- )
- self.sphinx_thread.html_error[str].connect(logger.debug)
- rcParams.connect(
- "help_explorer.render_docs_parallel", self.reset_sphinx
- )
- rcParams.connect(
- "help_explorer.use_intersphinx", self.reset_sphinx
- )
- rcParams.connect("help_explorer.online", self.reset_sphinx)
-
- self.bt_connect_console = QToolButton(self)
- self.bt_connect_console.setCheckable(True)
- if rcParams["console.connect_to_help"]:
- self.bt_connect_console.setIcon(
- QIcon(get_icon("ipython_console.png"))
- )
- self.bt_connect_console.click()
- else:
- self.bt_connect_console.setIcon(
- QIcon(get_icon("ipython_console_t.png"))
- )
- self.bt_connect_console.clicked.connect(self.toogle_connect_console)
- rcParams.connect(
- "console.connect_to_help", self.update_connect_console
- )
- self.toogle_connect_console()
-
- # menu button with different urls
- self.bt_url_menus = QToolButton(self)
- self.bt_url_menus.setIcon(QIcon(get_icon("docu_button.png")))
- self.bt_url_menus.setToolTip("Browse documentations")
- self.bt_url_menus.setPopupMode(QToolButton.InstantPopup)
-
- docu_menu = QMenu(self)
- for name, url in six.iteritems(self.doc_urls):
-
- def to_url(b, url=url):
- self.browse(url)
-
- action = QAction(name, self)
- action.triggered.connect(to_url)
- docu_menu.addAction(action)
- self.bt_url_menus.setMenu(docu_menu)
-
- self.button_box.addWidget(self.bt_connect_console)
- self.button_box.addWidget(self.bt_url_menus)
- # toogle the lock again to set the bt_url_menus enabled state
- self.toogle_url_lock()
-
- def update_connect_console(self, connect):
- if (
- connect
- and not self.bt_connect_console.isChecked()
- or not connect
- and self.bt_connect_console.isChecked()
- ):
- self.bt_connect_console.click()
-
- def toogle_connect_console(self):
- """Disable (or enable) the loading of web pages in www"""
- bt = self.bt_connect_console
- connect = bt.isChecked()
- bt.setIcon(
- QIcon(
- get_icon(
- "ipython_console.png"
- if connect
- else "ipython_console_t.png"
- )
- )
- )
- bt.setToolTip(
- "%sonnect the console to the help explorer"
- % ("Don't c" if connect else "C")
- )
- if rcParams["console.connect_to_help"] is not connect:
- rcParams["console.connect_to_help"] = connect
-
- def reset_sphinx(self, value):
- """Method that is called if the configuration changes"""
- if with_sphinx and hasattr(self.sphinx_thread, "app"):
- del self.sphinx_thread.app
-
- @docstrings.dedent
- def show_help(self, obj, oname="", files=None):
- """
- Render the rst docu for the given object with sphinx and show it
-
- Parameters
- ----------
- %(HelpMixin.show_help.parameters)s
- """
- if self.bt_lock.isChecked():
- return
- return super(UrlHelp, self).show_help(obj, oname=oname, files=files)
-
- @docstrings.dedent
- def show_intro(self, text=""):
- """
- Show the intro text in the explorer
-
- Parameters
- ----------
- %(HelpMixin.show_intro.parameters)s"""
- if self.sphinx_thread is not None:
- with open(self.sphinx_thread.index_file, "a") as f:
- f.write(
- "\n" + text.strip() + "\n\n" + "Table of Contents\n"
- "=================\n\n.. toctree::\n"
- )
- self.sphinx_thread.render(None, None)
-
- def show_rst(self, text, oname="", descriptor=None, files=None):
- """Render restructured text with sphinx and show it
-
- Parameters
- ----------
- %(HelpMixin.show_rst.parameters)s"""
- if self.bt_lock.isChecked() or self.sphinx_thread is None:
- return False
- if not oname and descriptor:
- oname = descriptor.name
- for f in files or []:
- shutil.copyfile(f, osp.join(self.sphinx_dir, osp.basename(f)))
- self.sphinx_thread.render(text, oname)
- return True
-
- def describe_object(self, obj, oname=""):
- """Describe an object using additionaly the object type from the
- :meth:`get_objtype` method
-
- Returns
- -------
- instance of :attr:`object_descriptor`
- The descriptor of the object"""
- return self.object_descriptor(obj, oname, self.get_objtype(obj))
-
- def browse(self, url):
- """Reimplemented to add file paths to the url string"""
- url = asstring(url)
- html_file = osp.join(self.sphinx_dir, "_build", "html", url + ".html")
- if osp.exists(html_file):
- url = file2html(html_file)
- super(UrlHelp, self).browse(url)
-
- def toogle_url_lock(self):
- """Disable (or enable) the loading of web pages in www"""
- super(UrlHelp, self).toogle_url_lock()
- # enable or disable documentation button
- bt = self.bt_url_lock
- offline = bt.isChecked()
- try:
- self.bt_url_menus.setEnabled(not offline)
- except AttributeError: # not yet initialized
- pass
-
- def url_changed(self, url):
- """Reimplemented to remove file paths from the url string"""
- try:
- url = asstring(url.toString())
- except AttributeError:
- pass
- if url.startswith("file://"):
- fname = html2file(url)
- if osp.samefile(
- self.build_dir, osp.commonprefix([fname, self.build_dir])
- ):
- url = osp.splitext(osp.basename(fname))[0]
- super(UrlHelp, self).url_changed(url)
-
- def header(self, descriptor, sig):
- return "%(name)s\n%(bars)s\n\n.. py:%(type)s:: %(name)s%(sig)s\n" % {
- "name": descriptor.name,
- "bars": "-" * len(descriptor.name),
- "type": descriptor.objtype,
- "sig": sig,
- }
-
- def get_objtype(self, obj):
- """Get the object type of the given object and determine wheter the
- object is considered a class, a module, a function, method or data
-
- Parameters
- ----------
- obj: object
-
- Returns
- -------
- str
- One out of {'class', 'module', 'function', 'method', 'data'}"""
- if inspect.isclass(obj):
- return "class"
- if inspect.ismodule(obj):
- return "module"
- if inspect.isfunction(obj) or isinstance(obj, type(all)):
- return "function"
- if inspect.ismethod(obj) or isinstance(obj, type(str.upper)):
- return "method"
- return "data"
-
- def is_importable(self, modname):
- """Determine whether members of the given module can be documented with
- sphinx by using the :func:`sphinx.util.get_module_source` function
-
- Parameters
- ----------
- modname: str
- The __name__ attribute of the module to import
-
- Returns
- -------
- bool
- True if sphinx can import the module"""
- try:
- ModuleAnalyzer.get_module_source(modname)
- return True
- except Exception:
- return False
-
- def get_doc(self, descriptor):
- """Reimplemented to (potentially) use the features from
- sphinx.ext.autodoc"""
- obj = descriptor.obj
- if inspect.ismodule(obj):
- module = obj
- else:
- module = inspect.getmodule(obj)
- if module is not None and (
- re.match("__.*__", module.__name__)
- or not self.is_importable(module.__name__)
- ):
- module = None
- isclass = inspect.isclass(obj)
- # If the module is available, we try to use autodoc
- if module is not None:
- doc = ".. currentmodule:: " + module.__name__ + "\n\n"
- # a module --> use automodule
- if inspect.ismodule(obj):
- doc += self.header(descriptor, "")
- doc += ".. automodule:: " + obj.__name__
- # an importable class --> use autoclass
- elif isclass and getattr(module, obj.__name__, None) is not None:
- doc += self.header(descriptor, "")
- doc += ".. autoclass:: " + obj.__name__
- # an instance and the class can be imported
- # --> use super get_doc and autoclass for the tyoe
- elif (
- descriptor.objtype == "data"
- and getattr(module, type(obj).__name__, None) is not None
- ):
- doc += "\n\n".join(
- [
- super(UrlHelp, self).get_doc(descriptor),
- "Class docstring\n===============",
- ".. autoclass:: " + type(obj).__name__,
- ]
- )
- # an instance --> use super get_doc for instance and the type
- elif descriptor.objtype == "data":
- cls_doc = super(UrlHelp, self).get_doc(
- self.describe_object(type(obj), type(obj).__name__)
- )
- doc += "\n\n".join(
- [
- super(UrlHelp, self).get_doc(descriptor),
- "Class docstring\n===============",
- cls_doc,
- ]
- )
- # a function or method --> use super get_doc
- else:
- doc += super(UrlHelp, self).get_doc(descriptor)
- # otherwise the object has been defined in this session
- else:
- # an instance --> use super get_doc for instance and the type
- if descriptor.objtype == "data":
- cls_doc = super(UrlHelp, self).get_doc(
- self.describe_object(type(obj), type(obj).__name__)
- )
- doc = "\n\n".join(
- [
- super(UrlHelp, self).get_doc(descriptor),
- "Class docstring\n===============",
- cls_doc,
- ]
- )
- # a function or method --> use super get_doc
- else:
- doc = super(UrlHelp, self).get_doc(descriptor)
- return doc.rstrip() + "\n"
-
- def process_docstring(self, lines, descriptor):
- """Process the lines with the napoleon sphinx extension"""
- lines = list(chain(*(line.splitlines() for line in lines)))
- lines = NumpyDocstring(
- lines,
- what=descriptor.objtype,
- name=descriptor.name,
- obj=descriptor.obj,
- ).lines()
- lines = GoogleDocstring(
- lines,
- what=descriptor.objtype,
- name=descriptor.name,
- obj=descriptor.obj,
- ).lines()
- return indent(
- super(UrlHelp, self).process_docstring(lines, descriptor)
- )
-
- def close(self, *args, **kwargs):
- if kwargs.pop("force", False) or (
- not is_running_tests() and self.sphinx_thread is not None
- ):
- try:
- del self.sphinx_thread.app
- except AttributeError:
- pass
- shutil.rmtree(self.build_dir, ignore_errors=True)
- if self._temp_dir:
- shutil.rmtree(self.sphinx_dir, ignore_errors=True)
- del self.sphinx_thread
- return super(UrlHelp, self).close(*args, **kwargs)
- elif is_running_tests():
- self.bt_url_lock.setChecked(self.bt_url_lock_default)
- self.bt_lock.setChecked(self.bt_lock_default)
- else:
- return super(UrlHelp, self).close(*args, **kwargs)
-
-
-class SphinxThread(QtCore.QThread):
- """A thread to render sphinx documentation in a separate process"""
-
- #: A signal to be emitted when the rendering finished. The url is the
- #: file location
- html_ready = QtCore.pyqtSignal(str)
- html_error = QtCore.pyqtSignal(str)
-
- def __init__(self, outdir, html_text_no_doc=""):
- super(SphinxThread, self).__init__()
- self.doc = None
- self.name = None
- self.html_text_no_doc = html_text_no_doc
- self.outdir = outdir
- self.index_file = osp.join(self.outdir, "psyplot.rst")
- self.confdir = osp.join(get_module_path(__name__), "sphinx_supp")
- shutil.copyfile(
- osp.join(self.confdir, "psyplot.rst"),
- osp.join(self.outdir, "psyplot.rst"),
- )
- self.build_dir = osp.join(self.outdir, "_build", "html")
-
- def render(self, doc, name):
- """Render the given rst string and save the file as ``name + '.rst'``
-
- Parameters
- ----------
- doc: str
- The rst docstring
- name: str
- the name to use for the file"""
- if self.wait():
- self.doc = doc
- self.name = name
- # start rendering in separate process
- if rcParams["help_explorer.render_docs_parallel"]:
- self.start()
- else:
- self.run()
-
- def run(self):
- """Create the html file. When called the first time, it may take a
- while because the :class:`sphinx.application.Sphinx` app is build,
- potentially with intersphinx
-
- When finished, the html_ready signal is emitted"""
- if not hasattr(self, "app"):
- from IPython.core.history import HistoryAccessor
-
- # to avoid history access conflicts between different threads,
- # we disable the ipython history
- HistoryAccessor.enabled.default_value = False
- self.app = Sphinx(
- self.outdir,
- self.confdir,
- self.build_dir,
- osp.join(self.outdir, "_build", "doctrees"),
- "html",
- status=StreamToLogger(logger, logging.DEBUG),
- warning=StreamToLogger(logger, logging.DEBUG),
- )
- if self.name is not None:
- docfile = osp.abspath(osp.join(self.outdir, self.name + ".rst"))
- if docfile == self.index_file:
- self.name += "1"
- docfile = osp.abspath(
- osp.join(self.outdir, self.name + ".rst")
- )
- html_file = osp.abspath(
- osp.join(self.outdir, "_build", "html", self.name + ".html")
- )
- if not osp.exists(docfile):
- with open(self.index_file, "a") as f:
- f.write("\n " + self.name)
- with open(docfile, "w") as f:
- f.write(self.doc)
- else:
- html_file = osp.abspath(
- osp.join(self.outdir, "_build", "html", "psyplot.html")
- )
- try:
- self.app.build(None, [])
- except Exception:
- msg = "Error while building sphinx document %s" % (self.name)
- self.html_error.emit("" + msg + " ")
- logger.debug(msg)
- else:
- self.html_ready.emit(file2html(html_file))
-
-
-class HelpExplorer(QWidget, DockMixin):
- """A widget for showing the documentation. It behaves somewhat similar
- to spyders object inspector plugin and can show restructured text either
- as html (if sphinx is installed) or as plain text. It furthermore has a
- browser to show html content
-
- Warnings
- --------
- The :class:`HelpBrowser` class is known to crash under PyQt4 when new web
- page domains are loaded. Hence you should disable the browsing to different
- remote websites and even disable intersphinx"""
-
- #: The viewer classes used by the help explorer. :class:`HelpExplorer`
- #: instances replace this attribute with the corresponding HelpMixin
- #: instance
- viewers = dict([("HTML help", UrlHelp), ("Plain text", TextHelp)])
-
- if not rcParams["help_explorer.use_webengineview"]:
- del viewers["HTML help"]
-
- def __init__(self, *args, **kwargs):
- super(HelpExplorer, self).__init__(*args, **kwargs)
- self.vbox = vbox = QVBoxLayout()
- self.combo = QComboBox(parent=self)
- vbox.addWidget(self.combo)
- if _viewers:
- self.viewers = _viewers.copy()
- for w in self.viewers.values():
- w.setParent(self)
- else:
- self.viewers = dict(
- [
- (key, cls(parent=self))
- for key, cls in six.iteritems(self.viewers)
- ]
- )
- # save the UrlHelp because QWebEngineView creates child processes
- # that are not properly closed by PyQt and as such use too much
- # memory
- if is_running_tests():
- for key, val in self.viewers.items():
- _viewers[key] = val
- for key, ini in six.iteritems(self.viewers):
- self.combo.addItem(key)
- ini.hide()
- vbox.addWidget(ini)
- self.viewer = next(six.itervalues(self.viewers))
- self.viewer.show()
- self.combo.currentIndexChanged[str].connect(self.set_viewer)
- self.setLayout(vbox)
-
- def set_viewer(self, name):
- """Sets the current documentation viewer
-
- Parameters
- ----------
- name: str or object
- A string must be one of the :attr:`viewers` attribute. An object
- can be one of the values in the :attr:`viewers` attribute"""
- if isstring(name) and asstring(name) not in self.viewers:
- raise ValueError("Don't have a viewer named %s" % (name,))
- elif not isstring(name):
- viewer = name
- else:
- name = asstring(name)
- viewer = self.viewers[name]
- self.viewer.hide()
- self.viewer = viewer
- self.viewer.show()
- if isstring(name) and not self.combo.currentText() == name:
- self.combo.setCurrentIndex(list(self.viewers).index(name))
-
- @docstrings.dedent
- def show_help(self, obj, oname="", files=None):
- """
- Show the documentaion of the given object
-
- We first try to use the current viewer based upon it's
- :attr:`HelpMixin.can_document_object` attribute. If this does not work,
- we check the other viewers
-
- Parameters
- ----------
- %(HelpMixin.show_help.parameters)s"""
- oname = asstring(oname)
- ret = None
- if self.viewer.can_document_object:
- try:
- ret = self.viewer.show_help(obj, oname=oname, files=files)
- except Exception:
- logger.debug(
- "Could not document %s with %s viewer!",
- oname,
- self.combo.currentText(),
- exc_info=True,
- )
- else:
- curr_i = self.combo.currentIndex()
- for i, (viewername, viewer) in enumerate(
- six.iteritems(self.viewers)
- ):
- if i != curr_i and viewer.can_document_object:
- self.set_viewer(viewername)
- self.combo.blockSignals(True)
- self.combo.setCurrentIndex(i)
- self.combo.blockSignals(False)
- try:
- ret = viewer.show_help(obj, oname=oname, files=files)
- except Exception:
- logger.debug(
- "Could not document %s with %s viewer!",
- oname,
- viewername,
- exc_info=True,
- )
- if ret:
- self.parent().raise_()
- return ret
-
- @docstrings.dedent
- def show_rst(self, text, oname="", files=None):
- """
- Show restructured text
-
- We first try to use the current viewer based upon it's
- :attr:`HelpMixin.can_show_rst` attribute. If this does not work,
- we check the other viewers
-
- Parameters
- ----------
- %(HelpMixin.show_rst.parameters)s"""
- ret = None
- if self.viewer.can_show_rst:
- ret = self.viewer.show_rst(text, oname=oname, files=files)
- else:
- for viewer in six.itervalues(self.viewers):
- if viewer.can_show_rst:
- self.set_viewer(viewer)
- ret = viewer.show_rst(text, oname=oname, files=files)
- break
- if ret:
- self.parent().raise_()
- return ret
-
- @docstrings.dedent
- def show_intro(self, text=""):
- """
- Show an intro text
-
- We first try to use the current viewer based upon it's
- :attr:`HelpMixin.can_show_rst` attribute. If this does not work,
- we check the other viewers
-
- Parameters
- ----------
- %(HelpMixin.show_intro.parameters)s"""
- found = False
- for i, viewer in enumerate(six.itervalues(self.viewers)):
- viewer.show_intro(text)
- if not found and viewer.can_show_rst:
- if i:
- self.set_viewer(viewer)
- found = True
-
- def close(self, *args, **kwargs):
- try:
- self.viewers["HTML help"].close(*args, **kwargs)
- except (KeyError, AttributeError):
- pass
- return super(HelpExplorer, self).close(*args, **kwargs)
diff --git a/psyplot_gui/icons/console-go.png b/psyplot_gui/icons/console-go.png
deleted file mode 100644
index b63bf8e..0000000
Binary files a/psyplot_gui/icons/console-go.png and /dev/null differ
diff --git a/psyplot_gui/icons/console-go.png.license b/psyplot_gui/icons/console-go.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/console-go.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/console-go.svg b/psyplot_gui/icons/console-go.svg
deleted file mode 100644
index 50f6e60..0000000
--- a/psyplot_gui/icons/console-go.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/console-go.svg.license b/psyplot_gui/icons/console-go.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/console-go.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/copy.png b/psyplot_gui/icons/copy.png
deleted file mode 100644
index 78ba5fd..0000000
Binary files a/psyplot_gui/icons/copy.png and /dev/null differ
diff --git a/psyplot_gui/icons/copy.png.license b/psyplot_gui/icons/copy.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/copy.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/copy.svg b/psyplot_gui/icons/copy.svg
deleted file mode 100644
index 2d21436..0000000
--- a/psyplot_gui/icons/copy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/copy.svg.license b/psyplot_gui/icons/copy.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/copy.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/docu_button.png b/psyplot_gui/icons/docu_button.png
deleted file mode 100644
index 1986e4a..0000000
Binary files a/psyplot_gui/icons/docu_button.png and /dev/null differ
diff --git a/psyplot_gui/icons/docu_button.png.license b/psyplot_gui/icons/docu_button.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/docu_button.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/docu_button.svg b/psyplot_gui/icons/docu_button.svg
deleted file mode 100644
index 5867e10..0000000
--- a/psyplot_gui/icons/docu_button.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/docu_button.svg.license b/psyplot_gui/icons/docu_button.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/docu_button.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/info.png b/psyplot_gui/icons/info.png
deleted file mode 100644
index 3ddc946..0000000
Binary files a/psyplot_gui/icons/info.png and /dev/null differ
diff --git a/psyplot_gui/icons/info.png.license b/psyplot_gui/icons/info.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/info.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/info.svg b/psyplot_gui/icons/info.svg
deleted file mode 100644
index 94f36ee..0000000
--- a/psyplot_gui/icons/info.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/info.svg.license b/psyplot_gui/icons/info.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/info.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/invalid.png b/psyplot_gui/icons/invalid.png
deleted file mode 100644
index aa461fc..0000000
Binary files a/psyplot_gui/icons/invalid.png and /dev/null differ
diff --git a/psyplot_gui/icons/invalid.png.license b/psyplot_gui/icons/invalid.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/invalid.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/invalid.svg b/psyplot_gui/icons/invalid.svg
deleted file mode 100644
index 9ce28ec..0000000
--- a/psyplot_gui/icons/invalid.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/invalid.svg.license b/psyplot_gui/icons/invalid.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/invalid.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/ipython_console.png b/psyplot_gui/icons/ipython_console.png
deleted file mode 100644
index 1aca205..0000000
Binary files a/psyplot_gui/icons/ipython_console.png and /dev/null differ
diff --git a/psyplot_gui/icons/ipython_console.png.license b/psyplot_gui/icons/ipython_console.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/psyplot_gui/icons/ipython_console.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/ipython_console_t.png b/psyplot_gui/icons/ipython_console_t.png
deleted file mode 100644
index cf88e6d..0000000
Binary files a/psyplot_gui/icons/ipython_console_t.png and /dev/null differ
diff --git a/psyplot_gui/icons/ipython_console_t.png.license b/psyplot_gui/icons/ipython_console_t.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/psyplot_gui/icons/ipython_console_t.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/lock.png b/psyplot_gui/icons/lock.png
deleted file mode 100644
index 73f3439..0000000
Binary files a/psyplot_gui/icons/lock.png and /dev/null differ
diff --git a/psyplot_gui/icons/lock.png.license b/psyplot_gui/icons/lock.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/lock.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/lock.svg b/psyplot_gui/icons/lock.svg
deleted file mode 100644
index 4cc7733..0000000
--- a/psyplot_gui/icons/lock.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/lock.svg.license b/psyplot_gui/icons/lock.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/lock.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/lock_open.png b/psyplot_gui/icons/lock_open.png
deleted file mode 100644
index 4de317a..0000000
Binary files a/psyplot_gui/icons/lock_open.png and /dev/null differ
diff --git a/psyplot_gui/icons/lock_open.png.license b/psyplot_gui/icons/lock_open.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/lock_open.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/lock_open.svg b/psyplot_gui/icons/lock_open.svg
deleted file mode 100644
index b569c33..0000000
--- a/psyplot_gui/icons/lock_open.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/lock_open.svg.license b/psyplot_gui/icons/lock_open.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/lock_open.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/logo.png b/psyplot_gui/icons/logo.png
deleted file mode 100644
index 28e5198..0000000
Binary files a/psyplot_gui/icons/logo.png and /dev/null differ
diff --git a/psyplot_gui/icons/logo.png.license b/psyplot_gui/icons/logo.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/psyplot_gui/icons/logo.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/logo.svg b/psyplot_gui/icons/logo.svg
deleted file mode 100644
index fc31359..0000000
--- a/psyplot_gui/icons/logo.svg
+++ /dev/null
@@ -1,5722 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/psyplot_gui/icons/logo.svg.license b/psyplot_gui/icons/logo.svg.license
deleted file mode 100644
index b21fae9..0000000
--- a/psyplot_gui/icons/logo.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/minus.png b/psyplot_gui/icons/minus.png
deleted file mode 100644
index 79f7b7c..0000000
Binary files a/psyplot_gui/icons/minus.png and /dev/null differ
diff --git a/psyplot_gui/icons/minus.png.license b/psyplot_gui/icons/minus.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/minus.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/minus.svg b/psyplot_gui/icons/minus.svg
deleted file mode 100644
index 0d44471..0000000
--- a/psyplot_gui/icons/minus.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/minus.svg.license b/psyplot_gui/icons/minus.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/minus.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/minusminus.png b/psyplot_gui/icons/minusminus.png
deleted file mode 100644
index 0196951..0000000
Binary files a/psyplot_gui/icons/minusminus.png and /dev/null differ
diff --git a/psyplot_gui/icons/minusminus.png.license b/psyplot_gui/icons/minusminus.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/minusminus.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/minusminus.svg b/psyplot_gui/icons/minusminus.svg
deleted file mode 100644
index cfaa12b..0000000
--- a/psyplot_gui/icons/minusminus.svg
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/psyplot_gui/icons/minusminus.svg.license b/psyplot_gui/icons/minusminus.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/minusminus.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/next.png b/psyplot_gui/icons/next.png
deleted file mode 100644
index e7ce7d2..0000000
Binary files a/psyplot_gui/icons/next.png and /dev/null differ
diff --git a/psyplot_gui/icons/next.png.license b/psyplot_gui/icons/next.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/next.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/next.svg b/psyplot_gui/icons/next.svg
deleted file mode 100644
index 245a685..0000000
--- a/psyplot_gui/icons/next.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/next.svg.license b/psyplot_gui/icons/next.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/next.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/plus.png b/psyplot_gui/icons/plus.png
deleted file mode 100644
index 71681af..0000000
Binary files a/psyplot_gui/icons/plus.png and /dev/null differ
diff --git a/psyplot_gui/icons/plus.png.license b/psyplot_gui/icons/plus.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/plus.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/plus.svg b/psyplot_gui/icons/plus.svg
deleted file mode 100644
index d662a26..0000000
--- a/psyplot_gui/icons/plus.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/psyplot_gui/icons/plus.svg.license b/psyplot_gui/icons/plus.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/plus.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/plusplus.png b/psyplot_gui/icons/plusplus.png
deleted file mode 100644
index bea2203..0000000
Binary files a/psyplot_gui/icons/plusplus.png and /dev/null differ
diff --git a/psyplot_gui/icons/plusplus.png.license b/psyplot_gui/icons/plusplus.png.license
deleted file mode 100644
index b21fae9..0000000
--- a/psyplot_gui/icons/plusplus.png.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/previous.png b/psyplot_gui/icons/previous.png
deleted file mode 100644
index 42a7aa8..0000000
Binary files a/psyplot_gui/icons/previous.png and /dev/null differ
diff --git a/psyplot_gui/icons/previous.png.license b/psyplot_gui/icons/previous.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/previous.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/previous.svg b/psyplot_gui/icons/previous.svg
deleted file mode 100644
index 763ce7e..0000000
--- a/psyplot_gui/icons/previous.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/previous.svg.license b/psyplot_gui/icons/previous.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/previous.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/rcParams.png b/psyplot_gui/icons/rcParams.png
deleted file mode 100644
index e0beeab..0000000
Binary files a/psyplot_gui/icons/rcParams.png and /dev/null differ
diff --git a/psyplot_gui/icons/rcParams.png.license b/psyplot_gui/icons/rcParams.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/rcParams.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/rcParams.svg b/psyplot_gui/icons/rcParams.svg
deleted file mode 100644
index a866019..0000000
--- a/psyplot_gui/icons/rcParams.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/rcParams.svg.license b/psyplot_gui/icons/rcParams.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/rcParams.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/refresh.png b/psyplot_gui/icons/refresh.png
deleted file mode 100644
index 0cdcc5b..0000000
Binary files a/psyplot_gui/icons/refresh.png and /dev/null differ
diff --git a/psyplot_gui/icons/refresh.png.license b/psyplot_gui/icons/refresh.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/refresh.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/refresh.svg b/psyplot_gui/icons/refresh.svg
deleted file mode 100644
index 5cb67f7..0000000
--- a/psyplot_gui/icons/refresh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/refresh.svg.license b/psyplot_gui/icons/refresh.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/refresh.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/run_arrow.png b/psyplot_gui/icons/run_arrow.png
deleted file mode 100644
index 5c44c29..0000000
Binary files a/psyplot_gui/icons/run_arrow.png and /dev/null differ
diff --git a/psyplot_gui/icons/run_arrow.png.license b/psyplot_gui/icons/run_arrow.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/run_arrow.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/run_arrow.svg b/psyplot_gui/icons/run_arrow.svg
deleted file mode 100644
index 44bf839..0000000
--- a/psyplot_gui/icons/run_arrow.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/run_arrow.svg.license b/psyplot_gui/icons/run_arrow.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/run_arrow.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/valid.png b/psyplot_gui/icons/valid.png
deleted file mode 100644
index b661054..0000000
Binary files a/psyplot_gui/icons/valid.png and /dev/null differ
diff --git a/psyplot_gui/icons/valid.png.license b/psyplot_gui/icons/valid.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/valid.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/valid.svg b/psyplot_gui/icons/valid.svg
deleted file mode 100644
index 2d78b95..0000000
--- a/psyplot_gui/icons/valid.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/valid.svg.license b/psyplot_gui/icons/valid.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/valid.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/warning.png b/psyplot_gui/icons/warning.png
deleted file mode 100644
index 41dcd85..0000000
Binary files a/psyplot_gui/icons/warning.png and /dev/null differ
diff --git a/psyplot_gui/icons/warning.png.license b/psyplot_gui/icons/warning.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/warning.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/warning.svg b/psyplot_gui/icons/warning.svg
deleted file mode 100644
index 433c3ed..0000000
--- a/psyplot_gui/icons/warning.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/warning.svg.license b/psyplot_gui/icons/warning.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/warning.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/world.png b/psyplot_gui/icons/world.png
deleted file mode 100644
index 86838e1..0000000
Binary files a/psyplot_gui/icons/world.png and /dev/null differ
diff --git a/psyplot_gui/icons/world.png.license b/psyplot_gui/icons/world.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/world.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/world.svg b/psyplot_gui/icons/world.svg
deleted file mode 100644
index 1502b79..0000000
--- a/psyplot_gui/icons/world.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/psyplot_gui/icons/world.svg.license b/psyplot_gui/icons/world.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/world.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/world_red.png b/psyplot_gui/icons/world_red.png
deleted file mode 100644
index 9971a65..0000000
Binary files a/psyplot_gui/icons/world_red.png and /dev/null differ
diff --git a/psyplot_gui/icons/world_red.png.license b/psyplot_gui/icons/world_red.png.license
deleted file mode 100644
index eaac5c9..0000000
--- a/psyplot_gui/icons/world_red.png.license
+++ /dev/null
@@ -1,4 +0,0 @@
-SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum hereon GmbH
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/icons/world_red.svg.license b/psyplot_gui/icons/world_red.svg.license
deleted file mode 100644
index 23f2891..0000000
--- a/psyplot_gui/icons/world_red.svg.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2024 Fonticons, Inc. (https://fontawesome.com)
-
-SPDX-License-Identifier: CC-BY-4.0
diff --git a/psyplot_gui/main.py b/psyplot_gui/main.py
deleted file mode 100644
index 4700231..0000000
--- a/psyplot_gui/main.py
+++ /dev/null
@@ -1,1261 +0,0 @@
-"""Core module for the psyplot graphical user interface
-
-This module redefines the :class:`psyplot.project.Project` class with
-additional features for an interactive usage with graphical qt user interface.
-There is no need to import this module because the
-:class:`GuiProject` class defined here replaces the project class in the
-:mod:`psyplot.project` module."""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import errno
-import logging
-import os
-import pickle
-import socket
-import sys
-from collections import OrderedDict, defaultdict
-from functools import partial
-from threading import Thread
-
-import matplotlib as mpl
-import psyplot
-import psyplot.data as psyd
-import psyplot.plotter as psyp
-import psyplot.project as psy
-import six
-import xarray as xr
-from psyplot.config.rcsetup import get_configdir
-from psyplot.docstring import docstrings
-from psyplot.utils import get_default_value
-
-import psyplot_gui
-from psyplot_gui import rcParams
-from psyplot_gui.common import PyErrorMessage, StreamToLogger, get_icon
-from psyplot_gui.compat.qtcompat import (
- QAction,
- QActionGroup,
- QApplication,
- QDesktopWidget,
- QFileDialog,
- QIcon,
- QInputDialog,
- QKeySequence,
- QLabel,
- QMainWindow,
- QMenu,
- QMessageBox,
- Qt,
- QtCore,
- with_qt5,
-)
-from psyplot_gui.console import ConsoleWidget
-from psyplot_gui.content_widget import (
- DatasetTree,
- FiguresTree,
- ProjectContentWidget,
-)
-from psyplot_gui.dataframeeditor import DataFrameEditor
-from psyplot_gui.dependencies import DependenciesDialog
-from psyplot_gui.fmt_widget import FormatoptionWidget
-from psyplot_gui.help_explorer import HelpExplorer
-from psyplot_gui.plot_creator import PlotCreator
-from psyplot_gui.preferences import (
- GuiRcParamsWidget,
- Prefences,
- PsyRcParamsWidget,
-)
-
-# change backend here before the project module is imported
-backend = rcParams["backend"]
-if backend is not None:
- if backend == "psyplot":
- backend = "module://psyplot_gui.backend"
- mpl.use(backend)
-
-
-#: The :class:`PyQt5.QtWidgets.QMainWindow` of the graphical user interface
-mainwindow = None
-
-
-def _set_mainwindow(obj):
- global mainwindow
- mainwindow = obj
-
-
-class MainWindow(QMainWindow):
- #: A signal that is emmitted when the a signal is received through the
- #: open_files_server
- open_external = QtCore.pyqtSignal(list)
-
- #: The server to open external files
- open_files_server = None
-
- #: Inprocess console
- console = None
-
- #: tree widget displaying the open datasets
- ds_tree = None
-
- #: list of figures from the psyplot backend
- figures = []
-
- #: tree widget displaying the open figures
- figures_tree = None
-
- #: general formatoptions widget
- fmt_widget = None
-
- #: help explorer
- help_explorer = None
-
- #: the DataFrameEditor widgets, a widget to show and edit data frames
- dataframeeditors = None
-
- #: tab widget displaying the arrays in current main and sub project
- project_content = None
-
- #: The dockwidgets of this instance
- dockwidgets = []
-
- #: default widths of the dock widgets
- default_widths = {}
-
- _is_open = False
-
- #: The keyboard shortcuts of the default layout
- default_shortcuts = []
-
- #: The current keyboard shortcuts
- current_shortcuts = []
-
- #: The key for the central widget for the main window in the
- #: :attr:`plugins` dictionary
- central_widget_key = "console"
-
- @property
- def logger(self):
- """The logger of this instance"""
- return logging.getLogger(
- "%s.%s" % (self.__class__.__module__, self.__class__.__name__)
- )
-
- @docstrings.get_sections(base="MainWindow")
- @docstrings.dedent
- def __init__(self, show=True):
- """
- Parameters
- ----------
- show: bool
- If True, the created mainwindow is show
- """
- if sys.stdout is None:
- sys.stdout = StreamToLogger(self.logger)
- if sys.stderr is None:
- sys.stderr = StreamToLogger(self.logger)
- super(MainWindow, self).__init__()
- self.setWindowIcon(QIcon(get_icon("logo.png")))
-
- #: list of figures from the psyplot backend
- self.figures = []
- self.error_msg = PyErrorMessage(self)
- self.setDockOptions(
- QMainWindow.AnimatedDocks
- | QMainWindow.AllowNestedDocks
- | QMainWindow.AllowTabbedDocks
- )
- #: Inprocess console
- self.console = ConsoleWidget(self)
- self.project_actions = {}
-
- self.config_pages = []
-
- self.open_file_options = OrderedDict(
- [
- ("new psyplot plot from dataset", self.open_external_files),
- ("new psyplot project", partial(self.open_external_files, [])),
- ]
- )
-
- # ---------------------------------------------------------------------
- # ----------------------------- Menus ---------------------------------
- # ---------------------------------------------------------------------
-
- # ######################## File menu ##################################
-
- # --------------------------- New plot --------------------------------
-
- self.file_menu = QMenu("File", parent=self)
- self.new_plot_action = QAction("New plot", self)
- self.new_plot_action.setStatusTip(
- "Use an existing dataset (or open a new one) to create one or "
- "more plots"
- )
- self.register_shortcut(self.new_plot_action, QKeySequence.New)
- self.new_plot_action.triggered.connect(lambda: self.new_plots(True))
- self.file_menu.addAction(self.new_plot_action)
-
- # --------------------------- Open project ----------------------------
-
- self.open_project_menu = QMenu("Open project", self)
- self.file_menu.addMenu(self.open_project_menu)
-
- self.open_mp_action = QAction("New main project", self)
- self.register_shortcut(self.open_mp_action, QKeySequence.Open)
- self.open_mp_action.setStatusTip("Open a new main project")
- self.open_mp_action.triggered.connect(self.open_mp)
- self.open_project_menu.addAction(self.open_mp_action)
-
- self.open_sp_action = QAction("Add to current", self)
-
- self.register_shortcut(
- self.open_sp_action,
- QKeySequence("Ctrl+Shift+O", QKeySequence.NativeText),
- )
- self.open_sp_action.setStatusTip(
- "Load a project as a sub project and add it to the current main "
- "project"
- )
- self.open_sp_action.triggered.connect(self.open_sp)
- self.open_project_menu.addAction(self.open_sp_action)
-
- # ---------------------- load preset menu -----------------------------
-
- self.load_preset_menu = QMenu("Load preset", parent=self)
- self.file_menu.addMenu(self.load_preset_menu)
-
- self.load_sp_preset_action = self.load_preset_menu.addAction(
- "For selection", self.load_sp_preset
- )
- self.load_sp_preset_action.setStatusTip(
- "Load a preset for the selected project"
- )
-
- self.load_mp_preset_action = self.load_preset_menu.addAction(
- "For full project", self.load_mp_preset
- )
- self.load_sp_preset_action.setStatusTip(
- "Load a preset for the full project"
- )
-
- # ----------------------- Save project --------------------------------
-
- self.save_project_menu = QMenu("Save", parent=self)
- self.file_menu.addMenu(self.save_project_menu)
-
- self.save_mp_action = QAction("Full psyplot project", self)
- self.save_mp_action.setStatusTip(
- "Save the entire project into a pickle file"
- )
- self.register_shortcut(self.save_mp_action, QKeySequence.Save)
- self.save_mp_action.triggered.connect(self.save_mp)
- self.save_project_menu.addAction(self.save_mp_action)
-
- self.save_sp_action = QAction("Selected psyplot project", self)
- self.save_sp_action.setStatusTip(
- "Save the selected sub project into a pickle file"
- )
- self.save_sp_action.triggered.connect(self.save_sp)
- self.save_project_menu.addAction(self.save_sp_action)
-
- # ------------------------ Save project as ----------------------------
-
- self.save_project_as_menu = QMenu("Save as", parent=self)
- self.file_menu.addMenu(self.save_project_as_menu)
-
- self.save_mp_as_action = QAction("Full psyplot project", self)
- self.save_mp_as_action.setStatusTip(
- "Save the entire project into a pickle file"
- )
- self.register_shortcut(self.save_mp_as_action, QKeySequence.SaveAs)
- self.save_mp_as_action.triggered.connect(
- partial(self.save_mp, new_fname=True)
- )
- self.save_project_as_menu.addAction(self.save_mp_as_action)
-
- self.save_sp_as_action = QAction("Selected psyplot project", self)
- self.save_sp_as_action.setStatusTip(
- "Save the selected sub project into a pickle file"
- )
- self.save_sp_as_action.triggered.connect(
- partial(self.save_sp, new_fname=True)
- )
- self.save_project_as_menu.addAction(self.save_sp_as_action)
-
- # ------------------------ Save preset --------------------------------
-
- self.save_preset_menu = QMenu("Save preset", parent=self)
- self.file_menu.addMenu(self.save_preset_menu)
-
- self.save_sp_preset_action = self.save_preset_menu.addAction(
- "Selection", self.save_sp_preset
- )
- self.save_sp_preset_action.setStatusTip(
- "Save the formatoptions of the selected project as a preset"
- )
-
- self.save_mp_preset_action = self.save_preset_menu.addAction(
- "Full project", self.save_mp_preset
- )
- self.save_sp_preset_action.setStatusTip(
- "Save the formatoptions of the full project as a preset"
- )
-
- # -------------------------- Pack project -----------------------------
-
- self.pack_project_menu = QMenu("Zip project files", parent=self)
- self.file_menu.addMenu(self.pack_project_menu)
-
- self.pack_mp_action = QAction("Full psyplot project", self)
- self.pack_mp_action.setStatusTip(
- "Pack all the data of the main project into one folder"
- )
- self.pack_mp_action.triggered.connect(partial(self.save_mp, pack=True))
- self.pack_project_menu.addAction(self.pack_mp_action)
-
- self.pack_sp_action = QAction("Selected psyplot project", self)
- self.pack_sp_action.setStatusTip(
- "Pack all the data of the current sub project into one folder"
- )
- self.pack_sp_action.triggered.connect(partial(self.save_sp, pack=True))
- self.pack_project_menu.addAction(self.pack_sp_action)
-
- # ------------------------ Export figures -----------------------------
-
- self.export_project_menu = QMenu("Export figures", parent=self)
- self.file_menu.addMenu(self.export_project_menu)
-
- self.export_mp_action = QAction("Full psyplot project", self)
- self.export_mp_action.setStatusTip(
- "Pack all the data of the main project into one folder"
- )
- self.export_mp_action.triggered.connect(self.export_mp)
- self.register_shortcut(
- self.export_mp_action,
- QKeySequence("Ctrl+E", QKeySequence.NativeText),
- )
- self.export_project_menu.addAction(self.export_mp_action)
-
- self.export_sp_action = QAction("Selected psyplot project", self)
- self.export_sp_action.setStatusTip(
- "Pack all the data of the current sub project into one folder"
- )
- self.register_shortcut(
- self.export_sp_action,
- QKeySequence("Ctrl+Shift+E", QKeySequence.NativeText),
- )
- self.export_sp_action.triggered.connect(self.export_sp)
- self.export_project_menu.addAction(self.export_sp_action)
-
- # ------------------------ Close project ------------------------------
-
- self.file_menu.addSeparator()
-
- self.close_project_menu = QMenu("Close project", parent=self)
- self.file_menu.addMenu(self.close_project_menu)
-
- self.close_mp_action = QAction("Full psyplot project", self)
- self.register_shortcut(
- self.close_mp_action,
- QKeySequence("Ctrl+Shift+W", QKeySequence.NativeText),
- )
- self.close_mp_action.setStatusTip(
- "Close the main project and delete all data and plots out of "
- "memory"
- )
- self.close_mp_action.triggered.connect(
- lambda: psy.close(psy.gcp(True).num)
- )
- self.close_project_menu.addAction(self.close_mp_action)
-
- self.close_sp_action = QAction("Selected psyplot project", self)
- self.close_sp_action.setStatusTip(
- "Close the selected arrays project and delete all data and plots "
- "out of memory"
- )
- self.register_shortcut(self.close_sp_action, QKeySequence.Close)
- self.close_sp_action.triggered.connect(
- lambda: psy.gcp().close(True, True)
- )
- self.close_project_menu.addAction(self.close_sp_action)
-
- # ----------------------------- Quit ----------------------------------
-
- if sys.platform != "darwin": # mac os makes this anyway
- self.quit_action = QAction("Quit", self)
- self.quit_action.triggered.connect(self.close)
- self.quit_action.triggered.connect(
- QtCore.QCoreApplication.instance().quit
- )
- self.register_shortcut(self.quit_action, QKeySequence.Quit)
- self.file_menu.addAction(self.quit_action)
-
- self.menuBar().addMenu(self.file_menu)
-
- # ######################## Console menu ###############################
-
- self.console_menu = QMenu("Console", self)
- self.console_menu.addActions(self.console.actions())
- self.menuBar().addMenu(self.console_menu)
-
- # ######################## Windows menu ###############################
-
- self.windows_menu = QMenu("Windows", self)
- self.menuBar().addMenu(self.windows_menu)
-
- # ############################ Help menu ##############################
-
- self.help_menu = QMenu("Help", parent=self)
- self.menuBar().addMenu(self.help_menu)
-
- # -------------------------- Preferences ------------------------------
-
- self.help_action = QAction("Preferences", self)
- self.help_action.triggered.connect(lambda: self.edit_preferences(True))
- self.register_shortcut(self.help_action, QKeySequence.Preferences)
- self.help_menu.addAction(self.help_action)
-
- # ---------------------------- About ----------------------------------
-
- self.about_action = QAction("About", self)
- self.about_action.triggered.connect(self.about)
- self.help_menu.addAction(self.about_action)
-
- # ---------------------------- Dependencies ---------------------------
-
- self.dependencies_action = QAction("Dependencies", self)
- self.dependencies_action.triggered.connect(
- lambda: self.show_dependencies(True)
- )
- self.help_menu.addAction(self.dependencies_action)
-
- self.dockwidgets = []
-
- # ---------------------------------------------------------------------
- # -------------------------- Dock windows -----------------------------
- # ---------------------------------------------------------------------
- #: tab widget displaying the arrays in current main and sub project
- #: tree widget displaying the open datasets
- self.project_content = ProjectContentWidget(parent=self)
- self.ds_tree = DatasetTree(parent=self)
- #: tree widget displaying the open figures
- self.figures_tree = FiguresTree(parent=self)
- #: help explorer
- self.help_explorer = help_explorer = HelpExplorer(parent=self)
- if (
- "HTML help" in help_explorer.viewers
- and help_explorer.viewers["HTML help"].sphinx_thread is not None
- ):
- help_explorer.viewers[
- "HTML help"
- ].sphinx_thread.html_ready.connect(self.focus_on_console)
- #: the DataFrameEditor widgets
- self.dataframeeditors = []
- #: general formatoptions widget
- self.fmt_widget = FormatoptionWidget(
- parent=self, help_explorer=help_explorer, console=self.console
- )
-
- # load plugin widgets
- self.plugins = plugins = OrderedDict(
- [
- ("console", self.console),
- ("project_content", self.project_content),
- ("ds_tree", self.ds_tree),
- ("figures_tree", self.figures_tree),
- ("help_explorer", self.help_explorer),
- ("fmt_widget", self.fmt_widget),
- ]
- )
- self.default_plugins = list(plugins)
- for plugin_name, w_class in six.iteritems(rcParams.load_plugins()):
- plugins[plugin_name] = w_class(parent=self)
-
- self.add_mp_to_menu()
- psy.Project.oncpchange.connect(self.eventually_add_mp_to_menu)
- self.windows_menu.addSeparator()
-
- self.window_layouts_menu = QMenu("Window layouts", self)
- self.restore_layout_action = QAction("Restore default layout", self)
- self.restore_layout_action.triggered.connect(self.setup_default_layout)
- self.window_layouts_menu.addAction(self.restore_layout_action)
- self.windows_menu.addMenu(self.window_layouts_menu)
-
- self.panes_menu = QMenu("Panes", self)
- self.windows_menu.addMenu(self.panes_menu)
-
- self.dataframe_menu = QMenu("DataFrame editors", self)
- self.dataframe_menu.addAction(
- "New Editor",
- partial(self.new_data_frame_editor, None, "DataFrame Editor"),
- )
- self.dataframe_menu.addSeparator()
- self.windows_menu.addMenu(self.dataframe_menu)
-
- self.central_widgets_menu = menu = QMenu("Central widget", self)
- self.windows_menu.addMenu(menu)
- self.central_widgets_actions = group = QActionGroup(self)
- group.setExclusive(True)
-
- # ---------------------------------------------------------------------
- # -------------------------- connections ------------------------------
- # ---------------------------------------------------------------------
-
- self.console.help_explorer = help_explorer
- psyp.default_print_func = partial(
- help_explorer.show_rst, oname="formatoption_docs"
- )
- psy.PlotterInterface._print_func = psyp.default_print_func
- self.setCentralWidget(self.console)
-
- # make sure that the plots are shown between the project content and
- # the help explorer widget
- self.setCorner(Qt.TopLeftCorner, Qt.LeftDockWidgetArea)
- self.setCorner(Qt.TopRightCorner, Qt.RightDockWidgetArea)
-
- # make sure that the formatoption widgets are shown between the
- # project content and the help explorer widget
- self.setCorner(Qt.BottomLeftCorner, Qt.LeftDockWidgetArea)
- self.setCorner(Qt.BottomRightCorner, Qt.RightDockWidgetArea)
-
- # ---------------------------------------------------------------------
- # ------------------------------ closure ------------------------------
- # ---------------------------------------------------------------------
- if show:
- self.help_explorer.show_intro(self.console.intro_msg)
-
- # ---------------------------------------------------------------------
- # ------------------------- open_files_server -------------------------
- # ---------------------------------------------------------------------
- self.callbacks = {
- "new_plot": self.open_external.emit,
- "change_cwd": self._change_cwd,
- "run_script": self.console.run_script.emit,
- "command": self.console.run_command.emit,
- }
-
- # Server to open external files on a single instance
- self.open_files_server = socket.socket(
- socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_TCP
- )
-
- if rcParams["main.listen_to_port"]:
- self._file_thread = Thread(target=self.start_open_files_server)
- self._file_thread.setDaemon(True)
- self._file_thread.start()
-
- self.open_external.connect(self._open_external_files)
-
- self.config_pages.extend([GuiRcParamsWidget, PsyRcParamsWidget])
-
- # display the statusBar
- statusbar = self.statusBar()
- self.figures_label = QLabel()
- statusbar.addWidget(self.figures_label)
- self.plugin_label = QLabel()
- statusbar.addWidget(self.plugin_label)
-
- self.default_widths = {}
-
- self.setup_default_layout()
-
- if show:
- self.showMaximized()
-
- # save the default widths after they have been shown
- for w in self.plugins.values():
- if w.dock is not None:
- self.default_widths[w] = w.dock.size().width()
-
- # hide plugin widgets that should be hidden at startup. Although this
- # has been executed by :meth:`setup_default_layout`, we have to execute
- # it again after the call of showMaximized
- for name, w in self.plugins.items():
- if name != self.central_widget_key:
- w.to_dock(self)
- if w.hidden:
- w.hide_plugin()
- else:
- w.create_central_widget_action(self).setChecked(True)
-
- self._is_open = True
-
- def focus_on_console(self, *args, **kwargs):
- """Put focus on the ipython console"""
- self.console._control.setFocus()
-
- def new_data_frame_editor(self, df=None, title="DataFrame Editor"):
- """Open a new dataframe editor
-
- Parameters
- ----------
- df: pandas.DataFrame
- The dataframe to display
- title: str
- The title of the dock window
-
- Returns
- -------
- psyplot_gui.dataframeeditor.DataFrameEditor
- The newly created editor"""
- editor = DataFrameEditor()
- self.dataframeeditors.append(editor)
- editor.to_dock(self, title, Qt.RightDockWidgetArea, docktype="df")
- if df is not None:
- editor.set_df(df)
- editor.show_plugin()
- editor.maybe_tabify()
- editor.raise_()
- return editor
-
- def setup_default_layout(self):
- """Set up the default window layout"""
- self.project_content.to_dock(
- self, "Plot objects", Qt.LeftDockWidgetArea
- )
- self.ds_tree.to_dock(self, "Datasets", Qt.LeftDockWidgetArea)
- self.figures_tree.to_dock(self, "Figures", Qt.LeftDockWidgetArea)
- self.help_explorer.to_dock(
- self, "Help explorer", Qt.RightDockWidgetArea
- )
- self.fmt_widget.to_dock(self, "Formatoptions", Qt.BottomDockWidgetArea)
-
- modify_widths = bool(self.default_widths)
- for w in map(self.plugins.__getitem__, self.default_plugins):
- if w.dock is not None:
- w.show_plugin()
-
- if modify_widths and with_qt5:
- self.resizeDocks(
- [w.dock], [self.default_widths[w]], Qt.Horizontal
- )
-
- # hide plugin widgets that should be hidden at startup
- for name, w in self.plugins.items():
- if name != self.central_widget_key:
- w.to_dock(self)
- if w.hidden:
- w.hide_plugin()
-
- action2shortcut = defaultdict(list)
- for s, a in self.default_shortcuts:
- action2shortcut[a].append(s)
-
- for a, s in action2shortcut.items():
- self.register_shortcut(a, s)
-
- def set_central_widget(self, name):
- """Set the central widget
-
- Parameters
- ----------
- name: str or QWidget
- The key or the plugin widget in the :attr:`plugins` dictionary"""
- from PyQt5.QtCore import QTimer
-
- self.setUpdatesEnabled(False)
- current = self.centralWidget()
- if isinstance(name, six.string_types):
- new = self.plugins[name]
- else:
- new = name
- name = next(key for key, val in self.plugins.items() if val is new)
- if new is not current:
- self._dock_widths = dock_widths = OrderedDict()
- self._dock_heights = dock_heights = OrderedDict()
- for key, w in self.plugins.items():
- if w.dock is not None and w.is_shown:
- s = w.dock.size()
- dock_widths[w] = s.width()
- if w is not new:
- dock_heights[w] = s.height()
-
- new_pos = self.dockWidgetArea(new.dock)
-
- self.removeDockWidget(new.dock)
- new.dock.close()
- self.panes_menu.removeAction(new._view_action)
- self.dataframe_menu.removeAction(new._view_action)
- new.dock = new._view_action = None
- self.central_widget_key = name
- current.to_dock(self)
- self.setCentralWidget(new)
- new._set_central_action.setChecked(True)
- current.show_plugin()
- current.to_dock(self)
- new_width = dock_widths.pop(new, None)
- if current.hidden:
- current.hide_plugin()
- else:
- current_pos = self.dockWidgetArea(current.dock)
- if current_pos == new_pos and new_width:
- dock_widths[current] = new_width
-
- self._custom_layout_timer = QTimer(self)
- self._custom_layout_timer.timeout.connect(self._reset_dock_widths)
- self._custom_layout_timer.setSingleShot(True)
- self._custom_layout_timer.start(5000)
-
- def _reset_dock_widths(self):
- # resize the plugins
- if with_qt5:
- for w, width in self._dock_widths.items():
- if w.dock is not None:
- self.resizeDocks([w.dock], [width], Qt.Horizontal)
- for w, height in self._dock_heights.items():
- if w.dock is not None:
- self.resizeDocks([w.dock], [height], Qt.Vertical)
-
- self.setUpdatesEnabled(True)
-
- def _save_project(self, p, new_fname=False, *args, **kwargs):
- if new_fname or "project_file" not in p.attrs:
- fname = QFileDialog.getSaveFileName(
- self,
- "Project destination",
- os.getcwd(),
- "Pickle files (*.pkl);;" "All files (*)",
- )
- if with_qt5: # the filter is passed as well
- fname = fname[0]
- if not fname:
- return
- else:
- fname = p.attrs["project_file"]
- try:
- p.save_project(fname, *args, **kwargs)
- except Exception:
- self.error_msg.showTraceback("Could not save the project! ")
- else:
- p.attrs["project_file"] = fname
- if p.is_main:
- self.update_project_action(p.num)
-
- def load_mp_preset(self):
- self._load_preset(psy.gcp(True))
-
- def load_sp_preset(self):
- self._load_preset(psy.gcp())
-
- def _load_preset(self, project, *args, **kwargs):
- fname, ok = QFileDialog.getOpenFileName(
- self,
- "Load preset",
- os.path.join(get_configdir(), "presets"),
- "YAML files (*.yml *.yaml);;" "All files (*)",
- )
- if ok:
- project.load_preset(fname, *args, **kwargs)
-
- def open_mp(self, *args, **kwargs):
- """Open a new main project"""
- self._open_project(main=True)
-
- def open_sp(self, *args, **kwargs):
- """Open a subproject and add it to the current main project"""
- self._open_project(main=False)
-
- def _open_project(self, *args, **kwargs):
- fname = QFileDialog.getOpenFileName(
- self,
- "Project file",
- os.getcwd(),
- "Pickle files (*.pkl);;" "All files (*)",
- )
- if with_qt5: # the filter is passed as well
- fname = fname[0]
- if not fname:
- return
- p = psy.Project.load_project(fname, *args, **kwargs)
- p.attrs["project_file"] = fname
- self.update_project_action(p.num)
-
- def save_mp(self, *args, **kwargs):
- """Save the current main project."""
- self._save_project(psy.gcp(True), **kwargs)
-
- def save_sp(self, *args, **kwargs):
- """Save the current sub project."""
- self._save_project(psy.gcp(), **kwargs)
-
- def save_sp_preset(self):
- self._save_preset(psy.gcp())
-
- def save_mp_preset(self):
- self._save_preset(psy.gcp(True))
-
- def _save_preset(self, project, *args, **kwargs):
- fname, ok = QFileDialog.getSaveFileName(
- self,
- "Save preset",
- os.path.join(get_configdir(), "presets"),
- "YAML file (*.yml *.yaml);;" "All files (*)",
- )
- if ok:
- project.save_preset(fname, *args, **kwargs)
-
- def _export_project(self, p, *args, **kwargs):
- fname = QFileDialog.getSaveFileName(
- self,
- "Picture destination",
- os.getcwd(),
- "PDF files (*.pdf);;"
- "Postscript file (*.ps);;"
- "PNG image (*.png);;"
- "JPG image (*.jpg *.jpeg);;"
- "TIFF image (*.tif *.tiff);;"
- "GIF image (*.gif);;"
- "All files (*)",
- )
- if with_qt5: # the filter is passed as well
- fname = fname[0]
- if not fname:
- return
- try:
- p.export(fname, *args, **kwargs)
- except Exception:
- self.error_msg.showTraceback(
- "Could not export the figures! "
- )
-
- def export_mp(self, *args, **kwargs):
- self._export_project(psy.gcp(True), **kwargs)
-
- def export_sp(self, *args, **kwargs):
- self._export_project(psy.gcp(), **kwargs)
-
- def new_plots(self, exec_=None):
- if hasattr(self, "plot_creator"):
- try:
- self.plot_creator.close()
- except RuntimeError:
- pass
- self.plot_creator = PlotCreator(
- help_explorer=self.help_explorer, parent=self
- )
- available_width = QDesktopWidget().availableGeometry().width() // 3
- width = self.plot_creator.sizeHint().width()
- height = self.plot_creator.sizeHint().height()
- # The plot creator window should cover at least one third of the screen
- self.plot_creator.resize(max(available_width, width), height)
- if exec_:
- self.plot_creator.exec_()
-
- def excepthook(self, type, value, traceback):
- """A method to replace the sys.excepthook"""
- self.error_msg.excepthook(type, value, traceback)
-
- def edit_preferences(self, exec_=None):
- """Edit Spyder preferences"""
- if hasattr(self, "preferences"):
- try:
- self.preferences.close()
- except RuntimeError:
- pass
- self.preferences = dlg = Prefences(self)
- for PrefPageClass in self.config_pages:
- widget = PrefPageClass(dlg)
- widget.initialize()
- dlg.add_page(widget)
- available_width = int(
- 0.667 * QDesktopWidget().availableGeometry().width()
- )
- width = dlg.sizeHint().width()
- height = dlg.sizeHint().height()
- # The preferences window should cover at least one third of the screen
- dlg.resize(max(available_width, width), height)
- if exec_:
- dlg.exec_()
-
- def about(self):
- """About the tool"""
- versions = {
- key: d["version"] for key, d in psyplot.get_versions(False).items()
- }
- versions.update(psyplot_gui.get_versions()["requirements"])
- versions.update(psyplot._get_versions()["requirements"])
- versions["github"] = "https://github.com/psyplot/psyplot"
- versions["author"] = psyplot.__author__
- QMessageBox.about(
- self,
- "About psyplot",
- """psyplot: Interactive data visualization with python
- Copyright © 2017- Philipp Sommer
- Licensed under the terms of the GNU General Public License v2
- (GPLv2)
- Created by %(author)s
- Most of the icons come from the
- Fontawesom .
- For bug reports and feature requests, please go
- to our Github website or contact the
- author via mail.
- This package uses (besides others) the following packages:
-
- psyplot %(psyplot)s
- Python %(python)s
- numpy %(numpy)s
- xarray %(xarray)s
- pandas %(pandas)s
- psyplot_gui %(psyplot_gui)s
- Qt %(qt)s
- PyQt %(pyqt)s
- qtconsole %(qtconsole)s
-
- For a full list of requirements see the dependencies
- in the Help menu.
- This software is provided "as is", without warranty or support
- of any kind.
"""
- % versions,
- )
-
- def show_dependencies(self, exec_=None):
- """Open a dialog that shows the dependencies"""
- if hasattr(self, "dependencies"):
- try:
- self.dependencies.close()
- except RuntimeError:
- pass
- self.dependencies = dlg = DependenciesDialog(
- psyplot.get_versions(), parent=self
- )
- dlg.resize(630, 420)
- if exec_:
- dlg.exec_()
-
- def reset_rcParams(self):
- rcParams.update_from_defaultParams()
- psy.rcParams.update_from_defaultParams()
-
- def add_mp_to_menu(self):
- mp = psy.gcp(True)
- action = QAction(
- os.path.basename(
- mp.attrs.get("project_file", "Untitled %s*" % mp.num)
- ),
- self,
- )
- action.setStatusTip("Make project %s the current project" % mp.num)
- action.triggered.connect(lambda: psy.scp(psy.project(mp.num)))
- self.project_actions[mp.num] = action
- self.windows_menu.addAction(action)
-
- def update_project_action(self, num):
- action = self.project_actions.get(num)
- p = psy.project(num)
- if action:
- action.setText(
- os.path.basename(
- p.attrs.get("project_file", "Untitled %s*" % num)
- )
- )
-
- def eventually_add_mp_to_menu(self, p):
- for num in set(self.project_actions).difference(
- psy.get_project_nums()
- ):
- self.windows_menu.removeAction(self.project_actions.pop(num))
- if p is None or not p.is_main:
- return
- if p.num not in self.project_actions:
- self.add_mp_to_menu()
-
- def start_open_files_server(self):
- """This method listens to the open_files_port and opens the plot
- creator for new files
-
- This method is inspired and to most parts copied from spyder"""
- self.open_files_server.setsockopt(
- socket.SOL_SOCKET, socket.SO_REUSEADDR, 1
- )
- port = rcParams["main.open_files_port"]
- try:
- self.open_files_server.bind(("127.0.0.1", port))
- except Exception:
- return
- self.open_files_server.listen(20)
- while 1: # 1 is faster than True
- try:
- req, dummy = self.open_files_server.accept()
- except socket.error as e:
- # See Issue 1275 for details on why errno EINTR is
- # silently ignored here.
- eintr = errno.EINTR
- # To avoid a traceback after closing on Windows
- if e.args[0] == eintr:
- continue
- # handle a connection abort on close error
- enotsock = (
- errno.WSAENOTSOCK if os.name == "nt" else errno.ENOTSOCK
- )
- if e.args[0] in [errno.ECONNABORTED, enotsock]:
- return
- raise
- args = pickle.loads(req.recv(1024))
- callback = args[0]
- func = self.callbacks[callback]
- self.logger.debug("Emitting %s callback %s", callback, func)
- func(args[1:])
- req.sendall(b" ")
-
- def change_cwd(self, path):
- """Change the current working directory"""
- import os
-
- os.chdir(path)
-
- def _change_cwd(self, args):
- path = args[0][0]
- self.change_cwd(path)
-
- docstrings.keep_params(
- "make_plot.parameters",
- "fnames",
- "project",
- "engine",
- "plot_method",
- "name",
- "dims",
- "encoding",
- "enable_post",
- "seaborn_style",
- "concat_dim",
- "chname",
- "preset",
- "decoder",
- )
-
- def open_files(self, fnames):
- """Open a file and ask the user how"""
- fnames_s = ", ".join(map(os.path.basename, fnames))
- if len(fnames_s) > 30:
- fnames_s = fnames_s[:27] + "..."
- item, ok = QInputDialog.getItem(
- self,
- "Open file...",
- "Open %s as..." % fnames_s,
- list(self.open_file_options),
- current=0,
- editable=False,
- )
- if ok:
- return self.open_file_options[item](fnames)
-
- @docstrings.get_sections(base="MainWindow.open_external_files")
- @docstrings.dedent
- def open_external_files(
- self,
- fnames=[],
- project=None,
- engine=None,
- plot_method=None,
- name=None,
- dims=None,
- encoding=None,
- enable_post=False,
- seaborn_style=None,
- concat_dim=get_default_value(xr.open_mfdataset, "concat_dim"),
- chname={},
- preset=None,
- decoder=None,
- ):
- """
- Open external files
-
- Parameters
- ----------
- %(make_plot.parameters.fnames|project|engine|plot_method|name|dims|encoding|enable_post|seaborn_style|concat_dim|chname|preset|decoder)s
- """
- if seaborn_style is not None:
- import seaborn as sns
-
- sns.set_style(seaborn_style)
- if project is not None:
- fnames = [s.split(",") for s in fnames]
- if not isinstance(project, dict):
- project = psyd.safe_list(project)[0]
- single_files = (files[0] for files in fnames if len(files) == 1)
- alternative_paths = defaultdict(lambda: next(single_files, None))
- alternative_paths.update(
- list(files for files in fnames if len(files) == 2)
- )
- p = psy.Project.load_project(
- project,
- alternative_paths=alternative_paths,
- engine=engine,
- main=not psy.gcp(),
- encoding=encoding,
- enable_post=enable_post,
- chname=chname,
- )
- if preset:
- p.load_preset(preset)
- if isinstance(project, six.string_types):
- p.attrs.setdefault("project_file", project)
- return True
- else:
- self.new_plots(False)
- self.plot_creator.open_dataset(
- fnames, engine=engine, concat_dim=concat_dim
- )
- if name == "all":
- ds = self.plot_creator.get_ds()
- name = sorted(set(ds.variables) - set(ds.coords))
- self.plot_creator.insert_array(
- list(filter(None, psy.safe_list(name)))
- )
- if dims is not None:
- ds = self.plot_creator.get_ds()
- dims = {
- key: ", ".join(map(str, val))
- for key, val in six.iteritems(dims)
- }
- for i, vname in enumerate(
- self.plot_creator.array_table.vnames
- ):
- self.plot_creator.array_table.selectRow(i)
- self.plot_creator.array_table.update_selected()
- self.plot_creator.array_table.selectAll()
- var = ds[vname[0]]
- self.plot_creator.array_table.update_selected(
- dims=var.psy.decoder.correct_dims(var, dims.copy())
- )
- if preset:
- self.plot_creator.set_preset(preset)
- if plot_method:
- self.plot_creator.pm_combo.setCurrentIndex(
- self.plot_creator.pm_combo.findText(plot_method)
- )
- if decoder:
- self.plot_creator.set_decoder(decoder)
- self.plot_creator.exec_()
- return True
-
- def _open_external_files(self, args):
- self.open_external_files(*args)
-
- @classmethod
- @docstrings.get_sections(base="MainWindow.run")
- @docstrings.dedent
- def run(
- cls,
- fnames=[],
- project=None,
- engine=None,
- plot_method=None,
- name=None,
- dims=None,
- encoding=None,
- enable_post=False,
- seaborn_style=None,
- concat_dim=get_default_value(xr.open_mfdataset, "concat_dim"),
- chname={},
- preset=None,
- decoder=None,
- show=True,
- ):
- """
- Create a mainwindow and open the given files or project
-
- This class method creates a new mainwindow instance and sets the
- global :attr:`mainwindow` variable.
-
- Parameters
- ----------
- %(MainWindow.open_external_files.parameters)s
- %(MainWindow.parameters)s
-
- Notes
- -----
- - There can be only one mainwindow at the time
- - This method does not create a QApplication instance! See
- :meth:`run_app`
-
- See Also
- --------
- run_app
- """
- mainwindow = cls(show=show)
- _set_mainwindow(mainwindow)
- if fnames or project:
- mainwindow.open_external_files(
- fnames,
- project,
- engine,
- plot_method,
- name,
- dims,
- encoding,
- enable_post,
- seaborn_style,
- concat_dim,
- chname,
- preset,
- decoder,
- )
- psyplot.with_gui = True
- return mainwindow
-
- def register_shortcut(
- self, action, shortcut, context=Qt.ApplicationShortcut
- ):
- """Register an action for a shortcut"""
- shortcuts = psy.safe_list(shortcut)
- for j, shortcut in enumerate(shortcuts):
- found = False
- for i, (s, a) in enumerate(self.current_shortcuts):
- if s == shortcut:
- new_shortcuts = [
- sc
- for sc in self.current_shortcuts[i][1].shortcuts()
- if sc != s
- ]
- a.setShortcut(QKeySequence())
- if new_shortcuts:
- a.setShortcuts(new_shortcuts)
- self.current_shortcuts[i][1] = action
- found = True
- break
- if not found:
- self.default_shortcuts.append([shortcut, action])
- self.current_shortcuts.append([shortcut, action])
- action.setShortcuts(shortcuts)
- action.setShortcutContext(context)
-
- @classmethod
- @docstrings.dedent
- def run_app(cls, *args, **kwargs):
- """
- Create a QApplication, open the given files or project and enter the
- mainloop
-
- Parameters
- ----------
- %(MainWindow.run.parameters)s
-
- See Also
- --------
- run
- """
- app = QApplication(sys.argv)
- cls.run(*args, **kwargs)
- sys.exit(app.exec_())
-
- def closeEvent(self, event):
- """closeEvent reimplementation"""
- if not self._is_open or (self._is_open and self.close()):
- self._is_open = False
- event.accept()
-
- def close(self):
- _set_mainwindow(None)
- if self.open_files_server is not None:
- self.open_files_server.close()
- del self.open_files_server
- for widget in self.plugins.values():
- widget.close()
- self.plugins.clear()
- return super(MainWindow, self).close()
diff --git a/psyplot_gui/plot_creator.py b/psyplot_gui/plot_creator.py
deleted file mode 100644
index 98afaf5..0000000
--- a/psyplot_gui/plot_creator.py
+++ /dev/null
@@ -1,2433 +0,0 @@
-"""This module contains a widget to create new plots with psyplot
-
-The main class is the :class:`PlotCreator` which is used to handle the
-different plotting methods of the :class:`psyplot.project.ProjectPlotter`
-class"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-from __future__ import division
-
-import logging
-import os
-import re
-import types
-from collections import defaultdict
-from functools import partial
-from itertools import chain, cycle, product, repeat, starmap
-from math import floor
-
-import matplotlib as mpl
-import numpy as np
-import psyplot.project as psy
-import six
-import xarray
-from psyplot.config.rcsetup import get_configdir
-from psyplot.utils import _temp_bool_prop
-
-from psyplot_gui.common import (
- ListValidator,
- LoadFromConsoleButton,
- PyErrorMessage,
- get_icon,
-)
-from psyplot_gui.compat.qtcompat import (
- QAbstractItemView,
- QAction,
- QCheckBox,
- QComboBox,
- QDialog,
- QDialogButtonBox,
- QDoubleValidator,
- QFileDialog,
- QGraphicsRectItem,
- QGraphicsScene,
- QGraphicsView,
- QGridLayout,
- QHBoxLayout,
- QIcon,
- QIntValidator,
- QLabel,
- QLineEdit,
- QListView,
- QMenu,
- QPushButton,
- QSplitter,
- QStyledItemDelegate,
- Qt,
- QTableWidget,
- QTableWidgetItem,
- QTabWidget,
- QtCore,
- QToolButton,
- QValidator,
- QVBoxLayout,
- QWidget,
- asstring,
- isstring,
- with_qt5,
-)
-from psyplot_gui.preferences import RcParamsTree
-
-logger = logging.getLogger(__name__)
-
-
-class CoordComboBox(QComboBox):
- """Combobox showing coordinate information of a dataset
-
- This combobox loads its data from the current dataset and allows the
- popups to be left open. It also has a :attr:`leftclick` signal that is
- emitted when the popup is about to be closed because the user clicked on a
- value"""
-
- close_popups = _temp_bool_prop("close_popups", default=True)
- use_coords = _temp_bool_prop("use_coords", default=False)
- leftclick = QtCore.pyqtSignal(QComboBox)
-
- def __init__(self, ds_func, dim, parent=None):
- """
- Parameters
- ----------
- ds_func: function
- The function that, when called without arguments, returns the
- xarray.Dataset to use
- dim: str
- The coordinate name for this combobox
- parent: PyQt5.QtWidgets.QWidget
- The parent widget"""
- super(CoordComboBox, self).__init__(parent)
- self.dim = dim
- self._is_empty = True
- self.get_ds = ds_func
- self._changed = False
- self._right_clicked = False
-
- # modify the view
- view = self.view()
- # We allow the selection of multiple items with a left-click
- view.setSelectionMode(QListView.ExtendedSelection)
- # The following modifications will cause this behaviour:
- # Left-click:
- # Case 1: Any of the already existing plot arrays is selected
- # Add the selected values in the popup to the dimension in
- # the currently selected plot items
- # Case 2: No plot arrays are selected or none exists
- # Create new plot items from the selection in the popup
- # Right-Click:
- # Set the currentIndex which will be used when new plot items
- # are created
- #
- # Therefore we first enable a CustomContextMenu
- view.setContextMenuPolicy(Qt.CustomContextMenu)
-
- # We have to disable the default MousePressEvent in the views viewport
- # because otherwise the Left-click behaviour would occur as well when
- # hitting the right button
- # Therefore:
- # install an EventFilter such that only the customContextMenuRequested
- # signal of the view is fired and not the pressed signal (which would
- # hide the popup)
- view.viewport().installEventFilter(self)
- view.customContextMenuRequested.connect(self.right_click)
- # Furthermore we implement, that the pop up shall not be closed if the
- # keep open property is True. Therefore we have to track when the
- # index changes
- view.pressed.connect(self.handleItemPressed)
- view.doubleClicked.connect(self.hide_anyway)
-
- def eventFilter(self, obj, event):
- """Reimplemented to filter right-click events on the view()"""
- ret = (
- event.type() == QtCore.QEvent.MouseButtonPress
- ) and event.button() == Qt.RightButton
- return ret
-
- def handleItemPressed(self, index):
- """Function to be called when an item is pressed to make sure that
- we know whether anything changed before closing the popup"""
- item = self.model().itemFromIndex(index)
- if item.checkState() == Qt.Checked:
- item.setCheckState(Qt.Unchecked)
- else:
- item.setCheckState(Qt.Checked)
- self.setCurrentIndex(0)
- self._changed = True
-
- def right_click(self, point):
- """Function that is called when an item is right_clicked"""
- ind = self.view().indexAt(point).row()
- self.setCurrentIndex(ind)
- self._right_clicked = True
- self._changed = True
-
- def hide_anyway(self, index=None):
- """Function to hide the popup despite of the :attr:`_changed` attribute"""
- self._changed = True
- self.hidePopup()
-
- def hidePopup(self):
- """Reimplemented to only close the popup when the :attr:`close_popup`
- attribute is True or it is clicked outside the window"""
- if not self._right_clicked:
- self.leftclick.emit(self)
- if not self._changed or self.close_popups:
- super(CoordComboBox, self).hidePopup()
- self._changed = False
- self._right_clicked = False
-
- def mousePressEvent(self, *args, **kwargs):
- """Reimplemented to fill the box with content from the dataset"""
- self.load_coord()
- super(CoordComboBox, self).mousePressEvent(*args, **kwargs)
-
- def mouseDoubleClickEvent(self, *args, **kwargs):
- """Reimplemented to fill the box with content from the dataset"""
- self.load_coord()
- super(CoordComboBox, self).mouseDoubleClickEvent(*args, **kwargs)
-
- def load_coord(self):
- """Load the coordinate data from the dataset and fill the combobox with
- it (if it is empty)"""
- if self._is_empty:
- ds = self.get_ds()
- self.addItem("")
- if self.use_coords:
- self.addItems(ds[self.dim].astype(str).values)
- else:
- self.addItems(list(map(str, range(len(ds[self.dim])))))
- self._is_empty = False
-
-
-class ArrayNameValidator(QValidator):
- """Class to make sure that only those arrays names are inserted that are
- not currently in the main project or the tree"""
-
- def __init__(self, text, table, *args, **kwargs):
- super(ArrayNameValidator, self).__init__(*args, **kwargs)
- self.table = table
- self.current_text = text
- self.current_names = list(table.current_names)
-
- def fixup(self, s):
- s = asstring(s)
- if not s:
- return self.table.next_available_name()
- return self.table.next_available_name(s + "_{0}")
-
- def validate(self, s, pos):
- s = asstring(s)
- if not s:
- return QValidator.Intermediate, s, pos
- elif s == self.current_text:
- pass
- elif s in chain(psy.gcp(True).arr_names, self.current_names):
- return QValidator.Intermediate, s, pos
- return QValidator.Acceptable, s, pos
-
-
-class ArrayNameItemDelegate(QStyledItemDelegate):
- """Delegate using the :class:`ArrayNameValidator` for validation"""
-
- def createEditor(self, widget, option, index):
- if not index.isValid():
- return
- editor = QLineEdit(widget)
- item = self.parent().item(index.row(), index.column())
- validator = ArrayNameValidator(
- item.text() if item else "", self.parent(), editor
- )
- editor.setValidator(validator)
- return editor
-
-
-class VariableItemDelegate(QStyledItemDelegate):
- """Delegate alowing only the variables in the parents dataset.
-
- The parent must hold a `get_ds` method that returns a dataset when called
- """
-
- def createEditor(self, widget, option, index):
- if not index.isValid():
- return
- editor = QLineEdit(widget)
- ds = self.parent().get_ds()
- validator = ListValidator(
- ds.variables.keys(), self.parent().sep, editor
- )
- editor.setValidator(validator)
- return editor
-
-
-class VariablesTable(QTableWidget):
- """Table to display the variables of a dataset"""
-
- #: The variables in the dataset
- variables = []
-
- @property
- def selected_variables(self):
- """The currently selected variables"""
- return [
- self.variables[i]
- for i in map(
- list(map(asstring, self.variables)).index,
- sorted(
- set(
- item.text()
- for item in self.selectedItems()
- if item.column() == 0
- )
- ),
- )
- ]
-
- def __init__(
- self, get_func, columns=["long_name", "dims", "shape"], *args, **kwargs
- ):
- """
- Parameters
- ----------
- get_func: function
- The function that, when called without arguments, returns the
- xarray.Dataset to use
- columns: list of str
- The attribute that will be used as columns for the variables"""
- super(VariablesTable, self).__init__(*args, **kwargs)
- self.variables = []
- self.get_ds = get_func
- self.set_columns(columns)
- self.setEditTriggers(QAbstractItemView.NoEditTriggers)
- self.verticalHeader().setVisible(False)
-
- def set_columns(self, columns=None):
- if columns is None:
- columns = self.column_labels
- else:
- self.column_labels = columns
- self.setColumnCount(len(columns) + 1)
- self.setHorizontalHeaderLabels(["variable"] + columns)
-
- def fill_from_ds(self, ds=None):
- """Clear the table and insert items from the given `dataset`"""
- self.clear()
- self.set_columns()
- if ds is None:
- ds = self.get_ds()
- if ds is None:
- return
- coords = list(ds.coords)
- self.variables = vnames = [v for v in ds.variables if v not in coords]
- self.setRowCount(len(vnames))
- for i, vname in enumerate(vnames):
- variable = ds.variables[vname]
- self.setItem(i, 0, QTableWidgetItem(asstring(vname)))
- for j, attr in enumerate(self.column_labels, 1):
- if attr == "dims":
- self.setItem(
- i, j, QTableWidgetItem(", ".join(variable.dims))
- )
- else:
- self.setItem(
- i,
- j,
- QTableWidgetItem(
- str(
- variable.attrs.get(
- attr, getattr(variable, attr, "")
- )
- )
- ),
- )
-
-
-class CoordsTable(QTableWidget):
- """A table showing the coordinates of in a dataset via instances of
- :class:`CoordComboBox`"""
-
- def __init__(self, get_func, *args, **kwargs):
- """
- Parameters
- ----------
- get_func: function
- The function that, when called without arguments, returns the
- xarray.Dataset to use
- ``*args, **kwargs``
- Determined by the :class:`PyQt5.QtWidgets.QTableWidget` class"""
- super(CoordsTable, self).__init__(*args, **kwargs)
- self.get_ds = get_func
- self.setEditTriggers(QAbstractItemView.NoEditTriggers)
- self.setRowCount(1)
- self.verticalHeader().setVisible(False)
- self.horizontalHeader().setStretchLastSection(True)
- self.verticalHeader().setStretchLastSection(True)
-
- @property
- def combo_boxes(self):
- """A list of :class:`CoordComboBox` in this table"""
- return list(
- filter(
- lambda w: w is not None,
- (self.cellWidget(0, i) for i in range(self.columnCount())),
- )
- )
-
- def fill_from_ds(self, ds=None):
- """Clear the table and create new comboboxes"""
- for cb in self.combo_boxes:
- cb.blockSignals(True)
- self.clear()
- if ds is None:
- ds = self.get_ds()
- if ds is None:
- return
- coords = list(ds.coords)
- vnames = [v for v in ds.variables if v not in coords]
- self.dims = dims = list(
- set(chain(*(ds.variables[vname].dims for vname in vnames)))
- )
- try:
- dims.sort()
- except TypeError:
- pass
- self.setColumnCount(len(dims))
- for i, dim in enumerate(dims):
- header_item = QTableWidgetItem(dim)
- self.setHorizontalHeaderItem(i, header_item)
- self.setCellWidget(0, i, CoordComboBox(self.get_ds, dim))
-
- def sizeHint(self):
- """Reimplemented to adjust the heigth based upon the header and the
- first row"""
- return QtCore.QSize(
- super(CoordsTable, self).sizeHint().width(),
- self.horizontalHeader().height() + self.rowHeight(0),
- )
-
-
-class DragDropTable(QTableWidget):
- """Table that allows to exchange rows via drag and drop
-
- This class was mainly taken from
- http://stackoverflow.com/questions/26227885/drag-and-drop-rows-within-qtablewidget
- """
-
- def __init__(self, *args, **kwargs):
- super(DragDropTable, self).__init__(*args, **kwargs)
-
- self.setDragEnabled(True)
- self.setAcceptDrops(True)
- self.viewport().setAcceptDrops(True)
- self.setDragDropOverwriteMode(False)
- self.setDropIndicatorShown(True)
-
- self.setSelectionMode(QAbstractItemView.ExtendedSelection)
- self.setSelectionBehavior(QAbstractItemView.SelectRows)
- self.setDragDropMode(QAbstractItemView.InternalMove)
-
- def dropEvent(self, event):
- if event.source() == self and (
- event.dropAction() == Qt.MoveAction
- or self.dragDropMode() == QAbstractItemView.InternalMove
- ):
- self.dropOn(event)
-
- else:
- super(DragDropTable, self).dropEvent(event)
-
- def moveRows(self, row, remove=False):
- """Move all selected rows to the given `row`"""
- selRows = sorted({ind.row() for ind in self.selectedIndexes()})
- top = selRows[0]
-
- dropRow = row
- if dropRow == -1:
- dropRow = self.rowCount()
- offset = dropRow - top
-
- for i, row in enumerate(selRows):
- r = row + offset
- if r > self.rowCount() or r < 0:
- r = 0
- self.insertRow(r)
-
- selRows = sorted({ind.row() for ind in self.selectedIndexes()})
-
- top = selRows[0]
- offset = dropRow - top
- for i, row in enumerate(selRows):
- r = row + offset
- if r > self.rowCount() or r < 0:
- r = 0
-
- for j in range(self.columnCount()):
- source = QTableWidgetItem(self.item(row, j))
- self.setItem(r, j, source)
-
- if remove:
- for row in reversed(selRows):
- self.removeRow(row)
-
- def droppingOnItself(self, event, index):
- dropAction = event.dropAction()
-
- if self.dragDropMode() == QAbstractItemView.InternalMove:
- dropAction = Qt.MoveAction
-
- if (
- event.source() == self
- and event.possibleActions() & Qt.MoveAction
- and dropAction == Qt.MoveAction
- ):
- selectedIndexes = self.selectedIndexes()
- child = index
- while child.isValid() and child != self.rootIndex():
- if child in selectedIndexes:
- return True
- child = child.parent()
-
- return False
-
- def dropOn(self, event):
- if event.isAccepted():
- return False, None, None, None
-
- index = QtCore.QModelIndex()
- row = -1
-
- if self.viewport().rect().contains(event.pos()):
- index = self.indexAt(event.pos())
- if not index.isValid() or not self.visualRect(index).contains(
- event.pos()
- ):
- index = self.rootIndex()
-
- if self.model().supportedDropActions() & event.dropAction():
- if index != self.rootIndex():
- dropIndicatorPosition = self.position(
- event.pos(), self.visualRect(index), index
- )
-
- if dropIndicatorPosition == QAbstractItemView.AboveItem:
- row = index.row()
- # index = index.parent()
- elif dropIndicatorPosition == QAbstractItemView.BelowItem:
- row = index.row() + 1
- # index = index.parent()
- else:
- row = index.row()
-
- if not self.droppingOnItself(event, index):
- self.moveRows(row, remove=event.source() is None)
- event.accept()
-
- def position(self, pos, rect, index):
- r = QAbstractItemView.OnViewport
- margin = 2
- if pos.y() - rect.top() < margin:
- r = QAbstractItemView.AboveItem
- elif rect.bottom() - pos.y() < margin:
- r = QAbstractItemView.BelowItem
- elif rect.contains(pos, True):
- r = QAbstractItemView.OnItem
-
- if r == QAbstractItemView.OnItem and not (
- self.model().flags(index) & Qt.ItemIsDropEnabled
- ):
- if pos.y() < rect.center().y():
- r = QAbstractItemView.AboveItem
- else:
- r = QAbstractItemView.BelowItem
- return r
-
-
-class ArrayTable(DragDropTable):
- """Table that shows the arrays that will be used for plotting
-
- It contains the following columns:
-
- 1. The variable column which holds the variable names of the arrays.
- multiple variables may be separated by ';;'
- 2. The array name. The :attr:`psyplot.data.InteractiveBase.arr_name`
- attribute. Depending on the plot methods
- :attr:`~psyplot.project._PlotterInterface._prefer_list`, multiple
- array names are allowed or not. If this attribute is True,
- arrays with the same array name will be concatenated into one
- :class:`psyplot.data.InteractiveList`
- 3. The axes column. Use the right-click context menu to select a
- subplot
- 4. The check column. Checks for variable names, array names, axes and
- dimensions via the :meth:`psyplot.project._PlotterInterface.check_data`
- method
- 5. Columns containing the dimension informations"""
-
- #: Pattern to interprete subplots
- subplot_patt = re.compile(
- r"\((?P\d+),\s*" # figure
- r"(?P\d+),\s*" # rows
- r"(?P\d+),\s*" # columns
- r"(?P\d+),\s*" # position
- r"(?P\d+)\s*\)" # end subplot
- )
-
- #: pattern to interprete arbitrary axes
- axes_patt = re.compile(
- r"\((?P\d+),\s*" # figure
- r"(?P0*\.\d+),\s*" # lower left x
- r"(?P0*\.\d+),\s*" # lower left y
- r"(?P0*\.\d+),\s*" # upper right x
- r"(?P0*\.\d+)\s*\)" # upper right y
- )
-
- #: The separator for variable names
- sep = ";;"
-
- #: Tool tip for the variable column
- VARIABLE_TT = (
- "The variables of the array from the dataset. Multiple"
- "variables for one array may be separated by '%s'" % (sep)
- )
-
- #: Base tool tip for a dimension column
- DIMS_TT = (
- "The values for dimension %s."
- " You can use integers either explicit, e.g."
- ""
- "or slices like start:end:step , e.g."
- ""
- "where the latter is equivalent to '1, 3, 5'"
- )
-
- def dropEvent(self, event):
- """Reimplemented to call the :meth:`check_arrays` after the call"""
- # apparently the row deletion occurs after the call of this method.
- # therefore our call of `check_arrays` leads to the (wrong) result
- # of a duplicated entry. We therefore filter them out here and make
- # sure that those arrays are not considered when checking for
- # duplicates
- messages = dict(
- zip(self.current_names, [msg for b, msg in self.check_arrays()])
- )
- super(ArrayTable, self).dropEvent(event)
- ignores = [
- arr_name
- for arr_name, msg in messages.items()
- if not msg.startswith("Found duplicated entry of")
- ]
- self.check_arrays(ignore_duplicates=ignores)
-
- @property
- def prefer_list(self):
- """Return the _prefer_list attribute of the plot_method"""
- return self.plot_method and self.plot_method._prefer_list
-
- @property
- def current_names(self):
- """The names that are currently in use"""
- if self.prefer_list:
- return []
- arr_col = self.arr_col
- return [
- asstring(item.text())
- for item in filter(
- None,
- map(lambda i: self.item(i, arr_col), range(self.rowCount())),
- )
- ]
-
- @property
- def vnames(self):
- """The list of variable names per array"""
- var_col = self.var_col
- return [
- self.item(i, var_col).text().split(";;")
- for i in range(self.rowCount())
- ]
-
- @property
- def arr_names_dict(self):
- """The final dictionary containing the array names necessary for the
- `arr_names` parameter in the
- :meth:`psyplot.data.ArrayList.from_dataset` method"""
- ret = dict()
- arr_col = self.arr_col
- for irow in range(self.rowCount()):
- arr_name = asstring(self.item(irow, arr_col).text())
- if self.plot_method and self.plot_method._prefer_list:
- d = ret.setdefault(arr_name, defaultdict(list))
- d["name"].append(self._get_variables(irow))
- for key, val in self._get_dims(irow).items():
- d[key].append(val)
- else:
- ret[arr_name] = d = {"name": self._get_variables(irow)}
- d.update(self._get_dims(irow))
-
- return ret
-
- @property
- def axes(self):
- """A list of axes settings corresponding to the arrays in the
- :attr:`arr_names_dict`"""
- ret = []
- d = set()
- arr_col = self.arr_col
- axes_col = self.axes_col
- # get the projection
- pm = self.plot_method
- kwargs = {}
- if pm is not None:
- projection = self.plot_method.plotter_cls._get_sample_projection()
- if projection is not None:
- kwargs["projection"] = projection
- for irow in range(self.rowCount()):
- arr_name = self.item(irow, arr_col).text()
- if arr_name in d:
- continue
- d.add(arr_name)
- axes_type, args = self.axes_info(self.item(irow, axes_col))
- if axes_type == "subplot":
- ret.append(SubplotCreator.create_subplot(*args, **kwargs))
- elif axes_type == "axes":
- ret.append(AxesCreator.create_axes(*args, **kwargs))
- else:
- ret.append(None)
- return ret
-
- @property
- def var_col(self):
- """The index of the variable column"""
- return self.desc_cols.index(self.VARIABLE_LABEL)
-
- @property
- def arr_col(self):
- """The index of the array name column"""
- return self.desc_cols.index(self.ARRAY_LABEL)
-
- @property
- def axes_col(self):
- """The index of the axes column"""
- return self.desc_cols.index(self.AXES_LABEL)
-
- @property
- def check_col(self):
- """The index of the check column"""
- return self.desc_cols.index(self.CHECK_LABEL)
-
- def __init__(self, get_func, columns=[], *args, **kwargs):
- """
- Parameters
- ----------
- get_func: function
- The function that, when called without arguments, returns the
- xarray.Dataset to use
- columns: list of str
- The coordinates in the dataset"""
- super(ArrayTable, self).__init__(*args, **kwargs)
- self.get_ds = get_func
- self.VARIABLE_LABEL = "variable"
- self.ARRAY_LABEL = "array name"
- self.AXES_LABEL = "axes"
- self.CHECK_LABEL = "check"
- self.desc_cols = [
- self.VARIABLE_LABEL,
- self.ARRAY_LABEL,
- self.AXES_LABEL,
- self.CHECK_LABEL,
- ]
- self.plot_method = None
- self.setSelectionBehavior(QAbstractItemView.SelectRows)
- self.setContextMenuPolicy(Qt.CustomContextMenu)
- self.customContextMenuRequested.connect(self.showAxesCreator)
- self.set_columns(columns)
- self.setItemDelegateForColumn(self.var_col, VariableItemDelegate(self))
- self.setItemDelegateForColumn(
- self.arr_col, ArrayNameItemDelegate(self)
- )
- self.itemChanged.connect(self.check_item)
- self.itemChanged.connect(self.update_other_items)
-
- def set_columns(self, columns):
- """Set the columns of the table
-
- Parameters
- ----------
- columns: list of str
- The coordinates in the dataset"""
- if columns is None:
- columns = self.column_labels
- else:
- self.column_labels = columns
- self.setColumnCount(len(columns) + len(self.desc_cols))
- self.setHorizontalHeaderLabels(self.desc_cols + columns)
- for i, col in enumerate(columns, len(self.desc_cols)):
- self.horizontalHeaderItem(i).setToolTip(self.DIMS_TT % col)
- self.horizontalHeaderItem(self.var_col).setToolTip(self.VARIABLE_TT)
-
- def setup_from_ds(self, ds=None, plot_method=None):
- """Fill the table based upon the given dataset.
-
- Parameters
- ----------
- ds: xarray.Dataset or None
- If None, the dataset from the :attr:`get_ds` function is used
- plot_method: psyplot.project._PlotterInterface or None
- The plot method of the :class:`psyplot.project.ProjectPlotter`
- class or None if no plot shall be made"""
- self.clear()
- self.setRowCount(0)
- if ds is None:
- ds = self.get_ds()
- if plot_method is not None:
- self.set_pm(plot_method)
- if ds is None:
- self.set_columns([])
- return
- coords = list(ds.coords)
- vnames = [v for v in ds.variables if v not in coords]
- self.dims = dims = list(
- set(chain(*(ds.variables[vname].dims for vname in vnames)))
- )
- try:
- dims.sort()
- except TypeError:
- pass
- self.set_columns(dims)
-
- def next_available_name(self, *args, **kwargs):
- """Gives the next possible name to use"""
- counter = iter(range(1000))
- current_names = self.current_names
- mp = psy.gcp(True)
- while True:
- name = mp.next_available_name(*args, counter=counter, **kwargs)
- if name not in current_names:
- return name
-
- def insert_array(self, name, check=True, **kwargs):
- """Appends the settings for an array the the list in a new row"""
- dims = set(self.get_ds().variables[name].dims)
- irow = self.rowCount()
- self.setRowCount(irow + 1)
- self.setItem(irow, 0, QTableWidgetItem(asstring(name)))
- self.setItem(irow, 1, QTableWidgetItem(self.next_available_name()))
- self.setItem(irow, 2, QTableWidgetItem(""))
- for dim in dims.intersection(kwargs):
- icol = len(self.desc_cols) + self.dims.index(dim)
- self.setItem(irow, icol, QTableWidgetItem(kwargs[dim]))
- if check:
- self.check_array(irow)
-
- def remove_arrays(self, selected=True):
- """Remove array rows from the list
-
- Parameters
- ----------
- selected: bool
- If True, only the selected rows are removed"""
- if selected:
- irows = sorted({ind.row() for ind in self.selectedIndexes()})
- else:
- irows = list(range(self.rowCount()))
- for irow in irows[::-1]:
- self.removeRow(irow)
-
- def update_selected(self, check=True, dims={}):
- """Updates the dimensions of the selectiond arrays with the given
- `dims`
-
- Parameters
- ----------
- check: bool
- whether the array shall be checked afterwards
- dims: dict
- a mapping from coordinate names to string values that shall be
- appended to the current text"""
- ds = self.get_ds()
- irows = {item.row() for item in self.selectedItems()}
- var_col = self.desc_cols.index(self.VARIABLE_LABEL)
- for irow in irows:
- vname = (
- asstring(self.item(irow, var_col).text())
- .split(self.sep)[0]
- .strip()
- )
- var_dims = set(ds.variables[vname].dims)
- for dim in var_dims.intersection(dims):
- icol = len(self.desc_cols) + self.dims.index(dim)
- item = self.item(irow, icol)
- curr_text = asstring(item.text())
- if curr_text:
- curr_text += ", "
- item.setText(curr_text + dims[dim])
- if check:
- for irow in irows:
- self.check_array(irow)
-
- def add_subplots(self, rows, cols, maxn=None):
- """Add multiple subplots to the selected arrays"""
- import matplotlib.pyplot as plt
-
- irows = sorted({ind.row() for ind in self.selectedIndexes()})
- irows = irows or list(range(self.rowCount()))
- maxn = maxn or rows * cols
- figs = chain(
- *([i] * maxn for i in range(1, 1000) if i not in plt.get_fignums())
- )
- nums = cycle(range(1, maxn + 1))
- seen = set()
- axes_col = self.desc_cols.index(self.AXES_LABEL)
- arr_col = self.desc_cols.index(self.ARRAY_LABEL)
- for irow in irows:
- arr_item = self.item(irow, arr_col)
- if arr_item is None or arr_item.text() in seen:
- continue
- seen.add(arr_item.text())
- num = next(nums)
- text = "(%i, %i, %i, %i, %i)" % (next(figs), rows, cols, num, num)
- item = QTableWidgetItem(text)
- self.setItem(irow, axes_col, item)
-
- def add_single_subplot(self, rows, cols, row, col):
- """Add one subplot to the selected arrays on multiple figures"""
- import matplotlib.pyplot as plt
-
- irows = sorted({ind.row() for ind in self.selectedIndexes()})
- irows = irows or list(range(self.rowCount()))
- figs = (num for num in range(1, 1000) if num not in plt.get_fignums())
- num = (row - 1) * rows + col
- seen = set()
- axes_col = self.desc_cols.index(self.AXES_LABEL)
- arr_col = self.desc_cols.index(self.ARRAY_LABEL)
- for irow in irows:
- arr_item = self.item(irow, arr_col)
- if arr_item is None or arr_item.text() in seen:
- continue
- seen.add(arr_item.text())
- text = "(%i, %i, %i, %i, %i)" % (next(figs), rows, cols, num, num)
- item = QTableWidgetItem(text)
- self.setItem(irow, axes_col, item)
-
- def showAxesCreator(self, pos):
- """Context menu for right-click on a row"""
- irows = sorted({ind.row() for ind in self.selectedIndexes()})
- if not irows:
- return
- menu = QMenu(self)
- menu.addAction(self.axes_creator_action(irows))
- menu.exec_(self.mapToGlobal(pos))
-
- def axes_creator_action(self, rows):
- """Action to open a :class:`AxesCreatorCollection` for the selected
- rows"""
- axes_col = self.desc_cols.index(self.AXES_LABEL)
- items = [self.item(row, axes_col) for row in rows]
- action = QAction("Select subplot", self)
- types_and_args = list(
- filter(lambda t: t[0], map(self.axes_info, items))
- )
- types = [t[0] for t in types_and_args]
- if types and all(t == types[0] for t in types):
- if types[0] == "subplot":
- creator_kws = ["fig", "rows", "cols", "num1", "num2"]
- elif types[0] == "axes":
- creator_kws = ["fig", "x0", "y0", "x1", "y1"]
- else:
- creator_kws = []
- func_name = types[0]
- args = [t[1] for t in types_and_args]
-
- #: the initialization keywords of the :class:`SubplotCreator` class
- kwargs = {}
-
- if len(items) > 0:
- kwargs["fig"] = ""
-
- for kw, vals in zip(creator_kws, zip(*args)):
- if all(val == vals[0] for val in vals):
- kwargs[kw] = vals[0]
- else:
- func_name = None
- kwargs = {}
-
- action.triggered.connect(
- self._open_axes_creator(items, func_name, kwargs)
- )
- return action
-
- def _change_axes(self, items, iterator):
- seen = set()
- arr_col = self.desc_cols.index(self.ARRAY_LABEL)
- for item, text in zip(items, iterator):
- arr_name = self.item(item.row(), arr_col).text()
- if arr_name in seen:
- continue
- seen.add(arr_name)
- item.setText(text)
-
- def _open_axes_creator(self, items, func_name, kwargs):
- def func():
- if hasattr(self, "_axes_creator"):
- self._axes_creator.close()
- self._axes_creator = obj = AxesCreatorCollection(
- func_name, kwargs, parent=self
- )
- obj.okpressed.connect(partial(self._change_axes, items))
- obj.exec_()
-
- return func
-
- def axes_info(self, s):
- """Interpretes an axes information"""
- s = asstring(s) if isstring(s) else asstring(s.text())
- m = self.subplot_patt.match(s)
- if m:
- return "subplot", list(map(int, m.groups()))
- m = self.axes_patt.match(s)
- if m:
- return "axes", [int(m.groupdict()["fig"])] + list(
- map(float, m.groups()[1:])
- )
- return None, None
-
- def set_pm(self, s):
- """Set the plot method"""
- s = asstring(s)
- self.plot_method = getattr(psy.plot, s, None)
- self.check_arrays()
-
- def check_item(self, item):
- """Check the array corresponding to the given item"""
- if item.column() == self.desc_cols.index(self.CHECK_LABEL):
- return
- for irow in range(self.rowCount()):
- other_item = self.item(
- irow, self.desc_cols.index(self.ARRAY_LABEL)
- )
- if other_item is not None:
- self.check_array(irow)
-
- def update_other_items(self, item):
- """Updates the axes information of the other items corresponding
- that have the same array name as the array corresponding to the given
- `item`"""
- axes_col = self.desc_cols.index(self.AXES_LABEL)
- if not self.prefer_list or item.column() != axes_col:
- return
- this_row = item.row()
- arr_col = self.desc_cols.index(self.ARRAY_LABEL)
- arr_item = self.item(this_row, arr_col)
- if arr_item is None:
- return
- arr_name = arr_item.text()
- self.blockSignals(True)
- for row in range(self.rowCount()):
- if row != this_row:
- arr_item2 = self.item(row, arr_col)
- if arr_item2 is not None and arr_item2.text() == arr_name:
- self.item(row, axes_col).setText(item.text())
- self.blockSignals(False)
-
- def get_all_rows(self, row):
- """Return all the rows that have the same array name as the given `row`"""
-
- def check_item(row):
- item = self.item(row, arr_col)
- return item is not None and item.text() == arr_name
-
- if self.plot_method is None or not self.plot_method._prefer_list:
- return [row]
- arr_col = self.desc_cols.index(self.ARRAY_LABEL)
- arr_name = self.item(row, arr_col).text()
- return [r for r in range(self.rowCount()) if check_item(r)]
-
- def check_array(self, row, ignore_duplicates=[]):
- """check whether the array variables are valid, the array name is
- valid, the axes info is valid and the dimensions"""
-
- def set_check(row, valid, msg):
- check_item = QTableWidgetItem()
- check_item.setFlags(check_item.flags() ^ Qt.ItemIsEditable)
- if valid:
- check_item.setIcon(QIcon(get_icon("valid.png")))
- elif valid is None:
- check_item.setIcon(QIcon(get_icon("warning.png")))
- check_item.setToolTip(msg)
- else:
- check_item.setIcon(QIcon(get_icon("invalid.png")))
- check_item.setToolTip(msg)
- self.setItem(row, check_col, check_item)
- self.resizeColumnToContents(check_col)
-
- check_col = self.desc_cols.index(self.CHECK_LABEL)
- valid = True
- msg = ""
-
- # ---------------------------------------------------------------------
- # ----------------- check if a variable is provided -------------------
- # ---------------------------------------------------------------------
-
- var_item = self.item(row, self.desc_cols.index(self.VARIABLE_LABEL))
- if var_item is not None and not asstring(var_item.text()).strip():
- valid = False
- msg = "At least one variable name must be provided!"
-
- # ---------------------------------------------------------------------
- # ----------------- check for duplicates of array names ---------------
- # ---------------------------------------------------------------------
-
- arr_col = self.desc_cols.index(self.ARRAY_LABEL)
- arr_item = self.item(row, arr_col)
- if valid and arr_item is not None:
- arr_name = arr_item.text()
- if arr_name not in ignore_duplicates:
- if not arr_name:
- msg = "An array name must be provided"
- valid = False
- elif (
- len(
- [
- name
- for name in self.current_names
- if name == arr_name
- ]
- )
- > 1
- ):
- valid = False
- msg = "Found duplicated entry of '%s'" % arr_name
-
- # ---------------------------------------------------------------------
- # ------- check the plotmethod if necessary and set the icon ----------
- # ---------------------------------------------------------------------
-
- if valid and self.plot_method is not None:
- rows = self.get_all_rows(row)
- checks, messages = self.plot_method.check_data(
- self.get_ds(),
- name=list(map(self._get_variables, rows)),
- dims=list(map(self._get_dims, rows)),
- )
- for row2, valid, msg in zip(rows, checks, messages):
- set_check(row2, valid, msg)
- valid = checks[rows.index(row)]
- msg = messages[rows.index(row)]
- else:
- set_check(row, valid, msg)
-
- return valid, msg
-
- def check_arrays(self, **kwargs):
- """Convenience function to check all arrays using the
- :meth:`check_array` method"""
- return list(
- map(partial(self.check_array, **kwargs), range(self.rowCount()))
- )
-
- def _str2slice(self, s):
- s = s.strip()
- if not s:
- return []
- s = s.split(":")
- if len(s) > 1:
- return range(*map(int, s[:3]))
- return [int(s[0])]
-
- def _get_dims(self, row):
- start = len(self.desc_cols)
- ret = {}
- for dim, item in zip(
- self.dims,
- map(
- lambda col: self.item(row, col),
- range(start, self.columnCount()),
- ),
- ):
- if item:
- text = asstring(item.text())
- if text:
- slices = list(
- chain(*map(self._str2slice, text.split(",")))
- )
- if len(slices) == 1:
- slices = slices[0]
- ret[dim] = slices
- return ret
-
- def _get_variables(self, row):
- var_col = self.desc_cols.index(self.VARIABLE_LABEL)
- ret = [
- s.strip()
- for s in asstring(self.item(row, var_col).text()).split(self.sep)
- ]
- ds = self.get_ds()
- for i, name in enumerate(ret):
- ret[i] = next(v for v in ds if asstring(v) == name)
- if len(ret) == 1:
- return ret[0]
- return ret
-
-
-class SubplotCreator(QWidget):
- """Select a subplot to which will be created (if not already existing) when
- making the plot"""
-
- def __init__(
- self, fig=None, rows=1, cols=1, num1=1, num2=None, *args, **kwargs
- ):
- """
- Parameters
- ----------
- fig: int or None
- The number of the figure
- rows: int
- The number of rows for the gridspec
- cols: int
- The number of columns for the gridspec
- num1: int
- The number of the upper left corner starting from 1
- num2: int or None
- The number of the lower right corner starting from 1. If None,
- `num1` is used"""
- super(SubplotCreator, self).__init__(*args, **kwargs)
-
- self.fig_label = QLabel("Figure number:", self)
- if fig is None:
- import matplotlib.pyplot as plt
-
- fig = next(
- num for num in range(1, 1000) if num not in plt.get_fignums()
- )
- self.fig_edit = QLineEdit(str(fig), self)
- self.fig_edit.setValidator(QIntValidator())
-
- self.rows_label = QLabel("No. of rows:", self)
- self.rows_edit = QLineEdit(str(rows), self)
- self.rows_edit.setValidator(QIntValidator(1, 9999, parent=self))
-
- self.cols_label = QLabel("No. of columns:", self)
- self.cols_edit = QLineEdit(str(cols), self)
- self.cols_edit.setValidator(QIntValidator(1, 9999, parent=self))
-
- self.num1_label = QLabel("Subplot number:", self)
- self.num1_edit = QLineEdit(str(num1), self)
- self.num1_edit.setValidator(
- QIntValidator(1, max(1, (rows or 1) * (cols or 1)), self.num1_edit)
- )
-
- self.num2_label = QLabel("End of the plot", self)
- self.num2_edit = QLineEdit(str(num2 or num1))
- self.num2_edit.setValidator(
- QIntValidator(
- num1, max(1, (rows or 1) * (cols or 1)), self.num2_edit
- )
- )
-
- self.table = table = QTableWidget(self)
- table.setSelectionMode(QAbstractItemView.ContiguousSelection)
- table.resizeRowsToContents()
- table.resizeColumnsToContents()
- table.setEditTriggers(QAbstractItemView.NoEditTriggers)
- self.setup_table()
- self.cols_edit.textChanged.connect(lambda s: self.setup_table())
- self.rows_edit.textChanged.connect(lambda s: self.setup_table())
- self.num1_edit.textChanged.connect(self.set_selected_from_num1)
- self.num1_edit.textChanged.connect(self.set_num2_validator)
- self.num2_edit.textChanged.connect(self.set_selected_from_num2)
- table.itemSelectionChanged.connect(self.update_num_edit)
-
- layout = QGridLayout()
- layout.addWidget(self.fig_label, 0, 0)
- layout.addWidget(self.fig_edit, 0, 1)
- layout.addWidget(self.rows_label, 1, 0)
- layout.addWidget(self.rows_edit, 1, 1)
- layout.addWidget(self.cols_label, 2, 0)
- layout.addWidget(self.cols_edit, 2, 1)
- layout.addWidget(self.num1_label, 3, 0)
- layout.addWidget(self.num1_edit, 3, 1)
- layout.addWidget(self.num2_label, 4, 0)
- layout.addWidget(self.num2_edit, 4, 1)
-
- layout.addWidget(self.table, 1, 2, 4, 4)
-
- self.setLayout(layout)
-
- @staticmethod
- def create_subplot(fig=None, rows=1, cols=1, num1=1, num2=None, **kwargs):
- """Create a subplot for the given figure
-
- Parameters
- ----------
- fig: :class:`matplotlib.figure.Figure` or int
- If integer, the :func:`matplotlib.pyplot.figure` function is used
- rows: int
- Number of rows for the gridspec
- cols: int
- Number of columns for the gridspec
- num1: int
- The subplot number of the upper left corner in the grid (starting
- from 1!)
- num2: None or int
- The subplot number of the lower left corner in the grid (starting
- from 1!). If None, `num1` will be used
- ``**kwargs``
- Any other keyword argument for the
- :meth:`matplotlib.figure.Figure.add_subplot` method
-
- Returns
- -------
- mpl.axes.Subplot
- The new created subplot"""
- if not isinstance(fig, mpl.figure.Figure):
- import matplotlib.pyplot as plt
-
- fig = plt.figure(
- fig
- or next(
- num
- for num in range(1, 1000)
- if num not in plt.get_fignums()
- )
- )
- if num1 == num2:
- num2 = None
- elif num2 is not None:
- num2 = num2 - 1
- num1 = num1 - 1
- # first check if an axes with this specification already exists and if
- # yes, return it
- for ax in fig.axes:
- ss = ax.get_subplotspec()
- if ss.num1 == num1 and (
- ss.num2 == num2
- or (ss.num2 is None and num1 == num2)
- or (num2 is None and ss.num2 == num1)
- ):
- gs = ss.get_gridspec()
- if gs.get_geometry() == (rows, cols):
- return ax
- # if it does not exist, create a new one
- gs = mpl.gridspec.GridSpec(rows, cols)
- ss = mpl.gridspec.SubplotSpec(gs, num1, num2)
- return fig.add_subplot(ss, **kwargs)
-
- def setup_table(self):
- """Set up the table based upon the number of rows and columns in the
- rows and cols line edit"""
- rows = int(self.rows_edit.text() or 0)
- cols = int(self.cols_edit.text() or 0)
- if not rows or not cols:
- return
- self.table.clear()
- self.table.setRowCount(rows)
- self.table.setColumnCount(cols)
- selected = int(self.num1_edit.text() or 0)
- if selected:
- selected = (
- int(floor(selected / (cols + 1))),
- ((selected % cols) - 1) % cols,
- )
- else:
- selected = (0, 0)
- for i, (row, col) in enumerate(product(range(rows), range(cols)), 1):
- item = QTableWidgetItem(str(i))
- self.table.setItem(row, col, item)
- self.table.resizeColumnsToContents()
- self.table.resizeRowsToContents()
- self.num1_edit.validator().setTop(max(1, rows * cols))
- self.set_num2_validator(self.num1_edit.text())
- self.set_selected_from_num1(self.num1_edit.text())
-
- def set_num2_validator(self, s):
- """Set the validator range for the num2 line edit"""
- num1 = int(s or 1)
- rows = int(self.rows_edit.text() or 0)
- cols = int(self.cols_edit.text() or 0)
- num2 = int(self.num2_edit.text() or num1)
- self.num2_edit.setText(str(max(num1, num2)))
- self.num2_edit.validator().setRange(
- num1, max(1, (rows or 1) * (cols or 1))
- )
-
- def set_selected_from_num1(self, s):
- """Update the selection of the table after changes of
- :attr:`num1_edit`"""
- self.table.clearSelection()
- if not s:
- return
- num1 = int(s)
- num2 = int(self.num2_edit.text() or num1)
- self.set_selected(num1, num2)
-
- def set_selected_from_num2(self, s):
- """Update the selection of the table after changes of :attr:`num2_edit`"""
- self.table.clearSelection()
- if not s:
- return
- num2 = int(s)
- num1 = int(self.num1_edit.text() or 0)
- if not num1:
- return
- self.set_selected(num1, num2)
-
- def set_selected(self, num1, num2):
- """Update the selection in the table based upon `num1` and `num2`"""
- self.table.clearSelection()
- rows = int(self.rows_edit.text() or 0)
- cols = int(self.cols_edit.text() or 0)
- if not rows or not cols:
- return
- sel_rows = range(
- int(floor(num1 / (cols + 1))), int(floor(num2 / (cols + 1))) + 1
- )
- sel_cols = range(
- ((num1 % cols) - 1) % cols, (((num2 % cols) - 1) % cols) + 1
- )
- for item in starmap(self.table.item, product(sel_rows, sel_cols)):
- if item:
- self.table.blockSignals(True)
- item.setSelected(True)
- self.table.blockSignals(False)
-
- def update_num_edit(self):
- """Update the :attr:`num1_edit` and :attr:`num2_edit` after the
- selection of the table changed"""
- items = self.table.selectedItems()
- if not items:
- return
- sel_rows = [item.row() for item in items]
- sel_cols = [item.column() for item in items]
- cols = int(self.cols_edit.text() or 0)
- self.num1_edit.blockSignals(True)
- self.num1_edit.setText(str(min(sel_rows) * cols + min(sel_cols) + 1))
- self.num1_edit.blockSignals(False)
- self.num2_edit.blockSignals(True)
- self.num2_edit.setText(str(max(sel_rows) * cols + max(sel_cols) + 1))
- self.num2_edit.blockSignals(False)
-
- def get_iter(self):
- """Get the iterator over the axes"""
- fig_text = self.fig_edit.text()
- if fig_text:
- figs = repeat(fig_text)
- else:
- import matplotlib.pyplot as plt
-
- figs = map(
- str,
- (
- num
- for num in range(1, 1000)
- if num not in plt.get_fignums()
- ),
- )
- num1 = self.num1_edit.text() or "1"
- num2 = self.num2_edit.text() or num1
- return (
- "(%s, %s, %s, %s, %s)"
- % (
- fig,
- self.rows_edit.text() or "1",
- self.cols_edit.text() or "1",
- num1,
- num2,
- )
- for fig in figs
- )
-
-
-class AxesViewer(QGraphicsView):
- """Widget to show a rectangle"""
-
- sizeChanged = QtCore.pyqtSignal(QtCore.QSize)
-
- def __init__(self, *args, **kwargs):
- super(AxesViewer, self).__init__(*args, **kwargs)
- self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
- self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
-
- def resizeEvent(self, *args, **kwargs):
- super(AxesViewer, self).resizeEvent(*args, **kwargs)
- self.setSceneRect(
- 0, 0, self.frameSize().width(), self.frameSize().height()
- )
- self.sizeChanged.emit(self.size())
-
-
-class AxesCreator(QWidget):
- """Widget to setup an axes in a arbitrary location"""
-
- def __init__(
- self, fig=None, x0=0.125, y0=0.1, x1=0.9, y1=0.9, *args, **kwargs
- ):
- """
- Parameters
- ----------
- fig: int or None
- The figure number. If None, a new figure number will be used
- x0: float
- the x-coordinate of the lower left corner (between 0 and 1)
- y0: float
- the y-coordinate of the lower left corner (between 0 and 1)
- x1: float
- the x-coordinate of the upper right corner (between 0 and 1)
- y1: float
- the y-coordinate of the upper right corner (between 0 and 1)
- """
- super(AxesCreator, self).__init__(*args, **kwargs)
- self.fig_label = QLabel("Figure number:", self)
- if fig is None:
- import matplotlib.pyplot as plt
-
- fig = next(
- num for num in range(1, 1000) if num not in plt.get_fignums()
- )
- self.fig_edit = QLineEdit(str(fig), self)
- self.fig_edit.setValidator(QIntValidator())
-
- self.x0_label = QLabel("Lower left x: ", self)
- self.x0_edit = QLineEdit(str(x0), self)
- self.x0_edit.setValidator(QDoubleValidator(0.0, 1.0, 5, parent=self))
-
- self.y0_label = QLabel("Lower left y: ", self)
- self.y0_edit = QLineEdit(str(y0), self)
- self.y0_edit.setValidator(QDoubleValidator(0.0, 1.0, 5, parent=self))
-
- self.x1_label = QLabel("Upper right x: ", self)
- self.x1_edit = QLineEdit(str(x1), self)
- self.x1_edit.setValidator(QDoubleValidator(0.0, 1.0, 5, parent=self))
-
- self.y1_label = QLabel("Upper right y: ", self)
- self.y1_edit = QLineEdit(str(y1), self)
- self.y1_edit.setValidator(QDoubleValidator(0.5, 1.0, 5, parent=self))
-
- self.graphics_scene = QGraphicsScene(self)
- self.graphics_view = AxesViewer(self.graphics_scene)
-
- size = self.graphics_view.size()
- width = size.width() * float(x1 - x0)
- height = size.height() * float(y1 - y0)
- x0_resized = size.width() * float(x0)
- y0_resized = size.height() * float(y0)
-
- self.box_widget = QGraphicsRectItem(
- x0_resized, y0_resized, width, height
- )
- self.graphics_scene.addItem(self.box_widget)
- self.graphics_view.sizeChanged.connect(self.resize_rectangle)
-
- layout = QGridLayout()
- layout.addWidget(self.fig_label, 0, 0)
- layout.addWidget(self.fig_edit, 0, 1)
- layout.addWidget(self.x0_label, 1, 0)
- layout.addWidget(self.x0_edit, 1, 1)
- layout.addWidget(self.y0_label, 2, 0)
- layout.addWidget(self.y0_edit, 2, 1)
- layout.addWidget(self.x1_label, 3, 0)
- layout.addWidget(self.x1_edit, 3, 1)
- layout.addWidget(self.y1_label, 4, 0)
- layout.addWidget(self.y1_edit, 4, 1)
-
- layout.addWidget(self.graphics_view, 1, 2, 4, 4)
-
- for w in [self.x0_edit, self.y0_edit, self.x1_edit, self.y1_edit]:
- w.textChanged.connect(
- lambda s: self.resize_rectangle(self.graphics_view.size())
- )
-
- self.setLayout(layout)
-
- def resize_rectangle(self, size):
- """resize the rectangle after changes of the widget size"""
- coords = [
- self.x0_edit.text(),
- self.y0_edit.text(),
- self.x1_edit.text(),
- self.y1_edit.text(),
- ]
- if any(not c for c in coords):
- return
- x0, y0, x1, y1 = map(float, coords)
- width = size.width() * float(x1 - x0)
- height = size.height() * float(y1 - y0)
- x0_resized = size.width() * float(x0)
- y1_resized = size.height() * float(1.0 - y1)
- self.box_widget.setRect(x0_resized, y1_resized, width, height)
-
- @staticmethod
- def create_axes(fig, x0, y0, x1, y1, **kwargs):
- """
- Create an axes for the given `fig`
-
- Parameters
- ----------
- fig: int or None
- The figure number. If None, a new figure number will be used
- x0: float
- the x-coordinate of the lower left corner (between 0 and 1)
- y0: float
- the y-coordinate of the lower left corner (between 0 and 1)
- x1: float
- the x-coordinate of the upper right corner (between 0 and 1)
- y1: float
- the y-coordinate of the upper right corner (between 0 and 1)
- ``**kwargs``
- Any other keyword argument for the
- :meth:`matplotlib.figure.Figure.add_axes` method
- """
- if not isinstance(fig, mpl.figure.Figure):
- import matplotlib.pyplot as plt
-
- fig = plt.figure(
- fig
- or next(
- num
- for num in range(1, 1000)
- if num not in plt.get_fignums()
- )
- )
- x1 = max([x0, x1])
- y1 = max([y0, y1])
- bbox = mpl.transforms.Bbox.from_extents(x0, y0, x1, y1)
- points = np.round(bbox.get_points(), 5)
- for ax in fig.axes:
- if (np.round(ax.get_position().get_points(), 5) == points).all():
- return ax
- return fig.add_axes(bbox, **kwargs)
-
- def get_iter(self):
- """Get the iterator over the axes"""
- fig_text = self.fig_edit.text()
- if fig_text:
- figs = repeat(fig_text)
- else:
- import matplotlib.pyplot as plt
-
- figs = map(
- str,
- (
- num
- for num in range(1, 1000)
- if num not in plt.get_fignums()
- ),
- )
- left = self.x0_edit.text() or "0.125"
- bottom = self.y0_edit.text() or "0.1"
- width = self.x1_edit.text() or "0.9"
- height = self.y1_edit.text() or "0.9"
- return (
- "(%s, %s, %s, %s, %s)" % (fig, left, bottom, width, height)
- for fig in figs
- )
-
-
-class AxesSelector(QWidget):
- """Widget to select an already created axes
-
- Click the button, select your axes and click the button again"""
-
- def __init__(self, *args, **kwargs):
- super(AxesSelector, self).__init__(*args, **kwargs)
- self.bt_choose = QPushButton("Click to select axes", self)
- self.bt_choose.setCheckable(True)
- self.msg_label = QLabel("", self)
-
- self.result_label = QLabel("", self)
-
- self.layout = QVBoxLayout()
- self.layout.addWidget(self.bt_choose)
- self.layout.addWidget(self.msg_label)
- self.layout.addWidget(self.result_label)
-
- self.setLayout(self.layout)
-
- self.bt_choose.clicked.connect(self.change_pickers)
-
- def change_pickers(self, b):
- """Change the pickers of the axes instances
-
- If the push button is clicked, we replace the existing pickers of the
- axes in order to select the plots. Otherwise we restore them"""
- if self.bt_choose.isChecked():
- self.bt_choose.setText("Click when finished")
- self.msg_label.setText("Select an existing axes")
- self.result_label.setText("")
- self.allow_axes_select()
- else:
- self.bt_choose.setText("Select an axes")
- self.msg_label.setText("")
- self.restore_pickers()
-
- def unclick(self):
- """Restore the original pickers"""
- if self.bt_choose.isChecked():
- self.bt_choose.click()
-
- def allow_axes_select(self):
- """Replace make all axes pickable"""
- import matplotlib.pyplot as plt
-
- self.fig_events = d = {}
- self.pickers = pickers = defaultdict(dict)
- for num in plt.get_fignums():
- fig = plt.figure(num)
- d[num] = fig.canvas.mpl_connect("pick_event", self.get_picked_ax)
- for ax in fig.axes:
- pickers[num][ax] = ax.get_picker()
- ax.set_picker(True)
-
- def restore_pickers(self):
- """Restore the original pickers of the existing axes instances"""
- import matplotlib.pyplot as plt
-
- for num, cid in self.fig_events.items():
- plt.figure(num).canvas.mpl_disconnect(cid)
- for artist, picker in self.pickers[num].items():
- artist.set_picker(picker)
- self.fig_events.clear()
- self.pickers.clear()
-
- def get_picked_ax(self, event):
- """Function to be called when an axes is picked"""
- try:
- ax = event.artist.axes
- except AttributeError:
- ax = event.artist.get_axes()
- text = self.result_label.text()
- if text:
- text += ";;"
- self.result_label.setText(text + self.inspect_axes(ax))
-
- def inspect_axes(self, ax):
- """Inspect the given axes and get the right string for making a plot
- with it"""
- from matplotlib.axes import SubplotBase
-
- if isinstance(ax, SubplotBase):
- ss = ax.get_subplotspec()
- gs = ss.get_gridspec()
- rows, cols = gs.get_geometry()
- return "(%i, %i, %i, %i, %i)" % (
- ax.get_figure().number,
- rows,
- cols,
- ss.num1 + 1,
- (ss.num2 or ss.num1) + 1,
- )
- else:
- box = ax.get_position()
- points = np.round(box.get_points().ravel(), 5).tolist()
- return "(%i, %1.5f, %1.5f, %1.5f, %1.5f)" % tuple(
- [ax.get_figure().number] + points
- )
-
- def setVisible(self, b):
- """Reimplemented to restore the pickers if the widget is made invisible"""
- super(AxesSelector, self).setVisible(b)
- if not self.isVisible():
- self.unclick()
-
- def close(self):
- """Reimplemented to restore the pickers if the widget is closed"""
- self.unclick()
- return super(AxesSelector, self).close()
-
- def get_iter(self):
- """Get the iterator over the axes"""
- return (txt for txt in cycle(self.result_label.text().split(";;")))
-
-
-class AxesCreatorCollection(QDialog):
- """Wrapper for a QToolBox that holds the different possibilities to select
- an axes
-
- When the user finished, the :attr:`okpressed` symbol is emitted with an
- infinite iterator of strings. Possible widgets for the toolbox are
- determined by the :attr:`widgets` attribute"""
-
- #: signal that is emitted when the 'Ok' pushbutton is pressed and the user
- #: finished the selection
- okpressed = QtCore.pyqtSignal(types.GeneratorType)
-
- #: key, title and class fot the widget that is used to create an
- #: axes
- widgets = [
- ("subplot", "Subplot in a grid", SubplotCreator),
- ("axes", "Arbitray position", AxesCreator),
- ("choose", "Existing subplot", AxesSelector),
- ]
-
- def __init__(self, key=None, func_kwargs={}, *args, **kwargs):
- """
- Parameters
- ----------
- key: str or None
- if string, it must be one of the keys in the :attr:`widgets`
- attribute
- func_kwargs: dict
- a dictionary that is passed to the class constructor determined by
- the `key` parameter if `key` is not None
- ``*args,**kwargs``
- Determined by the QWidget class"""
- super(AxesCreatorCollection, self).__init__(*args, **kwargs)
- self.bt_cancel = QPushButton("Cancel", self)
- self.bt_ok = QPushButton("Ok", self)
-
- self.tb = QTabWidget(self)
- self.tb.setTabPosition(QTabWidget.West)
- current = 0
- for i, (func_name, title, cls) in enumerate(self.widgets):
- if func_name == key:
- current = i
- w = cls(**func_kwargs)
- else:
- w = cls()
- self.tb.addTab(w, title)
-
- self.tb.setCurrentIndex(current)
-
- self.bt_ok.clicked.connect(self.create_subplot)
- self.bt_ok.clicked.connect(self.close)
- self.bt_cancel.clicked.connect(self.close)
-
- layout = QVBoxLayout()
- layout.addWidget(self.tb)
-
- hbox = QHBoxLayout()
- hbox.addStretch(0)
- hbox.addWidget(self.bt_cancel)
- hbox.addWidget(self.bt_ok)
- layout.addLayout(hbox)
-
- self.setLayout(layout)
-
- def create_subplot(self):
- """Method that is called whenn the ok button is pressed.
-
- It emits the :attr:`okpressed` signal with the iterator of the current
- widget in the toolbox"""
- it = self.tb.currentWidget().get_iter()
- self.okpressed.emit(it)
-
- def close(self):
- """reimplemented to make sure that all widgets are closed when this one
- is closed"""
- for w in map(self.tb.widget, range(len(self.widgets))):
- w.close()
- return super(AxesCreatorCollection, self).close()
-
-
-class PlotCreator(QDialog):
- """
- Widget to extract data from a dataset and eventually create a plot"""
-
- #: Tooltip for not making a plot
- NO_PM_TT = "Choose a plot method (or choose none to only extract the data)"
-
- _preset = None
-
- _decoder = None
-
- def __init__(self, *args, **kwargs):
- self.help_explorer = kwargs.pop("help_explorer", None)
- super(PlotCreator, self).__init__(*args, **kwargs)
- self.setAttribute(Qt.WA_DeleteOnClose)
- self.setWindowTitle("Create plots")
- self.error_msg = PyErrorMessage(self)
- mp = psy.gcp(True)
-
- self.splitter = splitter = QSplitter(Qt.Vertical, parent=self)
- self.w = w = QWidget(self)
- self.fmt_tree_widget = QWidget(self)
-
- # ---------------------------------------------------------------------
- # -------------------------- children ---------------------------------
- # ---------------------------------------------------------------------
-
- self.ds_combo = QComboBox(parent=w)
- self.ds_combo.setToolTip("The data source to use the data from")
- self.fill_ds_combo(mp)
- self.bt_open_file = QToolButton(parent=w)
- self.bt_open_file.setIcon(QIcon(get_icon("run_arrow.png")))
- self.bt_open_file.setToolTip("Open a new dataset from the hard disk")
- self.bt_get_ds = LoadFromConsoleButton(xarray.Dataset, parent=w)
- self.bt_get_ds.setToolTip(
- "Use a dataset already defined in the console"
- )
-
- self.pm_label = QLabel("Plot method: ", w)
- self.pm_combo = QComboBox(w)
- self.fill_plot_method_combo()
- self.bt_load_preset = QPushButton("Preset")
- self.bt_load_preset.setEnabled(False)
- self.pm_info = QToolButton(w)
- self.pm_info.setIcon(QIcon(get_icon("info.png")))
- self.pm_info.setToolTip("Show information in the help explorer")
-
- self.variables_table = VariablesTable(self.get_ds, parent=w)
- self.variables_table.fill_from_ds()
-
- self.coords_table = CoordsTable(self.get_ds, parent=w)
- self.coords_table.fill_from_ds()
-
- self.array_table = ArrayTable(self.get_ds, parent=w)
- self.array_table.setup_from_ds(plot_method=self.pm_combo.currentText())
-
- self.cbox_load = QCheckBox("load")
- self.cbox_load.setToolTip(
- "Load the selected data arrays into memory when clicking on "
- "Ok . Note that this might cause problems for large "
- "arrays!"
- )
-
- self.cbox_close_popups = QCheckBox("close dropdowns", w)
- self.cbox_close_popups.setChecked(True)
- self.cbox_close_popups.setToolTip(
- "Close drop down menues after selecting indices to plot"
- )
- self.cbox_use_coords = QCheckBox("show coordinates", w)
- self.cbox_use_coords.setChecked(False)
- self.cbox_use_coords.setToolTip(
- "Show the real coordinates instead of the indices in the drop "
- "down menues"
- )
- self.bt_remove_all = QToolButton(w)
- self.bt_remove_all.setIcon(QIcon(get_icon("minusminus.png")))
- self.bt_remove_all.setToolTip("Remove all arrays")
- self.bt_remove = QToolButton(w)
- self.bt_remove.setIcon(QIcon(get_icon("minus.png")))
- self.bt_remove.setToolTip("Remove selected arrays")
- self.bt_add = QToolButton(w)
- self.bt_add.setIcon(QIcon(get_icon("plus.png")))
- self.bt_add.setToolTip("Add arrays for the selected variables")
- self.bt_add_all = QToolButton(w)
- self.bt_add_all.setIcon(QIcon(get_icon("plusplus.png")))
- self.bt_add_all.setToolTip(
- "Add arrays for all variables in the dataset"
- )
-
- self.rows_axis_label = QLabel("No. of rows", w)
- self.rows_axis_edit = QLineEdit(w)
- self.rows_axis_edit.setText("1")
- self.cols_axis_label = QLabel("No. sof columns", w)
- self.cols_axis_edit = QLineEdit(w)
- self.cols_axis_edit.setText("1")
- self.max_axis_label = QLabel("No. of axes per figure", w)
- self.max_axis_edit = QLineEdit(w)
- self.bt_add_axes = QPushButton("Add new subplots", w)
- self.bt_add_axes.setToolTip(
- "Adds subplots for the selected arrays based the specified number "
- "of rows and columns"
- )
-
- self.row_axis_label = QLabel("Row number:", w)
- self.row_axis_edit = QLineEdit(w)
- self.row_axis_edit.setText("1")
- self.col_axis_label = QLabel("Column number", w)
- self.col_axis_edit = QLineEdit(w)
- self.col_axis_edit.setText("1")
- self.bt_add_single_axes = QPushButton("Add one subplot", w)
- self.bt_add_single_axes.setToolTip(
- "Add one subplot for the specified row and column"
- )
-
- self.fmt_tree_label = QLabel(
- "Modify the formatoptions of the newly created plots."
- "Values must be entered in yaml syntax",
- parent=self.fmt_tree_widget,
- )
-
- self.fmt_tree = RcParamsTree(
- None, None, None, parent=self.fmt_tree_widget
- )
- self.fmt_tree.value_col = 3
- self.fmt_tree.setColumnCount(4)
- self.fmt_tree.setHeaderLabels(["Formatoption", "", "", "Value"])
-
- # ---------------------------------------------------------------------
- # ---------------------------- connections ----------------------------
- # ---------------------------------------------------------------------
-
- # ----------------- dataset combo connections ------------------------
- self.bt_open_file.clicked.connect(lambda: self.open_dataset())
- self.bt_get_ds.object_loaded.connect(self.add_new_ds)
- self.ds_combo.currentIndexChanged[int].connect(self.set_ds)
-
- self.ds_combo.currentIndexChanged[int].connect(
- lambda i: self.variables_table.fill_from_ds()
- )
- self.ds_combo.currentIndexChanged[int].connect(
- lambda i: self.coords_table.fill_from_ds()
- )
- self.ds_combo.currentIndexChanged[int].connect(
- lambda i: self.array_table.setup_from_ds()
- )
- self.ds_combo.currentIndexChanged[int].connect(
- lambda i: self.connect_combo_boxes()
- )
-
- # ------------------- plot method connections -------------------------
- self.pm_combo.currentIndexChanged[str].connect(
- lambda s: (
- self.pm_combo.setToolTip(getattr(psy.plot, s)._summary)
- if s
- else self.NO_PM_TT
- )
- )
- self.pm_info.clicked.connect(self.show_pm_info)
- self.pm_combo.currentIndexChanged[str].connect(self.array_table.set_pm)
- self.pm_combo.currentIndexChanged[str].connect(self.fill_fmt_tree)
-
- # ------------------- preset button connections -----------------------
- self.bt_load_preset.clicked.connect(self.load_preset)
-
- # --------------------- Combo box connections -------------------------
- self.cbox_close_popups.clicked.connect(self.toggle_close_popups)
- self.cbox_use_coords.clicked.connect(self.reset_comboboxes)
- # connect leftclick of combo boxes to create new arrays or update the
- # selected
- self.connect_combo_boxes()
-
- # ----------------- add and remove button connections -----------------
- self.bt_add.clicked.connect(
- lambda b: self.insert_array(
- variables=self.variables_table.selected_variables
- )
- )
- self.bt_add_all.clicked.connect(
- lambda b: self.insert_array(
- variables=self.variables_table.variables
- )
- )
- self.bt_remove_all.clicked.connect(
- lambda b: self.array_table.remove_arrays(False)
- )
- self.bt_remove.clicked.connect(
- lambda b: self.array_table.remove_arrays(True)
- )
-
- # ------------- axes creation connections -----------------------------
- self.rows_axis_edit.returnPressed.connect(self.bt_add_axes.click)
- self.cols_axis_edit.returnPressed.connect(self.bt_add_axes.click)
- self.max_axis_edit.returnPressed.connect(self.bt_add_axes.click)
- self.bt_add_axes.clicked.connect(self.setup_subplots)
- self.row_axis_edit.returnPressed.connect(self.bt_add_single_axes.click)
- self.col_axis_edit.returnPressed.connect(self.bt_add_single_axes.click)
- self.bt_add_single_axes.clicked.connect(self.setup_subplot)
-
- # -------------------- create and cancel connections ------------------
- self.bbox = bbox = QDialogButtonBox(
- QDialogButtonBox.Ok | QDialogButtonBox.Cancel
- )
- bbox.accepted.connect(self.create_plots)
- bbox.rejected.connect(self.reject)
-
- # -------------------- other connections ------------------------------
- # allow only to select either variables or newly created arrays in
- # order to control the behaviour of the combo box left click in
- # self.insert_array_from_combo
- self.array_table.itemSelectionChanged.connect(
- self.variables_table.clearSelection
- )
- self.variables_table.itemSelectionChanged.connect(
- self.array_table.clearSelection
- )
-
- # ---------------------------------------------------------------------
- # ---------------------------- layouts --------------------------------
- # ---------------------------------------------------------------------
-
- self.ds_box = QHBoxLayout()
- self.ds_box.addWidget(self.ds_combo)
- self.ds_box.addWidget(self.bt_open_file)
- self.ds_box.addWidget(self.bt_get_ds)
-
- self.pm_box = QHBoxLayout()
- self.pm_box.addStretch(0)
- self.pm_box.addWidget(self.pm_label)
- self.pm_box.addWidget(self.pm_combo)
- self.pm_box.addWidget(self.bt_load_preset)
- self.pm_box.addWidget(self.pm_info)
-
- self.tree_box = QHBoxLayout()
- self.tree_box.addStretch(0)
- self.tree_box.addWidget(self.cbox_load)
- self.tree_box.addWidget(self.cbox_close_popups)
- self.tree_box.addWidget(self.cbox_use_coords)
- self.tree_box.addWidget(self.bt_remove_all)
- self.tree_box.addWidget(self.bt_remove)
- self.tree_box.addWidget(self.bt_add)
- self.tree_box.addWidget(self.bt_add_all)
-
- self.axes_box = QGridLayout()
- self.axes_box.addWidget(self.max_axis_label, 0, 0)
- self.axes_box.addWidget(self.max_axis_edit, 0, 1)
- self.axes_box.addWidget(self.rows_axis_label, 0, 2)
- self.axes_box.addWidget(self.rows_axis_edit, 0, 3)
- self.axes_box.addWidget(self.cols_axis_label, 0, 4)
- self.axes_box.addWidget(self.cols_axis_edit, 0, 5)
- self.axes_box.addWidget(self.bt_add_axes, 0, 6)
- self.axes_box.addWidget(self.row_axis_label, 1, 2)
- self.axes_box.addWidget(self.row_axis_edit, 1, 3)
- self.axes_box.addWidget(self.col_axis_label, 1, 4)
- self.axes_box.addWidget(self.col_axis_edit, 1, 5)
- self.axes_box.addWidget(self.bt_add_single_axes, 1, 6)
-
- self.vbox = QVBoxLayout()
- self.vbox.addLayout(self.ds_box)
- self.vbox.addLayout(self.pm_box)
- self.vbox.addLayout(self.tree_box)
- self.vbox.addWidget(self.variables_table)
- self.vbox.addWidget(self.coords_table)
- self.vbox.addWidget(self.array_table)
- self.vbox.addLayout(self.axes_box)
- self.vbox.addWidget(self.bbox)
-
- w.setLayout(self.vbox)
-
- fmt_tree_layout = QVBoxLayout()
- fmt_tree_layout.addWidget(self.fmt_tree_label)
- fmt_tree_layout.addWidget(self.fmt_tree)
- self.fmt_tree_widget.setLayout(fmt_tree_layout)
-
- splitter.addWidget(w)
-
- splitter.addWidget(self.fmt_tree_widget)
-
- hbox = QHBoxLayout(self)
- hbox.addWidget(splitter)
- self.setLayout(hbox)
- self.fill_fmt_tree(self.pm_combo.currentText())
-
- def toggle_close_popups(self):
- """Change the automatic closing of popups"""
- close_popups = self.cbox_close_popups.isChecked()
- for cb in self.coords_table.combo_boxes:
- cb.close_popups = close_popups
-
- def reset_comboboxes(self):
- """Clear all comboboxes"""
- use_coords = self.cbox_use_coords.isChecked()
- for cb in self.coords_table.combo_boxes:
- cb.use_coords = use_coords
- cb.clear()
- cb._is_empty = True
-
- def fill_fmt_tree(self, pm):
- import psyplot.project as psy
-
- self.fmt_tree.clear()
- if not pm:
- self.fmt_tree_widget.setVisible(False)
- self.bt_load_preset.setEnabled(False)
- else:
- pm = getattr(psy.plot, pm)
- plotter = pm.plotter_cls()
- if self._preset:
- plotter.update(
- psy.Project.extract_fmts_from_preset(self._preset, pm)
- )
- self.fmt_tree.rc = plotter
- self.fmt_tree.validators = {
- key: getattr(plotter, key).validate for key in plotter
- }
- self.fmt_tree.descriptions = {
- key: getattr(plotter, key).name for key in plotter
- }
- self.fmt_tree.initialize()
- icon = QIcon(get_icon("info.png"))
- docs_funcs = {
- key: partial(plotter.show_docs, key) for key in plotter
- }
- for item in self.fmt_tree.top_level_items:
- key = item.text(0)
- bt = QToolButton()
- bt.setIcon(icon)
- bt.clicked.connect(docs_funcs[key])
- self.fmt_tree.setItemWidget(item, 2, bt)
- self.fmt_tree.resizeColumnToContents(2)
- self.fmt_tree_widget.setVisible(True)
- self.bt_load_preset.setEnabled(True)
-
- def setup_subplots(self):
- """Method to be emitted to setup the subplots for the selected arrays
- on new figures"""
- rows = int(self.rows_axis_edit.text())
- cols = int(self.cols_axis_edit.text())
- maxn = int(self.max_axis_edit.text() or 0)
- self.array_table.add_subplots(rows, cols, maxn)
-
- def setup_subplot(self):
- """Method to be emitted to setup one subplot at a specific location
- for each of the selected arrays on separate (new) figures"""
- rows = int(self.rows_axis_edit.text())
- cols = int(self.cols_axis_edit.text())
- row = int(self.row_axis_edit.text())
- col = int(self.col_axis_edit.text())
- self.array_table.add_single_subplot(rows, cols, row, col)
-
- def show_pm_info(self):
- """Shows info on the current plotting method in the help explorer"""
- if self.help_explorer is None:
- return
- pm_name = self.pm_combo.currentText()
- if pm_name:
- self.help_explorer.show_help(
- getattr(psy.plot, pm_name), "psyplot.project.plot." + pm_name
- )
- else:
- self.help_explorer.show_rst(
- """
- No plot
- =======
- No plot will be created, only the data is extracted""",
- "no_plot",
- )
-
- def connect_combo_boxes(self):
- for cb in self.coords_table.combo_boxes:
- cb.leftclick.connect(self.insert_array_from_combo)
-
- def fill_plot_method_combo(self):
- """Takes the names of the plotting methods in the current project"""
- self.pm_combo.addItems([""] + sorted(psy.plot._plot_methods))
- self.pm_combo.setToolTip(self.NO_PM_TT)
-
- def set_pm(self, plot_method):
- self.pm_combo.setCurrentIndex(
- self.pm_combo.findText(plot_method or "")
- )
-
- def create_plots(self):
- """Method to be called when the `Create plot` button is pressed
-
- This method reads the data from the :attr:`array_table` attribute and
- makes the plot (or extracts the data) based upon the
- :attr:`plot_method` attribute"""
- import matplotlib.pyplot as plt
-
- names = self.array_table.arr_names_dict
- pm = self.pm_combo.currentText()
- if pm:
- pm = getattr(psy.plot, pm)
- for d, (default_dim, default_slice) in product(
- six.itervalues(names), six.iteritems(pm._default_dims)
- ):
- d.setdefault(default_dim, default_slice)
- kwargs = {
- "ax": self.array_table.axes,
- "fmt": {t[1]: t[2] for t in self.fmt_tree._get_rc()},
- }
- else:
- pm = self.open_data
- kwargs = {}
- fig_nums = plt.get_fignums()[:]
- try:
- pm(
- self.ds,
- arr_names=names,
- load=self.cbox_load.isChecked(),
- decoder=self._decoder,
- **kwargs,
- )
- except Exception:
- for num in set(plt.get_fignums()).difference(fig_nums):
- plt.close(num)
- self.error_msg.showTraceback("Failed to create the plots! ")
- logger.debug(
- "Error while creating the plots with %s!", names, exc_info=True
- )
- else:
- self.close()
-
- def load_preset(self):
- """Load a preset file"""
- fname, ok = QFileDialog.getOpenFileName(
- self,
- "Load preset",
- os.path.join(get_configdir(), "presets"),
- "YAML files (*.yml *.yaml);;" "All files (*)",
- )
- if ok:
- self.set_preset(fname)
-
- def open_dataset(self, fnames=None, *args, **kwargs):
- """Opens a file dialog and the dataset that has been inserted"""
-
- def open_ds():
- if len(fnames) == 1:
- kwargs.pop("concat_dim", None)
- return psy.open_dataset(fnames[0], *args, **kwargs)
- else:
- return psy.open_mfdataset(fnames, *args, **kwargs)
-
- if fnames is None:
- fnames = QFileDialog.getOpenFileNames(
- self,
- "Open dataset",
- os.getcwd(),
- "NetCDF files (*.nc *.nc4);;"
- "Shape files (*.shp);;"
- "All files (*)",
- )
- if with_qt5: # the filter is passed as well
- fnames = fnames[0]
- if isinstance(fnames, xarray.Dataset):
- ds = fnames
- self.add_new_ds("ds", ds)
- elif not fnames:
- return
- else:
- try:
- ds = open_ds()
- except Exception:
- kwargs["decode_times"] = False
- try:
- ds = open_ds()
- except Exception:
- self.error_msg.showTraceback(
- "Could not open dataset %s " % (fnames,)
- )
- return
- fnames_str = ", ".join(fnames)
- self.add_new_ds(fnames_str, ds, fnames_str)
-
- def set_preset(self, preset):
- import psyplot.project as psy
-
- self._preset = psy.Project._load_preset(preset)
- if self.fmt_tree_widget.isVisible():
- self.fill_fmt_tree(self.pm_combo.currentText())
-
- def set_decoder(self, decoder):
- """Set the decoder for the new plots."""
- self._decoder = decoder
-
- def add_new_ds(self, oname, ds, fname=None):
- d = {"ds": ds}
- if fname:
- d["fname"] = fname
- self.ds_descs.insert(0, d)
- self.ds_combo.insertItem(0, "New: " + oname)
- self.ds_combo.setCurrentIndex(0)
-
- def set_ds(self, i):
- """Set the current dataset"""
- self.ds = self.ds_descs[i]["ds"]
-
- def fill_ds_combo(self, project):
- """fill the dataset combobox with datasets of the current main project"""
- self.ds_combo.clear()
- self.ds_combo.setInsertPolicy(QComboBox.InsertAtBottom)
- ds_descs = project._get_ds_descriptions(
- project.array_info(ds_description="all")
- )
- self.ds_combo.addItems(
- [
- "%i: %s" % (i, ds_desc["fname"])
- for i, ds_desc in six.iteritems(ds_descs)
- ]
- )
- self.ds_descs = list(ds_descs.values())
- if len(self.ds_descs):
- self.set_ds(0)
-
- def insert_array_from_combo(self, cb, variables=None):
- """Insert new arrays into the dataset when the combobox is left-clicked"""
- if variables is None:
- variables = self.variables_table.selected_variables
- dims = {}
- for other_cb in self.coords_table.combo_boxes:
- ind = other_cb.currentIndex()
- dims[other_cb.dim] = str((ind - 1) if ind not in [-1, 0] else "")
- dim = cb.dim
- inserts = list(
- str(ind.row() - 1)
- for ind in cb.view().selectionModel().selectedIndexes()
- if ind.row() > 0
- )
- dims.pop(dim)
- for name, val in product(variables, inserts):
- dims[dim] = val
- self.array_table.insert_array(name, check=False, **dims)
- if len(inserts) > 1:
- inserts = "%s:%s" % (min(inserts), max(inserts))
- elif inserts:
- inserts = inserts[0]
- else:
- return
- self.array_table.update_selected(check=False, dims={dim: inserts})
- self.array_table.check_arrays()
-
- def insert_array(self, variables=None):
- """Inserts an array for the given variables (or the ones selected in
- the :attr:`variable_table` if `variables` is None)
- """
- if variables is None:
- variables = self.variables_table.selected_variables
- dims = {}
- for other_cb in self.coords_table.combo_boxes:
- ind = other_cb.currentIndex()
- dims[other_cb.dim] = str((ind - 1) if ind not in [-1, 0] else "")
- for name in variables:
- self.array_table.insert_array(name, check=False, **dims)
- self.array_table.check_arrays()
-
- def get_ds(self, i=None):
- """Get the dataset
-
- Parameters
- ----------
- i: int or None
- If None, the dataset of the current index in the `ds_combo` is
- returned. Otherwise it specifies the locdation of the dictionary in
- the :attr:`ds_descs` attribute
-
- Returns
- -------
- xarray.Dataset
- The requested dataset"""
- if i is None:
- i = self.ds_combo.currentIndex()
- if not len(self.ds_descs):
- return
- return self.ds_descs[i]["ds"]
-
- def close(self, *args, **kwargs):
- """Reimplemented to make sure that the data sets are deleted"""
- super(PlotCreator, self).close(*args, **kwargs)
- if hasattr(self, "ds_descs"):
- del self.ds_descs
-
- def open_data(self, *args, **kwargs):
- """Convenience method to create a sub project without a plotter
-
- This method is used when the :attr:`pm_combo` is empty"""
- p = psy.Project.from_dataset(*args, main=psy.gcp(True), **kwargs)
- psy.scp(p)
-
- def switch2ds(self, ds):
- """Switch to the given dataset
-
- Parameters
- ----------
- ds: xarray.Dataset
- The dataset to use. It is assumed that this dataset is already
- in the dataset combobox"""
- for i, desc in enumerate(self.ds_descs):
- if desc["ds"] is ds:
- self.ds_combo.setCurrentIndex(i)
- return
-
- def keyPressEvent(self, e):
- """Reimplemented to close the window when escape is hitted"""
- if e.key() == QtCore.Qt.Key_Escape:
- self.close()
- else:
- super(PlotCreator, self).keyPressEvent(e)
diff --git a/psyplot_gui/preferences.py b/psyplot_gui/preferences.py
deleted file mode 100644
index f90e64f..0000000
--- a/psyplot_gui/preferences.py
+++ /dev/null
@@ -1,716 +0,0 @@
-"""Preferences widget for psyplot_gui
-
-This module defines the :class:`Preferences` widget that creates an interface
-to the rcParams of psyplot and psyplot_gui"""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-from warnings import warn
-
-import yaml
-from psyplot.config.rcsetup import RcParams, psyplot_fname
-from psyplot.config.rcsetup import rcParams as psy_rcParams
-
-from psyplot_gui import rcParams as rcParams
-from psyplot_gui.common import get_icon
-from psyplot_gui.compat.qtcompat import (
- QAbstractItemView,
- QAction,
- QDialog,
- QDialogButtonBox,
- QFileDialog,
- QHBoxLayout,
- QIcon,
- QLabel,
- QListView,
- QListWidget,
- QListWidgetItem,
- QMenu,
- QPushButton,
- QScrollArea,
- QSplitter,
- QStackedWidget,
- Qt,
- QtCore,
- QTextEdit,
- QtGui,
- QToolButton,
- QTreeWidget,
- QTreeWidgetItem,
- QVBoxLayout,
- QWidget,
- asstring,
- with_qt5,
-)
-
-
-class ConfigPage(object):
- """An abstract base class for configuration pages"""
-
- #: A signal that shall be emitted if the validation state changes
- validChanged = QtCore.pyqtSignal(bool)
-
- #: A signal that is emitted if changes are propsed. The signal should be
- #: emitted with the instance of the page itself
- propose_changes = QtCore.pyqtSignal(object)
-
- #: The title for the config page
- title = None
-
- #: The icon of the page
- icon = None
-
- #: :class:`bool` that is True, if the changes in this ConfigPage are set
- #: immediately
- auto_updates = False
-
- @property
- def is_valid(self):
- """Check whether the page is valid"""
- raise NotImplementedError
-
- @property
- def changed(self):
- """Check whether the preferences will change"""
- raise NotImplementedError
-
- def initialize(self):
- """Initialize the page"""
- raise NotImplementedError
-
- def apply_changes(self):
- """Apply the planned changes"""
- raise NotImplementedError
-
-
-class RcParamsTree(QTreeWidget):
- """A QTreeWidget that can be used to display a RcParams instance
-
- This widget is populated by a :class:`psyplot.config.rcsetup.RcParams`
- instance and displays whether the values are valid or not"""
-
- #: A signal that shall be emitted if the validation state changes
- validChanged = QtCore.pyqtSignal(bool)
-
- #: A signal that is emitted if changes are propsed. It is either emitted
- #: with the parent of this instance (if this is not None) or with the
- #: instance itself
- propose_changes = QtCore.pyqtSignal(object)
-
- #: The :class:`~psyplot.config.rcsetup.RcParams` to display
- rc = None
-
- #: list of :class:`bool`. A boolean for each rcParams key that states
- #: whether the proposed value is valid or not
- valid = []
-
- value_col = 2
-
- def __init__(self, rcParams, validators, descriptions, *args, **kwargs):
- """
- Parameters
- ----------
- rcParams: dict
- The dictionary that contains the rcParams
- validators: dict
- A mapping from the `rcParams` key to the validation function for
- the corresponding value
- descriptions: dict
- A mapping from the `rcParams` key to it's description
-
- See Also
- --------
- psyplot.config.rcsetup.RcParams
- psyplot.config.rcsetup.RcParams.validate
- psyplot.config.rcsetup.RcParams.descriptions
- """
- super(RcParamsTree, self).__init__(*args, **kwargs)
- self.rc = rcParams
- self.validators = validators
- self.descriptions = descriptions
- self.setContextMenuPolicy(Qt.CustomContextMenu)
- self.customContextMenuRequested.connect(self.open_menu)
- self.setColumnCount(self.value_col + 1)
- self.setHeaderLabels(["RcParams key", "", "Value"])
-
- @property
- def is_valid(self):
- """True if all the proposed values in this tree are valid"""
- return all(self.valid)
-
- @property
- def top_level_items(self):
- """An iterator over the topLevelItems in this tree"""
- return map(self.topLevelItem, range(self.topLevelItemCount()))
-
- def initialize(self):
- """Fill the items of the :attr:`rc` into the tree"""
- rcParams = self.rc
- descriptions = self.descriptions
- self.valid = [True] * len(rcParams)
- validators = self.validators
- vcol = self.value_col
- for i, (key, val) in enumerate(sorted(rcParams.items())):
- item = QTreeWidgetItem(0)
- item.setText(0, key)
- item.setToolTip(0, key)
- item.setIcon(1, QIcon(get_icon("valid.png")))
- desc = descriptions.get(key)
- if desc:
- item.setText(vcol, desc)
- item.setToolTip(vcol, desc)
- child = QTreeWidgetItem(0)
- item.addChild(child)
- self.addTopLevelItem(item)
- editor = QTextEdit(self)
- # set maximal height of the editor to 3 rows
- editor.setMaximumHeight(
- 4 * QtGui.QFontMetrics(editor.font()).height()
- )
- editor.setPlainText(yaml.dump(val))
- self.setItemWidget(child, vcol, editor)
- editor.textChanged.connect(
- self.set_icon_func(i, item, validators[key])
- )
- self.resizeColumnToContents(0)
- self.resizeColumnToContents(1)
-
- def set_icon_func(self, i, item, validator):
- """Create a function to change the icon of one topLevelItem
-
- This method creates a function that can be called when the value of an
- item changes to display it's valid state. The returned function changes
- the icon of the given topLevelItem depending on
- whether the proposed changes are valid or not and it modifies the
- :attr:`valid` attribute accordingly
-
- Parameters
- ----------
- i: int
- The index of the topLevelItem
- item: QTreeWidgetItem
- The topLevelItem
- validator: func
- The validation function
-
- Returns
- -------
- function
- The function that can be called to set the correct icon"""
-
- def func():
- editor = self.itemWidget(item.child(0), self.value_col)
- s = asstring(editor.toPlainText())
- try:
- val = yaml.load(s, Loader=yaml.Loader)
- except Exception as e:
- item.setIcon(1, QIcon(get_icon("warning.png")))
- item.setToolTip(1, "Could not parse yaml code: %s" % e)
- self.set_valid(i, False)
- return
- try:
- validator(val)
- except Exception as e:
- item.setIcon(1, QIcon(get_icon("invalid.png")))
- item.setToolTip(1, "Wrong value: %s" % e)
- self.set_valid(i, False)
- else:
- item.setIcon(1, QIcon(get_icon("valid.png")))
- self.set_valid(i, True)
- self.propose_changes.emit(self.parent() or self)
-
- return func
-
- def set_valid(self, i, b):
- """Set the validation status
-
- If the validation status changed compared to the old one, the
- :attr:`validChanged` signal is emitted
-
- Parameters
- ----------
- i: int
- The index of the topLevelItem
- b: bool
- The valid state of the item
- """
- old = self.is_valid
- self.valid[i] = b
- new = self.is_valid
- if new is not old:
- self.validChanged.emit(new)
-
- def open_menu(self, position):
- """Open a menu to expand and collapse all items in the tree
-
- Parameters
- ----------
- position: QPosition
- The position where to open the menu"""
- menu = QMenu()
- expand_all_action = QAction("Expand all", self)
- expand_all_action.triggered.connect(self.expandAll)
- menu.addAction(expand_all_action)
- collapse_all_action = QAction("Collapse all", self)
- collapse_all_action.triggered.connect(self.collapseAll)
- menu.addAction(collapse_all_action)
- menu.exec_(self.viewport().mapToGlobal(position))
-
- def changed_rc(self, use_items=False):
- """Iterate over the changed rcParams
-
- Parameters
- ----------
- use_items: bool
- If True, the topLevelItems are used instead of the keys
-
- Yields
- ------
- QTreeWidgetItem or str
- The item identifier
- object
- The proposed value"""
-
- def equals(item, key, val, orig):
- return val != orig
-
- for t in self._get_rc(equals):
- yield t[0 if use_items else 1], t[2]
-
- def selected_rc(self, use_items=False):
- """Iterate over the selected rcParams
-
- Parameters
- ----------
- use_items: bool
- If True, the topLevelItems are used instead of the keys
-
- Yields
- ------
- QTreeWidgetItem or str
- The item identifier
- object
- The proposed value"""
-
- def is_selected(item, key, val, orig):
- return item.isSelected()
-
- for t in self._get_rc(is_selected):
- yield t[0 if use_items else 1], t[2]
-
- def _get_rc(self, filter_func=None):
- """Iterate over the rcParams
-
- This function applies the given `filter_func` to check whether the
- item should be included or not
-
- Parameters
- ----------
- filter_func: function
- A function that accepts the following arguments:
-
- item
- The QTreeWidgetItem
- key
- The rcParams key
- val
- The proposed value
- orig
- The current value
-
- Yields
- ------
- QTreeWidgetItem
- The corresponding topLevelItem
- str
- The rcParams key
- object
- The proposed value
- object
- The current value
- """
-
- def no_check(item, key, val, orig):
- return True
-
- rc = self.rc
- filter_func = filter_func or no_check
- for item in self.top_level_items:
- key = asstring(item.text(0))
- editor = self.itemWidget(item.child(0), self.value_col)
- val = yaml.load(asstring(editor.toPlainText()), Loader=yaml.Loader)
- try:
- val = rc.validate[key](val)
- except Exception:
- pass
- try:
- include = filter_func(item, key, val, rc[key])
- except Exception:
- warn("Could not check state for %s key" % key, RuntimeWarning)
- else:
- if include:
- yield (item, key, val, rc[key])
-
- def apply_changes(self):
- """Update the :attr:`rc` with the proposed changes"""
- new = dict(self.changed_rc())
- if new != self.rc:
- self.rc.update(new)
-
- def select_changes(self):
- """Select all the items that changed comparing to the current rcParams"""
- for item, val in self.changed_rc(True):
- item.setSelected(True)
-
-
-class RcParamsWidget(ConfigPage, QWidget):
- """A configuration page for RcParams instances
-
- This page displays the :class:`psyplot.config.rcsetup.RcParams` instance in
- the :attr:`rc` attribute and let's the user modify it.
-
- Notes
- -----
- After the initialization, you have to call the :meth:`initialize` method"""
-
- #: the rcParams to use (must be implemented by subclasses)
- rc = None
-
- #: the :class:`RcParamsTree` that is used to display the rcParams
- tree = None
-
- @property
- def propose_changes(self):
- """A signal that is emitted if the user changes the values in the
- rcParams"""
- return self.tree.propose_changes
-
- @property
- def validChanged(self):
- """A signal that is emitted if the user changes the valid state of this
- page"""
- return self.tree.validChanged
-
- @property
- def changed(self):
- """True if any changes are proposed by this config page"""
- return bool(next(self.tree.changed_rc(), None))
-
- @property
- def is_valid(self):
- """True if all the settings are valid"""
- return self.tree.is_valid
-
- @property
- def icon(self):
- """The icon of this instance in the :class:`Preferences` dialog"""
- return QIcon(get_icon("rcParams.png"))
-
- def __init__(self, *args, **kwargs):
- super(RcParamsWidget, self).__init__(*args, **kwargs)
- self.vbox = vbox = QVBoxLayout()
-
- self.description = QLabel(
- "Modify the rcParams for your need. Changes will not be applied"
- " until you click the Apply or Ok button.
"
- "Values must be entered in yaml syntax
",
- parent=self,
- )
- vbox.addWidget(self.description)
- self.tree = tree = RcParamsTree(
- self.rc,
- getattr(self.rc, "validate", None),
- getattr(self.rc, "descriptions", None),
- parent=self,
- )
- tree.setSelectionMode(QAbstractItemView.MultiSelection)
- vbox.addWidget(self.tree)
-
- self.bt_select_all = QPushButton("Select All", self)
- self.bt_select_changed = QPushButton("Select changes", self)
- self.bt_select_none = QPushButton("Clear Selection", self)
- self.bt_export = QToolButton(self)
- self.bt_export.setText("Export Selection...")
- self.bt_export.setToolTip("Export the selected rcParams to a file")
- self.bt_export.setPopupMode(QToolButton.InstantPopup)
- self.export_menu = export_menu = QMenu(self)
- export_menu.addAction(self.save_settings_action())
- export_menu.addAction(self.save_settings_action(True))
- self.bt_export.setMenu(export_menu)
- hbox = QHBoxLayout()
- hbox.addWidget(self.bt_select_all)
- hbox.addWidget(self.bt_select_changed)
- hbox.addWidget(self.bt_select_none)
- hbox.addStretch(1)
- hbox.addWidget(self.bt_export)
- vbox.addLayout(hbox)
-
- self.setLayout(vbox)
-
- self.bt_select_all.clicked.connect(self.tree.selectAll)
- self.bt_select_none.clicked.connect(self.tree.clearSelection)
- self.bt_select_changed.clicked.connect(self.tree.select_changes)
-
- def save_settings_action(self, update=False, target=None):
- """Create an action to save the selected settings in the :attr:`tree`
-
- Parameters
- ----------
- update: bool
- If True, it is expected that the file already exists and it will be
- updated. Otherwise, existing files will be overwritten
- """
-
- def func():
- if update:
- meth = QFileDialog.getOpenFileName
- else:
- meth = QFileDialog.getSaveFileName
- if target is None:
- fname = meth(
- self,
- "Select a file to %s" % ("update" if update else "create"),
- self.default_path,
- "YAML files (*.yml);;" "All files (*)",
- )
- if with_qt5: # the filter is passed as well
- fname = fname[0]
- else:
- fname = target
- if not fname:
- return
- if update:
- rc = self.rc.__class__(defaultParams=self.rc.defaultParams)
- rc.load_from_file(fname)
- old_keys = list(rc)
- selected = dict(self.tree.selected_rc())
- new_keys = list(selected)
- rc.update(selected)
- rc.dump(
- fname, include_keys=old_keys + new_keys, exclude_keys=[]
- )
- else:
- rc = self.rc.__class__(
- self.tree.selected_rc(),
- defaultParams=self.rc.defaultParams,
- )
- rc.dump(fname, exclude_keys=[])
-
- action = QAction("Update..." if update else "Overwrite...", self)
- action.triggered.connect(func)
- return action
-
- def initialize(self, rcParams=None, validators=None, descriptions=None):
- """Initialize the config page
-
- Parameters
- ----------
- rcParams: dict
- The rcParams to use. If None, the :attr:`rc` attribute of this
- instance is used
- validators: dict
- A mapping from the `rcParams` key to the corresponding validation
- function for the value. If None, the
- :attr:`~psyplot.config.rcsetup.RcParams.validate` attribute of the
- :attr:`rc` attribute is used
- descriptions: dict
- A mapping from the `rcParams` key to it's description. If None, the
- :attr:`~psyplot.config.rcsetup.RcParams.descriptions` attribute of
- the :attr:`rc` attribute is used"""
- if rcParams is not None:
- self.rc = rcParams
- self.tree.rc = rcParams
- if validators is not None:
- self.tree.validators = validators
- if descriptions is not None:
- self.tree.descriptions = descriptions
- self.tree.initialize()
-
- def apply_changes(self):
- """Apply the changes in the config page"""
- self.tree.apply_changes()
-
-
-class GuiRcParamsWidget(RcParamsWidget):
- """The config page for the :class:`psyplot_gui.config.rcsetup.rcParams`"""
-
- rc = rcParams
-
- title = "GUI defaults"
-
- default_path = psyplot_fname(
- "PSYPLOTGUIRC", "psyplotguirc.yml", if_exists=False
- )
-
-
-class PsyRcParamsWidget(RcParamsWidget):
- """The config page for the :class:`psyplot.config.rcsetup.rcParams`"""
-
- rc = psy_rcParams
-
- title = "psyplot defaults"
-
- default_path = psyplot_fname(if_exists=False)
-
-
-class Prefences(QDialog):
- """Preferences dialog"""
-
- @property
- def bt_apply(self):
- return self.bbox.button(QDialogButtonBox.Apply)
-
- @property
- def pages(self):
- return map(self.get_page, range(self.pages_widget.count()))
-
- def __init__(self, main=None):
- super(Prefences, self).__init__(parent=main)
- self.setWindowTitle("Preferences")
-
- # Widgets
- self.pages_widget = QStackedWidget()
- self.contents_widget = QListWidget()
- self.bt_reset = QPushButton("Reset to defaults")
- self.bt_load_plugins = QPushButton("Load plugin pages")
- self.bt_load_plugins.setToolTip(
- "Load the rcParams for the plugins in separate pages"
- )
-
- self.bbox = bbox = QDialogButtonBox(
- QDialogButtonBox.Ok
- | QDialogButtonBox.Apply
- | QDialogButtonBox.Cancel
- )
-
- # Widgets setup
- # Destroying the C++ object right after closing the dialog box,
- # otherwise it may be garbage-collected in another QThread
- # (e.g. the editor's analysis thread in Spyder), thus leading to
- # a segmentation fault on UNIX or an application crash on Windows
- self.setAttribute(Qt.WA_DeleteOnClose)
- self.setWindowTitle("Preferences")
- self.contents_widget.setMovement(QListView.Static)
- self.contents_widget.setSpacing(1)
- self.contents_widget.setCurrentRow(0)
-
- # Layout
- hsplitter = QSplitter()
- hsplitter.addWidget(self.contents_widget)
- hsplitter.addWidget(self.pages_widget)
- hsplitter.setStretchFactor(1, 1)
-
- btnlayout = QHBoxLayout()
- btnlayout.addWidget(self.bt_reset)
- btnlayout.addWidget(self.bt_load_plugins)
- btnlayout.addStretch(1)
- btnlayout.addWidget(bbox)
-
- vlayout = QVBoxLayout()
- vlayout.addWidget(hsplitter)
- vlayout.addLayout(btnlayout)
-
- self.setLayout(vlayout)
-
- # Signals and slots
- if main is not None:
- self.bt_reset.clicked.connect(main.reset_rcParams)
- self.bt_load_plugins.clicked.connect(self.load_plugin_pages)
- self.pages_widget.currentChanged.connect(self.current_page_changed)
- self.contents_widget.currentRowChanged.connect(
- self.pages_widget.setCurrentIndex
- )
- bbox.accepted.connect(self.accept)
- bbox.rejected.connect(self.reject)
- self.bt_apply.clicked.connect(self.apply_clicked)
- self.bt_apply.setEnabled(False)
-
- def set_current_index(self, index):
- """Set current page index"""
- self.contents_widget.setCurrentRow(index)
-
- def current_page_changed(self, index):
- configpage = self.get_page(index)
- self.bt_apply.setVisible(not configpage.auto_updates)
- self.check_changes(configpage)
-
- def get_page(self, index=None):
- """Return page widget"""
- if index is None:
- widget = self.pages_widget.currentWidget()
- else:
- widget = self.pages_widget.widget(index)
- return widget.widget()
-
- def accept(self):
- """Reimplement Qt method"""
- for configpage in self.pages:
- if not configpage.is_valid:
- continue
- configpage.apply_changes()
- QDialog.accept(self)
-
- def apply_clicked(self):
- # Apply button was clicked
- configpage = self.get_page()
- if configpage.is_valid:
- configpage.apply_changes()
- self.check_changes(configpage)
-
- def add_page(self, widget):
- """Add a new page to the preferences dialog
-
- Parameters
- ----------
- widget: ConfigPage
- The page to add"""
- widget.validChanged.connect(self.bt_apply.setEnabled)
- widget.validChanged.connect(
- self.bbox.button(QDialogButtonBox.Ok).setEnabled
- )
- scrollarea = QScrollArea(self)
- scrollarea.setWidgetResizable(True)
- scrollarea.setWidget(widget)
- self.pages_widget.addWidget(scrollarea)
- item = QListWidgetItem(self.contents_widget)
- try:
- item.setIcon(widget.icon)
- except TypeError:
- pass
- item.setText(widget.title)
- item.setFlags(Qt.ItemIsSelectable | Qt.ItemIsEnabled)
- item.setSizeHint(QtCore.QSize(0, 25))
- widget.propose_changes.connect(self.check_changes)
-
- def check_changes(self, configpage):
- """Enable the apply button if there are changes to the settings"""
- if configpage != self.get_page():
- return
- self.bt_apply.setEnabled(
- not configpage.auto_updates
- and configpage.is_valid
- and configpage.changed
- )
-
- def load_plugin_pages(self):
- """Load the rcParams for the plugins in separate pages"""
- validators = psy_rcParams.validate
- descriptions = psy_rcParams.descriptions
- for ep in psy_rcParams._load_plugin_entrypoints():
- plugin = ep.load()
- rc = getattr(plugin, "rcParams", None)
- if rc is None:
- rc = RcParams()
- w = RcParamsWidget(parent=self)
- w.title = "rcParams of " + ep.module
- w.default_path = PsyRcParamsWidget.default_path
- w.initialize(
- rcParams=rc, validators=validators, descriptions=descriptions
- )
- # use the full rcParams after initialization
- w.rc = psy_rcParams
- self.add_page(w)
diff --git a/psyplot_gui/sphinx_supp/__init__.py b/psyplot_gui/sphinx_supp/__init__.py
deleted file mode 100644
index bf40e2e..0000000
--- a/psyplot_gui/sphinx_supp/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""Supplementary files for building the docs with sphinx."""
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
diff --git a/psyplot_gui/sphinx_supp/conf.py b/psyplot_gui/sphinx_supp/conf.py
deleted file mode 100755
index 658a18a..0000000
--- a/psyplot_gui/sphinx_supp/conf.py
+++ /dev/null
@@ -1,160 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# psyplot documentation build configuration file, created by
-# sphinx-quickstart on Mon Jul 20 18:01:33 2015.
-#
-# This file is execfile()d with the current directory set to its
-# containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
-
-# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
-# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import re
-import sys
-from itertools import product
-
-import psyplot_gui
-
-# -- General configuration ------------------------------------------------
-
-# Add any Sphinx extension module names here, as strings. They can be
-# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
-# ones.
-extensions = [
- "sphinx.ext.autosummary",
- "sphinx.ext.todo",
- "sphinx.ext.viewcode",
- "psyplot.sphinxext.extended_napoleon",
-]
-
-if psyplot_gui.rcParams["help_explorer.use_intersphinx"] is None:
- if sys.platform.startswith("win"):
- use_intersphinx = False
- else:
- use_intersphinx = psyplot_gui.rcParams["help_explorer.online"]
-else:
- use_intersphinx = psyplot_gui.rcParams["help_explorer.use_intersphinx"]
-
-if use_intersphinx:
- extensions.append("sphinx.ext.intersphinx")
-del use_intersphinx
-
-autodoc_default_options = {"show_inheritance": True}
-
-try:
- import autodocsumm # noqa: F401
-except ImportError:
- pass
-else:
- extensions.append("autodocsumm")
- autodoc_default_options["autosummary"] = True
- not_document_data = [
- "psyplot.config.rcsetup.defaultParams",
- "psyplot.config.rcsetup.rcParams",
- ]
-
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ["_templates"]
-
-napoleon_use_admonition_for_examples = True
-
-# The suffix(es) of source filenames.
-# You can specify multiple suffix as a list of string:
-source_suffix = ".rst"
-
-# The encoding of source files.
-# source_encoding = 'utf-8-sig'
-
-# The master toctree document.
-master_doc = "psyplot"
-
-autoclass_content = "both"
-
-# General information about the project.
-project = "psyplot Help"
-copyright = psyplot_gui.__copyright__
-author = psyplot_gui.__author__
-
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
-# The short X.Y version.
-version = re.match(r"\d+\.\d+\.\d+", psyplot_gui.__version__).group()
-# The full version, including alpha/beta/rc tags.
-release = psyplot_gui.__version__
-#
-# This is also used if you do content translation via gettext catalogs.
-# Usually you set "language" from the command line for these cases.
-language = None
-
-# List of patterns, relative to source directory, that match files and
-# directories to ignore when looking for source files.
-exclude_patterns = ["_build"]
-
-# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = "sphinx"
-
-
-# -- Options for HTML output ----------------------------------------------
-
-# The theme to use for HTML and HTML Help pages. See the documentation for
-# a list of builtin themes.
-html_theme = "sphinx_rtd_theme"
-html_theme_options = {
- "prev_next_buttons_location": None,
- "collapse_navigation": False,
-}
-
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ["_static"]
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = "psyplotdoc"
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {
- "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
- "numpy": ("https://numpy.org/doc/stable/", None),
- "matplotlib": ("https://matplotlib.org/", None),
- "sphinx": ("https://www.sphinx-doc.org/en/master/", None),
- "xarray": ("https://xarray.pydata.org/en/stable/", None),
- "cartopy": ("https://scitools.org.uk/cartopy/docs/latest/", None),
- "psyplot": ("https://psyplot.github.io/psyplot/", None),
- "psyplot_gui": ("https://psyplot.github.io/psyplot-gui/", None),
- "psy_maps": ("https://psyplot.github.io/psy-maps/", None),
- "psy_simple": ("https://psyplot.github.io/psy-simple/", None),
- "psy_view": ("https://psyplot.github.io/psy-view/", None),
- "psy_reg": ("https://psyplot.github.io/psy-reg/", None),
- "python": ("https://docs.python.org/3/", None),
-}
-
-replacements = {
- "`psyplot.rcParams`": "`~psyplot.config.rcsetup.rcParams`",
- "`psyplot.InteractiveList`": "`~psyplot.data.InteractiveList`",
- "`psyplot.InteractiveArray`": "`~psyplot.data.InteractiveArray`",
- "`psyplot.open_dataset`": "`~psyplot.data.open_dataset`",
- "`psyplot.open_mfdataset`": "`~psyplot.data.open_mfdataset`",
-}
-
-
-def link_aliases(app, what, name, obj, options, lines):
- for (key, val), (i, line) in product(
- replacements.items(), enumerate(lines)
- ):
- lines[i] = line.replace(key, val)
-
-
-def setup(app):
- app.connect("autodoc-process-docstring", link_aliases)
diff --git a/psyplot_gui/sphinx_supp/psyplot.rst b/psyplot_gui/sphinx_supp/psyplot.rst
deleted file mode 100644
index 3456686..0000000
--- a/psyplot_gui/sphinx_supp/psyplot.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-.. SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-..
-.. SPDX-License-Identifier: CC-BY-4.0
-
-===========
-Help Window
-===========
-
-Welcome to *psyplot*! An interactive framework for code development.
diff --git a/py-modindex.html b/py-modindex.html
new file mode 100644
index 0000000..63ad626
--- /dev/null
+++ b/py-modindex.html
@@ -0,0 +1,398 @@
+
+
+
+
+
+ Python Module Index — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+ Python Module Index
+
+
+
+
+
+
+
+
+
+
Python Module Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index ea6ff95..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,149 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-[build-system]
-build-backend = 'setuptools.build_meta'
-requires = ['setuptools >= 61.0', 'versioneer[toml]']
-
-[project]
-name = "psyplot-gui"
-dynamic = ["version"]
-description = "Graphical user interface for the psyplot package"
-
-readme = "README.md"
-keywords = [
- "visualization",
- "psyplot",
- "netcdf",
- "raster",
- "cartopy",
- "earth-sciences",
- "pyqt",
- "qt",
- "ipython",
- "jupyter",
- "qtconsole",
-]
-
-authors = [
- { name = 'Philipp S. Sommer', email = 'philipp.sommer@hereon.de' },
-]
-maintainers = [
- { name = 'Philipp S. Sommer', email = 'philipp.sommer@hereon.de' },
-]
-license = { text = 'LGPL-3.0-only' }
-
-classifiers = [
- "Development Status :: 5 - Production/Stable",
- "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
- "Operating System :: OS Independent",
- "Programming Language :: Python",
- "Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3 :: Only",
- "Programming Language :: Python :: 3.9",
- "Programming Language :: Python :: 3.10",
- "Operating System :: OS Independent",
-]
-
-requires-python = '>= 3.9'
-dependencies = [
- "psyplot>=1.5.0",
- # add your dependencies here
- "qtconsole",
- "fasteners",
- "sphinx>=2.4.0",
- "sphinx-rtd-theme",
-]
-
-[project.urls]
-Homepage = 'https://codebase.helmholtz.cloud/psyplot/psyplot-gui'
-Documentation = "https://psyplot.github.io/psyplot-gui"
-Source = "https://codebase.helmholtz.cloud/psyplot/psyplot-gui"
-Tracker = "https://codebase.helmholtz.cloud/psyplot/psyplot-gui/issues/"
-
-[project.optional-dependencies]
-testsite = [
- "tox",
- "isort==5.12.0",
- "black==23.1.0",
- "blackdoc==0.3.8",
- "flake8==6.0.0",
- "pre-commit",
- "mypy",
- "pytest-cov",
- "reuse",
- "cffconvert",
- "netCDF4",
- "dask",
- "scipy",
- "psutil",
-]
-docs = [
- "autodocsumm",
- "sphinx-rtd-theme",
- "hereon-netcdf-sphinxext",
- "sphinx-design",
- "dask",
- "netcdf4",
- "psy-simple",
- "sphinx-argparse",
-]
-dev = [
- "psyplot-gui[testsite]",
- "psyplot-gui[docs]",
- "PyYAML",
- "types-PyYAML",
-]
-
-
-[tool.mypy]
-ignore_missing_imports = true
-
-[tool.setuptools]
-zip-safe = false
-license-files = ["LICENSES/*"]
-
-[tool.setuptools.package-data]
-psyplot_gui = [
- "psyplot_gui/sphinx_supp/conf.py",
- "psyplot_gui/sphinx_supp/psyplot.rst",
- "psyplot_gui/sphinx_supp/_static/*",
- "psyplot_gui/icons/*.png",
- "psyplot_gui/icons/*.png.license",
- "psyplot_gui/icons/*.svg",
- "psyplot_gui/icons/*.svg.license",
-]
-
-[tool.setuptools.packages.find]
-namespaces = false
-exclude = [
- 'docs',
- 'tests*',
- 'examples'
-]
-
-[tool.pytest.ini_options]
-addopts = '-v'
-
-[tool.versioneer]
-VCS = 'git'
-style = 'pep440'
-versionfile_source = 'psyplot_gui/_version.py'
-versionfile_build = 'psyplot_gui/_version.py'
-tag_prefix = 'v'
-parentdir_prefix = 'psyplot-gui-'
-
-[tool.isort]
-profile = "black"
-line_length = 79
-src_paths = ["psyplot_gui"]
-float_to_top = true
-known_first_party = "psyplot_gui"
-
-[tool.black]
-line-length = 79
-target-version = ['py39']
-
-[tool.coverage.run]
-omit = ["psyplot_gui/_version.py"]
diff --git a/search.html b/search.html
new file mode 100644
index 0000000..6e764c5
--- /dev/null
+++ b/search.html
@@ -0,0 +1,313 @@
+
+
+
+
+
+ Search — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ psyplot-gui
+
+
+
+
+
+
+
+
+
+
+
+ Please activate JavaScript to enable the search functionality.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/searchindex.js b/searchindex.js
new file mode 100644
index 0000000..1ff8e92
--- /dev/null
+++ b/searchindex.js
@@ -0,0 +1 @@
+Search.setIndex({"docnames": ["api", "api/psyplot_gui", "api/psyplot_gui.backend", "api/psyplot_gui.common", "api/psyplot_gui.compat", "api/psyplot_gui.compat.qtcompat", "api/psyplot_gui.config", "api/psyplot_gui.config.rcsetup", "api/psyplot_gui.console", "api/psyplot_gui.content_widget", "api/psyplot_gui.dataframeeditor", "api/psyplot_gui.dependencies", "api/psyplot_gui.fmt_widget", "api/psyplot_gui.help_explorer", "api/psyplot_gui.main", "api/psyplot_gui.plot_creator", "api/psyplot_gui.preferences", "api/psyplot_gui.sphinx_supp", "api/psyplot_gui.sphinx_supp.conf", "changelog", "command_line", "configuration", "contributing", "getting_started", "index", "installing", "plugins", "todos"], "filenames": ["api.rst", "api/psyplot_gui.rst", "api/psyplot_gui.backend.rst", "api/psyplot_gui.common.rst", "api/psyplot_gui.compat.rst", "api/psyplot_gui.compat.qtcompat.rst", "api/psyplot_gui.config.rst", "api/psyplot_gui.config.rcsetup.rst", "api/psyplot_gui.console.rst", "api/psyplot_gui.content_widget.rst", "api/psyplot_gui.dataframeeditor.rst", "api/psyplot_gui.dependencies.rst", "api/psyplot_gui.fmt_widget.rst", "api/psyplot_gui.help_explorer.rst", "api/psyplot_gui.main.rst", "api/psyplot_gui.plot_creator.rst", "api/psyplot_gui.preferences.rst", "api/psyplot_gui.sphinx_supp.rst", "api/psyplot_gui.sphinx_supp.conf.rst", "changelog.rst", "command_line.rst", "configuration.rst", "contributing.rst", "getting_started.rst", "index.rst", "installing.rst", "plugins.rst", "todos.rst"], "titles": ["API Reference", "psyplot_gui package", "<no title>", "<no title>", "psyplot_gui.compat package", "<no title>", "psyplot_gui.config package", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "<no title>", "psyplot_gui.sphinx_supp package", "<no title>", "Changelog", "Command line usage", "Configuration of the GUI", "Contribution and development hints", "Getting started", "Welcome to psyplot-gui\u2019s documentation!", "Installation", "Plugin configuration", "ToDos"], "terms": {"psyplot_gui": [0, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 21, 26], "packag": [0, 7, 11, 14, 16, 20, 23, 24, 25, 26], "listguipluginsact": [0, 1], "unit_test": [0, 1, 3], "get_pars": [0, 1], "get_vers": [0, 1, 11], "send_files_to_psyplot": [0, 1], "start_app": [0, 1], "subpackag": 0, "compat": [0, 1, 5, 8, 19], "submodul": 0, "asstr": [0, 1, 4, 5], "isstr": [0, 1, 4, 5], "config": [0, 1, 3, 7, 16, 21], "config_path": [0, 1, 6], "logcfg_path": [0, 1, 6], "guircparam": [0, 1, 6, 7], "header": [0, 1, 3, 6, 7, 10, 13, 15], "load_from_fil": [0, 1, 6, 7], "load_plugin": [0, 1, 6, 7], "defaultparam": [0, 1, 6, 7], "rcparam": [0, 1, 6, 7, 8, 16, 19, 20, 21, 23, 26], "try_and_error": [0, 1, 6, 7], "validate_al": [0, 1, 6, 7], "validate_non": [0, 1, 6, 7], "validate_str": [0, 1, 6, 7], "sphinx_supp": [0, 1, 18], "link_alias": [0, 1, 17, 18], "setup": [0, 1, 3, 10, 15, 17, 18, 26], "figurecanva": [0, 1, 2], "figuremanag": [0, 1, 2], "figurewidget": [0, 1, 2], "dock_cl": [0, 1, 2, 3, 10], "figuresdock": [0, 1, 2], "close": [0, 1, 2, 3, 8, 10, 13, 14, 15], "psyplotcanva": [0, 1, 2], "resizeev": [0, 1, 2, 10, 15], "psyplotcanvasmanag": [0, 1, 2], "resiz": [0, 1, 2, 15], "statusbar": [0, 1, 2], "toolbar": [0, 1, 2], "new_figure_manag": [0, 1, 2], "new_figure_manager_given_figur": [0, 1, 2], "dockmixin": [0, 1, 2, 3, 8, 9, 10, 12, 13, 19, 26], "config_pag": [0, 1, 3], "create_central_widget_act": [0, 1, 3], "create_view_act": [0, 1, 3], "dock": [0, 1, 2, 3, 10, 14, 19], "dock_posit": [0, 1, 3, 8], "hidden": [0, 1, 3, 10], "hide_plugin": [0, 1, 3], "is_shown": [0, 1, 3], "position_dock": [0, 1, 3, 19], "remove_plugin": [0, 1, 3, 19], "show_plugin": [0, 1, 3], "show_status_messag": [0, 1, 3], "titl": [0, 1, 3, 8, 14, 15, 16, 20, 23, 24], "to_dock": [0, 1, 3, 10], "listvalid": [0, 1, 3], "loadfromconsolebutton": [0, 1, 3], "check": [0, 1, 3, 13, 15, 16], "get_from_shel": [0, 1, 3], "get_obj": [0, 1, 3, 8, 12], "instances2check_str": [0, 1, 3], "object_load": [0, 1, 3], "potential_object_nam": [0, 1, 3], "pyerrormessag": [0, 1, 3], "excepthook": [0, 1, 3, 14], "showtraceback": [0, 1, 3], "streamtologg": [0, 1, 3], "flush": [0, 1, 3], "write": [0, 1, 3], "get_icon": [0, 1, 3], "get_module_path": [0, 1, 3], "is_running_test": [0, 1, 3], "consolewidget": [0, 1, 8], "custom_control": [0, 1, 8], "eventfilt": [0, 1, 8, 15], "get_current_object": [0, 1, 8], "intro_msg": [0, 1, 8], "rc": [0, 1, 6, 8, 16, 20], "run_command": [0, 1, 8], "run_command_in_shel": [0, 1, 8], "run_script": [0, 1, 8], "run_script_in_shel": [0, 1, 8], "show_current_help": [0, 1, 8], "update_mp": [0, 1, 8], "update_sp": [0, 1, 8], "ipythoncontrol": [0, 1, 8], "keypressev": [0, 1, 8, 13, 15], "init_asyncio_patch": [0, 1, 8], "arrayitem": [0, 1, 9], "arr": [0, 1, 9], "disconnect_from_arrai": [0, 1, 9], "set_text_from_arrai": [0, 1, 9], "datasettre": [0, 1, 9], "add_datasets_from_cp": [0, 1, 9], "create_dataset_tre": [0, 1, 9], "expand_item": [0, 1, 9], "expanded_item": [0, 1, 9], "is_coord": [0, 1, 9], "is_vari": [0, 1, 9], "load_variable_desc": [0, 1, 9], "make_plot": [0, 1, 9], "open_menu": [0, 1, 9, 11, 16], "refresh_item": [0, 1, 9], "set_column": [0, 1, 9, 15], "tooltip": [0, 1, 9, 15], "datasettreeitem": [0, 1, 9], "add_attr": [0, 1, 9], "add_vari": [0, 1, 9], "get_plots_item": [0, 1, 9], "refresh_plots_item": [0, 1, 9], "figurestre": [0, 1, 9], "add_figures_from_cp": [0, 1, 9], "figurestreeitem": [0, 1, 9], "plotterlist": [0, 1, 9], "array_item": [0, 1, 9], "arrai": [0, 1, 7, 9, 14, 15, 21, 23], "can_import_plott": [0, 1, 9], "disconnect_item": [0, 1, 9], "is_empti": [0, 1, 9], "project_attribut": [0, 1, 9], "update_cp": [0, 1, 9], "update_from_project": [0, 1, 9], "updated_from_project": [0, 1, 9], "projectcont": [0, 1, 9], "add_plotterlist": [0, 1, 9], "current_nam": [0, 1, 9, 15], "enable_list": [0, 1, 9], "list": [0, 1, 3, 7, 9, 13, 14, 15, 16, 20, 21], "update_current_list": [0, 1, 9], "update_list": [0, 1, 9], "projectcontentwidget": [0, 1, 9], "selectallbutton": [0, 1, 9], "enable_from_project": [0, 1, 9], "select_al": [0, 1, 9], "selectnonebutton": [0, 1, 9], "select_non": [0, 1, 9], "escape_html": [0, 1, 9], "dataframedock": [0, 1, 10], "dataframeeditor": [0, 1, 10, 14, 19], "cell_edit": [0, 1, 10], "clear_tabl": [0, 1, 10], "clear": [0, 1, 9, 10, 11, 12, 15], "maybe_tabifi": [0, 1, 10], "open_datafram": [0, 1, 10], "rows_insert": [0, 1, 10], "set_df": [0, 1, 10], "set_dtypes_chang": [0, 1, 10], "set_index_edit": [0, 1, 10], "set_lbl_size_text": [0, 1, 10], "toggle_fmt_button": [0, 1, 10], "update_format": [0, 1, 10], "update_index_edit": [0, 1, 10], "dataframemodel": [0, 1, 10], "cols_to_load": [0, 1, 10], "rows_to_load": [0, 1, 10], "bgcolor": [0, 1, 10], "can_fetch_mor": [0, 1, 10], "columncount": [0, 1, 10], "data": [0, 1, 6, 7, 9, 10, 13, 14, 15, 16, 20, 21, 23, 25], "fetch_mor": [0, 1, 10], "flag": [0, 1, 10], "get_format": [0, 1, 10], "get_valu": [0, 1, 10], "headerdata": [0, 1, 10], "insertrow": [0, 1, 10], "reset": [0, 1, 10], "rowcount": [0, 1, 10], "setdata": [0, 1, 10], "set_format": [0, 1, 10], "sort": [0, 1, 7, 9, 10, 21], "update_df_index": [0, 1, 10], "dataframeview": [0, 1, 10], "change_typ": [0, 1, 10], "contextmenuev": [0, 1, 10], "copi": [0, 1, 7, 10, 11, 14, 21, 23], "fill": [0, 1, 10, 12, 15, 16], "insert_row_above_select": [0, 1, 10], "insert_row_below_select": [0, 1, 10], "load_more_data": [0, 1, 10], "movecursor": [0, 1, 10], "reset_model": [0, 1, 10], "scrollto": [0, 1, 10], "set_index": [0, 1, 10], "setup_menu": [0, 1, 10], "sortbycolumn": [0, 1, 10], "update_section_height": [0, 1, 10], "update_section_width": [0, 1, 10], "frozentableview": [0, 1, 10], "update_geometri": [0, 1, 10], "bool_false_check": [0, 1, 10], "dependenciesdialog": [0, 1, 11], "bt_copi": [0, 1, 11], "clear_label": [0, 1, 11], "copy_select": [0, 1, 11], "info_label": [0, 1, 11], "label": [0, 1, 10, 11, 16], "timer": [0, 1, 11], "tree": [0, 1, 9, 11, 14, 15, 16, 19], "vbox": [0, 1, 11, 13], "dependenciestre": [0, 1, 11], "add_depend": [0, 1, 11], "dimensionswidget": [0, 1, 12], "get_d": [0, 1, 12, 15], "insert_from_combo": [0, 1, 12], "reset_combobox": [0, 1, 12, 15], "set_dim": [0, 1, 12], "set_single_select": [0, 1, 12], "slice2list": [0, 1, 12], "toggle_close_popup": [0, 1, 12, 15], "formatoptionwidget": [0, 1, 12], "clear_text": [0, 1, 12], "fill_combos_from_project": [0, 1, 12], "fill_fmt_combo": [0, 1, 12], "fmt_combo": [0, 1, 12], "fmt_widget": [0, 1, 12, 14, 26], "fmto": [0, 1, 12], "get_nam": [0, 1, 12], "get_text": [0, 1, 12], "group_combo": [0, 1, 12], "help_explor": [0, 1, 7, 12, 13, 14, 16, 19, 20, 21, 23, 26], "insert_obj": [0, 1, 12], "line_edit": [0, 1, 12], "load_fmt_widget": [0, 1, 12], "multiline_button": [0, 1, 12], "no_fmtos_upd": [0, 1, 12], "refill_from_rc": [0, 1, 12], "remove_fmt_widget": [0, 1, 12], "reset_fmt_widget": [0, 1, 12], "run_cod": [0, 1, 12], "set_current_fmt_valu": [0, 1, 12], "set_fmto": [0, 1, 12], "set_obj": [0, 1, 12], "setup_fmt_completion_model": [0, 1, 12], "shell": [0, 1, 3, 8, 12], "show_all_fmt_info": [0, 1, 12], "show_fmt_info": [0, 1, 12], "text_edit": [0, 1, 12], "toggle_line_edit": [0, 1, 12], "helpexplor": [0, 1, 13, 26], "set_view": [0, 1, 13], "show_help": [0, 1, 13], "show_intro": [0, 1, 13], "show_rst": [0, 1, 13], "viewer": [0, 1, 13], "helpmixin": [0, 1, 13], "can_document_object": [0, 1, 13], "can_show_rst": [0, 1, 13], "describe_object": [0, 1, 13], "get_doc": [0, 1, 13], "object_descriptor": [0, 1, 13], "process_docstr": [0, 1, 13], "sphinxthread": [0, 1, 13], "html_error": [0, 1, 13], "html_readi": [0, 1, 13], "render": [0, 1, 7, 13, 20, 21, 23], "run": [0, 1, 3, 7, 8, 12, 13, 14, 19, 20, 21, 23, 25], "texthelp": [0, 1, 13], "editor": [0, 1, 10, 12, 13, 14, 23], "urlbrows": [0, 1, 13], "brows": [0, 1, 13, 23], "bt_ahead": [0, 1, 13], "bt_back": [0, 1, 13], "bt_lock": [0, 1, 13], "bt_lock_default": [0, 1, 13], "bt_refresh": [0, 1, 13], "bt_url_lock": [0, 1, 13], "bt_url_lock_default": [0, 1, 13], "button_box": [0, 1, 13], "complet": [0, 1, 13], "default_url": [0, 1, 13], "doc_url": [0, 1, 13], "html": [0, 1, 7, 10, 13, 19, 20, 21, 23], "tb_url": [0, 1, 13], "toogle_lock": [0, 1, 13], "toogle_url_lock": [0, 1, 13], "update_url_lock_from_rc": [0, 1, 13], "url_chang": [0, 1, 13], "url_like_r": [0, 1, 13], "urlcombo": [0, 1, 13], "add_text_on_top": [0, 1, 13], "setmodel": [0, 1, 13], "urlhelp": [0, 1, 13], "bt_url_menu": [0, 1, 13], "get_objtyp": [0, 1, 13], "is_import": [0, 1, 13], "reset_sphinx": [0, 1, 13], "sphinx_thread": [0, 1, 13], "toogle_connect_consol": [0, 1, 13], "update_connect_consol": [0, 1, 13], "file2html": [0, 1, 13], "html2file": [0, 1, 13], "mainwindow": [0, 1, 2, 3, 7, 10, 14, 19, 25], "about": [0, 1, 14, 15], "add_mp_to_menu": [0, 1, 14], "central_widget_kei": [0, 1, 14], "change_cwd": [0, 1, 14], "closeev": [0, 1, 14], "consol": [0, 1, 3, 7, 8, 12, 14, 16, 19, 21, 25], "current_shortcut": [0, 1, 14], "default_shortcut": [0, 1, 14], "default_width": [0, 1, 14], "dockwidget": [0, 1, 2, 3, 14], "ds_tree": [0, 1, 14], "edit_prefer": [0, 1, 14], "eventually_add_mp_to_menu": [0, 1, 14], "export_mp": [0, 1, 14], "export_sp": [0, 1, 14], "figur": [0, 1, 2, 7, 9, 14, 15, 20, 21], "figures_tre": [0, 1, 14], "focus_on_consol": [0, 1, 14], "load_mp_preset": [0, 1, 14], "load_sp_preset": [0, 1, 14], "logger": [0, 1, 3, 14], "new_data_frame_editor": [0, 1, 14], "new_plot": [0, 1, 14], "open_extern": [0, 1, 14], "open_external_fil": [0, 1, 14], "open_fil": [0, 1, 14], "open_files_serv": [0, 1, 14], "open_mp": [0, 1, 14], "open_sp": [0, 1, 14], "project_cont": [0, 1, 14], "register_shortcut": [0, 1, 14], "reset_rcparam": [0, 1, 14], "run_app": [0, 1, 14], "save_mp": [0, 1, 14], "save_mp_preset": [0, 1, 14], "save_sp": [0, 1, 14], "save_sp_preset": [0, 1, 14], "set_central_widget": [0, 1, 14], "setup_default_layout": [0, 1, 14], "show_depend": [0, 1, 14], "start_open_files_serv": [0, 1, 14], "update_project_act": [0, 1, 14], "arraynameitemdeleg": [0, 1, 15], "createeditor": [0, 1, 15], "arraynamevalid": [0, 1, 15], "fixup": [0, 1, 15], "valid": [0, 1, 3, 7, 15, 16], "arrayt": [0, 1, 15], "dims_tt": [0, 1, 15], "variable_tt": [0, 1, 15], "add_single_subplot": [0, 1, 15], "add_subplot": [0, 1, 15], "arr_col": [0, 1, 15], "arr_names_dict": [0, 1, 15], "ax": [0, 1, 15], "axes_col": [0, 1, 15], "axes_creator_act": [0, 1, 15], "axes_info": [0, 1, 15], "axes_patt": [0, 1, 15], "check_arrai": [0, 1, 15], "check_col": [0, 1, 15], "check_item": [0, 1, 15], "dropev": [0, 1, 15], "get_all_row": [0, 1, 15], "insert_arrai": [0, 1, 15], "next_available_nam": [0, 1, 15], "prefer_list": [0, 1, 15, 16], "remove_arrai": [0, 1, 15], "sep": [0, 1, 3, 15], "set_pm": [0, 1, 15], "setup_from_d": [0, 1, 15], "showaxescr": [0, 1, 15], "subplot_patt": [0, 1, 15], "update_other_item": [0, 1, 15], "update_select": [0, 1, 15], "var_col": [0, 1, 15], "vname": [0, 1, 9, 15], "axescr": [0, 1, 15], "create_ax": [0, 1, 15], "get_it": [0, 1, 15], "resize_rectangl": [0, 1, 15], "axescreatorcollect": [0, 1, 15], "create_subplot": [0, 1, 15], "okpress": [0, 1, 15], "widget": [0, 1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 25, 26], "axesselector": [0, 1, 15], "allow_axes_select": [0, 1, 15], "change_pick": [0, 1, 15], "get_picked_ax": [0, 1, 15], "inspect_ax": [0, 1, 15], "restore_pick": [0, 1, 15], "setvis": [0, 1, 15], "unclick": [0, 1, 15], "axesview": [0, 1, 15], "sizechang": [0, 1, 15], "coordcombobox": [0, 1, 15], "close_popup": [0, 1, 15], "handleitempress": [0, 1, 15], "hidepopup": [0, 1, 15], "hide_anywai": [0, 1, 15], "leftclick": [0, 1, 15], "load_coord": [0, 1, 15], "mousedoubleclickev": [0, 1, 15], "mousepressev": [0, 1, 15], "right_click": [0, 1, 15], "use_coord": [0, 1, 15], "coordstabl": [0, 1, 15], "combo_box": [0, 1, 15], "fill_from_d": [0, 1, 15], "sizehint": [0, 1, 15], "dragdropt": [0, 1, 15], "dropon": [0, 1, 15], "droppingonitself": [0, 1, 15], "moverow": [0, 1, 15], "posit": [0, 1, 3, 8, 10, 11, 15, 16], "plotcreat": [0, 1, 15], "no_pm_tt": [0, 1, 15], "add_new_d": [0, 1, 15], "connect_combo_box": [0, 1, 15], "create_plot": [0, 1, 15], "fill_ds_combo": [0, 1, 15], "fill_fmt_tre": [0, 1, 15], "fill_plot_method_combo": [0, 1, 15], "insert_array_from_combo": [0, 1, 15], "load_preset": [0, 1, 15], "open_data": [0, 1, 15], "open_dataset": [0, 1, 14, 15, 20], "set_decod": [0, 1, 15], "set_d": [0, 1, 15], "set_preset": [0, 1, 15], "setup_subplot": [0, 1, 15], "show_pm_info": [0, 1, 15], "switch2d": [0, 1, 15], "subplotcr": [0, 1, 15], "set_num2_valid": [0, 1, 15], "set_select": [0, 1, 15], "set_selected_from_num1": [0, 1, 15], "set_selected_from_num2": [0, 1, 15], "setup_t": [0, 1, 15], "update_num_edit": [0, 1, 15], "variableitemdeleg": [0, 1, 15], "variablest": [0, 1, 15], "selected_vari": [0, 1, 15], "variabl": [0, 1, 3, 7, 8, 9, 14, 15, 19, 20, 21, 23], "configpag": [0, 1, 3, 16], "apply_chang": [0, 1, 16], "auto_upd": [0, 1, 16], "chang": [0, 1, 7, 9, 10, 12, 13, 14, 15, 16, 21, 23], "icon": [0, 1, 3, 16, 23], "initi": [0, 1, 13, 16], "is_valid": [0, 1, 16], "propose_chang": [0, 1, 16], "validchang": [0, 1, 16], "guircparamswidget": [0, 1, 16], "default_path": [0, 1, 16], "prefenc": [0, 1, 16], "accept": [0, 1, 12, 16], "add_pag": [0, 1, 16], "apply_click": [0, 1, 16], "bt_appli": [0, 1, 16], "check_chang": [0, 1, 16], "current_page_chang": [0, 1, 16], "get_pag": [0, 1, 16], "load_plugin_pag": [0, 1, 16], "page": [0, 1, 3, 13, 16, 19, 24], "set_current_index": [0, 1, 16], "psyrcparamswidget": [0, 1, 16], "rcparamstre": [0, 1, 16], "changed_rc": [0, 1, 16], "select_chang": [0, 1, 16], "selected_rc": [0, 1, 16], "set_icon_func": [0, 1, 16], "set_valid": [0, 1, 16], "top_level_item": [0, 1, 16], "value_col": [0, 1, 16], "rcparamswidget": [0, 1, 16], "save_settings_act": [0, 1, 16], "psyplot": [1, 2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 25, 26], "gui": [1, 2, 3, 4, 6, 7, 16, 19, 25, 26], "graphic": [1, 7, 9, 14, 20, 21, 24], "user": [1, 7, 9, 10, 14, 15, 16, 20, 21, 24, 26], "interfac": [1, 7, 9, 14, 16, 19, 20, 21, 24], "class": [1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 26], "function": [1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 23], "option_str": 1, "dest": 1, "suppress": 1, "narg": 1, "none": [1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21], "default": [1, 3, 6, 7, 8, 10, 13, 14, 16, 19, 20, 21, 23], "kwarg": [1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "sourc": [1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 24], "base": [1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23], "action": [1, 3, 14, 15, 16], "true": [1, 3, 7, 8, 9, 10, 12, 13, 14, 15, 16, 20, 21, 23], "A": [1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 23, 24, 25], "boolean": [1, 3, 7, 9, 13, 16, 21], "i": [1, 2, 3, 7, 8, 9, 10, 12, 13, 14, 15, 16, 19, 20, 21, 23, 24, 25, 26], "test": [1, 3, 7, 19, 20, 23, 25], "thi": [1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 23, 25, 26], "set": [1, 3, 6, 7, 8, 9, 10, 13, 14, 15, 16, 19, 20, 21, 23], "automat": [1, 3, 7, 14, 15, 20, 21, 23], "ci": [1, 19], "servic": 1, "creat": [1, 2, 9, 11, 13, 14, 15, 16, 19, 20, 21, 23], "return": [1, 3, 7, 8, 9, 10, 13, 14, 15, 16], "parser": 1, "make": [1, 2, 3, 8, 13, 14, 15, 16, 20], "can": [1, 6, 7, 8, 13, 14, 15, 16, 19, 20, 21, 23, 25, 26], "us": [1, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 23, 24], "plot": [1, 9, 14, 15, 16, 20], "open": [1, 3, 7, 8, 9, 10, 11, 14, 15, 16, 20, 21, 23, 24], "file": [1, 3, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 20, 21, 23], "from": [1, 2, 3, 7, 8, 9, 10, 12, 13, 14, 15, 16, 19, 20, 21, 23, 24, 26], "command": [1, 19, 21, 23, 24, 26], "line": [1, 12, 13, 15, 16, 18, 19, 23, 24, 26], "The": [1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 24, 25, 26], "argpars": 1, "argumentpars": 1, "instanc": [1, 2, 3, 7, 9, 10, 12, 13, 14, 15, 16, 20], "type": [1, 3, 6, 7, 10, 13, 14, 15, 16, 23, 24], "funcargpars": 1, "main": [1, 3, 7, 8, 9, 10, 14, 15, 16, 21, 23, 24], "requir": [1, 8, 11, 20], "callback": [1, 19], "fname": [1, 7, 10, 13, 14, 15, 20], "project": [1, 7, 8, 9, 12, 14, 15, 16, 19, 20, 21, 24], "arg": [1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "simpl": [1, 2, 11, 13, 16], "socket": 1, "client": 1, "send": 1, "pass": [1, 20], "execut": [1, 8, 12, 20], "an": [1, 3, 8, 9, 10, 11, 13, 14, 15, 16, 20, 23, 25, 26], "alreadi": [1, 7, 15, 16, 20, 21], "ha": [1, 3, 8, 10, 13, 15, 19, 20, 25, 26], "most": [1, 13, 14], "part": [1, 7, 13, 14, 21, 23], "been": [1, 3, 8, 10, 15, 19, 25], "taken": [1, 15], "spyder": [1, 13, 14, 23], "name": [1, 3, 7, 8, 9, 12, 13, 14, 15, 16, 18, 21, 23, 24, 25, 26], "dim": [1, 12, 14, 15, 20, 23], "plot_method": [1, 14, 15, 20], "output": [1, 14], "engin": [1, 14, 20], "formatopt": [1, 7, 12, 14, 19, 20, 21], "tight": [1, 16, 20, 23], "fals": [1, 3, 7, 8, 9, 10, 13, 14, 15, 16, 20, 21, 23], "encod": [1, 14, 20], "enable_post": [1, 14], "seaborn_styl": [1, 14], "output_project": 1, "concat_dim": [1, 14], "chname": [1, 14, 20], "backend": [1, 2, 7, 14, 16, 20, 21], "new_inst": 1, "rc_file": [1, 20], "rc_gui_fil": [1, 20], "include_plugin": [1, 20], "exclude_plugin": [1, 20], "offlin": [1, 20], "pwd": [1, 19, 20], "script": [1, 8, 14, 19, 20, 23, 26], "exec_": [1, 9, 14], "use_al": 1, "preset": [1, 14, 15, 16, 19, 20], "opengl_implement": 1, "webengineview": [1, 20], "decod": [1, 14, 15, 16, 19, 20], "eventu": [1, 15], "start": [1, 7, 15, 19, 20, 21, 24], "qapplic": [1, 14], "onli": [1, 2, 7, 9, 10, 12, 14, 15, 19, 20, 21, 23, 24, 26], "paramet": [1, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 21], "str": [1, 6, 7, 8, 9, 13, 14, 15, 16, 20], "either": [1, 7, 8, 12, 13, 14, 15, 16, 20, 21, 26], "filenam": [1, 14, 16, 20], "show": [1, 3, 8, 9, 10, 11, 12, 13, 14, 15, 19, 20, 23], "separ": [1, 7, 13, 14, 15, 16, 20, 21], "map": [1, 7, 9, 14, 15, 16, 20], "origin": [1, 10, 14, 15, 20], "new": [1, 2, 7, 9, 10, 13, 14, 15, 16, 19, 20, 21, 23, 26], "one": [1, 7, 9, 10, 13, 14, 15, 16, 19, 20, 21, 23], "dict": [1, 7, 9, 14, 15, 16], "coordin": [1, 14, 15, 20], "integ": [1, 10, 14, 15, 20], "given": [1, 2, 7, 9, 10, 12, 13, 14, 15, 16, 20, 24], "If": [1, 7, 9, 10, 11, 13, 14, 15, 16, 20, 21, 23, 24, 25], "load": [1, 3, 7, 12, 13, 14, 15, 16, 19, 20, 21, 23], "ar": [1, 3, 6, 7, 9, 10, 11, 13, 14, 15, 16, 20, 21, 23], "save": [1, 7, 13, 14, 16, 19, 20, 21], "specifi": [1, 8, 15, 20], "now": [1, 19, 20, 23], "shown": [1, 3, 9, 10, 13, 20, 23], "locat": [1, 13, 14, 15, 20, 21], "dataset": [1, 9, 10, 14, 15, 19, 20, 23], "see": [1, 6, 10, 14, 19, 20, 22, 23, 24, 25, 26], "dictionari": [1, 6, 7, 11, 14, 15, 20, 21], "appli": [1, 7, 16, 20], "visual": [1, 16, 20, 24, 25], "chosen": [1, 20], "bool": [1, 8, 10, 13, 14, 15, 16], "tri": [1, 20], "out": [1, 12, 13, 20, 23], "bbox": [1, 20], "adjust": [1, 15, 20], "paper": [1, 20], "size": [1, 10, 15, 20], "path": [1, 3, 6, 7, 13, 14, 20, 21], "yaml": [1, 6, 7, 12, 14, 20, 24], "configur": [1, 6, 7, 13, 14, 16, 19, 20, 23, 24], "updat": [1, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 23], "determin": [1, 12, 13, 14, 15, 20], "pickl": [1, 14, 20], "note": [1, 3, 7, 13, 14, 16, 20, 21], "latin1": [1, 14, 20], "python2": [1, 14, 20], "python3": [1, 14, 20], "enabl": [1, 7, 9, 13, 14, 16, 20, 21, 26], "post": [1, 14, 20, 23, 24], "process": [1, 7, 13, 14, 20, 21, 23], "you": [1, 6, 7, 13, 14, 15, 16, 20, 21, 23, 24, 25, 26], "sure": [1, 2, 14, 15, 20], "trust": [1, 14, 16, 20], "becaus": [1, 9, 13, 14, 15, 20], "mai": [1, 13, 14, 15, 20], "secur": [1, 14, 20], "vulner": [1, 14, 20], "style": [1, 14, 20], "seaborn": [1, 13, 14, 20], "set_styl": [1, 14, 20], "concaten": [1, 14, 15, 20], "dimens": [1, 10, 12, 14, 15, 16, 20], "multipl": [1, 7, 9, 14, 15, 20, 25], "provid": [1, 13, 14, 19, 20, 23, 25], "should": [1, 3, 7, 10, 13, 14, 16, 20, 21, 26], "instead": [1, 14, 16, 20], "identifi": [1, 9, 14, 16, 20, 24], "exist": [1, 14, 15, 16, 20], "otherwis": [1, 9, 10, 14, 15, 16, 20, 24], "we": [1, 13, 14, 15, 19, 20, 25], "look": [1, 14, 20, 21], "up": [1, 6, 8, 9, 13, 14, 15, 20], "directori": [1, 3, 7, 14, 19, 20, 21], "get_configdir": [1, 14, 20], "keyword": [1, 14, 15, 24], "argument": [1, 3, 10, 14, 15, 19], "By": [1, 20, 23], "kei": [1, 7, 12, 13, 14, 15, 16, 20, 21, 23], "standard": [1, 19], "matplotlib": [1, 2, 7, 13, 15, 20, 21, 24], "string": [1, 3, 7, 10, 12, 13, 15, 21], "applic": [1, 8, 13, 20], "plugin": [1, 3, 7, 8, 11, 13, 14, 16, 19, 20, 21, 24], "includ": [1, 2, 7, 13, 16, 20, 21, 26], "all": [1, 7, 9, 11, 12, 13, 15, 16, 19, 20, 21, 25], "explicitli": [1, 7, 20, 21], "exclud": [1, 7, 16, 20, 21, 26], "item": [1, 7, 9, 10, 11, 13, 15, 16, 20, 21], "modul": [1, 3, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 20, 21, 23, 24, 26], "via": [1, 3, 7, 15, 20, 21, 23, 25], "module_nam": [1, 7, 20, 21], "like": [1, 3, 7, 8, 15, 20, 21, 26], "mode": [1, 20], "without": [1, 15, 19, 20], "intersphinx": [1, 7, 13, 19, 20, 21, 23], "remot": [1, 7, 13, 20, 21], "access": [1, 8, 20, 23, 25], "help": [1, 7, 8, 12, 13, 14, 15, 19, 20, 21, 26], "explor": [1, 7, 8, 12, 13, 14, 15, 19, 20, 21], "work": [1, 7, 13, 14, 19, 20, 21], "do": [1, 8, 13, 20, 23, 24, 25, 26], "ani": [1, 3, 8, 9, 10, 15, 16, 20, 23], "switch": [1, 7, 12, 15, 20, 21], "current": [1, 3, 7, 9, 10, 12, 13, 14, 15, 16, 19, 20, 21, 23], "python": [1, 3, 12, 19, 20, 21, 23, 24, 25], "shall": [1, 7, 9, 13, 15, 16, 20, 21], "exec": 1, "loop": 1, "enter": [1, 14], "uniqu": 1, "method": [1, 2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20], "avoid": 1, "softwar": [1, 7, 13, 16, 20, 21, 25], "desktop": [1, 7, 20, 21], "gle": [1, 7, 20, 21], "opengl": [1, 7, 16, 19, 20, 21], "implement": [1, 7, 8, 10, 13, 16, 19, 20, 21], "qt": [1, 8, 9, 10, 14, 16, 20, 24, 25], "possibl": [1, 7, 8, 15, 19, 20, 21, 23, 24], "option": [1, 15, 18, 19, 26], "which": [1, 7, 13, 15, 16, 20, 21, 23, 25], "let": [1, 12, 16, 20, 23], "": [1, 5, 7, 9, 12, 13, 15, 16, 20], "pyqt": [1, 5, 8, 20, 24], "decid": [1, 20], "might": [1, 7, 20, 21], "avail": [1, 20], "build": [1, 6, 13, 17, 19, 20], "pyqt5": [1, 7, 10, 13, 14, 20, 21, 25], "under": [1, 7, 13, 19, 20, 21, 24], "circumst": [1, 7, 20, 21], "use_webengineview": [1, 7, 16, 20, 21], "upon": [2, 9, 13, 15, 25], "qt4agg": 2, "qt5agg": 2, "alia": [2, 3, 8, 10, 13], "attribut": [2, 3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], "qwidget": [2, 9, 10, 12, 13, 14, 15, 16], "contain": [2, 6, 9, 11, 13, 15, 23], "qdockwidget": [2, 3, 10], "reimplement": [2, 8, 10, 13, 14, 15, 16, 19], "remov": [2, 3, 8, 10, 13, 15, 19], "when": [2, 3, 7, 8, 10, 12, 13, 14, 15, 16, 21], "figurecanvasqtagg": 2, "canva": 2, "event": [2, 8, 10, 13, 14, 15], "height": 2, "width": [2, 10, 14, 16], "greater": 2, "0": [2, 10, 15, 16, 20, 21, 24], "num": [2, 14], "figuremanagerqt": 2, "manag": [2, 6, 7, 25], "interact": [2, 9, 14, 19, 23, 24, 25], "For": [2, 10, 23, 26], "window": [2, 3, 7, 8, 10, 13, 14, 15, 19, 21, 23], "physic": 2, "pixel": 2, "common": [3, 26], "object": [3, 7, 8, 9, 10, 13, 16, 19, 21, 23, 25], "mixin": 3, "defin": [3, 6, 7, 9, 11, 12, 14, 16, 20, 26], "each": [3, 11, 15, 16], "extern": [3, 14, 26], "inherit": [3, 26], "prefer": [3, 14, 16, 21, 24], "central": [3, 14, 19, 23], "docktyp": 3, "pane": 3, "after": [3, 7, 11, 15, 16, 21], "startup": [3, 19, 23], "hide": [3, 15], "properti": [3, 9, 10, 12, 13, 14, 15, 16], "place": [3, 10, 19], "desir": 3, "indic": 3, "where": [3, 11, 15, 16, 19, 26], "ad": [3, 9], "msg": 3, "statu": [3, 11, 16], "messag": [3, 13, 24], "qregexpvalid": 3, "consist": 3, "qtoolbutton": 3, "toolbutton": 3, "obj": [3, 12, 13, 15, 18], "onam": [3, 13, 15], "input": 3, "dialog": [3, 10, 11, 14, 15, 16], "receiv": [3, 14], "emit": [3, 10, 13, 15, 16], "signal": [3, 10, 12, 13, 14, 15, 16], "first": [3, 7, 10, 13, 15, 20, 21], "second": [3, 10, 20, 23], "itself": [3, 16, 24], "qerrormessag": 3, "design": [3, 12], "displai": [3, 7, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 23], "error": [3, 16, 23], "valu": [3, 7, 9, 10, 12, 13, 14, 15, 16], "traceback": [3, 14], "log_level": 3, "20": [3, 19, 21], "fake": 3, "stream": 3, "redirect": [3, 19], "buf": 3, "get": [3, 8, 12, 13, 15, 24], "modnam": [3, 13], "differ": [5, 7, 9, 13, 15, 20, 21, 23], "version": [5, 11, 19, 20, 21, 24], "qtcompat": 5, "log": 6, "rcsetup": [6, 7, 16, 21], "howev": [6, 20, 23, 25], "your": [6, 15, 16, 20, 25], "own": 6, "load_rc_from_fil": 6, "found": [6, 7, 8], "psyplot_fnam": [6, 7], "further": [6, 25], "inform": [6, 9, 10, 11, 13, 15, 20, 23, 25], "yml": [6, 7, 16, 20, 21], "necessari": [7, 10, 13, 15, 25], "n": [7, 20], "nyou": 7, "anoth": [7, 21], "npsyplotguirc": 7, "store": [7, 8, 21], "psyplotconfigdir": [7, 21], "nenviron": 7, "what": [7, 9, 12, 18, 20], "dump_to_fil": 7, "entri": [7, 26], "point": [7, 15, 16, 26], "import": [7, 8, 9, 13, 14, 19, 21, 26], "ignor": [7, 13], "local": 7, "made": [7, 12, 15, 21], "usual": [7, 21], "emb": [7, 21], "auto_set_mp": [7, 8, 16, 21, 23], "validate_bool": 7, "mp": [7, 8, 9, 21, 23], "auto_set_sp": [7, 8, 16, 21, 23], "sp": [7, 8, 9, 21, 23], "sub": [7, 8, 9, 14, 15, 21], "connect_to_help": [7, 8, 16, 21, 23], "whether": [7, 9, 13, 15, 16, 21], "connect": [7, 12, 13, 21, 23], "start_channel": [7, 8, 16, 21], "channel": [7, 21], "kernelcli": [7, 21], "content": [7, 9, 10, 13, 15, 16, 19, 21, 24], "load_tooltip": [7, 16, 21], "lazi": [7, 21], "perform": [7, 21], "represent": [7, 21], "tool": [7, 14, 15, 21], "tip": [7, 15, 21], "memori": [7, 21], "It": [7, 10, 13, 15, 16, 20, 21, 23], "recommend": [7, 21, 25], "fmt": [7, 16, 20, 21], "sort_by_kei": [7, 12, 16, 21], "rather": [7, 21], "than": [7, 20, 21], "onlin": [7, 13, 16, 21, 23], "validate_bool_maybe_non": 7, "control": [7, 8, 19, 21], "impli": [7, 21], "use_intersphinx": [7, 16, 19, 21, 23], "render_docs_parallel": [7, 16, 21], "doc": [7, 10, 12, 13, 17, 19, 21], "extens": [7, 13, 21, 23], "link": [7, 21, 23], "document": [7, 12, 13, 19, 21, 23, 25, 26], "pyplot": [7, 13, 15, 21], "numpi": [7, 13, 21, 23], "etc": [7, 12, 21, 26], "convert": [7, 10, 13, 21, 23], "rst": [7, 13, 21], "docstr": [7, 13, 21], "inventori": [7, 21], "qtwebenginewidget": [7, 13, 19, 21], "qwebengineview": [7, 13, 21], "certain": [7, 21], "listen_to_port": [7, 16, 21], "open_files_port": [7, 14, 16, 21], "30124": [7, 16, 21], "_make_type_valid": 7, "validate_int": 7, "port": [7, 21], "number": [7, 9, 10, 15, 20, 21, 24], "func": [7, 10, 16], "v": [7, 20], "b": [7, 15, 16, 20], "case": 7, "rais": 7, "valueerror": 7, "exampl": [8, 10, 20, 23, 24, 26], "richjupyterwidget": 8, "stand": 8, "alon": 8, "call": [8, 12, 13, 15, 16], "inprocess_qtconsol": 8, "earlier": 8, "ipython": [8, 13, 14, 19, 23, 24, 25], "repositori": [8, 24], "qtconsol": [8, 23, 24, 25], "qtinprocessrichjupyterwidget": 8, "inprocess": [8, 14, 25], "self": [8, 10, 13, 14, 15], "2": [8, 10, 14, 15, 16, 21, 23, 24, 25], "ensur": [8, 10], "behavior": 8, "underli": [8, 25], "text": [8, 9, 10, 12, 13, 15, 16, 23], "to_end": 8, "cursor": [8, 10], "obj_text": 8, "could": 8, "request": [8, 15], "code": [8, 12, 19, 24], "forc": [8, 9], "qtextedit": 8, "modifi": [8, 10, 16, 21], "basic": 8, "keypress": 8, "handler": 8, "asyncio": 8, "polici": 8, "tornado": 8, "6": [8, 15, 23], "least": 8, "pick": [8, 15], "older": 8, "selectoreventlooppolici": 8, "known": [8, 13], "incompat": 8, "earli": 8, "low": [8, 19], "prioriti": 8, "overrid": [8, 10], "ref": [8, 9], "http": [8, 10, 13, 15, 19, 24], "github": [8, 13, 19, 24], "com": [8, 13, 15, 19, 24], "tornadoweb": 8, "issu": [8, 19], "2608": 8, "fixm": 8, "support": [8, 19], "bump": 8, "py38": 8, "select": [9, 10, 11, 12, 15, 16, 23], "redefin": [9, 14], "addit": [9, 13, 14], "featur": [9, 13, 14, 23, 25], "usag": [9, 14, 24, 26], "There": [9, 14], "need": [9, 13, 14], "guiproject": [9, 14], "here": [9, 14, 20, 26], "replac": [9, 13, 14, 15, 20], "content_widget": 9, "qlistwidgetitem": 9, "listwidget": 9, "take": [9, 10, 13, 15], "interactivelist": [9, 15, 23], "interactivearrai": 9, "tooltop": 9, "_short_info": 9, "__str__": 9, "qtreewidget": [9, 11, 16], "add": [9, 11, 12, 13, 14, 15, 16, 19, 26], "column": [9, 10, 15], "insert": [9, 10, 11, 15, 26], "expand": [9, 11, 16], "static": [9, 15], "d": [9, 15, 16, 20], "po": [9, 15], "netcdf": [9, 20], "refresh": [9, 13], "qtreewidgetitem": [9, 11, 16], "attr": [9, 12], "children": 9, "coord": [9, 16, 23], "treewidgetitem": 9, "disconect": 9, "correspond": [9, 13, 15, 16], "plotter_typ": 9, "qlistwidget": 9, "plotter": [9, 12, 15, 16, 19, 23], "iter": [9, 15, 16], "interactivebas": [9, 15], "disconnect": 9, "doe": [9, 10, 13, 14, 19], "qtoolbox": [9, 15], "toolbox": [9, 15], "sever": [9, 26], "subproject": [9, 12, 14, 23], "list_widget": 9, "empti": [9, 15, 23], "p": [9, 14, 15, 20, 24], "combin": [9, 16, 20], "button": [9, 12, 13, 15, 16], "qpushbutton": [9, 11], "edit": [10, 12, 13, 14, 15], "datafram": [10, 14, 19], "frame": 10, "cell": 10, "tupl": 10, "two": [10, 20], "float": [10, 15], "row": [10, 15], "index": [10, 12, 13, 15, 16, 24], "tabl": [10, 15, 19], "x": [10, 15, 16, 20], "builtin": 10, "subclass": [10, 16], "int": [10, 12, 15, 16], "cannot": 10, "have": [10, 15, 16, 19, 20], "df": [10, 14], "panda": [10, 13, 14], "index_edit": 10, "dtypes_chang": 10, "raise_": 10, "state": [10, 12, 16, 24], "nrow": 10, "ncol": 10, "lbl_size": 10, "format": [10, 13, 19, 20], "parent": [10, 11, 12, 15, 16], "qabstracttablemodel": 10, "model": [10, 13, 24], "40": 10, "500": 10, "toggl": 10, "backgroundcolor": 10, "qtcore": 10, "qmodelindex": [10, 15], "role": 10, "section": 10, "orient": 10, "irow": 10, "equal": [10, 16], "length": 10, "append": [10, 15], "1": [10, 15, 16, 20, 21, 23, 24, 25], "order": [10, 15], "return_check": 10, "report": 10, "qtableview": 10, "view": [10, 15], "clipboard": [10, 11], "abov": [10, 12, 23], "depend": [10, 11, 14, 15, 16, 23], "below": 10, "cursor_act": 10, "along": 10, "frozen": 10, "selector": 10, "its": [10, 15], "enclos": 10, "hint": [10, 24], "scroll": 10, "visibl": 10, "try": [10, 13], "accord": 10, "effect": [10, 20], "context": [10, 14, 15], "menu": [10, 11, 13, 15, 16, 19], "logical_index": 10, "old_siz": 10, "new_siz": 10, "vertic": [10, 20], "horizont": 10, "more": [10, 19, 20], "pleas": [10, 24], "io": [10, 13, 19], "5": [10, 15, 21, 23, 25], "qtwidget": [10, 13, 14], "itemview": 10, "frozencolumn": 10, "occur": 10, "intranc": 10, "sinc": 10, "dependencieswidget": 11, "qdialog": [11, 15, 16], "info": [11, 15, 19], "descript": [11, 16], "qtimer": 11, "some": [11, 20], "time": [11, 13, 14, 16, 23], "qvboxlayout": 11, "through": [11, 14, 21, 26], "newli": [11, 14], "top": [11, 16, 23], "level": [11, 16, 19, 20], "collaps": [11, 16], "qposit": [11, 16], "combobox": [12, 13, 15], "ye": 12, "sl": 12, "mainli": [12, 15, 19], "group": 12, "oncpchang": 12, "refil": 12, "current_text": 12, "specif": [12, 13, 15, 20], "get_fmt_widget": [12, 19], "between": [12, 15], "combo": 12, "box": [12, 13, 15], "insid": 12, "summari": [12, 16], "browser": [12, 13, 23], "grouped_cb": 12, "all_groups_cb": 12, "checkbox": 12, "multilin": 12, "click": [12, 15, 23], "singl": 12, "suppli": 13, "web": 13, "plain": 13, "behav": 13, "somewhat": 13, "similar": 13, "inspector": 13, "restructur": [13, 23], "sphinx": [13, 17, 23, 25], "instal": [13, 23, 24], "furthermor": [13, 23, 25], "helpbrows": 13, "crash": 13, "pyqt4": 13, "domain": 13, "henc": 13, "disabl": [13, 23, 26], "websit": [13, 24], "even": 13, "must": [13, 15, 16], "documentaion": 13, "other": [13, 15, 23, 25, 26], "intro": [13, 19], "descriptor": 13, "hold": [13, 15], "containig": 13, "core": [13, 14], "oinspect": 13, "getdoc": 13, "signatur": 13, "those": [13, 15, 23], "inspect": [13, 15], "fail": 13, "sig": 13, "field": [13, 16], "describ": 13, "objectdescriptor": 13, "final": [13, 15], "modif": 13, "abstract": [13, 16], "th": 13, "outdir": 13, "html_text_no_doc": 13, "qthread": 13, "thread": 13, "finish": [13, 15], "url": [13, 24], "while": 13, "app": [13, 18, 19], "potenti": 13, "qframe": 13, "qplaintextedit": 13, "veri": 13, "session": 13, "histori": 13, "autocomplet": 13, "handl": [13, 15], "care": 13, "webview": 13, "go": 13, "next": [13, 15], "previou": 13, "lock": [13, 25], "dure": 13, "www": [13, 24], "upper": [13, 15], "noth": 13, "cartopi": [13, 24], "scitool": 13, "org": [13, 24], "uk": 13, "latest": 13, "scipi": 13, "refer": [13, 24], "routin": 13, "pydata": 13, "stabl": 13, "api": [13, 19, 24], "pyplot_api": 13, "stanford": 13, "edu": 13, "mwaskom": 13, "startpag": 13, "xarrai": [13, 15, 23, 24], "en": 13, "actual": 13, "adress": 13, "webpag": 13, "trigger": 13, "re": [13, 15], "compil": [13, 15], "w": 13, "layout": [13, 14, 19], "arang": 13, "qcombobox": [13, 15], "block": 13, "press": [13, 15], "also": [13, 15, 19, 20, 21, 23, 25], "filter": [13, 15], "additionali": 13, "ext": 13, "autodoc": 13, "wheter": 13, "consid": 13, "One": 13, "member": 13, "util": 13, "get_module_sourc": 13, "__name__": 13, "objtyp": 13, "napoleon": 13, "docu": 13, "qmainwindow": 14, "keyboard": 14, "shortcut": 14, "sy": 14, "gener": [14, 24], "put": 14, "focu": 14, "emmit": 14, "ask": 14, "how": [14, 20, 23], "server": 14, "tab": 14, "regist": 14, "classmethod": 14, "global": 14, "mainloop": 14, "listen": 14, "creator": 14, "inspir": 14, "projectplott": 15, "plot_creat": 15, "qstyleditemdeleg": 15, "deleg": 15, "qstyleoptionviewitem": 15, "qvalid": 15, "a0": 15, "a1": 15, "get_func": 15, "follow": [15, 23, 26], "arr_nam": [15, 16], "_prefer_list": 15, "allow": [15, 19], "same": [15, 23], "right": [15, 16], "subplot": 15, "_plotterinterfac": 15, "check_data": 15, "explicit": 15, "e": [15, 19, 20, 23, 26], "g": [15, 20, 23, 26], "ul": 15, "li": 15, "3": [15, 21, 23, 24, 25], "slice": [15, 16], "em": 15, "end": 15, "step": 15, "latter": 15, "equival": 15, "multiplevari": 15, "col": 15, "maxn": 15, "arraylist": 15, "from_dataset": 15, "interpret": 15, "fig": 15, "x0": 15, "y0": 15, "x1": 15, "y1": 15, "pattern": 15, "arbitrari": [15, 26], "ignore_dupl": 15, "conveni": 15, "give": 15, "num1": 15, "num2": 15, "selectiond": 15, "afterward": [15, 20], "per": 15, "125": 15, "9": [15, 21], "lower": 15, "left": [15, 16], "corner": 15, "y": [15, 16], "add_ax": 15, "over": [15, 16], "rectangl": 15, "func_kwarg": 15, "wrapper": 15, "symbol": [15, 23], "infinit": 15, "whenn": 15, "ok": 15, "pushbutton": 15, "grid": [15, 16, 20, 23], "arbitrai": 15, "choos": 15, "fot": 15, "again": 15, "pickabl": 15, "picker": 15, "push": 15, "restor": 15, "them": [15, 26], "invis": 15, "qgraphicsview": 15, "qresizeev": 15, "ds_func": 15, "popup": 15, "know": 15, "anyth": 15, "befor": 15, "outsid": 15, "despit": 15, "_chang": 15, "qtablewidget": 15, "heigth": 15, "exchang": 15, "drag": 15, "drop": 15, "wa": 15, "stackoverflow": 15, "question": 15, "26227885": 15, "within": 15, "qdropev": 15, "move": [15, 19], "rect": 15, "extract": 15, "delet": 15, "read": 15, "array_t": 15, "pm": [15, 20], "ds_combo": 15, "locdat": 15, "ds_desc": 15, "ones": 15, "variable_t": 15, "cb": 15, "escap": 15, "hit": 15, "pm_combo": 15, "assum": 15, "gridspec": 15, "mpl": 15, "rang": 15, "num1_edit": 15, "num2_edit": 15, "alow": 15, "long_nam": [15, 16], "shape": 15, "plan": 16, "immedi": 16, "props": 16, "root": 16, "psyplotguirc": [16, 21], "psyplotrc": 16, "auto_draw": 16, "auto_show": 16, "color": [16, 23], "cmap": [16, 20], "datapath": 16, "interp_kind": 16, "linear": 16, "t": [16, 20, 24], "z": [16, 20], "gridweight": 16, "use_cdo": 16, "bar": [16, 19], "alpha": 16, "categor": 16, "baseplott": 16, "background": [16, 23], "figtitl": [16, 23], "figtitleprop": [16, 23], "figtitles": [16, 23], "12": [16, 19, 21], "figtitleweight": [16, 23], "mask": [16, 23], "maskbetween": [16, 23], "maskgeq": [16, 23], "maskgreat": [16, 23], "maskleq": [16, 23], "maskless": [16, 23], "titleprop": [16, 23], "titles": [16, 23], "larg": 16, "titleweight": [16, 23], "combinedsimpl": 16, "mesh": 16, "vbound": 16, "boundsmethod": 16, "round": 16, "100": 16, "vcbar": 16, "vcbarspac": 16, "uniform": 16, "vclabel": 16, "vclabelprop": 16, "vclabels": 16, "medium": 16, "vclabelweight": 16, "vcmap": 16, "white_blue_r": 16, "vcticklabel": 16, "vctickprop": 16, "vctick": 16, "vcticksiz": 16, "vctickweight": 16, "vplot": 16, "quiver": 16, "densiti": [16, 20], "bin": 16, "10": [16, 19, 24], "hist": 16, "norm": 16, "precis": 16, "xrang": 16, "minmax": 16, "yrang": 16, "fldmean": [16, 20], "err_calc": 16, "std": 16, "mean": 16, "erroralpha": [16, 23], "15": 16, "linewidth": [16, 23], "marker": [16, 23], "markers": [16, 23], "plot2d": [16, 20], "bound": 16, "cbar": 16, "cbarspac": 16, "clabel": 16, "clabelprop": 16, "clabels": 16, "clabelweight": 16, "cticklabel": 16, "ctickprop": 16, "ctick": 16, "cticksiz": 16, "ctickweight": 16, "datagrid": 16, "extend": [16, 20], "neither": 16, "interp_bound": 16, "mask_datagrid": 16, "miss_color": 16, "min_circle_ratio": 16, "05": 16, "axiscolor": [16, 23], "bottom": 16, "labelprop": [16, 23], "labels": [16, 23], "labelweight": [16, 23], "legend": [16, 23], "loc": 16, "legendlabel": [16, 23], "sym_lim": [16, 23], "ticksiz": [16, 23], "major": [16, 19], "tickweight": [16, 23], "transpos": [16, 23], "xlabel": [16, 23], "xlim": [16, 23], "xrotat": [16, 23], "xticklabel": [16, 23], "xtickprop": [16, 23], "minor": [16, 19], "xtick": [16, 23], "ylabel": [16, 23], "ylim": [16, 23], "yrotat": [16, 23], "yticklabel": [16, 23], "ytickprop": [16, 23], "ytick": [16, 23], "vector": [16, 20], "arrows": 16, "arrowstyl": 16, "k": [16, 24], "violin": 16, "auto_import": 16, "import_seaborn": 16, "barplot": [16, 20], "default_slic": 16, "psy_simpl": 16, "plotter_nam": 16, "barplott": 16, "dimension": 16, "default_dim": 16, "example_cal": 16, "my_vari": 16, "u_var": 16, "v_var": 16, "combinedsimpleplott": 16, "2d": 16, "scalar": 16, "overli": 16, "densityplott": 16, "fldmeanplott": 16, "calcul": 16, "lineplot": [16, 20, 23], "lineplott": 16, "simple2dplott": 16, "plot_func": 16, "simpleplotterbas": 16, "psy": [16, 23], "simplevectorplott": 16, "violinplot": [16, 20], "violinplott": 16, "default_posit": 16, "delimit": 16, "desc": 16, "unit": 16, "dinfo": 16, "dtinfo": 16, "h": [16, 20], "m": 16, "sdesc": 16, "tinfo": 16, "tick": 16, "viridi": 16, "red": [16, 20], "blue": 16, "green": 16, "binari": 16, "rdbu": 16, "coolwarm": 16, "red_white_blu": 16, "winter": 16, "jet": 16, "gist_ncar": 16, "gist_earth": 16, "pair": 16, "gnuplot": 16, "gnuplot2": 16, "popul": 16, "propos": 16, "use_item": 16, "toplevelitem": 16, "yield": 16, "compar": 16, "accordingli": 16, "correct": 16, "old": [16, 19], "target": 16, "expect": 16, "overwritten": 16, "supplementari": 17, "conf": 18, "bug": 19, "cli": 19, "improv": 19, "migrat": 19, "templat": 19, "34": 19, "min": 19, "38": 19, "35": 19, "36": 19, "lgpl": [19, 24], "licens": 19, "As": [19, 21], "continu": 19, "deploi": 19, "circleci": 19, "citat": [19, 24], "cff": [19, 24], "offici": 19, "29": 19, "host": 19, "readthedoc": 19, "cicleci": 19, "cd": [19, 20], "pipelin": 19, "28": 19, "chilipp": 19, "16": [19, 24], "24": 19, "17": 19, "pull": 19, "__": 19, "11": 19, "exactli": 19, "releas": 19, "better": 19, "7": [19, 25], "anymor": 19, "maco": [19, 21], "folder": 19, "dist": 19, "monkei": 19, "patch": 19, "ipykernel": 19, "370": 19, "side": 19, "navig": 19, "previous": 19, "visit": 19, "framework": [19, 24, 25], "custom": 19, "prevent": 19, "simpli": [20, 25], "myfil": 20, "nc": 20, "unless": 20, "ni": 20, "result": 20, "av": 20, "lp": 20, "lpm": 20, "ld": 20, "variable_nam": 20, "val1": 20, "val2": 20, "o": 20, "filename_or_yaml": 20, "sn": 20, "op": 20, "inc": 20, "exc": 20, "c": [20, 25], "lgp": 20, "choic": 20, "json": 20, "concat": 20, "comma": 20, "print": [20, 21, 23], "quit": 20, "program": 20, "exit": 20, "thei": [20, 23], "affect": [20, 26], "t2m": 20, "pdf": 20, "mapplot": 20, "timestep": 20, "save_project": 20, "pkl": 20, "replot": 20, "other_d": 20, "other_dataset": 20, "old_d": 20, "echo": 20, "my": 20, "omit": 20, "termin": [20, 23], "addition": 20, "myscript": 20, "py": [20, 26], "hello": 20, "world": 20, "both": [21, 23, 24], "linux": 21, "osx": 21, "home": 21, "In": [21, 23, 26], "dump": 21, "environ": 21, "19": 21, "mar": 21, "2024": [21, 24], "37": 21, "44": 21, "gcc": 21, "null": 21, "guidelin": 22, "screenshot": 23, "essenti": 23, "internet": 23, "straight": 23, "forward": 23, "conda": 23, "pip": 23, "just": 23, "cmd": 23, "commun": [23, 25], "np": 23, "sum": 23, "come": 23, "motiv": 23, "littl": 23, "scp": 23, "gcp": 23, "past": 23, "illustr": 23, "begin": 23, "xr": 23, "dataarrai": 23, "to_dataset": 23, "arr0": 23, "dim_0": 23, "4": [23, 24, 25], "test2": 23, "arr1": 23, "wish": 23, "behaviour": 23, "webbrows": 23, "written": 23, "librari": [23, 26], "alwai": 23, "consum": 23, "show_kei": 23, "post_tim": 23, "would": [23, 26], "enhanc": 24, "homepag": 24, "contribut": 24, "develop": 24, "changelog": 24, "todo": 24, "apa": 24, "sommer": 24, "doi": 24, "5281": 24, "zenodo": 24, "845725": 24, "bibtex": 24, "misc": 24, "yourreferenceher": 24, "author": 24, "philipp": 24, "ri": 24, "ty": 24, "gen": 24, "au": 24, "kw": 24, "netcdf4": 24, "climat": 24, "unstructur": 24, "earth": 24, "scienc": 24, "jupyt": 24, "raster": 24, "ti": 24, "ur": 24, "er": 24, "endnot": 24, "r": 24, "u": 24, "spdx": 24, "filecopyrighttext": 24, "2021": 24, "helmholtz": 24, "zentrum": 24, "hereon": 24, "gmbh": 24, "cc0": 24, "articl": 24, "famili": 24, "affili": 24, "orcid": 24, "0000": 24, "0001": 24, "6171": 24, "7716": 24, "de": 24, "21502": 24, "citi": 24, "geesthacht": 24, "countri": 24, "email": 24, "contact": 24, "year": 24, "2017": 24, "21105": 24, "joss": 24, "00363": 24, "date": 24, "publish": 24, "08": 24, "22": 24, "journal": 24, "volum": 24, "363": 24, "cc": 24, "BY": 24, "copyright": 24, "search": 24, "alongsid": 25, "highli": 25, "forg": 25, "want": [25, 26], "built": [25, 26], "fasten": 25, "bind": 25, "To": 25, "These": 26, "plotmethod": 26, "perman": 26, "entry_point": 26, "name1": 26, "module1": 26, "name2": 26, "module2": 26, "assign": 26}, "objects": {"": [[1, 0, 0, "-", "psyplot_gui"]], "psyplot_gui": [[1, 1, 1, "", "ListGuiPluginsAction"], [1, 2, 1, "", "UNIT_TESTING"], [2, 0, 0, "-", "backend"], [3, 0, 0, "-", "common"], [4, 0, 0, "-", "compat"], [6, 0, 0, "-", "config"], [8, 0, 0, "-", "console"], [9, 0, 0, "-", "content_widget"], [10, 0, 0, "-", "dataframeeditor"], [11, 0, 0, "-", "dependencies"], [12, 0, 0, "-", "fmt_widget"], [1, 5, 1, "", "get_parser"], [1, 5, 1, "", "get_versions"], [13, 0, 0, "-", "help_explorer"], [14, 0, 0, "-", "main"], [15, 0, 0, "-", "plot_creator"], [16, 0, 0, "-", "preferences"], [1, 5, 1, "", "send_files_to_psyplot"], [17, 0, 0, "-", "sphinx_supp"], [1, 5, 1, "", "start_app"]], "psyplot_gui.backend": [[2, 3, 1, "", "FigureCanvas"], [2, 3, 1, "", "FigureManager"], [2, 1, 1, "", "FigureWidget"], [2, 1, 1, "", "FiguresDock"], [2, 1, 1, "", "PsyplotCanvas"], [2, 1, 1, "", "PsyplotCanvasManager"], [2, 5, 1, "", "new_figure_manager"], [2, 5, 1, "", "new_figure_manager_given_figure"]], "psyplot_gui.backend.FigureWidget": [[2, 3, 1, "", "dock_cls"]], "psyplot_gui.backend.FiguresDock": [[2, 4, 1, "", "close"]], "psyplot_gui.backend.PsyplotCanvas": [[2, 4, 1, "", "resizeEvent"]], "psyplot_gui.backend.PsyplotCanvasManager": [[2, 4, 1, "", "resize"], [2, 4, 1, "", "statusBar"], [2, 3, 1, "", "toolbar"]], "psyplot_gui.common": [[3, 1, 1, "", "DockMixin"], [3, 1, 1, "", "ListValidator"], [3, 1, 1, "", "LoadFromConsoleButton"], [3, 1, 1, "", "PyErrorMessage"], [3, 1, 1, "", "StreamToLogger"], [3, 5, 1, "", "get_icon"], [3, 5, 1, "", "get_module_path"], [3, 5, 1, "", "is_running_tests"]], "psyplot_gui.common.DockMixin": [[3, 3, 1, "", "config_page"], [3, 4, 1, "", "create_central_widget_action"], [3, 4, 1, "", "create_view_action"], [3, 3, 1, "", "dock"], [3, 3, 1, "", "dock_cls"], [3, 3, 1, "", "dock_position"], [3, 3, 1, "", "hidden"], [3, 4, 1, "", "hide_plugin"], [3, 6, 1, "", "is_shown"], [3, 4, 1, "", "position_dock"], [3, 4, 1, "", "remove_plugin"], [3, 4, 1, "", "show_plugin"], [3, 4, 1, "", "show_status_message"], [3, 3, 1, "", "title"], [3, 4, 1, "", "to_dock"]], "psyplot_gui.common.LoadFromConsoleButton": [[3, 4, 1, "", "check"], [3, 4, 1, "", "get_from_shell"], [3, 4, 1, "", "get_obj"], [3, 6, 1, "", "instances2check_str"], [3, 3, 1, "", "object_loaded"], [3, 6, 1, "", "potential_object_names"]], "psyplot_gui.common.PyErrorMessage": [[3, 4, 1, "", "excepthook"], [3, 4, 1, "", "showTraceback"]], "psyplot_gui.common.StreamToLogger": [[3, 4, 1, "", "flush"], [3, 4, 1, "", "write"]], "psyplot_gui.compat": [[5, 0, 0, "-", "qtcompat"]], "psyplot_gui.compat.qtcompat": [[5, 5, 1, "", "asstring"], [5, 5, 1, "", "isstring"]], "psyplot_gui.config": [[6, 2, 1, "", "config_path"], [6, 2, 1, "", "logcfg_path"], [7, 0, 0, "-", "rcsetup"]], "psyplot_gui.config.rcsetup": [[7, 1, 1, "", "GuiRcParams"], [7, 2, 1, "", "defaultParams"], [7, 2, 1, "", "rcParams"], [7, 5, 1, "", "try_and_error"], [7, 5, 1, "", "validate_all"], [7, 5, 1, "", "validate_none"], [7, 5, 1, "", "validate_str"]], "psyplot_gui.config.rcsetup.GuiRcParams": [[7, 3, 1, "", "HEADER"], [7, 4, 1, "", "load_from_file"], [7, 4, 1, "", "load_plugins"]], "psyplot_gui.console": [[8, 1, 1, "", "ConsoleWidget"], [8, 1, 1, "", "IPythonControl"], [8, 5, 1, "", "init_asyncio_patch"]], "psyplot_gui.console.ConsoleWidget": [[8, 4, 1, "", "close"], [8, 3, 1, "", "custom_control"], [8, 3, 1, "", "dock_position"], [8, 4, 1, "", "eventFilter"], [8, 4, 1, "", "get_current_object"], [8, 4, 1, "", "get_obj"], [8, 3, 1, "", "intro_msg"], [8, 3, 1, "", "rc"], [8, 3, 1, "", "run_command"], [8, 4, 1, "", "run_command_in_shell"], [8, 3, 1, "", "run_script"], [8, 4, 1, "", "run_script_in_shell"], [8, 4, 1, "", "show_current_help"], [8, 3, 1, "", "title"], [8, 4, 1, "", "update_mp"], [8, 4, 1, "", "update_sp"]], "psyplot_gui.console.IPythonControl": [[8, 4, 1, "", "keyPressEvent"]], "psyplot_gui.content_widget": [[9, 1, 1, "", "ArrayItem"], [9, 1, 1, "", "DatasetTree"], [9, 1, 1, "", "DatasetTreeItem"], [9, 1, 1, "", "FiguresTree"], [9, 1, 1, "", "FiguresTreeItem"], [9, 1, 1, "", "PlotterList"], [9, 1, 1, "", "ProjectContent"], [9, 1, 1, "", "ProjectContentWidget"], [9, 1, 1, "", "SelectAllButton"], [9, 1, 1, "", "SelectNoneButton"], [9, 5, 1, "", "escape_html"]], "psyplot_gui.content_widget.ArrayItem": [[9, 3, 1, "", "arr"], [9, 4, 1, "", "disconnect_from_array"], [9, 4, 1, "", "set_text_from_array"]], "psyplot_gui.content_widget.DatasetTree": [[9, 4, 1, "", "add_datasets_from_cp"], [9, 4, 1, "", "create_dataset_tree"], [9, 4, 1, "", "expand_items"], [9, 4, 1, "", "expanded_items"], [9, 4, 1, "", "is_coord"], [9, 4, 1, "", "is_variable"], [9, 4, 1, "", "load_variable_desc"], [9, 4, 1, "", "make_plot"], [9, 4, 1, "", "open_menu"], [9, 4, 1, "", "refresh_items"], [9, 4, 1, "", "set_columns"], [9, 3, 1, "", "tooltips"]], "psyplot_gui.content_widget.DatasetTreeItem": [[9, 4, 1, "", "add_attrs"], [9, 4, 1, "", "add_variables"], [9, 4, 1, "", "get_plots_item"], [9, 4, 1, "", "refresh_plots_item"]], "psyplot_gui.content_widget.FiguresTree": [[9, 4, 1, "", "add_figures_from_cp"]], "psyplot_gui.content_widget.FiguresTreeItem": [[9, 4, 1, "", "disconnect_from_array"], [9, 4, 1, "", "set_text_from_array"]], "psyplot_gui.content_widget.PlotterList": [[9, 6, 1, "", "array_items"], [9, 6, 1, "", "arrays"], [9, 3, 1, "", "can_import_plotter"], [9, 4, 1, "", "disconnect_items"], [9, 3, 1, "", "is_empty"], [9, 3, 1, "", "project_attribute"], [9, 4, 1, "", "update_cp"], [9, 4, 1, "", "update_from_project"], [9, 3, 1, "", "updated_from_project"]], "psyplot_gui.content_widget.ProjectContent": [[9, 4, 1, "", "add_plotterlist"], [9, 6, 1, "", "current_names"], [9, 4, 1, "", "enable_list"], [9, 3, 1, "", "lists"], [9, 4, 1, "", "update_current_list"], [9, 4, 1, "", "update_lists"]], "psyplot_gui.content_widget.SelectAllButton": [[9, 4, 1, "", "enable_from_project"], [9, 4, 1, "", "select_all"]], "psyplot_gui.content_widget.SelectNoneButton": [[9, 4, 1, "", "enable_from_project"], [9, 4, 1, "", "select_none"]], "psyplot_gui.dataframeeditor": [[10, 1, 1, "", "DataFrameDock"], [10, 1, 1, "", "DataFrameEditor"], [10, 1, 1, "", "DataFrameModel"], [10, 1, 1, "", "DataFrameView"], [10, 1, 1, "", "FrozenTableView"], [10, 5, 1, "", "bool_false_check"]], "psyplot_gui.dataframeeditor.DataFrameDock": [[10, 4, 1, "", "close"]], "psyplot_gui.dataframeeditor.DataFrameEditor": [[10, 3, 1, "", "cell_edited"], [10, 4, 1, "", "clear_table"], [10, 3, 1, "", "cleared"], [10, 4, 1, "", "close"], [10, 3, 1, "", "dock_cls"], [10, 6, 1, "", "hidden"], [10, 4, 1, "", "maybe_tabify"], [10, 4, 1, "", "open_dataframe"], [10, 3, 1, "", "rows_inserted"], [10, 4, 1, "", "set_df"], [10, 4, 1, "", "set_dtypes_changeable"], [10, 4, 1, "", "set_index_editable"], [10, 4, 1, "", "set_lbl_size_text"], [10, 4, 1, "", "to_dock"], [10, 4, 1, "", "toggle_fmt_button"], [10, 4, 1, "", "update_format"], [10, 4, 1, "", "update_index_editable"]], "psyplot_gui.dataframeeditor.DataFrameModel": [[10, 3, 1, "", "COLS_TO_LOAD"], [10, 3, 1, "", "ROWS_TO_LOAD"], [10, 4, 1, "", "bgcolor"], [10, 4, 1, "", "can_fetch_more"], [10, 4, 1, "", "columnCount"], [10, 4, 1, "", "data"], [10, 4, 1, "", "fetch_more"], [10, 4, 1, "", "flags"], [10, 4, 1, "", "get_format"], [10, 4, 1, "", "get_value"], [10, 4, 1, "", "headerData"], [10, 4, 1, "", "insertRow"], [10, 4, 1, "", "insertRows"], [10, 4, 1, "", "reset"], [10, 4, 1, "", "rowCount"], [10, 4, 1, "", "setData"], [10, 4, 1, "", "set_format"], [10, 4, 1, "", "sort"], [10, 4, 1, "", "update_df_index"]], "psyplot_gui.dataframeeditor.DataFrameView": [[10, 4, 1, "", "change_type"], [10, 4, 1, "", "contextMenuEvent"], [10, 4, 1, "", "copy"], [10, 6, 1, "", "filled"], [10, 4, 1, "", "insert_row_above_selection"], [10, 4, 1, "", "insert_row_below_selection"], [10, 4, 1, "", "load_more_data"], [10, 4, 1, "", "moveCursor"], [10, 4, 1, "", "reset_model"], [10, 4, 1, "", "resizeEvent"], [10, 4, 1, "", "scrollTo"], [10, 4, 1, "", "set_df"], [10, 4, 1, "", "set_index"], [10, 4, 1, "", "setup_menu"], [10, 4, 1, "", "sortByColumn"], [10, 4, 1, "", "update_section_height"], [10, 4, 1, "", "update_section_width"]], "psyplot_gui.dataframeeditor.FrozenTableView": [[10, 4, 1, "", "contextMenuEvent"], [10, 4, 1, "", "update_geometry"]], "psyplot_gui.dependencies": [[11, 1, 1, "", "DependenciesDialog"], [11, 1, 1, "", "DependenciesTree"]], "psyplot_gui.dependencies.DependenciesDialog": [[11, 3, 1, "", "bt_copy"], [11, 4, 1, "", "clear_label"], [11, 4, 1, "", "copy_selected"], [11, 3, 1, "", "info_label"], [11, 3, 1, "", "label"], [11, 3, 1, "", "timer"], [11, 3, 1, "", "tree"], [11, 3, 1, "", "vbox"]], "psyplot_gui.dependencies.DependenciesTree": [[11, 4, 1, "", "add_dependencies"], [11, 4, 1, "", "open_menu"]], "psyplot_gui.fmt_widget": [[12, 1, 1, "", "DimensionsWidget"], [12, 1, 1, "", "FormatoptionWidget"]], "psyplot_gui.fmt_widget.DimensionsWidget": [[12, 4, 1, "", "get_ds"], [12, 4, 1, "", "insert_from_combo"], [12, 4, 1, "", "reset_combobox"], [12, 4, 1, "", "set_dim"], [12, 4, 1, "", "set_single_selection"], [12, 4, 1, "", "slice2list"], [12, 4, 1, "", "toggle_close_popup"]], "psyplot_gui.fmt_widget.FormatoptionWidget": [[12, 4, 1, "", "clear_text"], [12, 4, 1, "", "fill_combos_from_project"], [12, 4, 1, "", "fill_fmt_combo"], [12, 3, 1, "", "fmt_combo"], [12, 3, 1, "", "fmt_widget"], [12, 6, 1, "", "fmto"], [12, 4, 1, "", "get_name"], [12, 4, 1, "", "get_obj"], [12, 4, 1, "", "get_text"], [12, 3, 1, "", "group_combo"], [12, 3, 1, "", "help_explorer"], [12, 4, 1, "", "insert_obj"], [12, 3, 1, "", "line_edit"], [12, 4, 1, "", "load_fmt_widget"], [12, 3, 1, "", "multiline_button"], [12, 6, 1, "", "no_fmtos_update"], [12, 4, 1, "", "refill_from_rc"], [12, 4, 1, "", "remove_fmt_widget"], [12, 4, 1, "", "reset_fmt_widget"], [12, 4, 1, "", "run_code"], [12, 4, 1, "", "set_current_fmt_value"], [12, 4, 1, "", "set_fmto"], [12, 4, 1, "", "set_obj"], [12, 4, 1, "", "setup_fmt_completion_model"], [12, 6, 1, "", "shell"], [12, 4, 1, "", "show_all_fmt_info"], [12, 4, 1, "", "show_fmt_info"], [12, 3, 1, "", "text_edit"], [12, 4, 1, "", "toggle_line_edit"]], "psyplot_gui.help_explorer": [[13, 1, 1, "", "HelpExplorer"], [13, 1, 1, "", "HelpMixin"], [13, 1, 1, "", "SphinxThread"], [13, 1, 1, "", "TextHelp"], [13, 1, 1, "", "UrlBrowser"], [13, 1, 1, "", "UrlCombo"], [13, 1, 1, "", "UrlHelp"], [13, 5, 1, "", "file2html"], [13, 5, 1, "", "html2file"]], "psyplot_gui.help_explorer.HelpExplorer": [[13, 4, 1, "", "close"], [13, 4, 1, "", "set_viewer"], [13, 4, 1, "", "show_help"], [13, 4, 1, "", "show_intro"], [13, 4, 1, "", "show_rst"], [13, 3, 1, "", "viewers"]], "psyplot_gui.help_explorer.HelpMixin": [[13, 3, 1, "", "can_document_object"], [13, 3, 1, "", "can_show_rst"], [13, 4, 1, "", "describe_object"], [13, 4, 1, "", "get_doc"], [13, 4, 1, "", "header"], [13, 3, 1, "", "object_descriptor"], [13, 4, 1, "", "process_docstring"], [13, 4, 1, "", "show_help"], [13, 4, 1, "", "show_intro"], [13, 4, 1, "", "show_rst"]], "psyplot_gui.help_explorer.SphinxThread": [[13, 3, 1, "", "html_error"], [13, 3, 1, "", "html_ready"], [13, 4, 1, "", "render"], [13, 4, 1, "", "run"]], "psyplot_gui.help_explorer.TextHelp": [[13, 3, 1, "", "editor"], [13, 4, 1, "", "show_rst"]], "psyplot_gui.help_explorer.UrlBrowser": [[13, 4, 1, "", "browse"], [13, 3, 1, "", "bt_ahead"], [13, 3, 1, "", "bt_back"], [13, 3, 1, "", "bt_lock"], [13, 3, 1, "", "bt_lock_default"], [13, 3, 1, "", "bt_refresh"], [13, 3, 1, "", "bt_url_lock"], [13, 3, 1, "", "bt_url_lock_default"], [13, 3, 1, "", "button_box"], [13, 6, 1, "", "completed"], [13, 3, 1, "", "default_url"], [13, 3, 1, "", "doc_urls"], [13, 3, 1, "", "html"], [13, 3, 1, "", "tb_url"], [13, 4, 1, "", "toogle_lock"], [13, 4, 1, "", "toogle_url_lock"], [13, 4, 1, "", "update_url_lock_from_rc"], [13, 4, 1, "", "url_changed"], [13, 3, 1, "", "url_like_re"], [13, 3, 1, "", "vbox"]], "psyplot_gui.help_explorer.UrlCombo": [[13, 4, 1, "", "add_text_on_top"], [13, 4, 1, "", "keyPressEvent"], [13, 4, 1, "", "setModel"]], "psyplot_gui.help_explorer.UrlHelp": [[13, 4, 1, "", "browse"], [13, 3, 1, "", "bt_url_menus"], [13, 3, 1, "", "can_document_object"], [13, 3, 1, "", "can_show_rst"], [13, 4, 1, "", "close"], [13, 4, 1, "", "describe_object"], [13, 4, 1, "", "get_doc"], [13, 4, 1, "", "get_objtype"], [13, 4, 1, "", "header"], [13, 4, 1, "", "is_importable"], [13, 3, 1, "", "object_descriptor"], [13, 4, 1, "", "process_docstring"], [13, 4, 1, "", "reset_sphinx"], [13, 4, 1, "", "show_help"], [13, 4, 1, "", "show_intro"], [13, 4, 1, "", "show_rst"], [13, 3, 1, "", "sphinx_thread"], [13, 4, 1, "", "toogle_connect_console"], [13, 4, 1, "", "toogle_url_lock"], [13, 4, 1, "", "update_connect_console"], [13, 4, 1, "", "url_changed"]], "psyplot_gui.main": [[14, 1, 1, "", "MainWindow"], [14, 2, 1, "", "mainwindow"]], "psyplot_gui.main.MainWindow": [[14, 4, 1, "", "about"], [14, 4, 1, "", "add_mp_to_menu"], [14, 3, 1, "", "central_widget_key"], [14, 4, 1, "", "change_cwd"], [14, 4, 1, "", "close"], [14, 4, 1, "", "closeEvent"], [14, 3, 1, "", "console"], [14, 3, 1, "", "current_shortcuts"], [14, 3, 1, "", "dataframeeditors"], [14, 3, 1, "", "default_shortcuts"], [14, 3, 1, "", "default_widths"], [14, 3, 1, "", "dockwidgets"], [14, 3, 1, "", "ds_tree"], [14, 4, 1, "", "edit_preferences"], [14, 4, 1, "", "eventually_add_mp_to_menu"], [14, 4, 1, "", "excepthook"], [14, 4, 1, "", "export_mp"], [14, 4, 1, "", "export_sp"], [14, 3, 1, "", "figures"], [14, 3, 1, "", "figures_tree"], [14, 3, 1, "", "fmt_widget"], [14, 4, 1, "", "focus_on_console"], [14, 3, 1, "", "help_explorer"], [14, 4, 1, "", "load_mp_preset"], [14, 4, 1, "", "load_sp_preset"], [14, 6, 1, "", "logger"], [14, 4, 1, "", "new_data_frame_editor"], [14, 4, 1, "", "new_plots"], [14, 3, 1, "", "open_external"], [14, 4, 1, "", "open_external_files"], [14, 4, 1, "", "open_files"], [14, 3, 1, "", "open_files_server"], [14, 4, 1, "", "open_mp"], [14, 4, 1, "", "open_sp"], [14, 3, 1, "", "project_content"], [14, 4, 1, "", "register_shortcut"], [14, 4, 1, "", "reset_rcParams"], [14, 4, 1, "", "run"], [14, 4, 1, "", "run_app"], [14, 4, 1, "", "save_mp"], [14, 4, 1, "", "save_mp_preset"], [14, 4, 1, "", "save_sp"], [14, 4, 1, "", "save_sp_preset"], [14, 4, 1, "", "set_central_widget"], [14, 4, 1, "", "setup_default_layout"], [14, 4, 1, "", "show_dependencies"], [14, 4, 1, "", "start_open_files_server"], [14, 4, 1, "", "update_project_action"]], "psyplot_gui.plot_creator": [[15, 1, 1, "", "ArrayNameItemDelegate"], [15, 1, 1, "", "ArrayNameValidator"], [15, 1, 1, "", "ArrayTable"], [15, 1, 1, "", "AxesCreator"], [15, 1, 1, "", "AxesCreatorCollection"], [15, 1, 1, "", "AxesSelector"], [15, 1, 1, "", "AxesViewer"], [15, 1, 1, "", "CoordComboBox"], [15, 1, 1, "", "CoordsTable"], [15, 1, 1, "", "DragDropTable"], [15, 1, 1, "", "PlotCreator"], [15, 1, 1, "", "SubplotCreator"], [15, 1, 1, "", "VariableItemDelegate"], [15, 1, 1, "", "VariablesTable"]], "psyplot_gui.plot_creator.ArrayNameItemDelegate": [[15, 4, 1, "", "createEditor"]], "psyplot_gui.plot_creator.ArrayNameValidator": [[15, 4, 1, "", "fixup"], [15, 4, 1, "", "validate"]], "psyplot_gui.plot_creator.ArrayTable": [[15, 3, 1, "", "DIMS_TT"], [15, 3, 1, "", "VARIABLE_TT"], [15, 4, 1, "", "add_single_subplot"], [15, 4, 1, "", "add_subplots"], [15, 6, 1, "", "arr_col"], [15, 6, 1, "", "arr_names_dict"], [15, 6, 1, "", "axes"], [15, 6, 1, "", "axes_col"], [15, 4, 1, "", "axes_creator_action"], [15, 4, 1, "", "axes_info"], [15, 3, 1, "", "axes_patt"], [15, 4, 1, "", "check_array"], [15, 4, 1, "", "check_arrays"], [15, 6, 1, "", "check_col"], [15, 4, 1, "", "check_item"], [15, 6, 1, "", "current_names"], [15, 4, 1, "", "dropEvent"], [15, 4, 1, "", "get_all_rows"], [15, 4, 1, "", "insert_array"], [15, 4, 1, "", "next_available_name"], [15, 6, 1, "", "prefer_list"], [15, 4, 1, "", "remove_arrays"], [15, 3, 1, "", "sep"], [15, 4, 1, "", "set_columns"], [15, 4, 1, "", "set_pm"], [15, 4, 1, "", "setup_from_ds"], [15, 4, 1, "", "showAxesCreator"], [15, 3, 1, "", "subplot_patt"], [15, 4, 1, "", "update_other_items"], [15, 4, 1, "", "update_selected"], [15, 6, 1, "", "var_col"], [15, 6, 1, "", "vnames"]], "psyplot_gui.plot_creator.AxesCreator": [[15, 4, 1, "", "create_axes"], [15, 4, 1, "", "get_iter"], [15, 4, 1, "", "resize_rectangle"]], "psyplot_gui.plot_creator.AxesCreatorCollection": [[15, 4, 1, "", "close"], [15, 4, 1, "", "create_subplot"], [15, 3, 1, "", "okpressed"], [15, 3, 1, "", "widgets"]], "psyplot_gui.plot_creator.AxesSelector": [[15, 4, 1, "", "allow_axes_select"], [15, 4, 1, "", "change_pickers"], [15, 4, 1, "", "close"], [15, 4, 1, "", "get_iter"], [15, 4, 1, "", "get_picked_ax"], [15, 4, 1, "", "inspect_axes"], [15, 4, 1, "", "restore_pickers"], [15, 4, 1, "", "setVisible"], [15, 4, 1, "", "unclick"]], "psyplot_gui.plot_creator.AxesViewer": [[15, 4, 1, "", "resizeEvent"], [15, 3, 1, "", "sizeChanged"]], "psyplot_gui.plot_creator.CoordComboBox": [[15, 6, 1, "", "close_popups"], [15, 4, 1, "", "eventFilter"], [15, 4, 1, "", "handleItemPressed"], [15, 4, 1, "", "hidePopup"], [15, 4, 1, "", "hide_anyway"], [15, 3, 1, "", "leftclick"], [15, 4, 1, "", "load_coord"], [15, 4, 1, "", "mouseDoubleClickEvent"], [15, 4, 1, "", "mousePressEvent"], [15, 4, 1, "", "right_click"], [15, 6, 1, "", "use_coords"]], "psyplot_gui.plot_creator.CoordsTable": [[15, 6, 1, "", "combo_boxes"], [15, 4, 1, "", "fill_from_ds"], [15, 4, 1, "", "sizeHint"]], "psyplot_gui.plot_creator.DragDropTable": [[15, 4, 1, "", "dropEvent"], [15, 4, 1, "", "dropOn"], [15, 4, 1, "", "droppingOnItself"], [15, 4, 1, "", "moveRows"], [15, 4, 1, "", "position"]], "psyplot_gui.plot_creator.PlotCreator": [[15, 3, 1, "", "NO_PM_TT"], [15, 4, 1, "", "add_new_ds"], [15, 4, 1, "", "close"], [15, 4, 1, "", "connect_combo_boxes"], [15, 4, 1, "", "create_plots"], [15, 4, 1, "", "fill_ds_combo"], [15, 4, 1, "", "fill_fmt_tree"], [15, 4, 1, "", "fill_plot_method_combo"], [15, 4, 1, "", "get_ds"], [15, 4, 1, "", "insert_array"], [15, 4, 1, "", "insert_array_from_combo"], [15, 4, 1, "", "keyPressEvent"], [15, 4, 1, "", "load_preset"], [15, 4, 1, "", "open_data"], [15, 4, 1, "", "open_dataset"], [15, 4, 1, "", "reset_comboboxes"], [15, 4, 1, "", "set_decoder"], [15, 4, 1, "", "set_ds"], [15, 4, 1, "", "set_pm"], [15, 4, 1, "", "set_preset"], [15, 4, 1, "", "setup_subplot"], [15, 4, 1, "", "setup_subplots"], [15, 4, 1, "", "show_pm_info"], [15, 4, 1, "", "switch2ds"], [15, 4, 1, "", "toggle_close_popups"]], "psyplot_gui.plot_creator.SubplotCreator": [[15, 4, 1, "", "create_subplot"], [15, 4, 1, "", "get_iter"], [15, 4, 1, "", "set_num2_validator"], [15, 4, 1, "", "set_selected"], [15, 4, 1, "", "set_selected_from_num1"], [15, 4, 1, "", "set_selected_from_num2"], [15, 4, 1, "", "setup_table"], [15, 4, 1, "", "update_num_edit"]], "psyplot_gui.plot_creator.VariableItemDelegate": [[15, 4, 1, "", "createEditor"]], "psyplot_gui.plot_creator.VariablesTable": [[15, 4, 1, "", "fill_from_ds"], [15, 6, 1, "", "selected_variables"], [15, 4, 1, "", "set_columns"], [15, 3, 1, "", "variables"]], "psyplot_gui.preferences": [[16, 1, 1, "", "ConfigPage"], [16, 1, 1, "", "GuiRcParamsWidget"], [16, 1, 1, "", "Prefences"], [16, 1, 1, "", "PsyRcParamsWidget"], [16, 1, 1, "", "RcParamsTree"], [16, 1, 1, "", "RcParamsWidget"]], "psyplot_gui.preferences.ConfigPage": [[16, 4, 1, "", "apply_changes"], [16, 3, 1, "", "auto_updates"], [16, 6, 1, "", "changed"], [16, 3, 1, "", "icon"], [16, 4, 1, "", "initialize"], [16, 6, 1, "", "is_valid"], [16, 3, 1, "", "propose_changes"], [16, 3, 1, "", "title"], [16, 3, 1, "", "validChanged"]], "psyplot_gui.preferences.GuiRcParamsWidget": [[16, 3, 1, "", "default_path"], [16, 3, 1, "", "rc"], [16, 3, 1, "", "title"]], "psyplot_gui.preferences.Prefences": [[16, 4, 1, "", "accept"], [16, 4, 1, "", "add_page"], [16, 4, 1, "", "apply_clicked"], [16, 6, 1, "", "bt_apply"], [16, 4, 1, "", "check_changes"], [16, 4, 1, "", "current_page_changed"], [16, 4, 1, "", "get_page"], [16, 4, 1, "", "load_plugin_pages"], [16, 6, 1, "", "pages"], [16, 4, 1, "", "set_current_index"]], "psyplot_gui.preferences.PsyRcParamsWidget": [[16, 3, 1, "", "default_path"], [16, 3, 1, "", "rc"], [16, 3, 1, "", "title"]], "psyplot_gui.preferences.RcParamsTree": [[16, 4, 1, "", "apply_changes"], [16, 4, 1, "", "changed_rc"], [16, 4, 1, "", "initialize"], [16, 6, 1, "", "is_valid"], [16, 4, 1, "", "open_menu"], [16, 3, 1, "", "propose_changes"], [16, 3, 1, "", "rc"], [16, 4, 1, "", "select_changes"], [16, 4, 1, "", "selected_rc"], [16, 4, 1, "", "set_icon_func"], [16, 4, 1, "", "set_valid"], [16, 6, 1, "", "top_level_items"], [16, 3, 1, "", "valid"], [16, 3, 1, "", "validChanged"], [16, 3, 1, "", "value_col"]], "psyplot_gui.preferences.RcParamsWidget": [[16, 4, 1, "", "apply_changes"], [16, 6, 1, "", "changed"], [16, 6, 1, "", "icon"], [16, 4, 1, "", "initialize"], [16, 6, 1, "", "is_valid"], [16, 6, 1, "", "propose_changes"], [16, 3, 1, "", "rc"], [16, 4, 1, "", "save_settings_action"], [16, 3, 1, "", "tree"], [16, 6, 1, "", "validChanged"]], "psyplot_gui.sphinx_supp": [[18, 0, 0, "-", "conf"]], "psyplot_gui.sphinx_supp.conf": [[18, 5, 1, "", "link_aliases"], [18, 5, 1, "", "setup"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:data", "3": "py:attribute", "4": "py:method", "5": "py:function", "6": "py:property"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "data", "Python data"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "function", "Python function"], "6": ["py", "property", "Python property"]}, "titleterms": {"api": 0, "refer": 0, "psyplot_gui": [1, 4, 6, 17], "packag": [1, 4, 6, 17], "subpackag": 1, "submodul": [1, 4, 6, 17], "compat": 4, "config": 6, "sphinx_supp": 17, "changelog": 19, "v1": 19, "5": 19, "0": 19, "chang": 19, "fix": 19, "ad": 19, "4": 19, "3": 19, "2": 19, "1": 19, "command": 20, "line": 20, "usag": 20, "posit": 20, "argument": 20, "name": 20, "info": 20, "option": 20, "output": 20, "gui": [20, 21, 23, 24], "configur": [21, 26], "contribut": 22, "develop": [22, 26], "hint": 22, "get": 23, "start": 23, "The": 23, "consol": 23, "help": 23, "explor": 23, "plot": 23, "creator": 23, "project": 23, "content": 23, "formatopt": 23, "widget": 23, "welcom": 24, "psyplot": 24, "": 24, "document": 24, "how": [24, 25], "cite": 24, "thi": 24, "softwar": 24, "licens": 24, "inform": 24, "indic": 24, "tabl": 24, "instal": 25, "us": 25, "conda": 25, "pip": 25, "depend": 25, "requir": 25, "plugin": 26, "todo": 27}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1, "sphinx": 60}, "alltitles": {"API Reference": [[0, "api-reference"]], "psyplot_gui package": [[1, "module-psyplot_gui"]], "Subpackages": [[1, "subpackages"]], "Submodules": [[1, "submodules"], [4, "submodules"], [6, "submodules"], [17, "submodules"]], "psyplot_gui.compat package": [[4, "module-psyplot_gui.compat"]], "psyplot_gui.config package": [[6, "module-psyplot_gui.config"]], "psyplot_gui.sphinx_supp package": [[17, "module-psyplot_gui.sphinx_supp"]], "Changelog": [[19, "changelog"]], "v1.5.0": [[19, "v1-5-0"]], "Changed": [[19, "changed"], [19, "id3"], [19, "id4"], [19, "id7"], [19, "id8"], [19, "id11"]], "Fixed": [[19, "fixed"]], "Added": [[19, "added"], [19, "id2"], [19, "id5"], [19, "id6"], [19, "id9"], [19, "id10"]], "v1.4.0": [[19, "v1-4-0"]], "v1.3.0": [[19, "v1-3-0"]], "v1.2.4": [[19, "v1-2-4"]], "v1.2.3": [[19, "v1-2-3"]], "v1.2.2": [[19, "v1-2-2"]], "v1.2.1": [[19, "v1-2-1"]], "v1.2.0": [[19, "v1-2-0"]], "v1.1.0": [[19, "v1-1-0"]], "v1.0.1": [[19, "v1-0-1"]], "Command line usage": [[20, "command-line-usage"]], "Positional Arguments": [[20, "positional-arguments"]], "Named Arguments": [[20, "named-arguments"]], "Info options": [[20, "info-options"]], "Output options": [[20, "output-options"]], "Gui options": [[20, "gui-options"]], "Configuration of the GUI": [[21, "configuration-of-the-gui"]], "Contribution and development hints": [[22, "contribution-and-development-hints"]], "Getting started": [[23, "getting-started"]], "Starting the GUI": [[23, "starting-the-gui"]], "The Console": [[23, "the-console"]], "The Help Explorer": [[23, "the-help-explorer"]], "The Plot Creator": [[23, "the-plot-creator"]], "The Project content": [[23, "the-project-content"]], "The formatoptions widget": [[23, "the-formatoptions-widget"]], "Welcome to psyplot-gui\u2019s documentation!": [[24, "welcome-to-psyplot-gui-s-documentation"]], "How to cite this software": [[24, "how-to-cite-this-software"]], "License information": [[24, "license-information"]], "Indices and tables": [[24, "indices-and-tables"]], "Installation": [[25, "installation"]], "How to install": [[25, "how-to-install"]], "Installation using conda": [[25, "installation-using-conda"]], "Installation using pip": [[25, "installation-using-pip"]], "Dependencies": [[25, "dependencies"]], "Required dependencies": [[25, "required-dependencies"]], "Plugin configuration": [[26, "plugin-configuration"], [26, "plugin-config"]], "Developing plugins": [[26, "developing-plugins"]], "ToDos": [[27, "todos"]]}, "indexentries": {"listguipluginsaction (class in psyplot_gui)": [[1, "psyplot_gui.ListGuiPluginsAction"]], "unit_testing (in module psyplot_gui)": [[1, "psyplot_gui.UNIT_TESTING"]], "get_parser() (in module psyplot_gui)": [[1, "psyplot_gui.get_parser"]], "get_versions() (in module psyplot_gui)": [[1, "psyplot_gui.get_versions"]], "module": [[1, "module-psyplot_gui"], [2, "module-psyplot_gui.backend"], [3, "module-psyplot_gui.common"], [4, "module-psyplot_gui.compat"], [5, "module-psyplot_gui.compat.qtcompat"], [6, "module-psyplot_gui.config"], [7, "module-psyplot_gui.config.rcsetup"], [8, "module-psyplot_gui.console"], [9, "module-psyplot_gui.content_widget"], [10, "module-psyplot_gui.dataframeeditor"], [11, "module-psyplot_gui.dependencies"], [12, "module-psyplot_gui.fmt_widget"], [13, "module-psyplot_gui.help_explorer"], [14, "module-psyplot_gui.main"], [15, "module-psyplot_gui.plot_creator"], [16, "module-psyplot_gui.preferences"], [17, "module-psyplot_gui.sphinx_supp"], [18, "module-psyplot_gui.sphinx_supp.conf"]], "psyplot_gui": [[1, "module-psyplot_gui"]], "send_files_to_psyplot() (in module psyplot_gui)": [[1, "psyplot_gui.send_files_to_psyplot"]], "start_app() (in module psyplot_gui)": [[1, "psyplot_gui.start_app"]], "figurecanvas (in module psyplot_gui.backend)": [[2, "psyplot_gui.backend.FigureCanvas"]], "figuremanager (in module psyplot_gui.backend)": [[2, "psyplot_gui.backend.FigureManager"]], "figurewidget (class in psyplot_gui.backend)": [[2, "psyplot_gui.backend.FigureWidget"]], "figuresdock (class in psyplot_gui.backend)": [[2, "psyplot_gui.backend.FiguresDock"]], "psyplotcanvas (class in psyplot_gui.backend)": [[2, "psyplot_gui.backend.PsyplotCanvas"]], "psyplotcanvasmanager (class in psyplot_gui.backend)": [[2, "psyplot_gui.backend.PsyplotCanvasManager"]], "close() (psyplot_gui.backend.figuresdock method)": [[2, "psyplot_gui.backend.FiguresDock.close"]], "dock_cls (psyplot_gui.backend.figurewidget attribute)": [[2, "psyplot_gui.backend.FigureWidget.dock_cls"]], "new_figure_manager() (in module psyplot_gui.backend)": [[2, "psyplot_gui.backend.new_figure_manager"]], "new_figure_manager_given_figure() (in module psyplot_gui.backend)": [[2, "psyplot_gui.backend.new_figure_manager_given_figure"]], "psyplot_gui.backend": [[2, "module-psyplot_gui.backend"]], "resize() (psyplot_gui.backend.psyplotcanvasmanager method)": [[2, "psyplot_gui.backend.PsyplotCanvasManager.resize"]], "resizeevent() (psyplot_gui.backend.psyplotcanvas method)": [[2, "psyplot_gui.backend.PsyplotCanvas.resizeEvent"]], "statusbar() (psyplot_gui.backend.psyplotcanvasmanager method)": [[2, "psyplot_gui.backend.PsyplotCanvasManager.statusBar"]], "toolbar (psyplot_gui.backend.psyplotcanvasmanager attribute)": [[2, "psyplot_gui.backend.PsyplotCanvasManager.toolbar"]], "dockmixin (class in psyplot_gui.common)": [[3, "psyplot_gui.common.DockMixin"]], "listvalidator (class in psyplot_gui.common)": [[3, "psyplot_gui.common.ListValidator"]], "loadfromconsolebutton (class in psyplot_gui.common)": [[3, "psyplot_gui.common.LoadFromConsoleButton"]], "pyerrormessage (class in psyplot_gui.common)": [[3, "psyplot_gui.common.PyErrorMessage"]], "streamtologger (class in psyplot_gui.common)": [[3, "psyplot_gui.common.StreamToLogger"]], "check() (psyplot_gui.common.loadfromconsolebutton method)": [[3, "psyplot_gui.common.LoadFromConsoleButton.check"]], "config_page (psyplot_gui.common.dockmixin attribute)": [[3, "psyplot_gui.common.DockMixin.config_page"]], "create_central_widget_action() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.create_central_widget_action"]], "create_view_action() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.create_view_action"]], "dock (psyplot_gui.common.dockmixin attribute)": [[3, "psyplot_gui.common.DockMixin.dock"]], "dock_cls (psyplot_gui.common.dockmixin attribute)": [[3, "psyplot_gui.common.DockMixin.dock_cls"]], "dock_position (psyplot_gui.common.dockmixin attribute)": [[3, "psyplot_gui.common.DockMixin.dock_position"]], "excepthook() (psyplot_gui.common.pyerrormessage method)": [[3, "psyplot_gui.common.PyErrorMessage.excepthook"]], "flush() (psyplot_gui.common.streamtologger method)": [[3, "psyplot_gui.common.StreamToLogger.flush"]], "get_from_shell() (psyplot_gui.common.loadfromconsolebutton method)": [[3, "psyplot_gui.common.LoadFromConsoleButton.get_from_shell"]], "get_icon() (in module psyplot_gui.common)": [[3, "psyplot_gui.common.get_icon"]], "get_module_path() (in module psyplot_gui.common)": [[3, "psyplot_gui.common.get_module_path"]], "get_obj() (psyplot_gui.common.loadfromconsolebutton method)": [[3, "psyplot_gui.common.LoadFromConsoleButton.get_obj"]], "hidden (psyplot_gui.common.dockmixin attribute)": [[3, "psyplot_gui.common.DockMixin.hidden"]], "hide_plugin() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.hide_plugin"]], "instances2check_str (psyplot_gui.common.loadfromconsolebutton property)": [[3, "psyplot_gui.common.LoadFromConsoleButton.instances2check_str"]], "is_running_tests() (in module psyplot_gui.common)": [[3, "psyplot_gui.common.is_running_tests"]], "is_shown (psyplot_gui.common.dockmixin property)": [[3, "psyplot_gui.common.DockMixin.is_shown"]], "object_loaded (psyplot_gui.common.loadfromconsolebutton attribute)": [[3, "psyplot_gui.common.LoadFromConsoleButton.object_loaded"]], "position_dock() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.position_dock"]], "potential_object_names (psyplot_gui.common.loadfromconsolebutton property)": [[3, "psyplot_gui.common.LoadFromConsoleButton.potential_object_names"]], "psyplot_gui.common": [[3, "module-psyplot_gui.common"]], "remove_plugin() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.remove_plugin"]], "showtraceback() (psyplot_gui.common.pyerrormessage method)": [[3, "psyplot_gui.common.PyErrorMessage.showTraceback"]], "show_plugin() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.show_plugin"]], "show_status_message() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.show_status_message"]], "title (psyplot_gui.common.dockmixin attribute)": [[3, "psyplot_gui.common.DockMixin.title"]], "to_dock() (psyplot_gui.common.dockmixin method)": [[3, "psyplot_gui.common.DockMixin.to_dock"]], "write() (psyplot_gui.common.streamtologger method)": [[3, "psyplot_gui.common.StreamToLogger.write"]], "psyplot_gui.compat": [[4, "module-psyplot_gui.compat"]], "asstring() (in module psyplot_gui.compat.qtcompat)": [[5, "psyplot_gui.compat.qtcompat.asstring"]], "isstring() (in module psyplot_gui.compat.qtcompat)": [[5, "psyplot_gui.compat.qtcompat.isstring"]], "psyplot_gui.compat.qtcompat": [[5, "module-psyplot_gui.compat.qtcompat"]], "config_path (in module psyplot_gui.config)": [[6, "psyplot_gui.config.config_path"]], "logcfg_path (in module psyplot_gui.config)": [[6, "psyplot_gui.config.logcfg_path"]], "psyplot_gui.config": [[6, "module-psyplot_gui.config"]], "guircparams (class in psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.GuiRcParams"]], "header (psyplot_gui.config.rcsetup.guircparams attribute)": [[7, "psyplot_gui.config.rcsetup.GuiRcParams.HEADER"]], "defaultparams (in module psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.defaultParams"]], "load_from_file() (psyplot_gui.config.rcsetup.guircparams method)": [[7, "psyplot_gui.config.rcsetup.GuiRcParams.load_from_file"]], "load_plugins() (psyplot_gui.config.rcsetup.guircparams method)": [[7, "psyplot_gui.config.rcsetup.GuiRcParams.load_plugins"]], "psyplot_gui.config.rcsetup": [[7, "module-psyplot_gui.config.rcsetup"]], "rcparams (in module psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.rcParams"]], "try_and_error() (in module psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.try_and_error"]], "validate_all() (in module psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.validate_all"]], "validate_none() (in module psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.validate_none"]], "validate_str() (in module psyplot_gui.config.rcsetup)": [[7, "psyplot_gui.config.rcsetup.validate_str"]], "consolewidget (class in psyplot_gui.console)": [[8, "psyplot_gui.console.ConsoleWidget"]], "ipythoncontrol (class in psyplot_gui.console)": [[8, "psyplot_gui.console.IPythonControl"]], "close() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.close"]], "custom_control (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.custom_control"]], "dock_position (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.dock_position"]], "eventfilter() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.eventFilter"]], "get_current_object() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.get_current_object"]], "get_obj() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.get_obj"]], "init_asyncio_patch() (in module psyplot_gui.console)": [[8, "psyplot_gui.console.init_asyncio_patch"]], "intro_msg (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.intro_msg"]], "keypressevent() (psyplot_gui.console.ipythoncontrol method)": [[8, "psyplot_gui.console.IPythonControl.keyPressEvent"]], "psyplot_gui.console": [[8, "module-psyplot_gui.console"]], "rc (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.rc"]], "run_command (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.run_command"]], "run_command_in_shell() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.run_command_in_shell"]], "run_script (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.run_script"]], "run_script_in_shell() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.run_script_in_shell"]], "show_current_help() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.show_current_help"]], "title (psyplot_gui.console.consolewidget attribute)": [[8, "psyplot_gui.console.ConsoleWidget.title"]], "update_mp() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.update_mp"]], "update_sp() (psyplot_gui.console.consolewidget method)": [[8, "psyplot_gui.console.ConsoleWidget.update_sp"]], "arrayitem (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.ArrayItem"]], "datasettree (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.DatasetTree"]], "datasettreeitem (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.DatasetTreeItem"]], "figurestree (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.FiguresTree"]], "figurestreeitem (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.FiguresTreeItem"]], "plotterlist (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.PlotterList"]], "projectcontent (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.ProjectContent"]], "projectcontentwidget (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.ProjectContentWidget"]], "selectallbutton (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.SelectAllButton"]], "selectnonebutton (class in psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.SelectNoneButton"]], "add_attrs() (psyplot_gui.content_widget.datasettreeitem method)": [[9, "psyplot_gui.content_widget.DatasetTreeItem.add_attrs"]], "add_datasets_from_cp() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.add_datasets_from_cp"]], "add_figures_from_cp() (psyplot_gui.content_widget.figurestree method)": [[9, "psyplot_gui.content_widget.FiguresTree.add_figures_from_cp"]], "add_plotterlist() (psyplot_gui.content_widget.projectcontent method)": [[9, "psyplot_gui.content_widget.ProjectContent.add_plotterlist"]], "add_variables() (psyplot_gui.content_widget.datasettreeitem method)": [[9, "psyplot_gui.content_widget.DatasetTreeItem.add_variables"]], "arr (psyplot_gui.content_widget.arrayitem attribute)": [[9, "psyplot_gui.content_widget.ArrayItem.arr"]], "array_items (psyplot_gui.content_widget.plotterlist property)": [[9, "psyplot_gui.content_widget.PlotterList.array_items"]], "arrays (psyplot_gui.content_widget.plotterlist property)": [[9, "psyplot_gui.content_widget.PlotterList.arrays"]], "can_import_plotter (psyplot_gui.content_widget.plotterlist attribute)": [[9, "psyplot_gui.content_widget.PlotterList.can_import_plotter"]], "create_dataset_tree() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.create_dataset_tree"]], "current_names (psyplot_gui.content_widget.projectcontent property)": [[9, "psyplot_gui.content_widget.ProjectContent.current_names"]], "disconnect_from_array() (psyplot_gui.content_widget.arrayitem method)": [[9, "psyplot_gui.content_widget.ArrayItem.disconnect_from_array"]], "disconnect_from_array() (psyplot_gui.content_widget.figurestreeitem method)": [[9, "psyplot_gui.content_widget.FiguresTreeItem.disconnect_from_array"]], "disconnect_items() (psyplot_gui.content_widget.plotterlist method)": [[9, "psyplot_gui.content_widget.PlotterList.disconnect_items"]], "enable_from_project() (psyplot_gui.content_widget.selectallbutton method)": [[9, "psyplot_gui.content_widget.SelectAllButton.enable_from_project"]], "enable_from_project() (psyplot_gui.content_widget.selectnonebutton method)": [[9, "psyplot_gui.content_widget.SelectNoneButton.enable_from_project"]], "enable_list() (psyplot_gui.content_widget.projectcontent method)": [[9, "psyplot_gui.content_widget.ProjectContent.enable_list"]], "escape_html() (in module psyplot_gui.content_widget)": [[9, "psyplot_gui.content_widget.escape_html"]], "expand_items() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.expand_items"]], "expanded_items() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.expanded_items"]], "get_plots_item() (psyplot_gui.content_widget.datasettreeitem method)": [[9, "psyplot_gui.content_widget.DatasetTreeItem.get_plots_item"]], "is_coord() (psyplot_gui.content_widget.datasettree static method)": [[9, "psyplot_gui.content_widget.DatasetTree.is_coord"]], "is_empty (psyplot_gui.content_widget.plotterlist attribute)": [[9, "psyplot_gui.content_widget.PlotterList.is_empty"]], "is_variable() (psyplot_gui.content_widget.datasettree static method)": [[9, "psyplot_gui.content_widget.DatasetTree.is_variable"]], "lists (psyplot_gui.content_widget.projectcontent attribute)": [[9, "psyplot_gui.content_widget.ProjectContent.lists"]], "load_variable_desc() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.load_variable_desc"]], "make_plot() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.make_plot"]], "open_menu() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.open_menu"]], "project_attribute (psyplot_gui.content_widget.plotterlist attribute)": [[9, "psyplot_gui.content_widget.PlotterList.project_attribute"]], "psyplot_gui.content_widget": [[9, "module-psyplot_gui.content_widget"]], "refresh_items() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.refresh_items"]], "refresh_plots_item() (psyplot_gui.content_widget.datasettreeitem method)": [[9, "psyplot_gui.content_widget.DatasetTreeItem.refresh_plots_item"]], "select_all() (psyplot_gui.content_widget.selectallbutton method)": [[9, "psyplot_gui.content_widget.SelectAllButton.select_all"]], "select_none() (psyplot_gui.content_widget.selectnonebutton method)": [[9, "psyplot_gui.content_widget.SelectNoneButton.select_none"]], "set_columns() (psyplot_gui.content_widget.datasettree method)": [[9, "psyplot_gui.content_widget.DatasetTree.set_columns"]], "set_text_from_array() (psyplot_gui.content_widget.arrayitem method)": [[9, "psyplot_gui.content_widget.ArrayItem.set_text_from_array"]], "set_text_from_array() (psyplot_gui.content_widget.figurestreeitem method)": [[9, "psyplot_gui.content_widget.FiguresTreeItem.set_text_from_array"]], "tooltips (psyplot_gui.content_widget.datasettree attribute)": [[9, "psyplot_gui.content_widget.DatasetTree.tooltips"]], "update_cp() (psyplot_gui.content_widget.plotterlist method)": [[9, "psyplot_gui.content_widget.PlotterList.update_cp"]], "update_current_list() (psyplot_gui.content_widget.projectcontent method)": [[9, "psyplot_gui.content_widget.ProjectContent.update_current_list"]], "update_from_project() (psyplot_gui.content_widget.plotterlist method)": [[9, "psyplot_gui.content_widget.PlotterList.update_from_project"]], "update_lists() (psyplot_gui.content_widget.projectcontent method)": [[9, "psyplot_gui.content_widget.ProjectContent.update_lists"]], "updated_from_project (psyplot_gui.content_widget.plotterlist attribute)": [[9, "psyplot_gui.content_widget.PlotterList.updated_from_project"]], "cols_to_load (psyplot_gui.dataframeeditor.dataframemodel attribute)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.COLS_TO_LOAD"]], "dataframedock (class in psyplot_gui.dataframeeditor)": [[10, "psyplot_gui.dataframeeditor.DataFrameDock"]], "dataframeeditor (class in psyplot_gui.dataframeeditor)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor"]], "dataframemodel (class in psyplot_gui.dataframeeditor)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel"]], "dataframeview (class in psyplot_gui.dataframeeditor)": [[10, "psyplot_gui.dataframeeditor.DataFrameView"]], "frozentableview (class in psyplot_gui.dataframeeditor)": [[10, "psyplot_gui.dataframeeditor.FrozenTableView"]], "rows_to_load (psyplot_gui.dataframeeditor.dataframemodel attribute)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.ROWS_TO_LOAD"]], "bgcolor() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.bgcolor"]], "bool_false_check() (in module psyplot_gui.dataframeeditor)": [[10, "psyplot_gui.dataframeeditor.bool_false_check"]], "can_fetch_more() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.can_fetch_more"]], "cell_edited (psyplot_gui.dataframeeditor.dataframeeditor attribute)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.cell_edited"]], "change_type() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.change_type"]], "clear_table() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.clear_table"]], "cleared (psyplot_gui.dataframeeditor.dataframeeditor attribute)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.cleared"]], "close() (psyplot_gui.dataframeeditor.dataframedock method)": [[10, "psyplot_gui.dataframeeditor.DataFrameDock.close"]], "close() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.close"]], "columncount() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.columnCount"]], "contextmenuevent() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.contextMenuEvent"]], "contextmenuevent() (psyplot_gui.dataframeeditor.frozentableview method)": [[10, "psyplot_gui.dataframeeditor.FrozenTableView.contextMenuEvent"]], "copy() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.copy"]], "data() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.data"]], "dock_cls (psyplot_gui.dataframeeditor.dataframeeditor attribute)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.dock_cls"]], "fetch_more() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.fetch_more"]], "filled (psyplot_gui.dataframeeditor.dataframeview property)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.filled"]], "flags() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.flags"]], "get_format() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.get_format"]], "get_value() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.get_value"]], "headerdata() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.headerData"]], "hidden (psyplot_gui.dataframeeditor.dataframeeditor property)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.hidden"]], "insertrow() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.insertRow"]], "insertrows() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.insertRows"]], "insert_row_above_selection() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.insert_row_above_selection"]], "insert_row_below_selection() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.insert_row_below_selection"]], "load_more_data() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.load_more_data"]], "maybe_tabify() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.maybe_tabify"]], "movecursor() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.moveCursor"]], "open_dataframe() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.open_dataframe"]], "psyplot_gui.dataframeeditor": [[10, "module-psyplot_gui.dataframeeditor"]], "reset() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.reset"]], "reset_model() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.reset_model"]], "resizeevent() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.resizeEvent"]], "rowcount() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.rowCount"]], "rows_inserted (psyplot_gui.dataframeeditor.dataframeeditor attribute)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.rows_inserted"]], "scrollto() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.scrollTo"]], "setdata() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.setData"]], "set_df() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.set_df"]], "set_df() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.set_df"]], "set_dtypes_changeable() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.set_dtypes_changeable"]], "set_format() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.set_format"]], "set_index() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.set_index"]], "set_index_editable() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.set_index_editable"]], "set_lbl_size_text() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.set_lbl_size_text"]], "setup_menu() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.setup_menu"]], "sort() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.sort"]], "sortbycolumn() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.sortByColumn"]], "to_dock() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.to_dock"]], "toggle_fmt_button() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.toggle_fmt_button"]], "update_df_index() (psyplot_gui.dataframeeditor.dataframemodel method)": [[10, "psyplot_gui.dataframeeditor.DataFrameModel.update_df_index"]], "update_format() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.update_format"]], "update_geometry() (psyplot_gui.dataframeeditor.frozentableview method)": [[10, "psyplot_gui.dataframeeditor.FrozenTableView.update_geometry"]], "update_index_editable() (psyplot_gui.dataframeeditor.dataframeeditor method)": [[10, "psyplot_gui.dataframeeditor.DataFrameEditor.update_index_editable"]], "update_section_height() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.update_section_height"]], "update_section_width() (psyplot_gui.dataframeeditor.dataframeview method)": [[10, "psyplot_gui.dataframeeditor.DataFrameView.update_section_width"]], "dependenciesdialog (class in psyplot_gui.dependencies)": [[11, "psyplot_gui.dependencies.DependenciesDialog"]], "dependenciestree (class in psyplot_gui.dependencies)": [[11, "psyplot_gui.dependencies.DependenciesTree"]], "add_dependencies() (psyplot_gui.dependencies.dependenciestree method)": [[11, "psyplot_gui.dependencies.DependenciesTree.add_dependencies"]], "bt_copy (psyplot_gui.dependencies.dependenciesdialog attribute)": [[11, "psyplot_gui.dependencies.DependenciesDialog.bt_copy"]], "clear_label() (psyplot_gui.dependencies.dependenciesdialog method)": [[11, "psyplot_gui.dependencies.DependenciesDialog.clear_label"]], "copy_selected() (psyplot_gui.dependencies.dependenciesdialog method)": [[11, "psyplot_gui.dependencies.DependenciesDialog.copy_selected"]], "info_label (psyplot_gui.dependencies.dependenciesdialog attribute)": [[11, "psyplot_gui.dependencies.DependenciesDialog.info_label"]], "label (psyplot_gui.dependencies.dependenciesdialog attribute)": [[11, "psyplot_gui.dependencies.DependenciesDialog.label"]], "open_menu() (psyplot_gui.dependencies.dependenciestree method)": [[11, "psyplot_gui.dependencies.DependenciesTree.open_menu"]], "psyplot_gui.dependencies": [[11, "module-psyplot_gui.dependencies"]], "timer (psyplot_gui.dependencies.dependenciesdialog attribute)": [[11, "psyplot_gui.dependencies.DependenciesDialog.timer"]], "tree (psyplot_gui.dependencies.dependenciesdialog attribute)": [[11, "psyplot_gui.dependencies.DependenciesDialog.tree"]], "vbox (psyplot_gui.dependencies.dependenciesdialog attribute)": [[11, "psyplot_gui.dependencies.DependenciesDialog.vbox"]], "dimensionswidget (class in psyplot_gui.fmt_widget)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget"]], "formatoptionwidget (class in psyplot_gui.fmt_widget)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget"]], "clear_text() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.clear_text"]], "fill_combos_from_project() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.fill_combos_from_project"]], "fill_fmt_combo() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.fill_fmt_combo"]], "fmt_combo (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.fmt_combo"]], "fmt_widget (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.fmt_widget"]], "fmto (psyplot_gui.fmt_widget.formatoptionwidget property)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.fmto"]], "get_ds() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.get_ds"]], "get_name() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.get_name"]], "get_obj() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.get_obj"]], "get_text() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.get_text"]], "group_combo (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.group_combo"]], "help_explorer (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.help_explorer"]], "insert_from_combo() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.insert_from_combo"]], "insert_obj() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.insert_obj"]], "line_edit (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.line_edit"]], "load_fmt_widget() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.load_fmt_widget"]], "multiline_button (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.multiline_button"]], "no_fmtos_update (psyplot_gui.fmt_widget.formatoptionwidget property)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.no_fmtos_update"]], "psyplot_gui.fmt_widget": [[12, "module-psyplot_gui.fmt_widget"]], "refill_from_rc() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.refill_from_rc"]], "remove_fmt_widget() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.remove_fmt_widget"]], "reset_combobox() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.reset_combobox"]], "reset_fmt_widget() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.reset_fmt_widget"]], "run_code() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.run_code"]], "set_current_fmt_value() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.set_current_fmt_value"]], "set_dim() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.set_dim"]], "set_fmto() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.set_fmto"]], "set_obj() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.set_obj"]], "set_single_selection() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.set_single_selection"]], "setup_fmt_completion_model() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.setup_fmt_completion_model"]], "shell (psyplot_gui.fmt_widget.formatoptionwidget property)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.shell"]], "show_all_fmt_info() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.show_all_fmt_info"]], "show_fmt_info() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.show_fmt_info"]], "slice2list() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.slice2list"]], "text_edit (psyplot_gui.fmt_widget.formatoptionwidget attribute)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.text_edit"]], "toggle_close_popup() (psyplot_gui.fmt_widget.dimensionswidget method)": [[12, "psyplot_gui.fmt_widget.DimensionsWidget.toggle_close_popup"]], "toggle_line_edit() (psyplot_gui.fmt_widget.formatoptionwidget method)": [[12, "psyplot_gui.fmt_widget.FormatoptionWidget.toggle_line_edit"]], "helpexplorer (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.HelpExplorer"]], "helpmixin (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.HelpMixin"]], "sphinxthread (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.SphinxThread"]], "texthelp (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.TextHelp"]], "urlbrowser (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.UrlBrowser"]], "urlcombo (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.UrlCombo"]], "urlhelp (class in psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.UrlHelp"]], "add_text_on_top() (psyplot_gui.help_explorer.urlcombo method)": [[13, "psyplot_gui.help_explorer.UrlCombo.add_text_on_top"]], "browse() (psyplot_gui.help_explorer.urlbrowser method)": [[13, "psyplot_gui.help_explorer.UrlBrowser.browse"]], "browse() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.browse"]], "bt_ahead (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_ahead"]], "bt_back (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_back"]], "bt_lock (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_lock"]], "bt_lock_default (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_lock_default"]], "bt_refresh (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_refresh"]], "bt_url_lock (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_url_lock"]], "bt_url_lock_default (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.bt_url_lock_default"]], "bt_url_menus (psyplot_gui.help_explorer.urlhelp attribute)": [[13, "psyplot_gui.help_explorer.UrlHelp.bt_url_menus"]], "button_box (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.button_box"]], "can_document_object (psyplot_gui.help_explorer.helpmixin attribute)": [[13, "psyplot_gui.help_explorer.HelpMixin.can_document_object"]], "can_document_object (psyplot_gui.help_explorer.urlhelp attribute)": [[13, "psyplot_gui.help_explorer.UrlHelp.can_document_object"]], "can_show_rst (psyplot_gui.help_explorer.helpmixin attribute)": [[13, "psyplot_gui.help_explorer.HelpMixin.can_show_rst"]], "can_show_rst (psyplot_gui.help_explorer.urlhelp attribute)": [[13, "psyplot_gui.help_explorer.UrlHelp.can_show_rst"]], "close() (psyplot_gui.help_explorer.helpexplorer method)": [[13, "psyplot_gui.help_explorer.HelpExplorer.close"]], "close() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.close"]], "completed (psyplot_gui.help_explorer.urlbrowser property)": [[13, "psyplot_gui.help_explorer.UrlBrowser.completed"]], "default_url (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.default_url"]], "describe_object() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.describe_object"]], "describe_object() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.describe_object"]], "doc_urls (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.doc_urls"]], "editor (psyplot_gui.help_explorer.texthelp attribute)": [[13, "psyplot_gui.help_explorer.TextHelp.editor"]], "file2html() (in module psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.file2html"]], "get_doc() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.get_doc"]], "get_doc() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.get_doc"]], "get_objtype() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.get_objtype"]], "header() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.header"]], "header() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.header"]], "html (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.html"]], "html2file() (in module psyplot_gui.help_explorer)": [[13, "psyplot_gui.help_explorer.html2file"]], "html_error (psyplot_gui.help_explorer.sphinxthread attribute)": [[13, "psyplot_gui.help_explorer.SphinxThread.html_error"]], "html_ready (psyplot_gui.help_explorer.sphinxthread attribute)": [[13, "psyplot_gui.help_explorer.SphinxThread.html_ready"]], "is_importable() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.is_importable"]], "keypressevent() (psyplot_gui.help_explorer.urlcombo method)": [[13, "psyplot_gui.help_explorer.UrlCombo.keyPressEvent"]], "object_descriptor (psyplot_gui.help_explorer.helpmixin attribute)": [[13, "psyplot_gui.help_explorer.HelpMixin.object_descriptor"]], "object_descriptor (psyplot_gui.help_explorer.urlhelp attribute)": [[13, "psyplot_gui.help_explorer.UrlHelp.object_descriptor"]], "process_docstring() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.process_docstring"]], "process_docstring() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.process_docstring"]], "psyplot_gui.help_explorer": [[13, "module-psyplot_gui.help_explorer"]], "render() (psyplot_gui.help_explorer.sphinxthread method)": [[13, "psyplot_gui.help_explorer.SphinxThread.render"]], "reset_sphinx() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.reset_sphinx"]], "run() (psyplot_gui.help_explorer.sphinxthread method)": [[13, "psyplot_gui.help_explorer.SphinxThread.run"]], "setmodel() (psyplot_gui.help_explorer.urlcombo method)": [[13, "psyplot_gui.help_explorer.UrlCombo.setModel"]], "set_viewer() (psyplot_gui.help_explorer.helpexplorer method)": [[13, "psyplot_gui.help_explorer.HelpExplorer.set_viewer"]], "show_help() (psyplot_gui.help_explorer.helpexplorer method)": [[13, "psyplot_gui.help_explorer.HelpExplorer.show_help"]], "show_help() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.show_help"]], "show_help() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.show_help"]], "show_intro() (psyplot_gui.help_explorer.helpexplorer method)": [[13, "psyplot_gui.help_explorer.HelpExplorer.show_intro"]], "show_intro() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.show_intro"]], "show_intro() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.show_intro"]], "show_rst() (psyplot_gui.help_explorer.helpexplorer method)": [[13, "psyplot_gui.help_explorer.HelpExplorer.show_rst"]], "show_rst() (psyplot_gui.help_explorer.helpmixin method)": [[13, "psyplot_gui.help_explorer.HelpMixin.show_rst"]], "show_rst() (psyplot_gui.help_explorer.texthelp method)": [[13, "psyplot_gui.help_explorer.TextHelp.show_rst"]], "show_rst() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.show_rst"]], "sphinx_thread (psyplot_gui.help_explorer.urlhelp attribute)": [[13, "psyplot_gui.help_explorer.UrlHelp.sphinx_thread"]], "tb_url (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.tb_url"]], "toogle_connect_console() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.toogle_connect_console"]], "toogle_lock() (psyplot_gui.help_explorer.urlbrowser method)": [[13, "psyplot_gui.help_explorer.UrlBrowser.toogle_lock"]], "toogle_url_lock() (psyplot_gui.help_explorer.urlbrowser method)": [[13, "psyplot_gui.help_explorer.UrlBrowser.toogle_url_lock"]], "toogle_url_lock() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.toogle_url_lock"]], "update_connect_console() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.update_connect_console"]], "update_url_lock_from_rc() (psyplot_gui.help_explorer.urlbrowser method)": [[13, "psyplot_gui.help_explorer.UrlBrowser.update_url_lock_from_rc"]], "url_changed() (psyplot_gui.help_explorer.urlbrowser method)": [[13, "psyplot_gui.help_explorer.UrlBrowser.url_changed"]], "url_changed() (psyplot_gui.help_explorer.urlhelp method)": [[13, "psyplot_gui.help_explorer.UrlHelp.url_changed"]], "url_like_re (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.url_like_re"]], "vbox (psyplot_gui.help_explorer.urlbrowser attribute)": [[13, "psyplot_gui.help_explorer.UrlBrowser.vbox"]], "viewers (psyplot_gui.help_explorer.helpexplorer attribute)": [[13, "psyplot_gui.help_explorer.HelpExplorer.viewers"]], "mainwindow (class in psyplot_gui.main)": [[14, "psyplot_gui.main.MainWindow"]], "about() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.about"]], "add_mp_to_menu() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.add_mp_to_menu"]], "central_widget_key (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.central_widget_key"]], "change_cwd() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.change_cwd"]], "close() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.close"]], "closeevent() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.closeEvent"]], "console (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.console"]], "current_shortcuts (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.current_shortcuts"]], "dataframeeditors (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.dataframeeditors"]], "default_shortcuts (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.default_shortcuts"]], "default_widths (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.default_widths"]], "dockwidgets (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.dockwidgets"]], "ds_tree (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.ds_tree"]], "edit_preferences() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.edit_preferences"]], "eventually_add_mp_to_menu() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.eventually_add_mp_to_menu"]], "excepthook() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.excepthook"]], "export_mp() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.export_mp"]], "export_sp() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.export_sp"]], "figures (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.figures"]], "figures_tree (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.figures_tree"]], "fmt_widget (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.fmt_widget"]], "focus_on_console() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.focus_on_console"]], "help_explorer (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.help_explorer"]], "load_mp_preset() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.load_mp_preset"]], "load_sp_preset() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.load_sp_preset"]], "logger (psyplot_gui.main.mainwindow property)": [[14, "psyplot_gui.main.MainWindow.logger"]], "mainwindow (in module psyplot_gui.main)": [[14, "psyplot_gui.main.mainwindow"]], "new_data_frame_editor() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.new_data_frame_editor"]], "new_plots() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.new_plots"]], "open_external (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.open_external"]], "open_external_files() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.open_external_files"]], "open_files() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.open_files"]], "open_files_server (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.open_files_server"]], "open_mp() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.open_mp"]], "open_sp() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.open_sp"]], "project_content (psyplot_gui.main.mainwindow attribute)": [[14, "psyplot_gui.main.MainWindow.project_content"]], "psyplot_gui.main": [[14, "module-psyplot_gui.main"]], "register_shortcut() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.register_shortcut"]], "reset_rcparams() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.reset_rcParams"]], "run() (psyplot_gui.main.mainwindow class method)": [[14, "psyplot_gui.main.MainWindow.run"]], "run_app() (psyplot_gui.main.mainwindow class method)": [[14, "psyplot_gui.main.MainWindow.run_app"]], "save_mp() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.save_mp"]], "save_mp_preset() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.save_mp_preset"]], "save_sp() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.save_sp"]], "save_sp_preset() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.save_sp_preset"]], "set_central_widget() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.set_central_widget"]], "setup_default_layout() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.setup_default_layout"]], "show_dependencies() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.show_dependencies"]], "start_open_files_server() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.start_open_files_server"]], "update_project_action() (psyplot_gui.main.mainwindow method)": [[14, "psyplot_gui.main.MainWindow.update_project_action"]], "arraynameitemdelegate (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.ArrayNameItemDelegate"]], "arraynamevalidator (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.ArrayNameValidator"]], "arraytable (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.ArrayTable"]], "axescreator (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.AxesCreator"]], "axescreatorcollection (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.AxesCreatorCollection"]], "axesselector (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.AxesSelector"]], "axesviewer (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.AxesViewer"]], "coordcombobox (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.CoordComboBox"]], "coordstable (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.CoordsTable"]], "dims_tt (psyplot_gui.plot_creator.arraytable attribute)": [[15, "psyplot_gui.plot_creator.ArrayTable.DIMS_TT"]], "dragdroptable (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.DragDropTable"]], "no_pm_tt (psyplot_gui.plot_creator.plotcreator attribute)": [[15, "psyplot_gui.plot_creator.PlotCreator.NO_PM_TT"]], "plotcreator (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.PlotCreator"]], "subplotcreator (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.SubplotCreator"]], "variable_tt (psyplot_gui.plot_creator.arraytable attribute)": [[15, "psyplot_gui.plot_creator.ArrayTable.VARIABLE_TT"]], "variableitemdelegate (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.VariableItemDelegate"]], "variablestable (class in psyplot_gui.plot_creator)": [[15, "psyplot_gui.plot_creator.VariablesTable"]], "add_new_ds() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.add_new_ds"]], "add_single_subplot() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.add_single_subplot"]], "add_subplots() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.add_subplots"]], "allow_axes_select() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.allow_axes_select"]], "arr_col (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.arr_col"]], "arr_names_dict (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.arr_names_dict"]], "axes (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.axes"]], "axes_col (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.axes_col"]], "axes_creator_action() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.axes_creator_action"]], "axes_info() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.axes_info"]], "axes_patt (psyplot_gui.plot_creator.arraytable attribute)": [[15, "psyplot_gui.plot_creator.ArrayTable.axes_patt"]], "change_pickers() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.change_pickers"]], "check_array() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.check_array"]], "check_arrays() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.check_arrays"]], "check_col (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.check_col"]], "check_item() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.check_item"]], "close() (psyplot_gui.plot_creator.axescreatorcollection method)": [[15, "psyplot_gui.plot_creator.AxesCreatorCollection.close"]], "close() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.close"]], "close() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.close"]], "close_popups (psyplot_gui.plot_creator.coordcombobox property)": [[15, "psyplot_gui.plot_creator.CoordComboBox.close_popups"]], "combo_boxes (psyplot_gui.plot_creator.coordstable property)": [[15, "psyplot_gui.plot_creator.CoordsTable.combo_boxes"]], "connect_combo_boxes() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.connect_combo_boxes"]], "createeditor() (psyplot_gui.plot_creator.arraynameitemdelegate method)": [[15, "psyplot_gui.plot_creator.ArrayNameItemDelegate.createEditor"]], "createeditor() (psyplot_gui.plot_creator.variableitemdelegate method)": [[15, "psyplot_gui.plot_creator.VariableItemDelegate.createEditor"]], "create_axes() (psyplot_gui.plot_creator.axescreator static method)": [[15, "psyplot_gui.plot_creator.AxesCreator.create_axes"]], "create_plots() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.create_plots"]], "create_subplot() (psyplot_gui.plot_creator.axescreatorcollection method)": [[15, "psyplot_gui.plot_creator.AxesCreatorCollection.create_subplot"]], "create_subplot() (psyplot_gui.plot_creator.subplotcreator static method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.create_subplot"]], "current_names (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.current_names"]], "dropevent() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.dropEvent"]], "dropevent() (psyplot_gui.plot_creator.dragdroptable method)": [[15, "psyplot_gui.plot_creator.DragDropTable.dropEvent"]], "dropon() (psyplot_gui.plot_creator.dragdroptable method)": [[15, "psyplot_gui.plot_creator.DragDropTable.dropOn"]], "droppingonitself() (psyplot_gui.plot_creator.dragdroptable method)": [[15, "psyplot_gui.plot_creator.DragDropTable.droppingOnItself"]], "eventfilter() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.eventFilter"]], "fill_ds_combo() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.fill_ds_combo"]], "fill_fmt_tree() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.fill_fmt_tree"]], "fill_from_ds() (psyplot_gui.plot_creator.coordstable method)": [[15, "psyplot_gui.plot_creator.CoordsTable.fill_from_ds"]], "fill_from_ds() (psyplot_gui.plot_creator.variablestable method)": [[15, "psyplot_gui.plot_creator.VariablesTable.fill_from_ds"]], "fill_plot_method_combo() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.fill_plot_method_combo"]], "fixup() (psyplot_gui.plot_creator.arraynamevalidator method)": [[15, "psyplot_gui.plot_creator.ArrayNameValidator.fixup"]], "get_all_rows() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.get_all_rows"]], "get_ds() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.get_ds"]], "get_iter() (psyplot_gui.plot_creator.axescreator method)": [[15, "psyplot_gui.plot_creator.AxesCreator.get_iter"]], "get_iter() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.get_iter"]], "get_iter() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.get_iter"]], "get_picked_ax() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.get_picked_ax"]], "handleitempressed() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.handleItemPressed"]], "hidepopup() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.hidePopup"]], "hide_anyway() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.hide_anyway"]], "insert_array() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.insert_array"]], "insert_array() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.insert_array"]], "insert_array_from_combo() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.insert_array_from_combo"]], "inspect_axes() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.inspect_axes"]], "keypressevent() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.keyPressEvent"]], "leftclick (psyplot_gui.plot_creator.coordcombobox attribute)": [[15, "psyplot_gui.plot_creator.CoordComboBox.leftclick"]], "load_coord() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.load_coord"]], "load_preset() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.load_preset"]], "mousedoubleclickevent() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.mouseDoubleClickEvent"]], "mousepressevent() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.mousePressEvent"]], "moverows() (psyplot_gui.plot_creator.dragdroptable method)": [[15, "psyplot_gui.plot_creator.DragDropTable.moveRows"]], "next_available_name() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.next_available_name"]], "okpressed (psyplot_gui.plot_creator.axescreatorcollection attribute)": [[15, "psyplot_gui.plot_creator.AxesCreatorCollection.okpressed"]], "open_data() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.open_data"]], "open_dataset() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.open_dataset"]], "position() (psyplot_gui.plot_creator.dragdroptable method)": [[15, "psyplot_gui.plot_creator.DragDropTable.position"]], "prefer_list (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.prefer_list"]], "psyplot_gui.plot_creator": [[15, "module-psyplot_gui.plot_creator"]], "remove_arrays() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.remove_arrays"]], "reset_comboboxes() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.reset_comboboxes"]], "resizeevent() (psyplot_gui.plot_creator.axesviewer method)": [[15, "psyplot_gui.plot_creator.AxesViewer.resizeEvent"]], "resize_rectangle() (psyplot_gui.plot_creator.axescreator method)": [[15, "psyplot_gui.plot_creator.AxesCreator.resize_rectangle"]], "restore_pickers() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.restore_pickers"]], "right_click() (psyplot_gui.plot_creator.coordcombobox method)": [[15, "psyplot_gui.plot_creator.CoordComboBox.right_click"]], "selected_variables (psyplot_gui.plot_creator.variablestable property)": [[15, "psyplot_gui.plot_creator.VariablesTable.selected_variables"]], "sep (psyplot_gui.plot_creator.arraytable attribute)": [[15, "psyplot_gui.plot_creator.ArrayTable.sep"]], "setvisible() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.setVisible"]], "set_columns() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.set_columns"]], "set_columns() (psyplot_gui.plot_creator.variablestable method)": [[15, "psyplot_gui.plot_creator.VariablesTable.set_columns"]], "set_decoder() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.set_decoder"]], "set_ds() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.set_ds"]], "set_num2_validator() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.set_num2_validator"]], "set_pm() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.set_pm"]], "set_pm() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.set_pm"]], "set_preset() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.set_preset"]], "set_selected() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.set_selected"]], "set_selected_from_num1() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.set_selected_from_num1"]], "set_selected_from_num2() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.set_selected_from_num2"]], "setup_from_ds() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.setup_from_ds"]], "setup_subplot() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.setup_subplot"]], "setup_subplots() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.setup_subplots"]], "setup_table() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.setup_table"]], "showaxescreator() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.showAxesCreator"]], "show_pm_info() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.show_pm_info"]], "sizechanged (psyplot_gui.plot_creator.axesviewer attribute)": [[15, "psyplot_gui.plot_creator.AxesViewer.sizeChanged"]], "sizehint() (psyplot_gui.plot_creator.coordstable method)": [[15, "psyplot_gui.plot_creator.CoordsTable.sizeHint"]], "subplot_patt (psyplot_gui.plot_creator.arraytable attribute)": [[15, "psyplot_gui.plot_creator.ArrayTable.subplot_patt"]], "switch2ds() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.switch2ds"]], "toggle_close_popups() (psyplot_gui.plot_creator.plotcreator method)": [[15, "psyplot_gui.plot_creator.PlotCreator.toggle_close_popups"]], "unclick() (psyplot_gui.plot_creator.axesselector method)": [[15, "psyplot_gui.plot_creator.AxesSelector.unclick"]], "update_num_edit() (psyplot_gui.plot_creator.subplotcreator method)": [[15, "psyplot_gui.plot_creator.SubplotCreator.update_num_edit"]], "update_other_items() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.update_other_items"]], "update_selected() (psyplot_gui.plot_creator.arraytable method)": [[15, "psyplot_gui.plot_creator.ArrayTable.update_selected"]], "use_coords (psyplot_gui.plot_creator.coordcombobox property)": [[15, "psyplot_gui.plot_creator.CoordComboBox.use_coords"]], "validate() (psyplot_gui.plot_creator.arraynamevalidator method)": [[15, "psyplot_gui.plot_creator.ArrayNameValidator.validate"]], "var_col (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.var_col"]], "variables (psyplot_gui.plot_creator.variablestable attribute)": [[15, "psyplot_gui.plot_creator.VariablesTable.variables"]], "vnames (psyplot_gui.plot_creator.arraytable property)": [[15, "psyplot_gui.plot_creator.ArrayTable.vnames"]], "widgets (psyplot_gui.plot_creator.axescreatorcollection attribute)": [[15, "psyplot_gui.plot_creator.AxesCreatorCollection.widgets"]], "configpage (class in psyplot_gui.preferences)": [[16, "psyplot_gui.preferences.ConfigPage"]], "guircparamswidget (class in psyplot_gui.preferences)": [[16, "psyplot_gui.preferences.GuiRcParamsWidget"]], "prefences (class in psyplot_gui.preferences)": [[16, "psyplot_gui.preferences.Prefences"]], "psyrcparamswidget (class in psyplot_gui.preferences)": [[16, "psyplot_gui.preferences.PsyRcParamsWidget"]], "rcparamstree (class in psyplot_gui.preferences)": [[16, "psyplot_gui.preferences.RcParamsTree"]], "rcparamswidget (class in psyplot_gui.preferences)": [[16, "psyplot_gui.preferences.RcParamsWidget"]], "accept() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.accept"]], "add_page() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.add_page"]], "apply_changes() (psyplot_gui.preferences.configpage method)": [[16, "psyplot_gui.preferences.ConfigPage.apply_changes"]], "apply_changes() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.apply_changes"]], "apply_changes() (psyplot_gui.preferences.rcparamswidget method)": [[16, "psyplot_gui.preferences.RcParamsWidget.apply_changes"]], "apply_clicked() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.apply_clicked"]], "auto_updates (psyplot_gui.preferences.configpage attribute)": [[16, "psyplot_gui.preferences.ConfigPage.auto_updates"]], "bt_apply (psyplot_gui.preferences.prefences property)": [[16, "psyplot_gui.preferences.Prefences.bt_apply"]], "changed (psyplot_gui.preferences.configpage property)": [[16, "psyplot_gui.preferences.ConfigPage.changed"]], "changed (psyplot_gui.preferences.rcparamswidget property)": [[16, "psyplot_gui.preferences.RcParamsWidget.changed"]], "changed_rc() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.changed_rc"]], "check_changes() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.check_changes"]], "current_page_changed() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.current_page_changed"]], "default_path (psyplot_gui.preferences.guircparamswidget attribute)": [[16, "psyplot_gui.preferences.GuiRcParamsWidget.default_path"]], "default_path (psyplot_gui.preferences.psyrcparamswidget attribute)": [[16, "psyplot_gui.preferences.PsyRcParamsWidget.default_path"]], "get_page() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.get_page"]], "icon (psyplot_gui.preferences.configpage attribute)": [[16, "psyplot_gui.preferences.ConfigPage.icon"]], "icon (psyplot_gui.preferences.rcparamswidget property)": [[16, "psyplot_gui.preferences.RcParamsWidget.icon"]], "initialize() (psyplot_gui.preferences.configpage method)": [[16, "psyplot_gui.preferences.ConfigPage.initialize"]], "initialize() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.initialize"]], "initialize() (psyplot_gui.preferences.rcparamswidget method)": [[16, "psyplot_gui.preferences.RcParamsWidget.initialize"]], "is_valid (psyplot_gui.preferences.configpage property)": [[16, "psyplot_gui.preferences.ConfigPage.is_valid"]], "is_valid (psyplot_gui.preferences.rcparamstree property)": [[16, "psyplot_gui.preferences.RcParamsTree.is_valid"]], "is_valid (psyplot_gui.preferences.rcparamswidget property)": [[16, "psyplot_gui.preferences.RcParamsWidget.is_valid"]], "load_plugin_pages() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.load_plugin_pages"]], "open_menu() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.open_menu"]], "pages (psyplot_gui.preferences.prefences property)": [[16, "psyplot_gui.preferences.Prefences.pages"]], "propose_changes (psyplot_gui.preferences.configpage attribute)": [[16, "psyplot_gui.preferences.ConfigPage.propose_changes"]], "propose_changes (psyplot_gui.preferences.rcparamstree attribute)": [[16, "psyplot_gui.preferences.RcParamsTree.propose_changes"]], "propose_changes (psyplot_gui.preferences.rcparamswidget property)": [[16, "psyplot_gui.preferences.RcParamsWidget.propose_changes"]], "psyplot_gui.preferences": [[16, "module-psyplot_gui.preferences"]], "rc (psyplot_gui.preferences.guircparamswidget attribute)": [[16, "psyplot_gui.preferences.GuiRcParamsWidget.rc"]], "rc (psyplot_gui.preferences.psyrcparamswidget attribute)": [[16, "psyplot_gui.preferences.PsyRcParamsWidget.rc"]], "rc (psyplot_gui.preferences.rcparamstree attribute)": [[16, "psyplot_gui.preferences.RcParamsTree.rc"]], "rc (psyplot_gui.preferences.rcparamswidget attribute)": [[16, "psyplot_gui.preferences.RcParamsWidget.rc"]], "save_settings_action() (psyplot_gui.preferences.rcparamswidget method)": [[16, "psyplot_gui.preferences.RcParamsWidget.save_settings_action"]], "select_changes() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.select_changes"]], "selected_rc() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.selected_rc"]], "set_current_index() (psyplot_gui.preferences.prefences method)": [[16, "psyplot_gui.preferences.Prefences.set_current_index"]], "set_icon_func() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.set_icon_func"]], "set_valid() (psyplot_gui.preferences.rcparamstree method)": [[16, "psyplot_gui.preferences.RcParamsTree.set_valid"]], "title (psyplot_gui.preferences.configpage attribute)": [[16, "psyplot_gui.preferences.ConfigPage.title"]], "title (psyplot_gui.preferences.guircparamswidget attribute)": [[16, "psyplot_gui.preferences.GuiRcParamsWidget.title"]], "title (psyplot_gui.preferences.psyrcparamswidget attribute)": [[16, "psyplot_gui.preferences.PsyRcParamsWidget.title"]], "top_level_items (psyplot_gui.preferences.rcparamstree property)": [[16, "psyplot_gui.preferences.RcParamsTree.top_level_items"]], "tree (psyplot_gui.preferences.rcparamswidget attribute)": [[16, "psyplot_gui.preferences.RcParamsWidget.tree"]], "valid (psyplot_gui.preferences.rcparamstree attribute)": [[16, "psyplot_gui.preferences.RcParamsTree.valid"]], "validchanged (psyplot_gui.preferences.configpage attribute)": [[16, "psyplot_gui.preferences.ConfigPage.validChanged"]], "validchanged (psyplot_gui.preferences.rcparamstree attribute)": [[16, "psyplot_gui.preferences.RcParamsTree.validChanged"]], "validchanged (psyplot_gui.preferences.rcparamswidget property)": [[16, "psyplot_gui.preferences.RcParamsWidget.validChanged"]], "value_col (psyplot_gui.preferences.rcparamstree attribute)": [[16, "psyplot_gui.preferences.RcParamsTree.value_col"]], "psyplot_gui.sphinx_supp": [[17, "module-psyplot_gui.sphinx_supp"]], "link_aliases() (in module psyplot_gui.sphinx_supp.conf)": [[18, "psyplot_gui.sphinx_supp.conf.link_aliases"]], "psyplot_gui.sphinx_supp.conf": [[18, "module-psyplot_gui.sphinx_supp.conf"]], "setup() (in module psyplot_gui.sphinx_supp.conf)": [[18, "psyplot_gui.sphinx_supp.conf.setup"]]}})
\ No newline at end of file
diff --git a/setup.py b/setup.py
deleted file mode 100644
index 3049cc2..0000000
--- a/setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: CC0-1.0
-
-"""Setup script for the psyplot-gui package."""
-import versioneer
-from setuptools import setup
-
-setup(
- version=versioneer.get_version(),
- cmdclass=versioneer.get_cmdclass(),
-)
diff --git a/tests/_base_testing.py b/tests/_base_testing.py
deleted file mode 100644
index 60c8715..0000000
--- a/tests/_base_testing.py
+++ /dev/null
@@ -1,116 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# -*- coding: utf-8 -*-
-"""Module defining the base class for the gui test"""
-import os
-import os.path as osp
-import unittest
-
-from psyplot import rcParams as psy_rcParams
-from psyplot.config import setup_logging
-
-from psyplot_gui import rcParams
-from psyplot_gui.compat.qtcompat import QApplication
-
-os.environ["PSYPLOT_PLUGINS"] = (
- "yes:psyplot_gui_test.plugin::" "yes:psy_simple.plugin"
-)
-
-
-test_dir = osp.dirname(__file__)
-setup_logging(osp.join(test_dir, "logging.yml"), env_key="")
-
-
-def is_running_in_gui():
- from psyplot_gui.main import mainwindow
-
- return mainwindow is not None
-
-
-running_in_gui = is_running_in_gui()
-
-
-on_travis = os.environ.get("TRAVIS")
-
-
-def setup_rcparams():
- rcParams.defaultParams["console.start_channels"][0] = False
- rcParams.defaultParams["main.listen_to_port"][0] = False
- rcParams.defaultParams["help_explorer.render_docs_parallel"][0] = False
- rcParams.defaultParams["help_explorer.use_intersphinx"][0] = False
- rcParams.defaultParams["plugins.include"][0] = ["psyplot_gui_test.plugin"]
- rcParams.defaultParams["plugins.exclude"][0] = "all"
- rcParams.update_from_defaultParams()
-
-
-if running_in_gui:
- app = QApplication.instance()
-else:
- setup_rcparams()
- app = QApplication([])
- app.setQuitOnLastWindowClosed(False)
-
-
-class PsyPlotGuiTestCase(unittest.TestCase):
- """A base class for testing the psyplot_gui module
-
- At the initializzation of the TestCase, a new
- :class:`psyplot_gui.main.MainWindow` widget is created which is closed at
- the end of all the tests"""
-
- @classmethod
- def setUpClass(cls):
- from psyplot_gui.main import mainwindow
-
- cls._close_app = mainwindow is None
- cls._app = app
- if not running_in_gui:
- import psyplot_gui
-
- psyplot_gui.UNIT_TESTING = True
-
- @classmethod
- def tearDownClass(cls):
- del cls._app
-
- def setUp(self):
- import psyplot_gui.main as main
-
- if not running_in_gui:
- setup_rcparams()
- self.window = main.MainWindow.run(show=False)
- else:
- self.window = main.mainwindow
-
- def tearDown(self):
- import matplotlib.pyplot as plt
- import psyplot.project as psy
-
- if not running_in_gui:
- import psyplot_gui.main as main
-
- self.window.close()
- rcParams.update_from_defaultParams()
- psy_rcParams.update_from_defaultParams()
- rcParams.disconnect()
- psy_rcParams.disconnect()
- main._set_mainwindow(None)
- del self.window
- psy.close("all")
- plt.close("all")
-
- def get_file(self, fname):
- """Get the path to the file `fname`
-
- Parameters
- ----------
- fname: str
- The path of the file name (relative to the test directory)
-
- Returns
- -------
- str
- The complete path to the given file"""
- return osp.join(test_dir, fname)
diff --git a/tests/conftest.py b/tests/conftest.py
deleted file mode 100644
index 4b1139f..0000000
--- a/tests/conftest.py
+++ /dev/null
@@ -1,84 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""Configuration module for running tests with pytest
-
-We use a methodology inspired by
-https://nvbn.github.io/2017/02/02/pytest-leaking/
-to show huw many MB are leaked from each test."""
-import os
-from collections import namedtuple
-from itertools import groupby
-
-from psutil import Process
-
-_proc = Process(os.getpid())
-
-
-def get_consumed_ram():
- return _proc.memory_info().rss
-
-
-def pytest_addoption(parser):
- group = parser.getgroup("psyplot", "psyplot specific options")
- group.addoption(
- "--leak-threshold",
- help="Threshold for leak report",
- default=20,
- type=int,
- )
- group.addoption(
- "--sort-leaks",
- help="Sort the leaking report in ascending order",
- action="store_true",
- )
-
-
-def pytest_configure(config):
- global LEAK_LIMIT, SORT_LEAKS
- LEAK_LIMIT = config.getoption("leak_threshold") * 1024 * 1024
- SORT_LEAKS = config.getoption("sort_leaks")
-
-
-START = "START"
-END = "END"
-ConsumedRamLogEntry = namedtuple(
- "ConsumedRamLogEntry", ("nodeid", "on", "consumed_ram")
-)
-consumed_ram_log = []
-
-
-def pytest_runtest_setup(item):
- log_entry = ConsumedRamLogEntry(item.nodeid, START, get_consumed_ram())
- consumed_ram_log.append(log_entry)
-
-
-def pytest_runtest_teardown(item):
- log_entry = ConsumedRamLogEntry(item.nodeid, END, get_consumed_ram())
- consumed_ram_log.append(log_entry)
-
-
-# display leaks greater than 20 MB
-LEAK_LIMIT = 20 * 1024 * 1024
-
-SORT_LEAKS = False
-
-
-def pytest_terminal_summary(terminalreporter):
- grouped = groupby(consumed_ram_log, lambda entry: entry.nodeid)
- leaks = []
- for nodeid, (start_entry, end_entry) in grouped:
- leaked = end_entry.consumed_ram - start_entry.consumed_ram
- if leaked > LEAK_LIMIT:
- leaks.append(
- (
- leaked // 1024 // 1024,
- nodeid,
- end_entry.consumed_ram // 1024 // 1024,
- )
- )
- if SORT_LEAKS:
- leaks.sort()
- for t in leaks:
- terminalreporter.write("LEAKED %s MB in %s. Total: %s MB\n" % t)
diff --git a/tests/dummy_module.py b/tests/dummy_module.py
deleted file mode 100644
index 526b5e1..0000000
--- a/tests/dummy_module.py
+++ /dev/null
@@ -1,53 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""Dummy module
-
-Just a dummy module for documentation testing purposes"""
-
-
-class DummyClass(object):
- """I am a test class for docs"""
-
- #: A dummy class attribute that will be replaced by an instance attribute
- a = None
-
- def __init__(self, a=None):
- """
- Parameters
- ----------
- a: object
- anything"""
- self.a = a
-
- def __call__(self, a=None):
- """
- Parameters
- ----------
- a: object
- anything else"""
- self.a = a
-
- def dummy_method(self, a=None):
- """A dummy instance method
-
- Parameters
- ----------
- a: object
- any dummy value"""
- self.a = a
-
-
-def dummy_func(a=None):
- """A dummy test function
-
- Parameters
- ----------
- a: object
- I don't care"""
- pass
-
-
-#: :class:`int`. A dummy module level attribute
-a = 1
diff --git a/tests/logging.yml b/tests/logging.yml
deleted file mode 100755
index a4e2d52..0000000
--- a/tests/logging.yml
+++ /dev/null
@@ -1,86 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
----
-# debug logging settings for the psyplot_gui test suite
-
-version: 1
-
-disable_existing_loggers: False
-
-formatters:
-
- simple:
-
- format: "[%(name)s] - %(levelname)s - %(message)s"
-
- level_message:
-
- format: "%(levelname)s: %(message)s"
-
- full:
- format: "%(asctime)s - [%(name)s.%(funcName)s] - %(levelname)s - %(message)s"
-
-
-handlers:
-
- console:
-
- class: logging.StreamHandler
-
- level: INFO
-
- formatter: simple
-
- stream: ext://sys.stdout
-
- warning_console:
-
- class: logging.StreamHandler
-
- level: INFO
-
- formatter: level_message
-
- stream: ext://sys.stdout
-
-
- debug_file_handler:
-
- class: logging.handlers.RotatingFileHandler
-
- mode: w
-
- level: DEBUG
-
- formatter: full
-
- filename: debug_psyplot.log
-
- maxBytes: 10485760 # 10MB
-
- backupCount: 5
-
- encoding: utf8
-
- delay: True
-
-loggers:
-
- psyplot_gui:
-
- handlers: [console, debug_file_handler]
-
- propagate: False
-
- level: DEBUG
-
- psyplot:
-
- handlers: [console, debug_file_handler]
-
- propagate: False
-
- level: DEBUG
-...
diff --git a/tests/test-t2m-u-v.nc b/tests/test-t2m-u-v.nc
deleted file mode 100644
index 7594faf..0000000
Binary files a/tests/test-t2m-u-v.nc and /dev/null differ
diff --git a/tests/test-t2m-u-v.nc.license b/tests/test-t2m-u-v.nc.license
deleted file mode 100644
index 5183f02..0000000
--- a/tests/test-t2m-u-v.nc.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-
-SPDX-License-Identifier: LGPL-3.0-only
diff --git a/tests/test_console.py b/tests/test_console.py
deleted file mode 100644
index 2720a84..0000000
--- a/tests/test_console.py
+++ /dev/null
@@ -1,134 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# -*- coding: utf-8 -*-
-"""Skript to test the InProcessShell that is used in the psyplot gui"""
-import inspect
-import re
-import unittest
-
-import _base_testing as bt
-import psyplot.project as psy
-import six
-
-from psyplot_gui.compat.qtcompat import QTest, with_qt5
-
-travis_qt_msg = "Does not work on Travis with Qt4"
-
-
-class ConsoleTest(bt.PsyPlotGuiTestCase):
- """A testcase to test the InProcess IPython console of the psyplot GUI"""
-
- def setUp(self):
- import psyplot_gui.console
-
- # XXX HACK: Set the _with_prompt attribute to False to tell the
- # ConsoleWidget to use the _prompt_cursor
- psyplot_gui.console._with_prompt = False
- super(ConsoleTest, self).setUp()
-
- def tearDown(self):
- import psyplot_gui.console
-
- # XXX HACK: Set the _with_prompt attribute to True again to tell the
- # ConsoleWidget to use the _prompt_cursor
- psyplot_gui.console._with_prompt = True
- super(ConsoleTest, self).tearDown()
-
- def insert_text(self, text):
- """Convenience method to insert a single line into the console"""
- c = self.window.console
- return c._insert_plain_text(c._get_prompt_cursor(), text)
-
- def _test_object_docu(self, symbol):
- """Tests whether the documentation of :class:`object` can be displayed
-
- Parameters
- ----------
- symbol: {'?', '('}
- The symbol to use for displaying the doc
-
- See Also
- --------
- test_questionmark, test_bracketleft
- """
- from psyplot_gui.help_explorer import signature
-
- c = self.window.console
- he = self.window.help_explorer
- he.set_viewer("Plain text")
- # we insert the text here otherwise using console _insert_plain_text
- # method because apparently the text is not inserted when using
- # QTest.keyClicks
- self.insert_text("object")
- QTest.keyClicks(c._control, symbol)
- sig = (
- ""
- if six.PY2
- else re.sub(
- r"^\(\s*self,\s*", "(", str(signature(object.__init__))
- )
- )
- header = "object" + sig
- bars = "=" * len(header)
- self.assertEqual(
- he.viewer.editor.toPlainText(),
- "\n".join(
- [
- bars,
- header,
- bars + "\n\n",
- inspect.getdoc(object),
- "\n" + inspect.getdoc(object.__init__),
- ]
- ),
- )
-
- @unittest.skipIf(bt.on_travis and not with_qt5, travis_qt_msg)
- def test_questionmark(self):
- """Test the connection to the help explorer by typing '?'"""
- self._test_object_docu("?")
-
- @unittest.skipIf(bt.on_travis and not with_qt5, travis_qt_msg)
- def test_bracketleft(self):
- """Test the connection to the help explorer by typing '?'"""
- self._test_object_docu("(")
-
- @unittest.skipIf(bt.on_travis and not with_qt5, travis_qt_msg)
- def test_current_object(self):
- """Test whether the current object is given correctly"""
- c = self.window.console
- self.insert_text("print(test.anything(object")
- self.assertEqual(c.get_current_object(True), "object")
- try: # qtconsole >4.3 uses the _prompt_cursor attribute
- cursor = c._prompt_cursor
- except AttributeError:
- cursor = c._control.textCursor()
- curr = cursor.position()
- self.insert_text(") + 3")
- cursor.setPosition(curr)
- self.assertEqual(c.get_current_object(), "object")
-
- def test_command(self):
- self.window.console.run_command_in_shell("a = 4")
- self.assertEqual(self.window.console.get_obj("a")[1], 4)
-
- def test_mp_sp(self):
- """Test whether the mp and sp variables are set correctly"""
- from xarray import DataArray
-
- psy.Project.oncpchange.emit(psy.gcp(True))
- psy.Project.oncpchange.emit(psy.gcp())
- self.assertIs(self.window.console.get_obj("mp")[1], psy.gcp(True))
- self.assertIs(self.window.console.get_obj("sp")[1], psy.gcp())
- sp = psy.plot.lineplot(DataArray([1, 2, 3], name="test").to_dataset())
- self.assertIs(self.window.console.get_obj("mp")[1], psy.gcp(True))
- self.assertIs(self.window.console.get_obj("sp")[1], sp)
- sp.close(True, True)
- self.assertIs(self.window.console.get_obj("mp")[1], psy.gcp(True))
- self.assertIs(self.window.console.get_obj("sp")[1], psy.gcp())
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/tests/test_dataframeeditor.py b/tests/test_dataframeeditor.py
deleted file mode 100644
index 558c854..0000000
--- a/tests/test_dataframeeditor.py
+++ /dev/null
@@ -1,292 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# -*- coding: utf-8 -*-
-"""Test module for the :mod:`psyplot_gui.dataframeeditor` module"""
-import sys
-import unittest
-
-import _base_testing as bt
-import numpy as np
-import pandas as pd
-import six
-from pandas.testing import assert_frame_equal
-
-from psyplot_gui.compat.qtcompat import QApplication, Qt
-
-if six.PY2:
- try:
- import CStringIO as io
- except ImportError:
- import StringIO as io
-else:
- import io
-
-
-def df_equals(df, df_ref, *args, **kwargs):
- """Simple wrapper around assert_frame_equal to use unittests assertion
-
- Parameters
- ----------
- df: pd.DataFrame
- The simulation data frame
- df_ref: pd.DataFrame
- The reference data frame
-
- Returns
- -------
- None or Exception
- Either None if everything went fine, otherwise the raised Exception"""
- try:
- assert_frame_equal(df, df_ref, *args, **kwargs)
- except Exception as e:
- return e
-
-
-class DataFrameEditorTest(bt.PsyPlotGuiTestCase):
- #: The :class:`psyplot_gui.dataframeeditor.DataFrameEditor`
- editor = None
-
- @property
- def table(self):
- return self.editor.table
-
- @property
- def model(self):
- return self.table.model()
-
- def setUp(self):
- super(DataFrameEditorTest, self).setUp()
- self.editor = self.window.new_data_frame_editor()
-
- def tearDown(self):
- self.editor = None
-
- def test_dtypes(self):
- df = pd.DataFrame(
- [
- [True, "bool"],
- [1 + 1j, "complex"],
- ["test", "string"],
- [1.11, "float"],
- [1, "int"],
- [np.random.rand(3, 3), "Unkown type"],
- ["áéí", "unicode"],
- ],
- index=["a", "b", np.nan, np.nan, np.nan, "c", "d"],
- columns=[np.nan, "Type"],
- )
- self.editor.set_df(df)
- self.assertIs(self.table.model().df, df)
-
- def test_multiindex(self):
- """Test the handling of DataFrames with MultiIndex"""
- df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list("abc"))
- self.editor.set_df(df)
- self.assertTrue(self.model.index_editable)
- self.assertTrue(self.editor.cb_index_editable.isChecked())
-
- table = self.table
- table.selectColumn(1)
- table.set_index_action.trigger()
- self.assertEqual(list(df.index.names), ["a"])
- self.assertTrue(self.model.index_editable)
- self.assertTrue(self.editor.cb_index_editable.isChecked())
-
- table.selectColumn(2)
- table.append_index_action.trigger()
- self.assertEqual(list(df.index.names), ["a", "b"])
- self.assertFalse(self.model.index_editable)
- self.assertFalse(self.editor.cb_index_editable.isChecked())
- table.selectColumn(1)
- table.set_index_action.trigger()
- self.assertEqual(list(df.index.names), ["index"])
- self.assertEqual(list(df.columns), list("abc"))
- self.assertTrue(self.model.index_editable)
- self.assertTrue(self.editor.cb_index_editable.isChecked())
-
- def test_sort(self):
- """Test the sorting"""
- df = pd.DataFrame(
- [[4, 5, 6 + 1j], [1, object, 3]], columns=list("abc")
- )
- self.editor.set_df(df)
- self.assertTrue(self.model.sort(1, return_check=True))
- self.assertEqual(list(df.index.values), [1, 0])
- self.assertTrue(self.model.sort(0, return_check=True))
- self.assertEqual(list(df.index.values), [0, 1])
-
- # test complex numbers
- self.assertTrue(
- self.model.sort(3, Qt.AscendingOrder, return_check=True)
- )
- self.assertEqual(list(df["c"].values), [3 + 0j, 6 + 1j])
- self.assertTrue(
- self.model.sort(3, Qt.DescendingOrder, return_check=True)
- )
- self.assertEqual(list(df["c"].values), [6 + 1j, 3 + 0j])
-
- # sorting is not enabled
- self.table.sortByColumn(1)
- self.assertEqual(list(df["a"]), [4, 1])
-
- # enable sorting
- self.table.setSortingEnabled(True)
- self.table.header_class.setSortIndicator(1, Qt.AscendingOrder)
- self.table.sortByColumn(1)
- self.assertEqual(list(df["a"]), [1, 4])
- self.table.header_class.setSortIndicator(1, Qt.DescendingOrder)
- self.table.sortByColumn(1)
- self.assertEqual(list(df["a"]), [4, 1])
-
- @unittest.expectedFailure
- def test_sort_failure(self):
- df = pd.DataFrame(
- [[4, 5, 6 + 1j], [1, object, 3]], columns=list("abc")
- )
- self.editor.set_df(df)
-
- # test false sorting
- if not six.PY2:
- self.assertFalse(self.model.sort(2, return_check=True))
-
- @unittest.expectedFailure
- def test_sort_failure_2(self):
- df = pd.DataFrame(
- [[4, 5, 6 + 1j], [1, object, 3]], columns=list("abc")
- )
- self.editor.set_df(df)
-
- # test a column that cannot be sorted
- self.table.setSortingEnabled(True)
- self.table.sortByColumn(2)
-
- def test_edit(self):
- """Test the editing of the editor"""
-
- df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list("abc"))
- self.editor.set_df(df)
-
- table = self.table
-
- # edit a regular cell
- table.selectRow(0)
- idx = table.selectedIndexes()[2] # first row, second column
- self.model.setData(idx, 4)
- self.assertEqual(df.iloc[0, 1], 4)
-
- # now edit the index
- table.selectRow(1)
- idx = table.selectedIndexes()[0] # first row, second column
- self.model.setData(idx, 6)
- self.assertEqual(df.index[1], 6)
-
- # now we change a data type
- table.selectColumn(2)
- table.dtype_actions["To float"].trigger()
- self.assertIs(df.dtypes["b"], np.array(5.4).dtype)
-
- def test_large_df(self):
- df = pd.DataFrame(np.zeros((int(1e6), 100)))
- self.editor.set_df(df)
- model = self.model
- self.assertLess(model.rows_loaded, df.shape[0])
- self.assertLess(model.cols_loaded, df.shape[1])
- self.assertEqual((model.total_rows, model.total_cols), df.shape)
- self.assertTrue(model.can_fetch_more(rows=True, columns=True))
- old_rows, old_cols = model.rows_loaded, model.cols_loaded
- self.table.load_more_data(
- self.table.verticalScrollBar().maximum(), rows=True
- )
- self.table.load_more_data(
- self.table.horizontalScrollBar().maximum(), columns=True
- )
- self.assertGreater(model.rows_loaded, old_rows)
- self.assertGreater(model.cols_loaded, old_cols)
- self.assertLess(model.rows_loaded, df.shape[0])
- self.assertLess(model.cols_loaded, df.shape[1])
-
- def test_insert_rows_above(self):
- df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list("abc"))
- self.editor.set_df(df)
-
- # insert one row
- self.table.selectRow(1)
- self.table.insert_row_above_action.trigger()
- self.assertEqual(df.shape, (3, 3))
- self.assertEqual(list(df.index), [0, 0, 1])
- self.assertTrue(
- np.isnan(df.iloc[1, :].values).all(), msg=str(df.iloc[1, :])
- )
-
- # insert two rows
- self.model.insertRows(2, 2)
- self.assertEqual(df.shape, (5, 3))
- self.assertEqual(list(df.index), [0, 0, 0, 0, 1])
- self.assertTrue(
- np.isnan(df.iloc[2:-1, :].values).all(), msg=str(df.iloc[2:-1, :])
- )
-
- def test_insert_rows_below(self):
- df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list("abc"))
- self.editor.set_df(df)
-
- # insert one row
- self.table.selectRow(1)
- self.table.insert_row_below_action.trigger()
- self.assertEqual(df.shape, (3, 3))
- self.assertEqual(list(df.index), [0, 1, 1])
- self.assertTrue(
- np.isnan(df.iloc[2, :].values).all(), msg=str(df.iloc[2, :])
- )
-
- # insert two rows
- self.model.insertRows(3, 2)
- self.assertEqual(df.shape, (5, 3))
- self.assertEqual(list(df.index), [0, 1, 1, 1, 1])
- self.assertTrue(
- np.isnan(df.iloc[-2:, :].values).all(), msg=str(df.iloc[-2:, :])
- )
-
- def test_copy(self):
- df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list("abc"))
- self.editor.set_df(df)
- self.table.selectAll()
- self.table.copy()
- clipboard = QApplication.clipboard()
- stream = io.StringIO(clipboard.text())
-
- df2 = pd.read_csv(stream, delim_whitespace=True)
- self.assertIsNone(df_equals(df2, df))
-
- self.table.selectColumn(1)
- self.table.copy()
- stream = io.StringIO(clipboard.text())
- arr = np.loadtxt(stream)
- self.assertEqual(arr.tolist(), [1, 4])
-
- @unittest.skipIf(
- sys.platform == "win32",
- "Avoid potential troubles with temporary csv files.",
- )
- def test_open_dataframe(self):
- """Test the opening of a dataframe"""
- from tempfile import NamedTemporaryFile
-
- df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list("abc"))
- self.editor.open_dataframe(df)
- self.editor.open_dataframe("")
- f = NamedTemporaryFile(suffix=".csv")
- df.to_csv(f.name, index=False)
- self.editor.open_dataframe(f.name)
- self.assertIsNone(df_equals(self.model.df, df))
-
- @unittest.expectedFailure
- def test_open_nonexistent(self):
- self.editor.open_dataframe("NONEXISTENT.csv")
- self.assertIsNone(self.model.df)
-
- def test_close(self):
- self.editor.close()
- self.assertFalse(self.window.dataframeeditors)
diff --git a/tests/test_dependencies.py b/tests/test_dependencies.py
deleted file mode 100644
index d364265..0000000
--- a/tests/test_dependencies.py
+++ /dev/null
@@ -1,47 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# -*- coding: utf-8 -*-
-"""Script to test the :mod:`psyplot_gui.dependencies` module"""
-import unittest
-
-import _base_testing as bt
-import numpy as np
-import psyplot
-import yaml
-
-import psyplot_gui
-from psyplot_gui.compat.qtcompat import QLabel
-
-
-class TestDependencies(bt.PsyPlotGuiTestCase):
- """Test the :class:`psyplot_gui.preferences.Preferences` widget"""
-
- def setUp(self):
- super(TestDependencies, self).setUp()
- self.window.show_dependencies()
- self.deps = self.window.dependencies
-
- def tearDown(self):
- # make sure the preferences widget is closed completely
- self.deps.close()
- del self.deps
- super(TestDependencies, self).tearDown()
-
- def test_widget(self):
- """Test whether the tree is filled correctly"""
- deps = self.deps
- label = QLabel("", parent=self.window)
- deps.tree.selectAll()
- deps.copy_selected(label)
- d = yaml.load(str(label.text()), Loader=yaml.Loader)
- self.assertEqual(d["psyplot"], psyplot.__version__)
- self.assertEqual(d["psyplot_gui"], psyplot_gui.__version__)
- self.assertIn("numpy", d)
- self.assertEqual(d["numpy"], np.__version__)
- label.close()
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/tests/test_fmt_widget.py b/tests/test_fmt_widget.py
deleted file mode 100644
index 557e01f..0000000
--- a/tests/test_fmt_widget.py
+++ /dev/null
@@ -1,179 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""Test module for the psyplot_gui.fmt_widget module"""
-import _base_testing as bt
-import yaml
-
-from psyplot_gui.compat.qtcompat import (
- QPushButton,
- Qt,
- QtCore,
- QTest,
- QtGui,
- with_qt5,
-)
-
-if with_qt5:
- ClearAndSelect = QtCore.QItemSelectionModel.ClearAndSelect
-else:
- ClearAndSelect = QtGui.QItemSelectionModel.ClearAndSelect
-
-
-class FormatoptionWidgetTest(bt.PsyPlotGuiTestCase):
- """Test case for the :class:`psyplot_gui.fmt_widget.FormatoptionWidget`"""
-
- @property
- def fmt_widget(self):
- return self.window.fmt_widget
-
- def setUp(self):
- import psyplot.project as psy
-
- super(FormatoptionWidgetTest, self).setUp()
- self.project = psy.plot.gui_test_plotter(
- self.get_file("test-t2m-u-v.nc"), name="t2m"
- )
-
- def tearDown(self):
- import psyplot.project as psy
-
- super(FormatoptionWidgetTest, self).tearDown()
- psy.close("all")
- del self.project
-
- def test_fmto_groups(self):
- """Test whether the group combo is filled correctly"""
- fmt_w = self.fmt_widget
- # test groups
- self.assertEqual(
- list(
- map(
- fmt_w.group_combo.itemText,
- range(fmt_w.group_combo.count()),
- )
- ),
- [
- "Dimensions",
- "All formatoptions",
- "Miscallaneous formatoptions",
- "Post processing formatoptions",
- ],
- )
-
- def test_dims(self):
- """Test whether the fmto combo for dimensions is filled correctly"""
- fmt_w = self.fmt_widget
- # test groups
- self.assertEqual(
- list(
- map(fmt_w.fmt_combo.itemText, range(fmt_w.fmt_combo.count()))
- ),
- list(self.project[0].psy.base["t2m"].dims),
- )
-
- def test_dim_widget(self):
- """Test the :class:`psyplot_gui.fmt_widget.DimensionsWidget`"""
- fmt_w = self.fmt_widget
- fmt_w.clear_text()
- self.assertTrue(fmt_w.dim_widget.isVisible())
- fmt_w.dim_widget.coord_combo.load_coord()
- model = fmt_w.dim_widget.coord_combo.model()
- selection_model = fmt_w.dim_widget.coord_combo.view().selectionModel()
- item = model.item(2)
- selection_model.select(model.indexFromItem(item), ClearAndSelect)
- fmt_w.dim_widget.insert_from_combo()
- self.assertEqual(fmt_w.get_text(), "[1]")
- # select a second item
- item = model.item(3)
- selection_model.select(model.indexFromItem(item), ClearAndSelect)
- fmt_w.dim_widget.insert_from_combo()
- self.assertEqual(fmt_w.get_text(), "[1, 2]")
-
- # change to single selection
- fmt_w.dim_widget.set_single_selection(True)
- fmt_w.dim_widget.insert_from_combo()
- self.assertEqual(fmt_w.get_text(), "2")
-
- def test_fmtos(self):
- """Test whether the fmto combo for formatoptions is filled correctly"""
- fmt_w = self.fmt_widget
- fmt_w.group_combo.setCurrentIndex(
- fmt_w.group_combo.findText("Miscallaneous formatoptions")
- )
- # test groups
- self.assertEqual(
- list(
- map(fmt_w.fmt_combo.itemText, range(fmt_w.fmt_combo.count()))
- ),
- ["Test formatoption (fmt1)", "Second test formatoption (fmt2)"],
- )
-
- def test_toggle_multiline(self):
- """Test toggle the multiline text editor"""
- fmt_w = self.fmt_widget
- self.assertTrue(fmt_w.line_edit.isVisible())
- self.assertFalse(fmt_w.text_edit.isVisible())
- fmt_w.set_obj("test")
- self.assertEqual(fmt_w.line_edit.text()[1:-1], "test")
-
- # now toggle the button
- QTest.mouseClick(fmt_w.multiline_button, Qt.LeftButton)
- self.assertFalse(fmt_w.line_edit.isVisible())
- self.assertTrue(fmt_w.text_edit.isVisible())
- self.assertEqual(fmt_w.text_edit.toPlainText()[1:-1], "test")
- fmt_w.insert_obj("test")
- self.assertEqual(fmt_w.text_edit.toPlainText()[1:-1], "testtest")
-
- # and toggle again
- QTest.mouseClick(fmt_w.multiline_button, Qt.LeftButton)
- self.assertTrue(fmt_w.line_edit.isVisible())
- self.assertFalse(fmt_w.text_edit.isVisible())
- self.assertEqual(fmt_w.line_edit.text()[1:-1], "testtest")
-
- def test_run_code(self):
- """Test updating the plot"""
- fmt_w = self.fmt_widget
- self.assertTrue(fmt_w.yaml_cb.isChecked())
- fmt_w.group_combo.setCurrentIndex(
- fmt_w.group_combo.findText("Miscallaneous formatoptions")
- )
- fmt_w.set_obj("test")
- QTest.keyClick(fmt_w.line_edit, Qt.Key_Return)
- self.assertEqual(self.project.plotters[0].fmt1.value, "test")
-
- # test python code
- fmt_w.fmt_combo.setCurrentIndex(1)
- fmt_w.yaml_cb.setChecked(False)
- fmt_w.set_obj("second test")
- QTest.mouseClick(fmt_w.run_button, Qt.LeftButton)
- self.assertEqual(self.project.plotters[0].fmt2.value, "second test")
-
- def test_fmt_widget(self):
- """Test the :meth:`psyplot.plotter.Formatoption.get_fmt_widget` method"""
- fmt_w = self.fmt_widget
- self.assertIs(fmt_w.fmt_widget, fmt_w.dim_widget)
- fmt_w.group_combo.setCurrentIndex(
- fmt_w.group_combo.findText("Miscallaneous formatoptions")
- )
- self.assertIsInstance(fmt_w.fmt_widget, QPushButton)
- self.assertFalse(yaml.load(fmt_w.line_edit.text(), Loader=yaml.Loader))
- fmt_w.line_edit.setText("")
- QTest.mouseClick(fmt_w.fmt_widget, Qt.LeftButton)
- self.assertEqual(fmt_w.line_edit.text()[1:-1], "Test")
- # test with objects other than string
- fmt_w.fmt_combo.setCurrentIndex(1)
- self.assertIsInstance(fmt_w.fmt_widget, QPushButton)
- fmt_w.clear_text()
- QTest.mouseClick(fmt_w.fmt_widget, Qt.LeftButton)
- self.assertEqual(fmt_w.line_edit.text(), "2")
-
- # check without yaml
- fmt_w.yaml_cb.setChecked(False)
- QTest.mouseClick(fmt_w.fmt_widget, Qt.LeftButton)
- self.assertEqual(fmt_w.line_edit.text(), "22")
-
- def test_get_obj(self):
- self.fmt_widget.line_edit.setText('{"okay": True}')
- self.assertEqual(self.fmt_widget.get_obj(), {"okay": True})
diff --git a/tests/test_help_explorer.py b/tests/test_help_explorer.py
deleted file mode 100644
index 7c06b59..0000000
--- a/tests/test_help_explorer.py
+++ /dev/null
@@ -1,287 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""Module for testing the components of the
-:class:`psyplot_gui.help_explorer.HelpExplorer` class"""
-import inspect
-import os.path as osp
-import unittest
-
-import _base_testing as bt
-import dummy_module as d
-
-from psyplot_gui import rcParams
-from psyplot_gui.compat.qtcompat import Qt, QTest, asstring
-from psyplot_gui.help_explorer import (
- HelpExplorer,
- UrlHelp,
- _viewers,
- html2file,
-)
-
-
-class UrlHelpTestMixin(bt.PsyPlotGuiTestCase):
- """Convenience class for UrlHelp tests"""
-
- @classmethod
- def setUpClass(cls):
- super(UrlHelpTestMixin, cls).setUpClass()
- cls._original_intersphinx = rcParams["help_explorer.use_intersphinx"]
- rcParams["help_explorer.use_intersphinx"] = False
- # we render the docs in the same process to avoid problems with
- # signals not being send and time problems
- cls._original_pdocs = rcParams["help_explorer.render_docs_parallel"]
- rcParams["help_explorer.render_docs_parallel"] = False
-
- @classmethod
- def tearDownClass(cls):
- super(UrlHelpTestMixin, cls).tearDownClass()
- rcParams["help_explorer.use_intersphinx"] = cls._original_intersphinx
- rcParams["help_explorer.render_docs_parallel"] = cls._original_pdocs
-
- def setUp(self):
- super(UrlHelpTestMixin, self).setUp()
- self.help_explorer.set_viewer("HTML help")
-
- @property
- def help_explorer(self):
- return self.window.help_explorer
-
- @property
- def viewer(self):
- ret = self.help_explorer.viewer
- self.assertIs(ret, self.help_explorer.viewers["HTML help"])
- return ret
-
- def _test_if_sphinx_worked(self, oname):
- html = osp.join(
- osp.join(self.viewer.sphinx_dir, "_build", "html", oname + ".html")
- )
- self.assertEqual(html2file(self.viewer.html.url().toString()), html)
- # we emit the urlChanged signal manually because it is not emitted
- # without main loop
- self.viewer.html.urlChanged.emit(self.viewer.html.url())
- self.assertEqual(self.viewer.tb_url.currentText(), oname)
-
- def _test_browsing(self):
- rcParams["help_explorer.online"] = True
- self.viewer.browse("www.google.de")
- url = asstring(self.viewer.html.url().toString())
- self.assertTrue(
- url.startswith("https://www.google.de"), msg="Wrong url " + url
- )
-
- def _test_object_docu(self, obj, oname):
- """Test whether an html help of a python object can be shown"""
- self.help_explorer.show_help(obj, oname)
- fname = osp.join(self.viewer.sphinx_dir, oname + ".rst")
- self.assertTrue(osp.exists(fname), msg=fname + " is not existent!")
- self._test_if_sphinx_worked(oname)
-
-
-class UrlHelpTest(UrlHelpTestMixin):
- """Test the :class:`psyplot_gui.help_explorer.UrlHelp`"""
-
- def test_browsing(self):
- """Test browsing"""
- self._test_browsing()
-
- def test_show_rst(self):
- """Test whether the showing of an rst string is working"""
- s = """
- That's a test
- =============
-
- Just a dummy string"""
- self.help_explorer.show_rst(s, "test")
- fname = osp.join(self.viewer.sphinx_dir, "test.rst")
- self.assertTrue(osp.exists(fname), msg=fname + " is not existent!")
- self._test_if_sphinx_worked("test")
-
- def test_module_doc(self):
- """Test whether the sphinx rendering works for a module"""
- self._test_object_docu(d, "dummy_module")
-
- def test_class_doc(self):
- """Test whether the sphinx rendering works for a class"""
- self._test_object_docu(d.DummyClass, "d.DummyClass")
-
- def test_func_doc(self):
- """Test whether the sphinx rendering works for a class"""
- self._test_object_docu(d.dummy_func, "d.dummy_func")
-
- def test_method_doc(self):
- """Test whether the sphinx rendering works for a method"""
- self._test_object_docu(
- d.DummyClass.dummy_method, "d.DummyClass.dummy_method"
- )
- ini = d.DummyClass()
- self._test_object_docu(ini.dummy_method, "ini.dummy_method")
-
- def test_instance_doc(self):
- """Test whether the sphinx rendering works for a instance of a class"""
- ini = d.DummyClass()
- self._test_object_docu(ini, "ini")
-
-
-# XXX Not yet working XXX
-# def test_classattr_doc(self):
-# """Test whether the sphinx rendering works for a method"""
-# ini = d.DummyClass(2)
-# self._test_object_docu(ini.a, 'ini.a')
-#
-# def test_moduleattr_doc(self):
-# """Test whether the sphinx rendering works for a method"""
-# self._test_object_docu(d.a, 'd.a')
-
-
-class BrowserTest(UrlHelpTestMixin):
- """Testcase for the :class:`psyplot_gui.help_explorer.UrlBrowser` class"""
-
- def setUp(self):
- super(BrowserTest, self).setUp()
- self._help = viewer = UrlHelp(parent=self.window.help_explorer)
- self.window.help_explorer.viewers["HTML help"] = viewer
- self.window.help_explorer.set_viewer(viewer)
-
- def tearDown(self):
- self._help.close(force=True)
- super(BrowserTest, self).tearDown()
-
- def test_added_url(self):
- """Test to add an url on the top"""
-
- def check_google():
- combo.add_text_on_top("https://www.google.com/", block=True)
- self.assertEqual(combo.itemText(0), "https://www.google.com/")
-
- combo = self.viewer.tb_url
- current = combo.itemText(0)
- check_google()
- combo.insertItem(0, "test")
- check_google()
- self.assertEqual(combo.itemText(1), "test")
- self.assertEqual(combo.itemText(2), current)
-
- def test_lock(self):
- """Test the url lock"""
- url = self.viewer.html.url().toString()
- QTest.mouseClick(self.viewer.bt_lock, Qt.LeftButton)
- self.help_explorer.show_help(int, "int")
- fname = osp.join(self.viewer.sphinx_dir, "int.rst")
- self.assertFalse(osp.exists(fname), msg=fname + " exists wrongly!")
- self.help_explorer.show_rst(int.__doc__, "int")
- self.assertFalse(osp.exists(fname), msg=fname + " exists wrongly!")
- self.viewer.browse("www.google.de")
- self.assertEqual(self.viewer.html.url().toString(), url)
-
- def test_url_lock(self):
- """Test whether to object documentation works"""
- self._test_browsing()
- QTest.mouseClick(self.viewer.bt_url_lock, Qt.LeftButton)
- self.help_explorer.show_help(int, "int")
- self._test_object_docu(int, "int")
- self.viewer.browse("www.unil.ch")
- self._test_object_docu(int, "int")
-
-
-class TextHelpTest(bt.PsyPlotGuiTestCase):
- """Testcase for the :class:`psyplot_gui.help_explorer.TextHelp` class"""
-
- def setUp(self):
- super(TextHelpTest, self).setUp()
- self.help_explorer.set_viewer("Plain text")
-
- @property
- def help_explorer(self):
- return self.window.help_explorer
-
- @property
- def viewer(self):
- return self.help_explorer.viewer
-
- def _test_doc(self, doc, oname, obj=None):
- """Test whether an the documentation is shown correctly
-
- Notes
- -----
- May be improved in the future for a more exact test"""
- self.assertTrue(
- doc in self.viewer.editor.toPlainText(),
- msg="%s was not documented!\nObject docu: %s\nHelp test: %s"
- % (oname, doc, self.viewer.editor.toPlainText()),
- )
-
- def _test_object_docu(self, obj, oname, doc=None):
- """Test whether an help of a python object can be shown"""
- self.help_explorer.show_help(obj, oname)
- if doc is None:
- doc = inspect.getdoc(obj)
- self._test_doc(doc, oname, obj)
-
- def test_show_rst(self):
- """Test whether the showing of an rst string is working"""
- s = """
- That's a test
- =============
-
- Just a dummy string"""
- self.help_explorer.show_rst(s, "test")
- self._test_doc(s, "test")
-
- def test_module_doc(self):
- """Test whether the sphinx rendering works for a module"""
- self._test_object_docu(d, "dummy_module")
-
- def test_class_doc(self):
- """Test whether the sphinx rendering works for a class"""
- self._test_object_docu(d.DummyClass, "d.DummyClass")
-
- def test_func_doc(self):
- """Test whether the sphinx rendering works for a class"""
- self._test_object_docu(d.dummy_func, "d.dummy_func")
-
- def test_method_doc(self):
- """Test whether the sphinx rendering works for a method"""
- self._test_object_docu(
- d.DummyClass.dummy_method, "d.DummyClass.dummy_method"
- )
- ini = d.DummyClass()
- self._test_object_docu(ini.dummy_method, "ini.dummy_method")
-
- def test_instance_doc(self):
- """Test whether the sphinx rendering works for a instance of a class"""
- ini = d.DummyClass()
- self._test_object_docu(ini, "ini")
-
-
-class NoHTMLTest(TextHelpTest):
- """Test running without the HTML viewer"""
-
- @classmethod
- def setUpClass(cls):
- super().setUpClass()
- rcParams["help_explorer.use_webengineview"] = False
- del HelpExplorer.viewers["HTML help"]
- cls._orig_viewers = _viewers.copy()
- _viewers.clear()
-
- def setUp(self):
- super(TextHelpTest, self).setUp()
-
- @classmethod
- def tearDownClass(cls):
- rcParams["help_explorer.use_webengineview"] = True
- HelpExplorer.viewers["HTML help"] = UrlHelp
- for key, val in cls._orig_viewers.items():
- _viewers[key] = val
- super().tearDownClass()
-
- def test_no_html(self):
- """Test if the HTML help has been removed"""
- self.assertNotIn("HTML help", self.help_explorer.viewers)
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/tests/test_main.py b/tests/test_main.py
deleted file mode 100644
index cd09fae..0000000
--- a/tests/test_main.py
+++ /dev/null
@@ -1,48 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-"""Test utilities for the :mod:`psyplot_gui.main` module
-"""
-import unittest
-
-import _base_testing as bt
-
-
-class TestMainWindow(bt.PsyPlotGuiTestCase):
- def test_plugin(self):
- from psyplot_gui.main import mainwindow
-
- try:
- from psyplot_gui_test.plugin import W1, W2
- except ImportError:
- self.skipTest("Test plugin not installed")
- self.assertIn("psyplot_gui_test.plugin:W1:w1", mainwindow.plugins)
- self.assertIn("psyplot_gui_test.plugin:W2:w2", mainwindow.plugins)
- self.assertIsInstance(
- mainwindow.plugins["psyplot_gui_test.plugin:W1:w1"], W1
- )
- self.assertIsInstance(
- mainwindow.plugins["psyplot_gui_test.plugin:W2:w2"], W2
- )
- w = mainwindow.plugins["psyplot_gui_test.plugin:W2:w2"]
- a = w.dock.toggleViewAction()
- # the plugin should be hidden
- self.assertFalse(a.isChecked())
- w.show_plugin()
- self.assertTrue(a.isChecked())
-
- def test_central_widget(self):
- """Test changing the central widget"""
- self.window.set_central_widget("help_explorer")
- self.assertIs(self.window.centralWidget(), self.window.help_explorer)
- self.window.set_central_widget(self.window.figures_tree)
- self.assertIs(self.window.centralWidget(), self.window.figures_tree)
-
- def test_remove_plugin(self):
- self.window.plugins["psyplot_gui_test.plugin:W1:w1"].remove_plugin()
- self.assertNotIn("psyplot_gui_test.plugin:W1:w1", self.window.plugins)
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/tests/test_plot_creator.py b/tests/test_plot_creator.py
deleted file mode 100644
index e5adc10..0000000
--- a/tests/test_plot_creator.py
+++ /dev/null
@@ -1,480 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# -*- coding: utf-8 -*-
-"""Skript to test the InProcessShell that is used in the psyplot gui"""
-import sys
-import unittest
-from itertools import chain
-
-import _base_testing as bt
-import psyplot.project as psy
-import six
-
-from psyplot_gui.compat.qtcompat import (
- QStyleOptionViewItem,
- Qt,
- QtCore,
- QTest,
- QtGui,
- QValidator,
- QWidget,
- asstring,
-)
-
-
-def get_col_num(ax):
- try:
- return ax.get_subplotspec().colspan.start
- except AttributeError: # matplotlib<3.2
- return ax.colNum
-
-
-def get_row_num(ax):
- try:
- return ax.get_subplotspec().rowspan.start
- except AttributeError: # matplotlib<3.2
- return ax.rowNum
-
-
-class PlotCreatorTest(bt.PsyPlotGuiTestCase):
- """Tests concerning the plot creator"""
-
- def setUp(self):
- super(PlotCreatorTest, self).setUp()
- self.window.new_plots()
- self.pc = self.window.plot_creator
-
- def tearDown(self):
- if getattr(self.pc, "ds", None) is not None:
- self.pc.ds.close()
- # make sure the plot creator is closed completely
- self.pc.close()
- del self.pc
- super(PlotCreatorTest, self).tearDown()
-
- def test_load_external_file(self):
- """Test whether an external netCDF file can be loaded"""
- fname = self.get_file("test-t2m-u-v.nc")
- self.pc.open_dataset([fname])
- vtab = self.pc.variables_table
- ds = psy.open_dataset(fname)
- self.assertIn(fname, self.pc.ds_combo.currentText())
- self.assertEqual(
- {
- asstring(vtab.item(irow, 0).text())
- for irow in range(vtab.rowCount())
- },
- set(ds.variables) - set(ds.coords),
- )
- ds.close()
-
- def test_load_from_console(self):
- """Test whether a dataset can be loaded that is defined in the
- console"""
- fname = self.get_file("test-t2m-u-v.nc")
- if sys.platform == "win32":
- fname = fname.replace("\\", "\\\\")
- self.window.console.execute("ds = psy.open_dataset('%s')" % fname)
- vtab = self.pc.variables_table
- ds = psy.open_dataset(self.get_file("test-t2m-u-v.nc"))
- self.pc.bt_get_ds.get_from_shell("ds")
- self.assertIn("ds", self.pc.ds_combo.currentText())
- self.assertEqual(
- {
- asstring(vtab.item(irow, 0).text())
- for irow in range(vtab.rowCount())
- },
- set(ds.variables) - set(ds.coords),
- )
- ds.close()
- self.window.console.execute("ds.close()")
-
- def test_plusplus(self):
- """Test the add all button"""
- # loag a dataset
- self.test_load_external_file()
- QTest.mouseClick(self.pc.bt_add_all, Qt.LeftButton)
- atab = self.pc.array_table
- vtab = self.pc.variables_table
- self.assertEqual(
- [
- asstring(atab.item(irow, 0).text())
- for irow in range(atab.rowCount())
- ],
- [
- asstring(vtab.item(irow, 0).text())
- for irow in range(vtab.rowCount())
- ],
- )
-
- def test_minusminus(self):
- """Test the remove all button"""
- self.test_plusplus()
- QTest.mouseClick(self.pc.bt_remove_all, Qt.LeftButton)
- self.assertEqual(self.pc.array_table.rowCount(), 0)
-
- def test_plus(self):
- """Test the add button"""
- self.test_load_external_file()
- vtab = self.pc.variables_table
- atab = self.pc.array_table
- nvar = vtab.rowCount()
- rows = [nvar - 2, nvar - 1]
- for row in rows:
- vtab.item(row, 0).setSelected(True)
- QTest.mouseClick(self.pc.bt_add, Qt.LeftButton)
- self.assertEqual(
- [
- asstring(atab.item(irow, 0).text())
- for irow in range(atab.rowCount())
- ],
- [asstring(vtab.item(irow, 0).text()) for irow in rows],
- )
-
- def test_minus(self):
- """Test the minus button"""
- self.test_plusplus()
- vtab = self.pc.variables_table
- atab = self.pc.array_table
- nvar = atab.rowCount()
- rows = [nvar - 2, nvar - 1]
- for row in rows:
- atab.item(row, 0).setSelected(True)
- QTest.mouseClick(self.pc.bt_remove, Qt.LeftButton)
- variables = [
- asstring(vtab.item(row, 0).text())
- for row in range(vtab.rowCount())
- if row not in rows
- ]
- self.assertEqual(
- [
- asstring(atab.item(irow, 0).text())
- for irow in range(atab.rowCount())
- ],
- variables,
- )
-
- def test_update_with_dims(self):
- """Test the update with the given dimensions"""
- self.test_plusplus()
- atab = self.pc.array_table
- atab.selectAll()
- atab.update_selected(dims={"time": "3"})
- icol = len(atab.desc_cols) + atab.dims.index("time")
- vars3d = {
- var
- for var, varo in atab.get_ds().variables.items()
- if "time" in varo.dims
- }
- for irow in range(atab.rowCount()):
- vname = atab.item(irow, atab.var_col).text()
- if vname in vars3d:
- item = atab.item(irow, icol)
- self.assertEqual(
- item.text(),
- "3",
- msg="Wrong time value %s in row %s" % (item.text(), irow),
- )
-
- def test_add_subplots(self):
- """Test the add subplots button"""
- from math import ceil
-
- import matplotlib.pyplot as plt
-
- self.test_load_external_file()
- self.test_plusplus()
- self.pc.cols_axis_edit.setText("2")
- self.pc.rows_axis_edit.setText("2")
- self.pc.max_axis_edit.setText("3")
- QTest.mouseClick(self.pc.bt_add_axes, Qt.LeftButton)
- nvar = self.pc.array_table.rowCount()
- nfigs = int(ceil(nvar / 3.0))
- # create the subplots
- axes = self.pc.array_table.axes
- self.assertEqual([ax.get_gridspec().ncols for ax in axes], [2] * nvar)
- self.assertEqual([ax.get_gridspec().nrows for ax in axes], [2] * nvar)
- rows = [0, 0, 1] * nfigs
- cols = [0, 1, 0] * nfigs
- self.assertEqual([get_row_num(ax) for ax in axes], rows)
- self.assertEqual([get_col_num(ax) for ax in axes], cols)
- fig_nums = list(chain(*([i] * 3 for i in range(1, nfigs + 1))))
- self.assertEqual([ax.get_figure().number for ax in axes], fig_nums)
- plt.close("all")
-
- def test_add_single_subplots(self):
- """Test the add single subplot button"""
- import matplotlib.pyplot as plt
-
- self.test_load_external_file()
- self.test_plusplus()
- self.pc.cols_axis_edit.setText("2")
- self.pc.rows_axis_edit.setText("2")
- self.pc.row_axis_edit.setText("1")
- self.pc.col_axis_edit.setText("2")
- self.pc.array_table.selectAll()
- QTest.mouseClick(self.pc.bt_add_single_axes, Qt.LeftButton)
- nvar = self.pc.array_table.rowCount()
- # create the subplots
- axes = self.pc.array_table.axes
- # test rows, cols and figure numbers
- self.assertEqual([ax.get_gridspec().ncols for ax in axes], [2] * nvar)
- self.assertEqual([ax.get_gridspec().nrows for ax in axes], [2] * nvar)
- self.assertEqual([get_row_num(ax) for ax in axes], [0] * nvar)
- self.assertEqual([get_col_num(ax) for ax in axes], [1] * nvar)
- self.assertEqual(
- [ax.get_figure().number for ax in axes], list(range(1, nvar + 1))
- )
- plt.close("all")
-
- def test_axescreator_subplots(self):
- """Test the :class:`psyplot_gui.plot_creator.SubplotCreator`"""
- import matplotlib.pyplot as plt
-
- from psyplot_gui.plot_creator import AxesCreatorCollection
-
- # load dataset
- self.test_load_external_file()
- # create arrays
- self.test_plusplus()
- # use all items
- atab = self.pc.array_table
- items = [atab.item(i, atab.axes_col) for i in range(atab.rowCount())]
- # create the widget to select the subplots
- ac = AxesCreatorCollection("subplot")
- w = ac.tb.currentWidget()
- w.fig_edit.setText("")
- w.cols_edit.setText("2")
- w.rows_edit.setText("2")
- w.num1_edit.setText("2")
- w.num2_edit.setText("2")
- ac.okpressed.connect(lambda it: atab._change_axes(items, it))
- QTest.mouseClick(ac.bt_ok, Qt.LeftButton)
- nvar = self.pc.array_table.rowCount()
- # create the subplots
- axes = self.pc.array_table.axes
- # test rows, cols and figure numbers
- self.assertEqual([ax.get_gridspec().ncols for ax in axes], [2] * nvar)
- self.assertEqual([ax.get_gridspec().nrows for ax in axes], [2] * nvar)
- self.assertEqual([get_row_num(ax) for ax in axes], [0] * nvar)
- self.assertEqual([get_col_num(ax) for ax in axes], [1] * nvar)
- self.assertEqual(
- [ax.get_figure().number for ax in axes], list(range(1, nvar + 1))
- )
- # close figures
- plt.close("all")
-
- def test_axescreator_axes(self):
- """Test the :class:`psyplot_gui.plot_creator.AxesCreator`"""
- import matplotlib.pyplot as plt
-
- from psyplot_gui.plot_creator import AxesCreatorCollection
-
- # load dataset
- self.test_load_external_file()
- # create arrays
- self.test_plusplus()
- # use all items
- atab = self.pc.array_table
- items = [atab.item(i, atab.axes_col) for i in range(atab.rowCount())]
- # create the widget to select the subplots
- ac = AxesCreatorCollection("axes")
- w = ac.tb.currentWidget()
- w.fig_edit.setText("")
- w.x0_edit.setText("0.3")
- w.y0_edit.setText("0.4")
- w.x1_edit.setText("0.7")
- w.y1_edit.setText("0.8")
- ac.okpressed.connect(lambda it: atab._change_axes(items, it))
- QTest.mouseClick(ac.bt_ok, Qt.LeftButton)
- nvar = self.pc.array_table.rowCount()
- # create the subplots
- axes = self.pc.array_table.axes
- boxes = [ax.get_position() for ax in axes]
- # test rows, cols and figure numbers
- self.assertEqual([box.x0 for box in boxes], [0.3] * nvar)
- self.assertEqual([box.y0 for box in boxes], [0.4] * nvar)
- self.assertEqual([box.x1 for box in boxes], [0.7] * nvar)
- self.assertEqual([box.y1 for box in boxes], [0.8] * nvar)
- self.assertEqual(
- [ax.get_figure().number for ax in axes], list(range(1, nvar + 1))
- )
- # close figures
- plt.close("all")
-
- def test_axescreator_select(self):
- """Test the :class:`psyplot_gui.plot_creator.AxesSelector`"""
- import matplotlib.pyplot as plt
- import numpy as np
- from matplotlib.backend_bases import MouseEvent, PickEvent
-
- from psyplot_gui.plot_creator import AxesCreatorCollection
-
- # load dataset
- self.test_load_external_file()
- # create arrays
- self.test_plusplus()
- # use all items
- atab = self.pc.array_table
- items = [atab.item(i, atab.axes_col) for i in range(2)]
- # create the widget to select the subplots
- ax1 = plt.axes([0.3, 0.4, 0.6, 0.3])
- plt.figure()
- ax2 = plt.subplot(211)
- ac = AxesCreatorCollection("choose")
- w = ac.tb.currentWidget()
- fig = ax1.get_figure()
- mouseevent1 = MouseEvent(
- "button_release_event",
- fig.canvas,
- *np.mean(ax1.get_position().get_points().T, axis=1),
- )
- w.get_picked_ax(PickEvent("pick", fig.canvas, mouseevent1, artist=ax1))
- fig = ax2.get_figure()
- mouseevent2 = MouseEvent(
- "button_release_event",
- ax2.get_figure().canvas,
- *np.mean(ax2.get_position().get_points().T, axis=1),
- )
- w.get_picked_ax(PickEvent("pick", fig.canvas, mouseevent2, artist=ax2))
-
- ac.okpressed.connect(lambda it: atab._change_axes(items, it))
- QTest.mouseClick(ac.bt_ok, Qt.LeftButton)
- # create the subplots
- axes = self.pc.array_table.axes
- # check them
- self.assertIs(axes[0], ax1)
- self.assertIs(axes[1], ax2)
- # close figures
- plt.close("all")
-
- def test_arrayname_validator(self):
- """Test the :class:`psyplot_gui.plot_creator.ArrayNameValidator`"""
- # open dataset
- fname = self.get_file("test-t2m-u-v.nc")
- ds = psy.open_dataset(fname)
- self.pc.bt_get_ds.get_from_shell(ds)
-
- # add data arrays
- QTest.mouseClick(self.pc.bt_add_all, Qt.LeftButton)
-
- # get names
- atab = self.pc.array_table
- names = atab.current_names
-
- # get itemdelegate
- item_delegate = atab.itemDelegateForColumn(atab.arr_col)
-
- # create editor and validator
- widget = QWidget()
- option = QStyleOptionViewItem()
- index = atab.indexFromItem(atab.item(0, atab.arr_col))
- editor = item_delegate.createEditor(widget, option, index)
- validator = editor.validator()
-
- # check validation
- self.assertEqual(
- validator.validate(names[1], len(names[1]))[0],
- validator.Intermediate,
- )
- self.assertEqual(
- validator.validate("dummy", 5)[0], validator.Acceptable
- )
- self.assertNotIn(validator.fixup(names[1]), names)
- ds.close()
-
- def test_variablename_validator(self):
- """Test the :class:`psyplot_gui.plot_creator.VariableItemDelegate`"""
- # open dataset
- try:
- from psyplot_gui.compat.qtcompat import QString
- except ImportError:
- QString = six.text_type
- fname = self.get_file("test-t2m-u-v.nc")
- ds = psy.open_dataset(fname)
- self.pc.bt_get_ds.get_from_shell(ds)
-
- # add data arrays
- QTest.mouseClick(self.pc.bt_add_all, Qt.LeftButton)
-
- # get names
- atab = self.pc.array_table
- names = sorted(list(set(ds.variables).difference(ds.coords)))
-
- # get itemdelegate
- item_delegate = atab.itemDelegateForColumn(atab.var_col)
-
- # create editor and validator
- widget = QWidget()
- option = QStyleOptionViewItem()
- index = atab.indexFromItem(atab.item(0, atab.arr_col))
- editor = item_delegate.createEditor(widget, option, index)
- validator = editor.validator()
-
- # check validation
- self.assertEqual(
- validator.validate(QString("dummy"), 5)[0], QValidator.Invalid
- )
- self.assertEqual(
- validator.validate(QString(names[0]), len(names[0]))[0],
- QValidator.Acceptable,
- )
- self.assertEqual(
- validator.validate(QString(names[0])[:2], 2)[0],
- QValidator.Intermediate,
- )
- s = atab.sep.join(names)
- self.assertEqual(
- validator.validate(QString(s), len(s))[0], QValidator.Acceptable
- )
- self.assertEqual(
- validator.validate(QString(s[:3] + "dummy" + s[3:]), len(s) + 5)[
- 0
- ],
- QValidator.Invalid,
- )
- ds.close()
-
- def test_drag_drop(self):
- """Test the drag and drop of the
- :class:`psyplot_gui.plot_creator.ArrayTable`"""
- self.pc.show()
- # XXX Try to use directly the dropEvent method by setting the source of
- # the event!
- point = QtCore.QPoint(0, 0)
- data = QtCore.QMimeData()
- event = QtGui.QDropEvent(
- point,
- Qt.MoveAction,
- data,
- Qt.LeftButton,
- Qt.NoModifier,
- QtCore.QEvent.Drop,
- )
-
- # open dataset
- fname = self.get_file("test-t2m-u-v.nc")
- ds = psy.open_dataset(fname)
- self.pc.bt_get_ds.get_from_shell(ds)
-
- # add data arrays
- QTest.mouseClick(self.pc.bt_add_all, Qt.LeftButton)
-
- # move rows
- atab = self.pc.array_table
- old = list(atab.arr_names_dict.items())
- atab.selectRow(2)
- atab.dropOn(event)
- resorted = [old[i] for i in [2, 0, 1] + list(range(3, len(old)))]
- self.assertEqual(
- list(atab.arr_names_dict.items()),
- resorted,
- msg="Rows not moved correctly!",
- )
- ds.close()
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/tests/test_plugin/psyplot_gui_test/__init__.py b/tests/test_plugin/psyplot_gui_test/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/tests/test_plugin/psyplot_gui_test/plotter.py b/tests/test_plugin/psyplot_gui_test/plotter.py
deleted file mode 100644
index 7c852bd..0000000
--- a/tests/test_plugin/psyplot_gui_test/plotter.py
+++ /dev/null
@@ -1,47 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# Test module that defines a plotter
-#
-# The plotter in this module has been registered by the rcParams in the plugin
-# package
-from psyplot.plotter import Formatoption, Plotter
-
-
-class TestFmt(Formatoption):
- """Some documentation"""
-
- default = None
-
- name = "Test formatoption"
-
- def get_fmt_widget(self, parent, project):
- """Get the formatoption widget to update this formatoption in the GUI"""
- from psyplot_gui.compat.qtcompat import QPushButton
-
- button = QPushButton("Test", parent)
- button.clicked.connect(lambda: parent.insert_obj(button.text()))
- return button
-
- def update(self, value):
- pass
-
-
-class TestFmt2(TestFmt):
- """Another formatoption to the different types of get_fmt_widget"""
-
- name = "Second test formatoption"
-
- def get_fmt_widget(self, parent, project):
- """Get the formatoption widget to update this formatoption in the GUI"""
- from psyplot_gui.compat.qtcompat import QPushButton
-
- button = QPushButton("Test", parent)
- button.clicked.connect(lambda: parent.insert_obj(2))
- return button
-
-
-class TestPlotter(Plotter):
- fmt1 = TestFmt("fmt1")
- fmt2 = TestFmt2("fmt2")
diff --git a/tests/test_plugin/psyplot_gui_test/plugin.py b/tests/test_plugin/psyplot_gui_test/plugin.py
deleted file mode 100644
index 9801e1c..0000000
--- a/tests/test_plugin/psyplot_gui_test/plugin.py
+++ /dev/null
@@ -1,37 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-from psyplot.config.rcsetup import RcParams, validate_bool, validate_dict
-
-from psyplot_gui.common import DockMixin
-from psyplot_gui.compat.qtcompat import Qt, QWidget
-
-
-class W1(QWidget, DockMixin):
- title = "w1"
- dock_position = Qt.LeftDockWidgetArea
-
-
-class W2(QWidget, DockMixin):
- title = "w2"
- dock_position = Qt.BottomDockWidgetArea
- hidden = True
-
-
-rcParams = RcParams(
- defaultParams={
- "test_plugin": [True, validate_bool],
- "project.plotters": [
- {
- "gui_test_plotter": {
- "module": "psyplot_gui_test.plotter",
- "plotter_name": "TestPlotter",
- "import_plotter": True,
- }
- },
- validate_dict,
- ],
- }
-)
-rcParams.update_from_defaultParams()
diff --git a/tests/test_plugin/setup.py b/tests/test_plugin/setup.py
deleted file mode 100644
index 7fec53e..0000000
--- a/tests/test_plugin/setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-from setuptools import find_packages, setup
-
-setup(
- name="psyplot_gui_test",
- version="1.0.0",
- license="GPLv2",
- packages=find_packages(exclude=["docs", "tests*", "examples"]),
- entry_points={
- "psyplot_gui": [
- "w1=psyplot_gui_test.plugin:W1",
- "w2=psyplot_gui_test.plugin:W2",
- ],
- "psyplot": ["plugin=psyplot_gui_test.plugin"],
- },
- zip_safe=False,
-)
diff --git a/tests/test_preferences.py b/tests/test_preferences.py
deleted file mode 100644
index 27fc4e8..0000000
--- a/tests/test_preferences.py
+++ /dev/null
@@ -1,332 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-# -*- coding: utf-8 -*-
-"""Script to test the :mod:`psyplot_gui.preferences` module"""
-import os
-import os.path as osp
-import shutil
-import tempfile
-import unittest
-from itertools import islice
-
-import _base_testing as bt
-import yaml
-from psyplot import rcParams as psy_rcParams
-
-import psyplot_gui.preferences as prefs
-from psyplot_gui import rcParams as gui_rcParams
-from psyplot_gui.compat.qtcompat import QDialogButtonBox, Qt, QTest, asstring
-from psyplot_gui.config.rcsetup import GuiRcParams
-
-
-class TestRcParamsWidget(bt.PsyPlotGuiTestCase):
- """Test the :class:`psyplot_gui.preferences.RcParamsWidget` class"""
-
- _created_files = set()
-
- def setUp(self):
- super(TestRcParamsWidget, self).setUp()
- self._created_files = set()
-
- def tearDown(self):
- super(TestRcParamsWidget, self).tearDown()
- for f in self._created_files:
- if osp.exists(f) and osp.isdir(f):
- shutil.rmtree(f)
- elif osp.exists(f):
- os.remove(f)
- self._created_files.clear()
-
- def test_loading(self):
- """Test whether the rcParams are loaded correctly"""
- # create the preferences window
- w = prefs.GuiRcParamsWidget()
- w.initialize()
- items = list(w.tree.top_level_items)
- self.assertEqual(len(items), len(gui_rcParams))
- # test keys
- keys = set(gui_rcParams)
- for item in items:
- keys.remove(asstring(item.text(0)))
- self.assertFalse(keys)
-
- # test values
- for item in items:
- key = asstring(item.text(0))
- s_val = asstring(w.tree.itemWidget(item.child(0), 2).toPlainText())
- val = yaml.load(s_val, Loader=yaml.Loader)
- self.assertEqual(
- val, gui_rcParams[key], msg="Failed item %s: %s" % (key, s_val)
- )
-
- def test_changing(self):
- """Test whether the changes are displayed correctly"""
- w = prefs.GuiRcParamsWidget()
- gui_rcParams["console.auto_set_mp"] = True
- w.initialize()
- items = list(w.tree.top_level_items)
- for item in items:
- if item.text(0) == "console.auto_set_mp":
- iw = w.tree.itemWidget(item.child(0), 2)
- iw.setPlainText("f")
- QTest.mouseClick(w.bt_select_changed, Qt.LeftButton)
- selected_rc = dict(w.tree.selected_rc())
- self.assertEqual(len(selected_rc), 1, msg=selected_rc)
- self.assertIn("console.auto_set_mp", selected_rc)
- self.assertEqual(selected_rc["console.auto_set_mp"], False)
-
- for item in items:
- if item.text(0) == "console.auto_set_mp":
- iw = w.tree.itemWidget(item.child(0), 2)
- iw.setPlainText("t")
-
- QTest.mouseClick(w.bt_select_none, Qt.LeftButton)
- self.assertFalse(dict(w.tree.selected_rc()))
-
- QTest.mouseClick(w.bt_select_changed, Qt.LeftButton)
- self.assertFalse(w.tree.selectedItems())
-
- def test_validation(self):
- """Test whether the validation works correctly"""
- self.window.showMaximized()
- w = prefs.GuiRcParamsWidget()
- w.initialize()
-
- # choose an item
- for i, item in enumerate(w.tree.top_level_items):
- if asstring(item.text(0)) == "console.auto_set_mp":
- break
-
- self.assertTrue(w.is_valid, msg=w.tree.valid)
- # set an invalid value
- w.tree.itemWidget(item.child(0), 2).setPlainText("tg")
- self.assertFalse(w.tree.valid[i])
- self.assertFalse(w.is_valid)
- w.tree.itemWidget(item.child(0), 2).setPlainText("t")
- self.assertTrue(w.tree.valid[i])
- self.assertTrue(w.is_valid)
-
- # set a value that cannot be loaded by yaml
- w.tree.itemWidget(item.child(0), 2).setPlainText('"t')
- self.assertFalse(w.tree.valid[i])
- self.assertFalse(w.is_valid)
-
- def test_save_01_all(self):
- """Test saving the rcParams"""
- w = prefs.GuiRcParamsWidget()
- w.initialize()
-
- QTest.mouseClick(w.bt_select_all, Qt.LeftButton)
- self.assertEqual(len(w.tree.selectedItems()), len(gui_rcParams))
-
- fname = tempfile.NamedTemporaryFile(
- prefix="psyplot_gui_test", suffix=".yml"
- ).name
- self._created_files.add(fname)
- action = w.save_settings_action(target=fname)
- action.trigger()
- self.assertTrue(osp.exists(fname))
- rc = GuiRcParams(defaultParams=gui_rcParams.defaultParams)
- rc.load_from_file(fname)
-
- self.assertEqual(rc, gui_rcParams)
-
- def test_save_02_some(self):
- """Test saving some parts the rcParams"""
- w = prefs.GuiRcParamsWidget()
- w.initialize()
-
- keys = []
-
- for item in islice(w.tree.top_level_items, 0, None, 2):
- item.setSelected(True)
- keys.append(asstring(item.text(0)))
-
- self.assertEqual(len(w.tree.selectedItems()), len(keys))
-
- fname = tempfile.NamedTemporaryFile(
- prefix="psyplot_gui_test", suffix=".yml"
- ).name
- self._created_files.add(fname)
- action = w.save_settings_action(target=fname)
- action.trigger()
- self.assertTrue(osp.exists(fname))
- rc = GuiRcParams(defaultParams=gui_rcParams.defaultParams)
- rc.load_from_file(fname)
-
- self.assertEqual(dict(rc), {key: gui_rcParams[key] for key in keys})
-
- def test_update(self):
- """Test updating the rcParams"""
- w = prefs.GuiRcParamsWidget()
- w.initialize()
-
- fname = tempfile.NamedTemporaryFile(
- prefix="psyplot_gui_test", suffix=".yml"
- ).name
- self._created_files.add(fname)
- gui_rcParams.find_all("console").dump(fname)
-
- keys = []
-
- for item in w.tree.top_level_items:
- if asstring(item.text(0)).startswith("help_explorer"):
- item.setSelected(True)
- keys.append(asstring(item.text(0)))
-
- self.assertEqual(len(w.tree.selectedItems()), len(keys))
-
- action = w.save_settings_action(update=True, target=fname)
- action.trigger()
- self.assertTrue(osp.exists(fname))
- rc = GuiRcParams(defaultParams=gui_rcParams.defaultParams)
- rc.load_from_file(fname)
-
- self.assertEqual(
- dict(rc),
- {
- key: gui_rcParams[key]
- for key in gui_rcParams
- if key.startswith("console") or key.startswith("help_explorer")
- },
- )
-
-
-class TestPreferences(bt.PsyPlotGuiTestCase):
- """Test the :class:`psyplot_gui.preferences.Preferences` widget"""
-
- def setUp(self):
- super(TestPreferences, self).setUp()
- self.window.edit_preferences()
- self.prefs = self.window.preferences
-
- def tearDown(self):
- # make sure the preferences widget is closed completely
- self.prefs.close()
- del self.prefs
- super(TestPreferences, self).tearDown()
-
- def test_pages(self):
- """Test whether all pages are loaded"""
- pref_w = self.prefs
- pages = list(pref_w.pages)
- self.assertTrue(pages)
- self.assertTrue(
- any(isinstance(p, prefs.GuiRcParamsWidget) for p in pages),
- msg=pages,
- )
- self.assertTrue(
- any(isinstance(p, prefs.PsyRcParamsWidget) for p in pages),
- msg=pages,
- )
-
- def test_apply(self):
- """Test the apply button"""
- pref_w = self.prefs
- i, cp = next(
- t
- for t in enumerate(pref_w.pages)
- if isinstance(t[1], prefs.GuiRcParamsWidget)
- )
- pref_w.set_current_index(i)
- self.assertIsInstance(pref_w.get_page(), prefs.GuiRcParamsWidget)
- self.assertFalse(pref_w.bt_apply.isEnabled())
-
- # change a value
- current = gui_rcParams["console.auto_set_mp"]
- for item in cp.tree.top_level_items:
- if item.text(0) == "console.auto_set_mp":
- break
- cp.tree.itemWidget(item.child(0), 2).setPlainText(
- yaml.dump(not current)
- )
- self.assertTrue(pref_w.bt_apply.isEnabled())
-
- QTest.mouseClick(pref_w.bt_apply, Qt.LeftButton)
- self.assertEqual(gui_rcParams["console.auto_set_mp"], not current)
- self.assertFalse(pref_w.bt_apply.isEnabled())
-
- # change the value and the page
- cp.tree.itemWidget(item.child(0), 2).setPlainText(yaml.dump(current))
- self.assertTrue(pref_w.bt_apply.isEnabled())
- j, cp2 = next(
- t
- for t in enumerate(pref_w.pages)
- if isinstance(t[1], prefs.PsyRcParamsWidget)
- )
- pref_w.set_current_index(j)
- self.assertIsInstance(pref_w.get_page(), prefs.PsyRcParamsWidget)
- self.assertFalse(pref_w.bt_apply.isEnabled())
- pref_w.set_current_index(i)
- self.assertTrue(pref_w.bt_apply.isEnabled())
-
- def test_ok(self):
- """Test the apply button"""
- pref_w = self.prefs
- i, cp = next(
- t
- for t in enumerate(pref_w.pages)
- if isinstance(t[1], prefs.GuiRcParamsWidget)
- )
- pref_w.set_current_index(i)
- self.assertIsInstance(pref_w.get_page(), prefs.GuiRcParamsWidget)
- self.assertFalse(pref_w.bt_apply.isEnabled())
-
- # change a value
- current = gui_rcParams["console.auto_set_mp"]
- for item in cp.tree.top_level_items:
- if item.text(0) == "console.auto_set_mp":
- break
- cp.tree.itemWidget(item.child(0), 2).setPlainText(
- yaml.dump(not current)
- )
- self.assertTrue(pref_w.bt_apply.isEnabled())
-
- # change a value in the PsyRcParamsWidget
- i, cp = next(
- t
- for t in enumerate(pref_w.pages)
- if isinstance(t[1], prefs.PsyRcParamsWidget)
- )
- pref_w.set_current_index(i)
- self.assertIsInstance(pref_w.get_page(), prefs.PsyRcParamsWidget)
- self.assertFalse(pref_w.bt_apply.isEnabled())
-
- # change a value
- for item in cp.tree.top_level_items:
- if item.text(0) == "decoder.x":
- break
- cp.tree.itemWidget(item.child(0), 2).setPlainText(yaml.dump({"test"}))
- self.assertTrue(pref_w.bt_apply.isEnabled())
-
- QTest.mouseClick(
- pref_w.bbox.button(QDialogButtonBox.Ok), Qt.LeftButton
- )
- self.assertEqual(gui_rcParams["console.auto_set_mp"], not current)
- self.assertEqual(psy_rcParams["decoder.x"], {"test"})
-
- def test_plugin_pages(self):
- try:
- from psyplot_gui_test.plugin import rcParams
- except ImportError:
- self.skipTest("psyplot_gui_test not installed")
- pref_w = self.prefs
- QTest.mouseClick(pref_w.bt_load_plugins, Qt.LeftButton)
- i, cp = next(
- t
- for t in enumerate(pref_w.pages)
- if isinstance(t[1], prefs.RcParamsWidget)
- and not isinstance(t[1], prefs.PsyRcParamsWidget)
- and "test_plugin"
- in (item.text(0) for item in t[1].tree.top_level_items)
- )
- pref_w.set_current_index(i)
- self.assertEqual(
- len(list(cp.tree.top_level_items)), len(rcParams), msg=cp
- )
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/tests/test_project_content.py b/tests/test_project_content.py
deleted file mode 100644
index f156eec..0000000
--- a/tests/test_project_content.py
+++ /dev/null
@@ -1,352 +0,0 @@
-# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-#
-# SPDX-License-Identifier: LGPL-3.0-only
-
-import os.path as osp
-import unittest
-
-# -*- coding: utf-8 -*-
-from collections import defaultdict
-
-import _base_testing as bt
-import psyplot.data as psyd
-import psyplot.project as psy
-import xarray as xr
-
-from psyplot_gui.compat.qtcompat import QDialogButtonBox, Qt, QTest, asstring
-
-
-class ProjectContentTest(bt.PsyPlotGuiTestCase):
- """Test case for testing whether the project content part is updated
- correctly"""
-
- @property
- def project_content(self):
- return self.window.project_content
-
- @property
- def content_widget(self):
- return self.project_content.content_widget
-
- def get_list(self, key):
- return self.content_widget.lists[key]
-
- def _selected_rows(self, name):
- return list(
- map(lambda ind: ind.row(), self.get_list(name).selectedIndexes())
- )
-
- def test_content_update(self):
- """Test whether the list is updated correctly"""
- w = self.content_widget
- lists = w.lists
- # currently it should be empty
- self.assertEqual(w.count(), 1)
- self.assertEqual(w.indexOf(lists["All"]), 0)
- self.assertFalse(w.isItemEnabled(0), msg='List "All" is enabled!')
-
- # create some plots
- sp = psy.plot.plot2d(self.get_file("test-t2m-u-v.nc"), name="t2m")
- sp2 = psy.plot.lineplot(
- self.get_file("test-t2m-u-v.nc"), name="t2m", t=0, x=0, y=0
- )
- d = defaultdict(lambda: 1)
- d["All"] = 2
- d["simple"] = 2
- for name in ["All", "simple", "lineplot", "plot2d"]:
- self.assertIn(name, lists)
- arrays = lists[name]
- i = self.content_widget.indexOf(arrays)
- self.assertNotEqual(i, -1, msg="Missing the list in the widget!")
- self.assertTrue(
- self.content_widget.isItemEnabled(i),
- msg="%s is not enabled!" % name,
- )
- self.assertEqual(
- arrays.count(),
- d[name],
- msg="Wrong number of arrays in %s" % name,
- )
- if name == "plot2d":
- self.assertEqual(
- asstring(arrays.item(0).text()),
- sp[0].psy._short_info(),
- msg="Wrong text in plot2d",
- )
- else:
- self.assertEqual(
- asstring(arrays.item(d[name] - 1).text()),
- sp2[0]._short_info(),
- msg="Wrong text in %s" % name,
- )
- self.assertEqual(
- self._selected_rows("plot2d"),
- [],
- msg="Array in %s is wrongly selected!" % name,
- )
- self.assertEqual(
- self._selected_rows("lineplot"),
- [0],
- msg="Array in %s is not selected!" % name,
- )
- self.assertEqual(
- self._selected_rows("simple"), [1], msg="Wrong selection!"
- )
- self.assertEqual(
- self._selected_rows("All"), [1], msg="Wrong selection!"
- )
-
- # close the project
- full = sp + sp2
- full.close(True, True, True)
- self.assertEqual(w.count(), 1)
- self.assertEqual(w.indexOf(lists["All"]), 0)
- self.assertFalse(w.isItemEnabled(0), msg='List "All" is enabled!')
-
- def test_select_all_button(self):
- """Test whether the subproject is changed correctly when selecting all"""
- self.window.showMaximized()
- sp = psy.plot.plot2d(
- self.get_file("test-t2m-u-v.nc"), name="t2m", time=[0, 1]
- )
- psy.scp(None)
- QTest.mouseClick(self.project_content.select_all_button, Qt.LeftButton)
- self.assertIs(
- psy.gcp()[0],
- sp[0],
- msg="actual: %s, expected: %s" % (psy.gcp(), sp),
- )
- self.assertIs(psy.gcp()[1], sp[1])
- self.assertEqual(
- self._selected_rows("All"), [0, 1], msg="Not all arrays selected!"
- )
-
- def test_unselect_all_button(self):
- """Test whether the subproject is changed cleared when unselecting all"""
- self.window.showMaximized()
- psy.plot.plot2d(
- self.get_file("test-t2m-u-v.nc"), name="t2m", time=[0, 1]
- )
- # test whether the current subproject is not empty
- self.assertTrue(bool(psy.gcp()))
- # unselect all
- QTest.mouseClick(self.project_content.unselect_button, Qt.LeftButton)
- self.assertFalse(bool(psy.gcp()))
-
- def test_item_selection(self):
- """Test whether the subproject is changed correctly if the selection in
- the list changes"""
- sp = psy.plot.plot2d(
- self.get_file("test-t2m-u-v.nc"), name="t2m", time=[0, 1]
- )
- self.assertIs(psy.gcp()[0], sp[0])
- self.assertIs(psy.gcp()[1], sp[1])
- self.content_widget.lists["All"].item(0).setSelected(False)
- self.assertIs(psy.gcp()[0], sp[1])
- self.content_widget.lists["All"].item(0).setSelected(True)
- self.assertIs(psy.gcp()[0], sp[0], msg="Reselection failed!")
- self.assertIs(psy.gcp()[1], sp[1], msg="Reselection failed!")
-
-
-class FiguresTreeTest(bt.PsyPlotGuiTestCase):
- """Test to check whether the figures tree behaves correctly"""
-
- @property
- def tree(self):
- return self.window.figures_tree
-
- def test_toplevel(self):
- """Test whether the figures are updated correctly"""
-
- def check_figs(msg=None):
- figs = iter(sp.figs)
- for item in map(
- self.tree.topLevelItem, range(self.tree.topLevelItemCount())
- ):
- self.assertEqual(
- asstring(item.text(0)),
- next(figs).canvas.manager.get_window_title(),
- msg=msg,
- )
-
- sp = psy.plot.plot2d(
- self.get_file("test-t2m-u-v.nc"), name="t2m", time=[0, 1]
- )
- check_figs()
- sp[1:].close(True, True)
- check_figs("Figures not updated correctly!")
-
- def test_sublevel(self):
- """Test whether the arrays are updated correctly"""
-
- def check_figs(msg=None):
- arrays = iter(sp)
- for i, (fig, val) in enumerate(sp.figs.items()):
- top = self.tree.topLevelItem(i)
- self.assertEqual(
- asstring(top.text(0)),
- fig.canvas.manager.get_window_title(),
- )
- for child in map(top.child, range(top.childCount())):
- self.assertEqual(
- asstring(child.text(0)),
- next(arrays).psy._short_info(),
- msg=msg,
- )
-
- sp = psy.plot.plot2d(
- self.get_file("test-t2m-u-v.nc"),
- name="t2m",
- time=[0, 1, 2],
- ax=(1, 2),
- )
- check_figs()
- sp[1:2].close(False, True)
- sp = sp[0::2]
- check_figs("Arrays not updated correctly!")
- sp.close(True, True)
- self.assertEqual(self.tree.topLevelItemCount(), 0)
-
-
-class DatasetTreeTest(bt.PsyPlotGuiTestCase):
- """Test to check whether the dataset tree behaves correctly"""
-
- @property
- def tree(self):
- return self.window.ds_tree
-
- def test_toplevel(self):
- """Test whether the toplevel items are shown correctly"""
- fname = self.get_file("test-t2m-u-v.nc")
- sp1 = psy.plot.plot2d(fname, name="t2m")
- sp2 = psy.plot.plot2d(fname, name="t2m")
- count = next(psyd._ds_counter) - 1
- fname = osp.basename(fname)
- ds1 = sp1[0].psy.base
- ds2 = sp2[0].psy.base
-
- self.assertEqual(self.tree.topLevelItemCount(), 2)
- self.assertEqual(
- asstring(self._get_toplevel_item(ds1).text(0)),
- "%i: %s" % (count - 1, fname),
- )
- self.assertEqual(
- asstring(self._get_toplevel_item(ds2).text(0)),
- "*%i: %s" % (count, fname),
- )
- psy.scp(sp1)
- self.assertEqual(
- asstring(self._get_toplevel_item(ds1).text(0)),
- "*%i: %s" % (count - 1, fname),
- )
- self.assertEqual(
- asstring(self._get_toplevel_item(ds2).text(0)),
- "%i: %s" % (count, fname),
- )
- sp2.close(True, True)
- self.assertEqual(
- asstring(self._get_toplevel_item(ds1).text(0)),
- "*%i: %s" % (count - 1, fname),
- )
- self.assertEqual(self.tree.topLevelItemCount(), 1)
-
- def _get_toplevel_item(self, ds):
- toplevel = None
- for item in map(
- self.tree.topLevelItem, range(self.tree.topLevelItemCount())
- ):
- if item.ds() is ds:
- toplevel = item
- break
- self.assertIsNotNone(
- toplevel, msg="No item found that corresponds to %s" % ds
- )
- return toplevel
-
- def _test_ds_representation(self, ds):
- toplevel = self._get_toplevel_item(ds)
- coords = set(ds.coords)
- variables = set(ds.variables) - coords
- for child in map(
- toplevel.variables.child, range(toplevel.variables.childCount())
- ):
- variables.remove(asstring(child.text(0)))
- self.assertEqual(
- len(variables), 0, msg="Variables not found: %s" % (variables)
- )
- for child in map(
- toplevel.coords.child, range(toplevel.coords.childCount())
- ):
- coords.remove(asstring(child.text(0)))
- self.assertEqual(
- len(coords), 0, msg="Coordinates not found: %s" % (coords)
- )
-
- def test_sublevel(self):
- """Test whether the variables and coordinates are displayed correctly"""
- sp = psy.plot.plot2d(self.get_file("test-t2m-u-v.nc"), name="t2m")
- ds = sp[0].psy.base
- self._test_ds_representation(ds)
-
- def test_refresh(self):
- """Test the refreshing of a dataset"""
- fname = self.get_file("test-t2m-u-v.nc")
- sp1 = psy.plot.plot2d(fname, name="t2m")
- sp2 = psy.plot.plot2d(fname, name="t2m")
- ds = sp1[0].psy.base
- ds["test"] = xr.Variable(("testdim",), list(range(5)))
- item = self.tree.topLevelItem(0)
- self.tree.refresh_items(item)
- self._test_ds_representation(ds)
- self._test_ds_representation(sp2[0].psy.base)
-
- def test_refresh_all(self):
- """Test the refreshing of a dataset"""
- fname = self.get_file("test-t2m-u-v.nc")
- sp1 = psy.plot.plot2d(fname, name="t2m")
- sp2 = psy.plot.plot2d(fname, name="t2m")
- ds = sp1[0].psy.base
- ds["test"] = xr.Variable(("testdim",), list(range(5)))
- ds2 = sp2[0].psy.base
- ds2["test2"] = list(range(10))
- self.tree.refresh_items()
- self._test_ds_representation(ds)
- self._test_ds_representation(ds2)
-
- def test_expansion_reset(self):
- """Test whether the expansion state is recovered"""
- fname = self.get_file("test-t2m-u-v.nc")
- psy.plot.plot2d(fname, name="t2m")
- self.tree.expandItem(self.tree.topLevelItem(0))
- self.tree.expandItem(self.tree.topLevelItem(0).child(1))
-
- # trigger an update
- psy.plot.plot2d(fname, name="t2m")
- self.assertTrue(self.tree.topLevelItem(0).isExpanded())
- self.assertFalse(self.tree.topLevelItem(0).child(0).isExpanded())
- self.assertTrue(self.tree.topLevelItem(0).child(1).isExpanded())
- self.assertFalse(self.tree.topLevelItem(0).child(2).isExpanded())
-
- def test_make_plot(self):
- """Test the making of plots"""
- fname = self.get_file("test-t2m-u-v.nc")
- sp1 = psy.plot.plot2d(fname, name="t2m")
- # to make sure, have in the mean time another dataset in the current
- # subproject, we create a second plot
- psy.plot.plot2d(fname, name="t2m")
- ds = sp1[0].psy.base
- name = "t2m"
- self.tree.make_plot(ds, name)
- try:
- self.window.plot_creator.pm_combo.setCurrentText("plot2d")
- except AttributeError:
- self.window.plot_creator.pm_combo.setEditText("plot2d")
- QTest.mouseClick(
- self.window.plot_creator.bbox.button(QDialogButtonBox.Ok),
- Qt.LeftButton,
- )
- self.assertIs(ds, psy.gcp()[0].psy.base)
-
-
-if __name__ == "__main__":
- unittest.main()
diff --git a/todos.html b/todos.html
new file mode 100644
index 0000000..d821220
--- /dev/null
+++ b/todos.html
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+ ToDos — psyplot-gui documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index d077345..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,23 +0,0 @@
-; SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
-;
-; SPDX-License-Identifier: CC0-1.0
-
-[tox]
-
-[testenv]
-extras =
- testsite
-
-commands =
- ; mypy psyplot_gui
- isort --check psyplot_gui
- black --line-length 79 --check psyplot_gui
- ; blackdoc --check psyplot_gui
- flake8 psyplot_gui
- pytest -v --cov=psyplot_gui -x
- reuse lint
- cffconvert --validate
-
-[pytest]
-python_files = tests.py test_*.py *_tests.py
-norecursedirs = .* build dist *.egg venv docs