ggblab 0.8.7__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 (65) hide show
  1. ggblab-0.8.7/.copier-answers.yml +17 -0
  2. ggblab-0.8.7/.gitignore +133 -0
  3. ggblab-0.8.7/.prettierignore +6 -0
  4. ggblab-0.8.7/.yarnrc.yml +2 -0
  5. ggblab-0.8.7/AGENTS.md +588 -0
  6. ggblab-0.8.7/CHANGELOG.md +5 -0
  7. ggblab-0.8.7/CLAUDE.md +1 -0
  8. ggblab-0.8.7/GEMINI.md +1 -0
  9. ggblab-0.8.7/LICENSE +29 -0
  10. ggblab-0.8.7/PAPER.md +782 -0
  11. ggblab-0.8.7/PKG-INFO +556 -0
  12. ggblab-0.8.7/README.md +494 -0
  13. ggblab-0.8.7/RELEASE.md +80 -0
  14. ggblab-0.8.7/TODO.md +159 -0
  15. ggblab-0.8.7/babel.config.js +1 -0
  16. ggblab-0.8.7/docs/architecture.md +694 -0
  17. ggblab-0.8.7/docs/index.md +84 -0
  18. ggblab-0.8.7/docs/philosophy.md +433 -0
  19. ggblab-0.8.7/docs/scoping.md +758 -0
  20. ggblab-0.8.7/docs/sympy_integration.md +826 -0
  21. ggblab-0.8.7/examples/2025_06_08.ggb +0 -0
  22. ggblab-0.8.7/examples/2025_13_01.ggb +0 -0
  23. ggblab-0.8.7/examples/__init__.py +3 -0
  24. ggblab-0.8.7/examples/example.mov +0 -0
  25. ggblab-0.8.7/examples/xsd/common.xsd +749 -0
  26. ggblab-0.8.7/ggblab/__init__.py +20 -0
  27. ggblab-0.8.7/ggblab/_version.py +4 -0
  28. ggblab-0.8.7/ggblab/comm.py +136 -0
  29. ggblab-0.8.7/ggblab/construction.py +103 -0
  30. ggblab-0.8.7/ggblab/ggbapplet.py +62 -0
  31. ggblab-0.8.7/ggblab/labextension/build_log.json +730 -0
  32. ggblab-0.8.7/ggblab/labextension/package.json +210 -0
  33. ggblab-0.8.7/ggblab/labextension/schemas/ggblab/package.json.orig +205 -0
  34. ggblab-0.8.7/ggblab/labextension/schemas/ggblab/plugin.json +8 -0
  35. ggblab-0.8.7/ggblab/labextension/static/lib_index_js.4b1e934d511606e7719e.js +472 -0
  36. ggblab-0.8.7/ggblab/labextension/static/lib_index_js.4b1e934d511606e7719e.js.map +1 -0
  37. ggblab-0.8.7/ggblab/labextension/static/remoteEntry.a687745b25b154b3d311.js +568 -0
  38. ggblab-0.8.7/ggblab/labextension/static/remoteEntry.a687745b25b154b3d311.js.map +1 -0
  39. ggblab-0.8.7/ggblab/labextension/static/style.js +4 -0
  40. ggblab-0.8.7/ggblab/labextension/static/style_index_js.aab9f5416f41ce79cac3.js +492 -0
  41. ggblab-0.8.7/ggblab/labextension/static/style_index_js.aab9f5416f41ce79cac3.js.map +1 -0
  42. ggblab-0.8.7/ggblab/parser.py +306 -0
  43. ggblab-0.8.7/ggblab/schema.py +60 -0
  44. ggblab-0.8.7/install.json +5 -0
  45. ggblab-0.8.7/jest.config.js +28 -0
  46. ggblab-0.8.7/package.json +205 -0
  47. ggblab-0.8.7/pyproject.toml +84 -0
  48. ggblab-0.8.7/schema/plugin.json +8 -0
  49. ggblab-0.8.7/setup.py +1 -0
  50. ggblab-0.8.7/src/__tests__/ggblab.spec.ts +9 -0
  51. ggblab-0.8.7/src/declarations.d.ts +7 -0
  52. ggblab-0.8.7/src/index.ts +99 -0
  53. ggblab-0.8.7/src/widget.tsx +385 -0
  54. ggblab-0.8.7/style/base.css +9 -0
  55. ggblab-0.8.7/style/index.css +1 -0
  56. ggblab-0.8.7/style/index.js +1 -0
  57. ggblab-0.8.7/tsconfig.json +25 -0
  58. ggblab-0.8.7/tsconfig.test.json +3 -0
  59. ggblab-0.8.7/ui-tests/README.md +167 -0
  60. ggblab-0.8.7/ui-tests/jupyter_server_test_config.py +12 -0
  61. ggblab-0.8.7/ui-tests/package.json +15 -0
  62. ggblab-0.8.7/ui-tests/playwright.config.js +14 -0
  63. ggblab-0.8.7/ui-tests/tests/ggblab.spec.ts +21 -0
  64. ggblab-0.8.7/ui-tests/yarn.lock +0 -0
  65. ggblab-0.8.7/yarn.lock +11129 -0
