figpack 0.2.20__tar.gz → 0.2.21__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.

Potentially problematic release.


This version of figpack might be problematic. Click here for more details.

Files changed (73) hide show
  1. {figpack-0.2.20/figpack.egg-info → figpack-0.2.21}/PKG-INFO +1 -1
  2. {figpack-0.2.20 → figpack-0.2.21}/figpack/__init__.py +1 -1
  3. figpack-0.2.21/figpack/figpack-figure-dist/assets/index-CpEyLZdu.js +95 -0
  4. figpack-0.2.21/figpack/figpack-figure-dist/assets/mp4box.all-o28ogbiz.js +2 -0
  5. {figpack-0.2.20 → figpack-0.2.21}/figpack/figpack-figure-dist/index.html +1 -1
  6. {figpack-0.2.20 → figpack-0.2.21/figpack.egg-info}/PKG-INFO +1 -1
  7. {figpack-0.2.20 → figpack-0.2.21}/figpack.egg-info/SOURCES.txt +2 -1
  8. {figpack-0.2.20 → figpack-0.2.21}/pyproject.toml +1 -1
  9. figpack-0.2.20/figpack/figpack-figure-dist/assets/index-CCpqUNwD.js +0 -107
  10. {figpack-0.2.20 → figpack-0.2.21}/LICENSE +0 -0
  11. {figpack-0.2.20 → figpack-0.2.21}/MANIFEST.in +0 -0
  12. {figpack-0.2.20 → figpack-0.2.21}/README.md +0 -0
  13. {figpack-0.2.20 → figpack-0.2.21}/figpack/cli.py +0 -0
  14. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/__init__.py +0 -0
  15. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_bundle_utils.py +0 -0
  16. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_file_handler.py +0 -0
  17. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_save_figure.py +0 -0
  18. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_server_manager.py +0 -0
  19. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_show_view.py +0 -0
  20. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_upload_bundle.py +0 -0
  21. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/_view_figure.py +0 -0
  22. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/config.py +0 -0
  23. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/extension_view.py +0 -0
  24. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/figpack_extension.py +0 -0
  25. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/figpack_view.py +0 -0
  26. {figpack-0.2.20 → figpack-0.2.21}/figpack/core/zarr.py +0 -0
  27. {figpack-0.2.20 → figpack-0.2.21}/figpack/extensions.py +0 -0
  28. {figpack-0.2.20 → figpack-0.2.21}/figpack/figpack-figure-dist/assets/index-V5m_wCvw.css +0 -0
  29. {figpack-0.2.20 → figpack-0.2.21}/figpack/figpack-figure-dist/assets/neurosift-logo-CLsuwLMO.png +0 -0
  30. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/Box.py +0 -0
  31. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/DataFrame.py +0 -0
  32. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/Gallery.py +0 -0
  33. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/GalleryItem.py +0 -0
  34. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/Image.py +0 -0
  35. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/LayoutItem.py +0 -0
  36. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/Markdown.py +0 -0
  37. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/MatplotlibFigure.py +0 -0
  38. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/MultiChannelTimeseries.py +0 -0
  39. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/PlotlyExtension/PlotlyExtension.py +0 -0
  40. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/PlotlyExtension/__init__.py +0 -0
  41. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/PlotlyExtension/_plotly_extension.py +0 -0
  42. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/PlotlyExtension/plotly_view.js +0 -0
  43. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/Spectrogram.py +0 -0
  44. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/Splitter.py +0 -0
  45. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/TabLayout.py +0 -0
  46. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/TabLayoutItem.py +0 -0
  47. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/TimeseriesGraph.py +0 -0
  48. {figpack-0.2.20 → figpack-0.2.21}/figpack/views/__init__.py +0 -0
  49. {figpack-0.2.20 → figpack-0.2.21}/figpack.egg-info/dependency_links.txt +0 -0
  50. {figpack-0.2.20 → figpack-0.2.21}/figpack.egg-info/entry_points.txt +0 -0
  51. {figpack-0.2.20 → figpack-0.2.21}/figpack.egg-info/requires.txt +0 -0
  52. {figpack-0.2.20 → figpack-0.2.21}/figpack.egg-info/top_level.txt +0 -0
  53. {figpack-0.2.20 → figpack-0.2.21}/setup.cfg +0 -0
  54. {figpack-0.2.20 → figpack-0.2.21}/tests/test_box.py +0 -0
  55. {figpack-0.2.20 → figpack-0.2.21}/tests/test_cli.py +0 -0
  56. {figpack-0.2.20 → figpack-0.2.21}/tests/test_core.py +0 -0
  57. {figpack-0.2.20 → figpack-0.2.21}/tests/test_dataframe.py +0 -0
  58. {figpack-0.2.20 → figpack-0.2.21}/tests/test_extension_system.py +0 -0
  59. {figpack-0.2.20 → figpack-0.2.21}/tests/test_figpack_view.py +0 -0
  60. {figpack-0.2.20 → figpack-0.2.21}/tests/test_file_handler.py +0 -0
  61. {figpack-0.2.20 → figpack-0.2.21}/tests/test_gallery.py +0 -0
  62. {figpack-0.2.20 → figpack-0.2.21}/tests/test_image.py +0 -0
  63. {figpack-0.2.20 → figpack-0.2.21}/tests/test_markdown.py +0 -0
  64. {figpack-0.2.20 → figpack-0.2.21}/tests/test_matplotlib_figure.py +0 -0
  65. {figpack-0.2.20 → figpack-0.2.21}/tests/test_multichannel_timeseries.py +0 -0
  66. {figpack-0.2.20 → figpack-0.2.21}/tests/test_plotly_figure.py +0 -0
  67. {figpack-0.2.20 → figpack-0.2.21}/tests/test_server_manager.py +0 -0
  68. {figpack-0.2.20 → figpack-0.2.21}/tests/test_spectrogram.py +0 -0
  69. {figpack-0.2.20 → figpack-0.2.21}/tests/test_splitter.py +0 -0
  70. {figpack-0.2.20 → figpack-0.2.21}/tests/test_tablayout.py +0 -0
  71. {figpack-0.2.20 → figpack-0.2.21}/tests/test_timeseries_graph.py +0 -0
  72. {figpack-0.2.20 → figpack-0.2.21}/tests/test_upload_bundle.py +0 -0
  73. {figpack-0.2.20 → figpack-0.2.21}/tests/test_view_figure.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: figpack
3
- Version: 0.2.20
3
+ Version: 0.2.21
4
4
  Summary: A Python package for creating shareable, interactive visualizations in the browser
5
5
  Author-email: Jeremy Magland <jmagland@flatironinstitute.org>
6
6
  License: Apache-2.0
@@ -2,7 +2,7 @@
2
2
  figpack - A Python package for creating shareable, interactive visualizations in the browser
3
3
  """
4
4
 
5
- __version__ = "0.2.20"
5
+ __version__ = "0.2.21"
6
6
 
7
7
  from .cli import view_figure
8
8
  from .core import FigpackView, FigpackExtension, ExtensionView