plotjs 0.0.11__tar.gz → 0.0.12__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 (108) hide show
  1. {plotjs-0.0.11 → plotjs-0.0.12}/.gitignore +1 -0
  2. {plotjs-0.0.11/plotjs.egg-info → plotjs-0.0.12}/PKG-INFO +1 -1
  3. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/__init__.py +1 -1
  4. {plotjs-0.0.11 → plotjs-0.0.12/plotjs.egg-info}/PKG-INFO +1 -1
  5. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/SOURCES.txt +0 -1
  6. {plotjs-0.0.11 → plotjs-0.0.12}/pyproject.toml +1 -1
  7. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_main.py +1 -1
  8. plotjs-0.0.11/uv.lock +0 -3456
  9. {plotjs-0.0.11 → plotjs-0.0.12}/.gitattributes +0 -0
  10. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/doc.yaml +0 -0
  11. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/lint.yaml +0 -0
  12. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/pypi.yaml +0 -0
  13. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/tests-browser.yaml +0 -0
  14. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/tests-js.yaml +0 -0
  15. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/tests-python.yaml +0 -0
  16. {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/type.yaml +0 -0
  17. {plotjs-0.0.11 → plotjs-0.0.12}/.pre-commit-config.yaml +0 -0
  18. {plotjs-0.0.11 → plotjs-0.0.12}/AGENTS.md +0 -0
  19. {plotjs-0.0.11 → plotjs-0.0.12}/LICENSE +0 -0
  20. {plotjs-0.0.11 → plotjs-0.0.12}/README.md +0 -0
  21. {plotjs-0.0.11 → plotjs-0.0.12}/bun.lock +0 -0
  22. {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/contributing.md +0 -0
  23. {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/overview.md +0 -0
  24. {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/parsing-matplotlib-svg.md +0 -0
  25. {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/svg-parser-reference.md +0 -0
  26. {plotjs-0.0.11 → plotjs-0.0.12}/docs/gallery/index.md +0 -0
  27. {plotjs-0.0.11 → plotjs-0.0.12}/docs/gallery/index.qmd +0 -0
  28. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/advanced/advanced.py +0 -0
  29. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/advanced/index.md +0 -0
  30. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/css/CSS.py +0 -0
  31. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/css/index.md +0 -0
  32. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/embed-graphs/index.md +0 -0
  33. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/index.md +0 -0
  34. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/javascript/index.md +0 -0
  35. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/javascript/javascript.py +0 -0
  36. {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/troubleshooting/index.md +0 -0
  37. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/CSS-2.html +0 -0
  38. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/CSS.html +0 -0
  39. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/area-natural-disasters.html +0 -0
  40. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/bug.html +0 -0
  41. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/energy-consumption-france.html +0 -0
  42. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/javascript.html +0 -0
  43. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/javascript2.html +0 -0
  44. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart.html +0 -0
  45. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart10.html +0 -0
  46. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart11.html +0 -0
  47. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart12.html +0 -0
  48. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart13.html +0 -0
  49. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart2.html +0 -0
  50. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart3.html +0 -0
  51. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart4.html +0 -0
  52. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart5.html +0 -0
  53. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart6.html +0 -0
  54. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart7.html +0 -0
  55. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart8.html +0 -0
  56. {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart9.html +0 -0
  57. {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/how-it-works-1.png +0 -0
  58. {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/how-it-works-2.png +0 -0
  59. {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/overview.png +0 -0
  60. {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/quick-start-readme.png +0 -0
  61. {plotjs-0.0.11 → plotjs-0.0.12}/docs/index.md +0 -0
  62. {plotjs-0.0.11 → plotjs-0.0.12}/docs/index.qmd +0 -0
  63. {plotjs-0.0.11 → plotjs-0.0.12}/docs/index_files/figure-commonmark/cell-3-output-1.png +0 -0
  64. {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/css.md +0 -0
  65. {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/datasets.md +0 -0
  66. {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/javascript.md +0 -0
  67. {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/plotjs.md +0 -0
  68. {plotjs-0.0.11 → plotjs-0.0.12}/docs/static/style.css +0 -0
  69. {plotjs-0.0.11 → plotjs-0.0.12}/docs/stylesheets/style.css +0 -0
  70. {plotjs-0.0.11 → plotjs-0.0.12}/justfile +0 -0
  71. {plotjs-0.0.11 → plotjs-0.0.12}/overrides/partials/footer.html +0 -0
  72. {plotjs-0.0.11 → plotjs-0.0.12}/package.json +0 -0
  73. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/css.py +0 -0
  74. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/__init__.py +0 -0
  75. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/datasets.py +0 -0
  76. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/iris.csv +0 -0
  77. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/mtcars.csv +0 -0
  78. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/titanic.csv +0 -0
  79. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/javascript.py +0 -0
  80. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/plotjs.py +0 -0
  81. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/static/default.css +0 -0
  82. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/static/plotparser.js +0 -0
  83. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/static/template.html +0 -0
  84. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/utils.py +0 -0
  85. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/dependency_links.txt +0 -0
  86. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/requires.txt +0 -0
  87. {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/top_level.txt +0 -0
  88. {plotjs-0.0.11 → plotjs-0.0.12}/pytest.ini +0 -0
  89. {plotjs-0.0.11 → plotjs-0.0.12}/setup.cfg +0 -0
  90. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/__init__.py +0 -0
  91. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/conftest.py +0 -0
  92. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/test_interactions.py +0 -0
  93. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/test_rendering.py +0 -0
  94. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/EdgeCases.test.js +0 -0
  95. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/ParserSelectors.test.js +0 -0
  96. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/ParserSetHover.test.js +0 -0
  97. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/Selection.test.js +0 -0
  98. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/__init__.py +0 -0
  99. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/script.js +0 -0
  100. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/script2.js +0 -0
  101. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/style-invalid.css +0 -0
  102. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/style.css +0 -0
  103. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_css.py +0 -0
  104. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_data.py +0 -0
  105. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_js.py +0 -0
  106. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_other_utils.py +0 -0
  107. {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_plotjs.py +0 -0
  108. {plotjs-0.0.11 → plotjs-0.0.12}/zensical.toml +0 -0
@@ -36,3 +36,4 @@ node_modules
36
36
  bun.lockb
37
37
  .claude/
38
38
  site/
39
+ uv.lock
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotjs
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Turn static matplotlib charts into interactive web visualizations, and export them to HTML files
5
5
  Author-email: Joseph Barbier <joseph.barbierdarnal@mail.com>
6
6
  License-Expression: MIT
@@ -1,4 +1,4 @@
1
1
  from plotjs.plotjs import PlotJS
2
2
 
3
- __version__ = "0.0.11"
3
+ __version__ = "0.0.12"
4
4
  __all__: list[str] = ["PlotJS"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plotjs
3
- Version: 0.0.11
3
+ Version: 0.0.12
4
4
  Summary: Turn static matplotlib charts into interactive web visualizations, and export them to HTML files
5
5
  Author-email: Joseph Barbier <joseph.barbierdarnal@mail.com>
6
6
  License-Expression: MIT
@@ -9,7 +9,6 @@ justfile
9
9
  package.json
10
10
  pyproject.toml
11
11
  pytest.ini
12
- uv.lock
13
12
  zensical.toml
14
13
  .github/workflows/doc.yaml
15
14
  .github/workflows/lint.yaml
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plotjs"
3
- version = "0.0.11"
3
+ version = "0.0.12"
4
4
  description = "Turn static matplotlib charts into interactive web visualizations, and export them to HTML files"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -76,4 +76,4 @@ def test_overall():
76
76
 
77
77
 
78
78
  def test_version():
79
- assert plotjs.__version__ == "0.0.11"
79
+ assert plotjs.__version__ == "0.0.12"