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.
- {plotjs-0.0.11 → plotjs-0.0.12}/.gitignore +1 -0
- {plotjs-0.0.11/plotjs.egg-info → plotjs-0.0.12}/PKG-INFO +1 -1
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/__init__.py +1 -1
- {plotjs-0.0.11 → plotjs-0.0.12/plotjs.egg-info}/PKG-INFO +1 -1
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/SOURCES.txt +0 -1
- {plotjs-0.0.11 → plotjs-0.0.12}/pyproject.toml +1 -1
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_main.py +1 -1
- plotjs-0.0.11/uv.lock +0 -3456
- {plotjs-0.0.11 → plotjs-0.0.12}/.gitattributes +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/doc.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/lint.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/pypi.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/tests-browser.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/tests-js.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/tests-python.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.github/workflows/type.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/.pre-commit-config.yaml +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/AGENTS.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/LICENSE +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/README.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/bun.lock +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/contributing.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/overview.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/parsing-matplotlib-svg.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/developers/svg-parser-reference.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/gallery/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/gallery/index.qmd +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/advanced/advanced.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/advanced/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/css/CSS.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/css/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/embed-graphs/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/javascript/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/javascript/javascript.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/guides/troubleshooting/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/CSS-2.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/CSS.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/area-natural-disasters.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/bug.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/energy-consumption-france.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/javascript.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/javascript2.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart10.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart11.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart12.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart13.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart2.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart3.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart4.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart5.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart6.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart7.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart8.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/iframes/quickstart9.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/how-it-works-1.png +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/how-it-works-2.png +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/overview.png +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/img/quick-start-readme.png +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/index.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/index.qmd +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/index_files/figure-commonmark/cell-3-output-1.png +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/css.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/datasets.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/javascript.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/reference/plotjs.md +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/static/style.css +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/docs/stylesheets/style.css +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/justfile +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/overrides/partials/footer.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/package.json +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/css.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/__init__.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/datasets.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/iris.csv +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/mtcars.csv +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/data/titanic.csv +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/javascript.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/plotjs.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/static/default.css +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/static/plotparser.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/static/template.html +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs/utils.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/dependency_links.txt +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/requires.txt +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/plotjs.egg-info/top_level.txt +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/pytest.ini +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/setup.cfg +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/__init__.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/conftest.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/test_interactions.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-browser/test_rendering.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/EdgeCases.test.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/ParserSelectors.test.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/ParserSetHover.test.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-javascript/Selection.test.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/__init__.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/script.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/script2.js +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/style-invalid.css +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/static/style.css +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_css.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_data.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_js.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_other_utils.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/tests/test-python/test_plotjs.py +0 -0
- {plotjs-0.0.11 → plotjs-0.0.12}/zensical.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plotjs
|
|
3
|
-
Version: 0.0.
|
|
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plotjs
|
|
3
|
-
Version: 0.0.
|
|
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
|