glaip-sdk 0.2.2__py3-none-any.whl → 0.3.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.
- glaip_sdk/cli/commands/agents.py +50 -35
- glaip_sdk/cli/commands/mcps.py +28 -18
- glaip_sdk/cli/commands/models.py +3 -5
- glaip_sdk/cli/commands/tools.py +27 -16
- glaip_sdk/cli/constants.py +3 -0
- glaip_sdk/cli/main.py +1 -3
- glaip_sdk/cli/slash/agent_session.py +3 -13
- glaip_sdk/cli/slash/prompt.py +3 -0
- glaip_sdk/cli/slash/remote_runs_controller.py +566 -0
- glaip_sdk/cli/slash/session.py +138 -47
- glaip_sdk/cli/slash/tui/__init__.py +9 -0
- glaip_sdk/cli/slash/tui/remote_runs_app.py +632 -0
- glaip_sdk/cli/transcript/viewer.py +6 -32
- glaip_sdk/cli/utils.py +183 -9
- glaip_sdk/cli/validators.py +5 -6
- glaip_sdk/client/__init__.py +2 -1
- glaip_sdk/client/agent_runs.py +147 -0
- glaip_sdk/client/agents.py +42 -22
- glaip_sdk/client/main.py +18 -6
- glaip_sdk/client/mcps.py +2 -4
- glaip_sdk/client/tools.py +2 -3
- glaip_sdk/config/constants.py +11 -0
- glaip_sdk/models/__init__.py +56 -0
- glaip_sdk/models/agent_runs.py +117 -0
- glaip_sdk/rich_components.py +58 -2
- glaip_sdk/utils/client_utils.py +13 -0
- glaip_sdk/utils/export.py +143 -0
- glaip_sdk/utils/import_export.py +6 -9
- glaip_sdk/utils/rendering/__init__.py +122 -1
- glaip_sdk/utils/rendering/renderer/base.py +3 -7
- glaip_sdk/utils/rendering/renderer/debug.py +0 -1
- glaip_sdk/utils/rendering/renderer/stream.py +4 -12
- glaip_sdk/utils/rendering/steps.py +1 -0
- glaip_sdk/utils/resource_refs.py +26 -15
- {glaip_sdk-0.2.2.dist-info → glaip_sdk-0.3.0.dist-info}/METADATA +24 -2
- {glaip_sdk-0.2.2.dist-info → glaip_sdk-0.3.0.dist-info}/RECORD +38 -31
- {glaip_sdk-0.2.2.dist-info → glaip_sdk-0.3.0.dist-info}/WHEEL +0 -0
- {glaip_sdk-0.2.2.dist-info → glaip_sdk-0.3.0.dist-info}/entry_points.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: glaip-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Python SDK for GL AIP (GDP Labs AI Agent Package) - Simplified CLI Design
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Raymond Christopher
|
|
7
7
|
Author-email: raymond.christopher@gdplabs.id
|
|
8
|
-
Requires-Python: >=3.10
|
|
8
|
+
Requires-Python: >=3.10,<4.0
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -20,6 +20,7 @@ Requires-Dist: pyyaml (>=6.0.0)
|
|
|
20
20
|
Requires-Dist: questionary (>=2.1.0,<3.0.0)
|
|
21
21
|
Requires-Dist: readchar (>=4.2.1,<5.0.0)
|
|
22
22
|
Requires-Dist: rich (>=13.0.0)
|
|
23
|
+
Requires-Dist: textual (>=0.52.0)
|
|
23
24
|
Description-Content-Type: text/markdown
|
|
24
25
|
|
|
25
26
|
# GL AIP — GDP Labs AI Agents Package
|
|
@@ -193,3 +194,24 @@ Quick links:
|
|
|
193
194
|
- **[MCP Integration](https://gdplabs.gitbook.io/gl-aip/gl-aip-sdk/guides/mcps-guide)**: Connect external services
|
|
194
195
|
- **[API Reference](https://gdplabs.gitbook.io/gl-aip/gl-aip-sdk/reference/python-sdk-reference)**: Complete SDK reference
|
|
195
196
|
|
|
197
|
+
## 🧪 Simulate the Update Notifier
|
|
198
|
+
|
|
199
|
+
Need to verify the in-session upgrade flow without hitting PyPI or actually running `pip install`? Use the bundled helper:
|
|
200
|
+
|
|
201
|
+
```bash
|
|
202
|
+
cd python/glaip-sdk
|
|
203
|
+
poetry run python scripts/mock_update_notifier.py
|
|
204
|
+
# or customize the mock payload:
|
|
205
|
+
# poetry run python scripts/mock_update_notifier.py --version 3.3.3 --marker "[nightly build]"
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
The script:
|
|
209
|
+
|
|
210
|
+
- Launches a SlashSession with prompt-toolkit disabled (so it runs cleanly in tests/CI).
|
|
211
|
+
- Forces the notifier to believe a newer version exists (`--version 9.9.9` by default).
|
|
212
|
+
- Appends a visible marker (default `[mock update]`) to the banner so you can prove the branding reload happened; pass `--marker ""` to skip.
|
|
213
|
+
- Auto-selects “Update now”, mocks the install step, and runs the real branding refresh logic.
|
|
214
|
+
- Resets module metadata afterwards so your environment remains untouched.
|
|
215
|
+
|
|
216
|
+
You should see the Rich banner re-render with the mocked version (and optional marker) at the end of the run.
|
|
217
|
+
|
|
@@ -5,19 +5,19 @@ glaip_sdk/cli/__init__.py,sha256=xCCfuF1Yc7mpCDcfhHZTX0vizvtrDSLeT8MJ3V7m5A0,156
|
|
|
5
5
|
glaip_sdk/cli/agent_config.py,sha256=YAbFKrTNTRqNA6b0i0Q3pH-01rhHDRi5v8dxSFwGSwM,2401
|
|
6
6
|
glaip_sdk/cli/auth.py,sha256=oZLgZTqVgx_o2ppcp1ueFwuu88acOUPUr9ed1WDe_HY,15860
|
|
7
7
|
glaip_sdk/cli/commands/__init__.py,sha256=6Z3ASXDut0lAbUX_umBFtxPzzFyqoiZfVeTahThFu1A,219
|
|
8
|
-
glaip_sdk/cli/commands/agents.py,sha256=
|
|
8
|
+
glaip_sdk/cli/commands/agents.py,sha256=W79_08ILOHbjR1AqkbiTfE26oGLR-Nd5V9XRNPfCLVE,47659
|
|
9
9
|
glaip_sdk/cli/commands/configure.py,sha256=tcJeHMLXnkT_aeR5-5vsDAg2RwOvIMDxZcWCr6qbHqk,11389
|
|
10
|
-
glaip_sdk/cli/commands/mcps.py,sha256=
|
|
11
|
-
glaip_sdk/cli/commands/models.py,sha256=
|
|
12
|
-
glaip_sdk/cli/commands/tools.py,sha256=
|
|
10
|
+
glaip_sdk/cli/commands/mcps.py,sha256=ch9SSo55E26i76pZfiPe33wGoz6FzU62VJpu8Pi7ds8,38072
|
|
11
|
+
glaip_sdk/cli/commands/models.py,sha256=vfcGprK5CHprQ0CNpNzQlNNTELvdgKC7JxTG_ijOwmE,2009
|
|
12
|
+
glaip_sdk/cli/commands/tools.py,sha256=7_RMTuTI1Guu7psClovbyt2umfk4rkp7jSW19GXKA44,18440
|
|
13
13
|
glaip_sdk/cli/commands/transcripts.py,sha256=5W_wRVzyCh813xEXh6UDwzRy4anbc2Shz03ZIVdBhyM,26379
|
|
14
14
|
glaip_sdk/cli/commands/update.py,sha256=rIZo_x-tvpvcwpQLpwYwso1ix6qTHuNNTL4egmn5fEM,1812
|
|
15
15
|
glaip_sdk/cli/config.py,sha256=2NZxFyt8jc6CMRUbuxx7sq_wsfTJXmwQGn09hhYHGnE,1341
|
|
16
|
-
glaip_sdk/cli/constants.py,sha256=
|
|
16
|
+
glaip_sdk/cli/constants.py,sha256=zqcVtzfj6huW97gbCmhkFqntge1H-c1vnkGqTazADgU,895
|
|
17
17
|
glaip_sdk/cli/context.py,sha256=--Y5vc6lgoAV7cRoUAr9UxSQaLmkMg29FolA7EwoRqM,3803
|
|
18
18
|
glaip_sdk/cli/display.py,sha256=RuBZxmdBesllMMmH4lYoaozolNHW8hLhxRDFzpTsbhs,12137
|
|
19
19
|
glaip_sdk/cli/io.py,sha256=_7qHA3K4VfzNXP7NYHShby_Bw9xigJ26oIaESXYDAQ8,3678
|
|
20
|
-
glaip_sdk/cli/main.py,sha256=
|
|
20
|
+
glaip_sdk/cli/main.py,sha256=0mzWIzSfnRAMxzJMxcY2h9l8PU44Jii5UYFWaYdeVGY,16936
|
|
21
21
|
glaip_sdk/cli/masking.py,sha256=QRtUeHBVCJG02EXLxnPzfhRmD-leMxWf6QKxh4TCax0,3666
|
|
22
22
|
glaip_sdk/cli/mcp_validators.py,sha256=cwbz7p_p7_9xVuuF96OBQOdmEgo5UObU6iWWQ2X03PI,10047
|
|
23
23
|
glaip_sdk/cli/pager.py,sha256=XygkAB6UW3bte7I4KmK7-PUGCJiq2Pv-4-MfyXAmXCw,7925
|
|
@@ -26,62 +26,69 @@ glaip_sdk/cli/parsers/json_input.py,sha256=kxoxeIlgfsaH2jhe6apZAgSxAtwlpSINLTMRs
|
|
|
26
26
|
glaip_sdk/cli/resolution.py,sha256=K-VaEHm9SYY_qfb9538VNHykL4_2N6F8iQqI1zMx_64,2402
|
|
27
27
|
glaip_sdk/cli/rich_helpers.py,sha256=kO47N8e506rxrN6Oc9mbAWN3Qb536oQPWZy1s9A616g,819
|
|
28
28
|
glaip_sdk/cli/slash/__init__.py,sha256=J9TPL2UcNTkW8eifG6nRmAEGHhyEgdYMYk4cHaaObC0,386
|
|
29
|
-
glaip_sdk/cli/slash/agent_session.py,sha256=
|
|
30
|
-
glaip_sdk/cli/slash/prompt.py,sha256=
|
|
31
|
-
glaip_sdk/cli/slash/
|
|
29
|
+
glaip_sdk/cli/slash/agent_session.py,sha256=mjMG33VBQvUcqz9yWE5TwPmQMpODU3QDT1Lb1espLlo,11273
|
|
30
|
+
glaip_sdk/cli/slash/prompt.py,sha256=2urqR3QqN3O09lHmKKSEbhsIdlS4B7hm9O8AP_VwCSU,8034
|
|
31
|
+
glaip_sdk/cli/slash/remote_runs_controller.py,sha256=1kdnrH6HNlblqpRtTJVlWzWUeFPlmd6Ef_IDkqZ01CI,21354
|
|
32
|
+
glaip_sdk/cli/slash/session.py,sha256=t58QDPZWs0cKro7tV4lVq9NRCisLkZfXeNIXWdz8SaA,57421
|
|
33
|
+
glaip_sdk/cli/slash/tui/__init__.py,sha256=ljBAeAFY2qNDkbJrZh5NgXxjwUlsv9-UxgKNIv0AF1Q,274
|
|
34
|
+
glaip_sdk/cli/slash/tui/remote_runs_app.py,sha256=MRAY8AeUML8dUaC9eHyDK1gwEa6H12bI1XgcO8w21MI,24763
|
|
32
35
|
glaip_sdk/cli/transcript/__init__.py,sha256=yiYHyNtebMCu3BXu56Xm5RBC2tDc865q8UGPnoe6QRs,920
|
|
33
36
|
glaip_sdk/cli/transcript/cache.py,sha256=Wi1uln6HP1U6F-MRTrfnxi9bn6XJTxwWXhREIRPoMqQ,17439
|
|
34
37
|
glaip_sdk/cli/transcript/capture.py,sha256=PMmJGjdC3QEeBdjkmdAE2-aINqUGrSKYmT5lEINzZ08,10345
|
|
35
38
|
glaip_sdk/cli/transcript/export.py,sha256=reCvrZVzli8_LzYe5ZNdaa-MwZ1ov2RjnDzKZWr_6-E,1117
|
|
36
39
|
glaip_sdk/cli/transcript/history.py,sha256=2FBjawxP8CX9gRPMUMP8bDjG50BGM2j2zk6IfHvAMH4,26211
|
|
37
40
|
glaip_sdk/cli/transcript/launcher.py,sha256=z5ivkPXDQJpATIqtRLUK8jH3p3WIZ72PvOPqYRDMJvw,2327
|
|
38
|
-
glaip_sdk/cli/transcript/viewer.py,sha256=
|
|
41
|
+
glaip_sdk/cli/transcript/viewer.py,sha256=xQmX639q6c26hSzf1ItSOUHQVt23BrPqPBw5vQLyk04,32891
|
|
39
42
|
glaip_sdk/cli/update_notifier.py,sha256=t_qgKGPic8VO5O6h12SfglCpRpnkt65Bkg-EF3C79Bo,9776
|
|
40
|
-
glaip_sdk/cli/utils.py,sha256=
|
|
41
|
-
glaip_sdk/cli/validators.py,sha256=
|
|
42
|
-
glaip_sdk/client/__init__.py,sha256=
|
|
43
|
+
glaip_sdk/cli/utils.py,sha256=iVrKiFAjkoLCKk0BaP0rCCtp2__34sB9-C7c3FHyG4o,54403
|
|
44
|
+
glaip_sdk/cli/validators.py,sha256=d-kq4y7HWMo6Gc7wLXWUsCt8JwFvJX_roZqRm1Nko1I,5622
|
|
45
|
+
glaip_sdk/client/__init__.py,sha256=F-eE_dRSzA0cc1it06oi0tZetZBHmSUjWSHGhJMLCls,263
|
|
43
46
|
glaip_sdk/client/_agent_payloads.py,sha256=VfBHoijuoqUOixGBf2SA2vlQIXQmBsjB3sXHZhXYiec,17681
|
|
44
|
-
glaip_sdk/client/
|
|
47
|
+
glaip_sdk/client/agent_runs.py,sha256=tZSFEZZ3Yx0uYRgnwkLe-X0TlmgKJQ-ivzb6SrVnxY8,4862
|
|
48
|
+
glaip_sdk/client/agents.py,sha256=5PTIn4MGTwJ-UMGGNB6yONJZalv0s7Dir864glreyh8,43417
|
|
45
49
|
glaip_sdk/client/base.py,sha256=ikW33raz2M6rXzo3JmhttfXXuVdMv5zBRKEZkU1F-4I,18176
|
|
46
|
-
glaip_sdk/client/main.py,sha256=
|
|
47
|
-
glaip_sdk/client/mcps.py,sha256=
|
|
50
|
+
glaip_sdk/client/main.py,sha256=i3pZwSsSQfe1W0z64D1YwV6VHc7B3LvfARICuOcEmAA,9059
|
|
51
|
+
glaip_sdk/client/mcps.py,sha256=kovR4hsCsjkUwCcq5yPN7CQK5z3mist9Mj5QkHwOGEA,8910
|
|
48
52
|
glaip_sdk/client/run_rendering.py,sha256=COBU7xEXYIMzg7__U1-cV6RIg1bs3ys5Zb4YV28APoY,14069
|
|
49
|
-
glaip_sdk/client/tools.py,sha256=
|
|
53
|
+
glaip_sdk/client/tools.py,sha256=LP7ZRMMlaolBpsu6M14KUifiCM2MWrQoWwX_DYgNxhE,17293
|
|
50
54
|
glaip_sdk/client/validators.py,sha256=ioF9VCs-LG2yLkaRDd7Hff74lojDZZ0_Q3CiLbdm1RY,8381
|
|
51
|
-
glaip_sdk/config/constants.py,sha256=
|
|
55
|
+
glaip_sdk/config/constants.py,sha256=Y03c6op0e7K0jTQ8bmWXhWAqsnjWxkAhWniq8Z0iEKY,1081
|
|
52
56
|
glaip_sdk/exceptions.py,sha256=iAChFClkytXRBLP0vZq1_YjoZxA9i4m4bW1gDLiGR1g,2321
|
|
53
57
|
glaip_sdk/icons.py,sha256=J5THz0ReAmDwIiIooh1_G3Le-mwTJyEjhJDdJ13KRxM,524
|
|
58
|
+
glaip_sdk/models/__init__.py,sha256=DtFft8zH3eJjeedm6jov1z54wTLTcb6dyOKRwM9ZGbk,1756
|
|
59
|
+
glaip_sdk/models/agent_runs.py,sha256=oGUxS4UOq8C2QE4ilp0IQZ7ur1m0DPh6ybzTAOg2tcc,3808
|
|
54
60
|
glaip_sdk/models.py,sha256=3ghS29EjcE6A9iHEiSxbPco5bCHqnVGpVbE2kGliz_o,8751
|
|
55
61
|
glaip_sdk/payload_schemas/__init__.py,sha256=nTJmzwn2BbEpzZdq-8U24eVHQHxqYO3_-SABMV9lS_Q,142
|
|
56
62
|
glaip_sdk/payload_schemas/agent.py,sha256=Nap68mI2Ba8eNGOhk79mGrYUoYUahcUJLof3DLWtVO4,3198
|
|
57
|
-
glaip_sdk/rich_components.py,sha256=
|
|
63
|
+
glaip_sdk/rich_components.py,sha256=44Z0V1ZQleVh9gUDGwRR5mriiYFnVGOhm7fFxZYbP8c,4052
|
|
58
64
|
glaip_sdk/utils/__init__.py,sha256=Fy11SCrasMRNnP-qbZ-Rr9JMhxgHHcSGG2v7jd7PP20,1087
|
|
59
65
|
glaip_sdk/utils/agent_config.py,sha256=RhcHsSOVwOaSC2ggnPuHn36Aa0keGJhs8KGb2InvzRk,7262
|
|
60
|
-
glaip_sdk/utils/client_utils.py,sha256=
|
|
66
|
+
glaip_sdk/utils/client_utils.py,sha256=huMq2FWS4YnTTjWT23gaZABVdqRGRFLpcyhnQR8bs2c,14328
|
|
61
67
|
glaip_sdk/utils/datetime_helpers.py,sha256=QLknNLEAY56628-MTRKnCXAffATkF33erOqBubKmU98,1544
|
|
62
68
|
glaip_sdk/utils/display.py,sha256=_lQ9fHLJnsSgY7nJkYlGLBk47bwNjbqMTr3_GvOyRyM,3983
|
|
69
|
+
glaip_sdk/utils/export.py,sha256=1NxxE3wGsA1auzecG5oJw5ELB4VmPljoeIkGhrGOh1I,5006
|
|
63
70
|
glaip_sdk/utils/general.py,sha256=3HSVIopUsIymPaim-kP2lqLX75TkkdIVLe6g3UKabZ0,1507
|
|
64
|
-
glaip_sdk/utils/import_export.py,sha256=
|
|
65
|
-
glaip_sdk/utils/rendering/__init__.py,sha256=
|
|
71
|
+
glaip_sdk/utils/import_export.py,sha256=RCvoydm_6_L7_J1igcE6IYDunqgS5mQUbWT4VGrytMw,5510
|
|
72
|
+
glaip_sdk/utils/rendering/__init__.py,sha256=Jago8iv0ra_mq-muksf3yFRyEUYpdenrqeldpcvZ6EQ,3817
|
|
66
73
|
glaip_sdk/utils/rendering/formatting.py,sha256=PBT1jD6pxpkiUSs5RQOVWImmKgAwbWuQCUpgu0PNs3Q,8828
|
|
67
74
|
glaip_sdk/utils/rendering/models.py,sha256=wB9QtEiwN-AaY8k_YKBBT2qMQSBNMv27VcaZH88DdCM,2823
|
|
68
75
|
glaip_sdk/utils/rendering/renderer/__init__.py,sha256=kayCY7nluSRFFPBlXCp5dozM5sTfPydIGxbHmjuN_A8,2236
|
|
69
|
-
glaip_sdk/utils/rendering/renderer/base.py,sha256=
|
|
76
|
+
glaip_sdk/utils/rendering/renderer/base.py,sha256=UvDtxkYMyqqu6GvXSjEpxgRPt9Bu9oe9RXa4EkdGZh0,85668
|
|
70
77
|
glaip_sdk/utils/rendering/renderer/config.py,sha256=FgSAZpG1g7Atm2MXg0tY0lOEciY90MR-RO6YuGFhp0E,626
|
|
71
78
|
glaip_sdk/utils/rendering/renderer/console.py,sha256=4cLOw4Q1fkHkApuj6dWW8eYpeYdcT0t2SO5MbVt5UTc,1844
|
|
72
|
-
glaip_sdk/utils/rendering/renderer/debug.py,sha256=
|
|
79
|
+
glaip_sdk/utils/rendering/renderer/debug.py,sha256=hq6jiBdC6kPz3Nn03zrEpxaOb0ZY_ZpX_7Fht2iyqPY,5062
|
|
73
80
|
glaip_sdk/utils/rendering/renderer/panels.py,sha256=tbExgFXzK6NHlvuJlVwsejznGJY1ALwTi9KfIej9aWM,3784
|
|
74
81
|
glaip_sdk/utils/rendering/renderer/progress.py,sha256=iwAx76q0hdnjDrHMF_MB2AYQ2kAA4pwfIn0FiSAEkyg,4068
|
|
75
|
-
glaip_sdk/utils/rendering/renderer/stream.py,sha256=
|
|
82
|
+
glaip_sdk/utils/rendering/renderer/stream.py,sha256=htqm8pujXGKJncO86d-dfHixv9btACBgwPbO_brUQio,7812
|
|
76
83
|
glaip_sdk/utils/rendering/renderer/summary_window.py,sha256=ffBsVHaUyy2RfIuXLjhfiO31HeeprVcPP_pe4cjDLsU,2286
|
|
77
84
|
glaip_sdk/utils/rendering/renderer/toggle.py,sha256=N3LB4g1r8EdDkQyItQdrP5gig6Sszz9uZ6WJuD0KUmk,5396
|
|
78
85
|
glaip_sdk/utils/rendering/step_tree_state.py,sha256=EItKFTV2FYvm5pSyHbXk7lkzJ-0DW_s-VENIBZe8sp4,4062
|
|
79
|
-
glaip_sdk/utils/rendering/steps.py,sha256=
|
|
80
|
-
glaip_sdk/utils/resource_refs.py,sha256=
|
|
86
|
+
glaip_sdk/utils/rendering/steps.py,sha256=O9vK9ne0sEbPd6lbA7Qr4VjX0_udEMKgr3L05gUjHp8,42407
|
|
87
|
+
glaip_sdk/utils/resource_refs.py,sha256=vF34kyAtFBLnaKnQVrsr2st1JiSxVbIZ4yq0DelJvCI,5966
|
|
81
88
|
glaip_sdk/utils/run_renderer.py,sha256=d_VMI6LbvHPUUeRmGqh5wK_lHqDEIAcym2iqpbtDad0,1365
|
|
82
89
|
glaip_sdk/utils/serialization.py,sha256=z-qpvWLSBrGK3wbUclcA1UIKLXJedTnMSwPdq-FF4lo,13308
|
|
83
90
|
glaip_sdk/utils/validation.py,sha256=NPDexNgGUIoLkEIz6hl3K6EG7ZKSEkcNLDElqm8-Ng4,7019
|
|
84
|
-
glaip_sdk-0.
|
|
85
|
-
glaip_sdk-0.
|
|
86
|
-
glaip_sdk-0.
|
|
87
|
-
glaip_sdk-0.
|
|
91
|
+
glaip_sdk-0.3.0.dist-info/METADATA,sha256=h_KpZfxSiEKCNzGYJjG9Uz381WC9ZlJQFE54scxMAsY,7053
|
|
92
|
+
glaip_sdk-0.3.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
93
|
+
glaip_sdk-0.3.0.dist-info/entry_points.txt,sha256=EGs8NO8J1fdFMWA3CsF7sKBEvtHb_fujdCoNPhfMouE,47
|
|
94
|
+
glaip_sdk-0.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|