-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 'master'
[release] compatibility and bug fixes, cli improvements and code formatting See merge request psyplot/psyplot-gui!39
- Loading branch information
Showing
208 changed files
with
25,909 additions
and
12,042 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH | ||
|
||
SPDX-License-Identifier: CC0-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
[flake8] | ||
extend-ignore = | ||
E203 | ||
E402 | ||
E501 | ||
W503 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
psyplot_gui/_version.py export-subst |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.