babelplot 2025.13__tar.gz → 2025.14__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-2025.13 → babelplot-2025.14}/PKG-INFO +3 -2
- {babelplot-2025.13 → babelplot-2025.14}/README.rst +1 -1
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/version.py +1 -1
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/PKG-INFO +3 -2
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/requires.txt +1 -0
- {babelplot-2025.13 → babelplot-2025.14}/requirements.txt +1 -0
- {babelplot-2025.13 → babelplot-2025.14}/MANIFEST.in +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/README-COPYRIGHT-utf8.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/README-LICENCE-utf8.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/documentation/wiki/description.asciidoc +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/__init__.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/api/type.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/bokeh_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/matplotlib_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/plotly_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/catalog/vedo_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/helper/creation.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/backend/helper/validation.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/constant/backend.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/constant/path.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/constant/project.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/extension/enum_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/extension/function.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/runtime/backends.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/help.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/instantiation.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/plotting.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/task/showing.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/backend.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/dimension.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/ffp_base.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/figure.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/frame.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/plot.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/plot_function.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/plot_type.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot/type/translator.py +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/SOURCES.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/dependency_links.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/package/babelplot.egg-info/top_level.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/pyproject.toml +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/setup.cfg +0 -0
- {babelplot-2025.13 → babelplot-2025.14}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: babelplot
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.14
|
|
4
4
|
Summary: A Meta Plotting Library That Speaks Several Backends
|
|
5
5
|
Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
6
6
|
Author: Eric Debreuve
|
|
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
16
|
Classifier: Development Status :: 3 - Alpha
|
|
17
17
|
Requires-Python: >=3.11
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
|
+
Requires-Dist: color_spec_changer
|
|
19
20
|
Requires-Dist: numpy
|
|
20
21
|
Requires-Dist: scikit-image
|
|
21
22
|
Dynamic: author
|
|
@@ -46,7 +47,7 @@ Dynamic: summary
|
|
|
46
47
|
.. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
47
48
|
.. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
48
49
|
|
|
49
|
-
.. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
|
|
50
|
+
.. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
|
|
50
51
|
.. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
|
|
51
52
|
|
|
52
53
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
.. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
14
14
|
.. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
15
15
|
|
|
16
|
-
.. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
|
|
16
|
+
.. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
|
|
17
17
|
.. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
|
|
18
18
|
|
|
19
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: babelplot
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.14
|
|
4
4
|
Summary: A Meta Plotting Library That Speaks Several Backends
|
|
5
5
|
Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
6
6
|
Author: Eric Debreuve
|
|
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
16
|
Classifier: Development Status :: 3 - Alpha
|
|
17
17
|
Requires-Python: >=3.11
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
|
+
Requires-Dist: color_spec_changer
|
|
19
20
|
Requires-Dist: numpy
|
|
20
21
|
Requires-Dist: scikit-image
|
|
21
22
|
Dynamic: author
|
|
@@ -46,7 +47,7 @@ Dynamic: summary
|
|
|
46
47
|
.. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
47
48
|
.. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
48
49
|
|
|
49
|
-
.. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
|
|
50
|
+
.. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
|
|
50
51
|
.. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
|
|
51
52
|
|
|
52
53
|
|
|
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
|
|
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
|