pydantic-graph-studio 0.1.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.
- pydantic_graph_studio/__init__.py +55 -0
- pydantic_graph_studio/cli.py +201 -0
- pydantic_graph_studio/introspection.py +209 -0
- pydantic_graph_studio/runtime.py +433 -0
- pydantic_graph_studio/schemas.py +99 -0
- pydantic_graph_studio/server.py +175 -0
- pydantic_graph_studio/ui/__init__.py +1 -0
- pydantic_graph_studio/ui/_build/tailwind.input.css +11 -0
- pydantic_graph_studio/ui/assets/app.js +783 -0
- pydantic_graph_studio/ui/assets/dagre.min.js +3809 -0
- pydantic_graph_studio/ui/assets/react-dom.production.min.js +267 -0
- pydantic_graph_studio/ui/assets/react.production.min.js +31 -0
- pydantic_graph_studio/ui/assets/reactflow.css +406 -0
- pydantic_graph_studio/ui/assets/reactflow.min.js +10 -0
- pydantic_graph_studio/ui/assets/tailwind.css +1 -0
- pydantic_graph_studio/ui/assets/theme.css +145 -0
- pydantic_graph_studio/ui/index.html +19 -0
- pydantic_graph_studio-0.1.0.dist-info/METADATA +42 -0
- pydantic_graph_studio-0.1.0.dist-info/RECORD +21 -0
- pydantic_graph_studio-0.1.0.dist-info/WHEEL +4 -0
- pydantic_graph_studio-0.1.0.dist-info/entry_points.txt +4 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
pydantic_graph_studio/__init__.py,sha256=AaN-jy9NusP8kNz2L-v9lxO8BNlXAMbuBe0DcRdQm6Y,1178
|
|
2
|
+
pydantic_graph_studio/cli.py,sha256=z9A5DLsZIaao-DE9UFz6kW_9osOh_2ttH3pJYx_K5eo,6538
|
|
3
|
+
pydantic_graph_studio/introspection.py,sha256=fP024mwMSTmruF7BMqI-gkBDmOwt7A4oq7BoenAAMkc,6831
|
|
4
|
+
pydantic_graph_studio/runtime.py,sha256=jBlt2omr2KYe-ce8mRS0e1kPKq9Z_lr5RIuzqAlMzkM,13474
|
|
5
|
+
pydantic_graph_studio/schemas.py,sha256=EH6DupVmKapm7DHZb7C9HaO3xdvX7fgPCbCcIIl5UKI,2136
|
|
6
|
+
pydantic_graph_studio/server.py,sha256=x0oGqPbFHdJg7-GdJKvyeKCwfYfCoTiNYroXCVjT-mc,5682
|
|
7
|
+
pydantic_graph_studio/ui/__init__.py,sha256=fqAMKGfcnQL_DxECVGskEOH8OAy6f6cIvlc_ZFWlv-U,49
|
|
8
|
+
pydantic_graph_studio/ui/_build/tailwind.input.css,sha256=fS0OUWo1PsTChEMeLAcUr_RZHhtl8C0q1wMMXyjMXUE,124
|
|
9
|
+
pydantic_graph_studio/ui/assets/app.js,sha256=ZIO8urYUl3KerKJLyqwgW0btZEk6lm8GZUR1Z_naurk,23641
|
|
10
|
+
pydantic_graph_studio/ui/assets/dagre.min.js,sha256=YuuXh8z9vfQUjU2Z0x2_nuR3Dq_ugeY311m1KqwizVE,283803
|
|
11
|
+
pydantic_graph_studio/ui/assets/react-dom.production.min.js,sha256=NfT5dPSyvNRNpzljNH-JUuNB-DkJ5EmCJ9Tia5j2bw0,131835
|
|
12
|
+
pydantic_graph_studio/ui/assets/react.production.min.js,sha256=2Unxw2h67a3O2shSYYZfKbF80nOZfn9rK_xTsvnUxN0,10751
|
|
13
|
+
pydantic_graph_studio/ui/assets/reactflow.css,sha256=i7Le8PB1Aw1NovwkVw4S0Ljdy2y8eVZvil_yxYeiubE,9214
|
|
14
|
+
pydantic_graph_studio/ui/assets/reactflow.min.js,sha256=qifkSxMokAMU4KMI18mydlQkKjotjkCLMwzTVbm0d_M,154795
|
|
15
|
+
pydantic_graph_studio/ui/assets/tailwind.css,sha256=yNRnilgBtj5ZxA2Z33yTAiS-cUsd-9G1J-j4EKk6MEM,7856
|
|
16
|
+
pydantic_graph_studio/ui/assets/theme.css,sha256=dmxldXlnBVGVzdx2lL6CIzWDghOweyBsouDao6W31zU,3006
|
|
17
|
+
pydantic_graph_studio/ui/index.html,sha256=rNFoYzLoXpPPcTLRXbIenNNV-vF4sGVMq1y4XPfTUQc,798
|
|
18
|
+
pydantic_graph_studio-0.1.0.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
|
|
19
|
+
pydantic_graph_studio-0.1.0.dist-info/entry_points.txt,sha256=6HKoKnuBsUP6IX8TxW_RAmc2LFa_Vq4JJDaLy3gwkgI,106
|
|
20
|
+
pydantic_graph_studio-0.1.0.dist-info/METADATA,sha256=e74tkrFqRojluqNlXR2tquM7Euh_9-oDWCPl1ff_6_A,1403
|
|
21
|
+
pydantic_graph_studio-0.1.0.dist-info/RECORD,,
|