babelplot 2024.1__tar.gz → 2024.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {babelplot-2024.1 → babelplot-2024.2}/PKG-INFO +4 -4
- {babelplot-2024.1 → babelplot-2024.2}/documentation/wiki/description.asciidoc +2 -2
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/version.py +1 -1
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/PKG-INFO +4 -4
- {babelplot-2024.1 → babelplot-2024.2}/MANIFEST.in +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/README-COPYRIGHT-utf8.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/README-LICENCE-utf8.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/README.rst +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/__init__.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/bokeh_.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/brick/html.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/gr_.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/helper/creation.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/helper/validation.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/matplotlib_.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/plotly_.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/runtime.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/specification/implemented.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/specification/plot.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/vedo_.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/help.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/main.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/standard/enum_extensions.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/base.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/dimension.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/figure.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/frame.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/plot.py +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/SOURCES.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/dependency_links.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/requires.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/top_level.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/pyproject.toml +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/requirements.txt +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/setup.cfg +0 -0
- {babelplot-2024.1 → babelplot-2024.2}/setup.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: babelplot
|
|
3
|
-
Version: 2024.
|
|
3
|
+
Version: 2024.2
|
|
4
4
|
Summary: A Meta Plotting Library That Speaks Several Backends
|
|
5
|
-
Home-page: https://
|
|
5
|
+
Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
6
6
|
Author: Eric Debreuve
|
|
7
7
|
Author-email: eric.debreuve@cnrs.fr
|
|
8
8
|
License: CeCILL-2.1
|
|
9
|
-
Project-URL: Documentation, https://
|
|
10
|
-
Project-URL: Source, https://
|
|
9
|
+
Project-URL: Documentation, https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
10
|
+
Project-URL: Source, https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
11
11
|
Keywords: plot,library
|
|
12
12
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
:SHORT_DESCRIPTION: A Meta Plotting Library That Speaks Several Backends
|
|
10
10
|
:KEYWORDS: plot, library
|
|
11
11
|
|
|
12
|
-
:REPOSITORY_NAME:
|
|
12
|
+
:REPOSITORY_NAME: babelplot
|
|
13
13
|
:REPOSITORY_USER: eric.debreuve
|
|
14
|
-
:REPOSITORY_SITE:
|
|
14
|
+
:REPOSITORY_SITE: src.koda.cnrs.fr
|
|
15
15
|
:DOCUMENTATION_SITE: -/wikis/home
|
|
16
16
|
:SINCE_YEAR: 2022
|
|
17
17
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: babelplot
|
|
3
|
-
Version: 2024.
|
|
3
|
+
Version: 2024.2
|
|
4
4
|
Summary: A Meta Plotting Library That Speaks Several Backends
|
|
5
|
-
Home-page: https://
|
|
5
|
+
Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
6
6
|
Author: Eric Debreuve
|
|
7
7
|
Author-email: eric.debreuve@cnrs.fr
|
|
8
8
|
License: CeCILL-2.1
|
|
9
|
-
Project-URL: Documentation, https://
|
|
10
|
-
Project-URL: Source, https://
|
|
9
|
+
Project-URL: Documentation, https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
10
|
+
Project-URL: Source, https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
11
11
|
Keywords: plot,library
|
|
12
12
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
13
13
|
Classifier: Intended Audience :: Science/Research
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/specification/implemented.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|