@@ -0,0 +1,17 @@
1
+ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
+ _commit: v4.5.1
3
+ _src_path: https://github.com/jupyterlab/extension-template
4
+ author_email: manabu@higashida.net
5
+ author_name: ggblab
6
+ create_claude_symlink: true
7
+ create_gemini_symlink: true
8
+ has_ai_rules: true
9
+ has_binder: false
10
+ has_settings: true
11
+ kind: frontend
12
+ labextension_name: ggblab
13
+ project_short_description: A JupyterLab extension.
14
+ python_name: ggblab
15
+ repository: ''
16
+ test: true
17
+
@@ -0,0 +1,133 @@
1
+ *.bundle.*
2
+ lib/
3
+ node_modules/
4
+ *.log
5
+ .eslintcache
6
+ .stylelintcache
7
+ *.egg-info/
8
+ .ipynb_checkpoints
9
+ *.tsbuildinfo
10
+ *.ipynb
11
+ ggblab/labextension
12
+ # Version file is handled by hatchling
13
+ ggblab/_version.py
14
+
15
+ # Integration tests
16
+ ui-tests/test-results/
17
+ ui-tests/playwright-report/
18
+
19
+ # Created by https://www.gitignore.io/api/python
20
+ # Edit at https://www.gitignore.io/?templates=python
21
+
22
+ ### Python ###
23
+ # Virtual environments
24
+ .venv
25
+
26
+ # Byte-compiled / optimized / DLL files
27
+ __pycache__/
28
+ *.py[cod]
29
+ *$py.class
30
+
31
+ # C extensions
32
+ *.so
33
+
34
+ # Distribution / packaging
35
+ .Python
36
+ build/
37
+ develop-eggs/
38
+ #dist/
39
+ dist/*.tar.gz
40
+ downloads/
41
+ eggs/
42
+ # Archived documentation
43
+ docs_archive/
44
+
45
+ .eggs/
46
+ lib/
47
+ lib64/
48
+ parts/
49
+ sdist/
50
+ var/
51
+ wheels/
52
+ pip-wheel-metadata/
53
+ share/python-wheels/
54
+ .installed.cfg
55
+ *.egg
56
+ MANIFEST
57
+
58
+ # PyInstaller
59
+ # Usually these files are written by a python script from a template
60
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
61
+ *.manifest
62
+ *.spec
63
+
64
+ # Installer logs
65
+ pip-log.txt
66
+ pip-delete-this-directory.txt
67
+
68
+ # Unit test / coverage reports
69
+ htmlcov/
70
+ .tox/
71
+ .nox/
72
+ .coverage
73
+ .coverage.*
74
+ .cache
75
+ nosetests.xml
76
+ coverage/
77
+ coverage.xml
78
+ *.cover
79
+ .hypothesis/
80
+ .pytest_cache/
81
+
82
+ # Translations
83
+ *.mo
84
+ *.pot
85
+
86
+ # Scrapy stuff:
87
+ .scrapy
88
+
89
+ # Sphinx documentation
90
+ docs/_build/
91
+
92
+ # PyBuilder
93
+ target/
94
+
95
+ # pyenv
96
+ .python-version
97
+
98
+ # celery beat schedule file
99
+ celerybeat-schedule
100
+
101
+ # SageMath parsed files
102
+ *.sage.py
103
+
104
+ # Spyder project settings
105
+ .spyderproject
106
+ .spyproject
107
+
108
+ # Rope project settings
109
+ .ropeproject
110
+
111
+ # Mr Developer
112
+ .mr.developer.cfg
113
+ .project
114
+ .pydevproject
115
+
116
+ # mkdocs documentation
117
+ /site
118
+
119
+ # mypy
120
+ .mypy_cache/
121
+ .dmypy.json
122
+ dmypy.json
123
+
124
+ # Pyre type checker
125
+ .pyre/
126
+
127
+ # End of https://www.gitignore.io/api/python
128
+
129
+ # OSX files
130
+ .DS_Store
131
+
132
+ # Yarn cache
133
+ .yarn/
@@ -0,0 +1,6 @@
1
+ node_modules
2
+ **/node_modules
3
+ **/lib
4
+ **/package.json
5
+ !/package.json
6
+ ggblab
@@ -0,0 +1,2 @@
1
+ nodeLinker: node-modules
2
+ enableScripts: false