vaex-jupyter 0.8.2__py3-none-any.whl → 0.9.0__py3-none-any.whl

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.
vaex/jupyter/_version.py CHANGED
@@ -1,2 +1,2 @@
1
- __version_tuple__ = (0, 8, 2)
2
- __version__ = '0.8.2'
1
+ __version_tuple__ = (0, 9, 0)
2
+ __version__ = '0.9.0'
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: vaex-jupyter
3
+ Version: 0.9.0
4
+ Summary: Jupyter notebook and Jupyter lab support for vaex
5
+ Home-page: https://www.github.com/maartenbreddels/vaex
6
+ Author: Maarten A. Breddels
7
+ Author-email: maartenbreddels@gmail.com
8
+ License: MIT
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE.txt
11
+ Requires-Dist: vaex-core~=4.7
12
+ Requires-Dist: vaex-viz
13
+ Requires-Dist: bqplot>=0.10.1
14
+ Requires-Dist: ipyvolume>=0.4
15
+ Requires-Dist: ipyleaflet
16
+ Requires-Dist: ipympl
17
+ Requires-Dist: ipyvuetify<2,>=1.2.2
18
+ Requires-Dist: xarray
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: description
22
+ Dynamic: description-content-type
23
+ Dynamic: home-page
24
+ Dynamic: license
25
+ Dynamic: license-file
26
+ Dynamic: requires-dist
27
+ Dynamic: summary
28
+
29
+ Jupyter notebook and Jupyter lab support for vaex
@@ -1,5 +1,5 @@
1
1
  vaex/jupyter/__init__.py,sha256=sIjhSjwiiRaUtTiPXFTgE9-0VDA59T-eSw4AWKsOcb0,10411
2
- vaex/jupyter/_version.py,sha256=0mJ-DOHumLdHf3P5-pL--ptLWJ3HmKS_wiPgvOf8Qec,52
2
+ vaex/jupyter/_version.py,sha256=zsbvpRzYWa16xgQ1kSlV8pkw5EFYjvi5kbaIhy6Gl-U,52
3
3
  vaex/jupyter/bqplot.py,sha256=_CSjs1E0Tiu7P4Izpxw3QD40gtiVTN_pvyNwPCp6fKE,7587
4
4
  vaex/jupyter/decorators.py,sha256=lZCtfs747iNvX_LJuomy32_4J8WK3VwbFnFjM47tzMM,5934
5
5
  vaex/jupyter/grid.py,sha256=bbVRcHwiN_dn8uK3JYsnMCFVYLELRGGFBOuoupf0o_s,95
@@ -22,9 +22,9 @@ vaex/jupyter/vue/selection_toggle_list.vue,sha256=ICfHLxgZDOsBoc4bdPqf7RY7PswgNN
22
22
  vaex/jupyter/vue/tools-speed-dial.vue,sha256=WHiQ103_4jsBBdCD8X6VA7qGybhUNmd_Yns_ytDrMUw,1003
23
23
  vaex/jupyter/vue/tools-toolbar.vue,sha256=TjoJ1XTQECr25ZjWaYvdR__MbxKBNEKSVyFXY2_0pjM,1499
24
24
  vaex/jupyter/vue/vjsf.vue,sha256=y_Emz3__Dug8buo6nMiR-wN19_5I_r0ihrZG33VgOJ4,1580
25
- vaex_jupyter-0.8.2.dist-info/LICENSE.txt,sha256=Ub-0nSwxfezlH092uDbwZqynm9i5wq353cMYNPy5OqY,1087
26
- vaex_jupyter-0.8.2.dist-info/METADATA,sha256=onQDTPZkWAd6_NjWvAU44BpWUUiXOcMlLINvQJV5rhU,517
27
- vaex_jupyter-0.8.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
28
- vaex_jupyter-0.8.2.dist-info/entry_points.txt,sha256=NZpHSRPNBp1z9Lb1uiN6WW9fpEVxr1JuJj9eozSdRFw,73
29
- vaex_jupyter-0.8.2.dist-info/top_level.txt,sha256=BTcHbKEpfXqVlITrjFEtm95UDejFyYXslGl9YUqTIpc,5
30
- vaex_jupyter-0.8.2.dist-info/RECORD,,
25
+ vaex_jupyter-0.9.0.dist-info/licenses/LICENSE.txt,sha256=Ub-0nSwxfezlH092uDbwZqynm9i5wq353cMYNPy5OqY,1087
26
+ vaex_jupyter-0.9.0.dist-info/METADATA,sha256=e14a-9Xm5xuama6ldk0m3w73jWxsgsAJ6Gx9puVx_lk,779
27
+ vaex_jupyter-0.9.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
28
+ vaex_jupyter-0.9.0.dist-info/entry_points.txt,sha256=AL_FyUWwv9N-7LeqdZ96a0vxh4UXPcCwetq2bo6eA28,72
29
+ vaex_jupyter-0.9.0.dist-info/top_level.txt,sha256=BTcHbKEpfXqVlITrjFEtm95UDejFyYXslGl9YUqTIpc,5
30
+ vaex_jupyter-0.9.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,3 +1,2 @@
1
1
  [vaex.dataframe.accessor]
2
2
  widget = vaex.jupyter:DataFrameAccessorWidget
3
-
@@ -1,21 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vaex-jupyter
3
- Version: 0.8.2
4
- Summary: Jupyter notebook and Jupyter lab support for vaex
5
- Home-page: https://www.github.com/maartenbreddels/vaex
6
- Author: Maarten A. Breddels
7
- Author-email: maartenbreddels@gmail.com
8
- License: MIT
9
- Platform: UNKNOWN
10
- Requires-Dist: vaex-core (<5,>=4.7.0)
11
- Requires-Dist: vaex-viz
12
- Requires-Dist: bqplot (>=0.10.1)
13
- Requires-Dist: ipyvolume (>=0.4)
14
- Requires-Dist: ipyleaflet
15
- Requires-Dist: ipympl
16
- Requires-Dist: ipyvuetify (<2,>=1.2.2)
17
- Requires-Dist: xarray
18
-
19
- UNKNOWN
20
-
21
-