ggblab 0.9.3__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.
Files changed (26) hide show
  1. ggblab/__init__.py +44 -0
  2. ggblab/_version.py +4 -0
  3. ggblab/comm.py +243 -0
  4. ggblab/construction.py +179 -0
  5. ggblab/errors.py +142 -0
  6. ggblab/ggbapplet.py +293 -0
  7. ggblab/parser.py +486 -0
  8. ggblab/persistent_counter.py +175 -0
  9. ggblab/schema.py +114 -0
  10. ggblab/utils.py +109 -0
  11. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/build_log.json +730 -0
  12. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/install.json +5 -0
  13. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/package.json +210 -0
  14. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/package.json.orig +205 -0
  15. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/plugin.json +8 -0
  16. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js +465 -0
  17. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js.map +1 -0
  18. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js +568 -0
  19. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js.map +1 -0
  20. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style.js +4 -0
  21. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js +492 -0
  22. ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js.map +1 -0
  23. ggblab-0.9.3.dist-info/METADATA +768 -0
  24. ggblab-0.9.3.dist-info/RECORD +26 -0
  25. ggblab-0.9.3.dist-info/WHEEL +4 -0
  26. ggblab-0.9.3.dist-info/licenses/LICENSE +29 -0
@@ -0,0 +1,26 @@
1
+ ggblab/__init__.py,sha256=o4Bc2jxFtZcNyLNSzDxmbjCVx2zz2SS8r3GrdS7AwN8,1638
2
+ ggblab/_version.py,sha256=X263jpWqTVSJYbevYQ5VUFjmsaFZsLiU-M-j3qnIEcc,171
3
+ ggblab/comm.py,sha256=gtLUjEtDRirI6bI9efRu9gVmLAbDkF-Euy7on0Khw2g,9201
4
+ ggblab/construction.py,sha256=r5O2Rlj0BHC3zj6bAMXLzwUOLZJbIE6JCTp40QAGytU,6932
5
+ ggblab/errors.py,sha256=NIOtQYTwBzW793vKre6AWN5vJEh9_Kptu2Dl3YHplr8,5213
6
+ ggblab/ggbapplet.py,sha256=a07LhLiLxfkbHQehhPuKLY5aDaG2u3mzBTgQCChGWrk,11303
7
+ ggblab/parser.py,sha256=k1HPspW50r5tlhoso0zXlq0EY1e4Hi3udCuw1qnw98Y,22464
8
+ ggblab/persistent_counter.py,sha256=soTWGblrHzeJsITDgJLksT1aAHc3jkVZBwKs4yDJhzg,4994
9
+ ggblab/schema.py,sha256=U3NDS6Xi7mJkCc_uO6M4wBHw_qIZaBogMnYWq_iBAyA,4295
10
+ ggblab/utils.py,sha256=J-o3olwAGqe3p8RmrTbUwH0zHrppzqQAS5I1FOykyxs,3839
11
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/build_log.json,sha256=J71zIC0a4VTHbELNauyOc1ziwYJYpX3Im8hwgyKAIv4,22883
12
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/package.json,sha256=TWK10Zol_9xgWTwafLs1YLSYdm451QYYr3ooNHRZzr0,6076
13
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/package.json.orig,sha256=pjKkPQ0FbCaSxY9qMjBVQy3sp7PVbx-YA-vElKYdpcs,6864
14
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/schemas/ggblab/plugin.json,sha256=48iT2tPfyj6bSFlNGb1hFqDsvWI3QuTV2vSOfvgxSWM,165
15
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js,sha256=awxZ3wdcrAx_VnPiSmQvKLRmaZAny90XzeAOksh1w94,24556
16
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/lib_index_js.bbfa36bc62ee08eb62b2.js.map,sha256=EaA_E8QKs52xC7kkg4JN9UHJ_crbvoKOJfXwxXmMq5c,32765
17
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js,sha256=cHR1ZFdJ8hv3ORFwM98Yy5fyiQ7XK9k-i_yiu9pWUhM,28281
18
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/remoteEntry.2d29364aef8b527d773e.js.map,sha256=xca4R8E9lNfyg7Un-oIxr5xeGM7fjsTkl0eVIs-d4Lc,26971
19
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style.js,sha256=oVKAPY0oU9AQvqM2FmqwtnCRFiBxKdb3LtHvpYNrRco,149
20
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js,sha256=w38rtM1D6u7n9dm2gEF0-1MFmxCc2lzdwZ8gMQhuKlI,19333
21
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/static/style_index_js.aab9f5416f41ce79cac3.js.map,sha256=vKLaVROy4kRNfvHhn84Y9owwSI3_hmGBBIQM5oAVQKk,14882
22
+ ggblab-0.9.3.data/data/share/jupyter/labextensions/ggblab/install.json,sha256=EcCL-gwtuepx5g5xNdsjhrNqAXK3SE7KuV-v6CX_H8E,173
23
+ ggblab-0.9.3.dist-info/METADATA,sha256=pmNX0lCDsccER8fWF32cL7uRMgziZyMT16rsO2n4fdA,38775
24
+ ggblab-0.9.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
25
+ ggblab-0.9.3.dist-info/licenses/LICENSE,sha256=o3sqM5CbrQYFhCe_U3fwlzAZGG5RB4LVLinTLtmpaHI,1514
26
+ ggblab-0.9.3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,29 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2025, ggblab
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ 3. Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.