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.
Files changed (36) hide show
  1. {babelplot-2024.1 → babelplot-2024.2}/PKG-INFO +4 -4
  2. {babelplot-2024.1 → babelplot-2024.2}/documentation/wiki/description.asciidoc +2 -2
  3. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/version.py +1 -1
  4. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/PKG-INFO +4 -4
  5. {babelplot-2024.1 → babelplot-2024.2}/MANIFEST.in +0 -0
  6. {babelplot-2024.1 → babelplot-2024.2}/README-COPYRIGHT-utf8.txt +0 -0
  7. {babelplot-2024.1 → babelplot-2024.2}/README-LICENCE-utf8.txt +0 -0
  8. {babelplot-2024.1 → babelplot-2024.2}/README.rst +0 -0
  9. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/__init__.py +0 -0
  10. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/bokeh_.py +0 -0
  11. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/brick/html.py +0 -0
  12. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/gr_.py +0 -0
  13. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/helper/creation.py +0 -0
  14. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/helper/validation.py +0 -0
  15. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/matplotlib_.py +0 -0
  16. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/plotly_.py +0 -0
  17. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/runtime.py +0 -0
  18. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/specification/implemented.py +0 -0
  19. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/specification/plot.py +0 -0
  20. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/backend/vedo_.py +0 -0
  21. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/help.py +0 -0
  22. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/main.py +0 -0
  23. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/standard/enum_extensions.py +0 -0
  24. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/base.py +0 -0
  25. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/dimension.py +0 -0
  26. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/figure.py +0 -0
  27. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/frame.py +0 -0
  28. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot/type/plot.py +0 -0
  29. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/SOURCES.txt +0 -0
  30. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/dependency_links.txt +0 -0
  31. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/requires.txt +0 -0
  32. {babelplot-2024.1 → babelplot-2024.2}/package/babelplot.egg-info/top_level.txt +0 -0
  33. {babelplot-2024.1 → babelplot-2024.2}/pyproject.toml +0 -0
  34. {babelplot-2024.1 → babelplot-2024.2}/requirements.txt +0 -0
  35. {babelplot-2024.1 → babelplot-2024.2}/setup.cfg +0 -0
  36. {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.1
3
+ Version: 2024.2
4
4
  Summary: A Meta Plotting Library That Speaks Several Backends
5
- Home-page: https://babelplot/eric.debreuve/src.koda.cnrs.fr/
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://babelplot/eric.debreuve/src.koda.cnrs.fr/-/wikis/home
10
- Project-URL: Source, https://babelplot/eric.debreuve/src.koda.cnrs.fr/
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: src.koda.cnrs.fr
12
+ :REPOSITORY_NAME: babelplot
13
13
  :REPOSITORY_USER: eric.debreuve
14
- :REPOSITORY_SITE: babelplot
14
+ :REPOSITORY_SITE: src.koda.cnrs.fr
15
15
  :DOCUMENTATION_SITE: -/wikis/home
16
16
  :SINCE_YEAR: 2022
17
17
 
@@ -4,7 +4,7 @@ Contributor(s): Eric Debreuve (eric.debreuve@cnrs.fr) since 2022
4
4
  SEE COPYRIGHT NOTICE BELOW
5
5
  """
6
6
 
7
- __version__ = "2024.1"
7
+ __version__ = "2024.2"
8
8
 
9
9
  """
10
10
  COPYRIGHT NOTICE
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: babelplot
3
- Version: 2024.1
3
+ Version: 2024.2
4
4
  Summary: A Meta Plotting Library That Speaks Several Backends
5
- Home-page: https://babelplot/eric.debreuve/src.koda.cnrs.fr/
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://babelplot/eric.debreuve/src.koda.cnrs.fr/-/wikis/home
10
- Project-URL: Source, https://babelplot/eric.debreuve/src.koda.cnrs.fr/
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