simplex 1.2.49__py3-none-any.whl → 1.2.53__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.
Potentially problematic release.
This version of simplex might be problematic. Click here for more details.
- simplex/setup.py +1 -0
- simplex/simplex.py +2 -1
- {simplex-1.2.49.dist-info → simplex-1.2.53.dist-info}/METADATA +9 -3
- simplex-1.2.53.dist-info/RECORD +12 -0
- simplex-1.2.53.dist-info/entry_points.txt +2 -0
- simplex-1.2.49.dist-info/RECORD +0 -10
- {simplex-1.2.49.dist-info → simplex-1.2.53.dist-info}/LICENSE +0 -0
- {simplex-1.2.49.dist-info → simplex-1.2.53.dist-info}/WHEEL +0 -0
- {simplex-1.2.49.dist-info → simplex-1.2.53.dist-info}/top_level.txt +0 -0
simplex/setup.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
simplex/simplex.py
CHANGED
|
@@ -151,7 +151,8 @@ class Simplex:
|
|
|
151
151
|
livestream_url = response_json['livestream_url']
|
|
152
152
|
|
|
153
153
|
# Start Playwright without using context manager
|
|
154
|
-
|
|
154
|
+
if PLAYWRIGHT_AVAILABLE:
|
|
155
|
+
self.pw = sync_playwright().start()
|
|
155
156
|
self.connect_url = response_json['connect_url']
|
|
156
157
|
# self.pw_browser = self.pw.chromium.connect_over_cdp(response_json['connect_url'])
|
|
157
158
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: simplex
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.53
|
|
4
4
|
Summary: Official Python SDK for Simplex API
|
|
5
5
|
Home-page: https://simplex.sh
|
|
6
6
|
Author: Simplex Labs, Inc.
|
|
7
|
-
Author-email:
|
|
8
|
-
Project-URL: Homepage, https://simplex.sh
|
|
7
|
+
Author-email: founders@simplex.sh
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -21,8 +20,15 @@ Requires-Dist: click
|
|
|
21
20
|
Provides-Extra: playwright
|
|
22
21
|
Requires-Dist: playwright>=1.0.0; extra == "playwright"
|
|
23
22
|
Dynamic: author
|
|
23
|
+
Dynamic: author-email
|
|
24
|
+
Dynamic: classifier
|
|
25
|
+
Dynamic: description
|
|
26
|
+
Dynamic: description-content-type
|
|
24
27
|
Dynamic: home-page
|
|
28
|
+
Dynamic: provides-extra
|
|
29
|
+
Dynamic: requires-dist
|
|
25
30
|
Dynamic: requires-python
|
|
31
|
+
Dynamic: summary
|
|
26
32
|
|
|
27
33
|
# Simplex AI Python SDK
|
|
28
34
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
simplex/__init__.py,sha256=L_5i__xt_ZDkr6e-Wx9cr84t9sXpioOT7j01NJYJCTE,75
|
|
2
|
+
simplex/cli.py,sha256=0K_pzoVdF7vfTJPUONhFzzTvjZk2M7FZPpEONjZWJC8,2268
|
|
3
|
+
simplex/setup.py,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
4
|
+
simplex/simplex.py,sha256=TMZspmze_PUnNyiEb14qFlgDvFFosNNB0JFPIaILrXU,24264
|
|
5
|
+
simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
|
|
6
|
+
simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
|
|
7
|
+
simplex-1.2.53.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
|
|
8
|
+
simplex-1.2.53.dist-info/METADATA,sha256=GLGuRf7O9x7AHKBGntRlWqVLbsHG6Lg1O4eFQvBy6Dg,1045
|
|
9
|
+
simplex-1.2.53.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
10
|
+
simplex-1.2.53.dist-info/entry_points.txt,sha256=3veL2w3c5vxb3dm8I_M8Fs-370n1ZnvD8uu1nSsL7z8,45
|
|
11
|
+
simplex-1.2.53.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
|
|
12
|
+
simplex-1.2.53.dist-info/RECORD,,
|
simplex-1.2.49.dist-info/RECORD
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
simplex/__init__.py,sha256=L_5i__xt_ZDkr6e-Wx9cr84t9sXpioOT7j01NJYJCTE,75
|
|
2
|
-
simplex/cli.py,sha256=0K_pzoVdF7vfTJPUONhFzzTvjZk2M7FZPpEONjZWJC8,2268
|
|
3
|
-
simplex/simplex.py,sha256=8TgJqOZN2K6Eh82yCPZ3-BD9ogabXkCWDDcSTxQp4c0,24227
|
|
4
|
-
simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
|
|
5
|
-
simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
|
|
6
|
-
simplex-1.2.49.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
|
|
7
|
-
simplex-1.2.49.dist-info/METADATA,sha256=qErOD2AsNuwsdcaiTlEhT6_jbQ80B50Ny5_xbtBOxY0,949
|
|
8
|
-
simplex-1.2.49.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
-
simplex-1.2.49.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
|
|
10
|
-
simplex-1.2.49.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|