simplex 1.2.50__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 ADDED
@@ -0,0 +1 @@
1
+
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: simplex
3
- Version: 1.2.50
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: "Simplex Labs, Inc." <founders@simplex.sh>
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,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ simplex = simplex.cli:main
@@ -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=TMZspmze_PUnNyiEb14qFlgDvFFosNNB0JFPIaILrXU,24264
4
- simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
5
- simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
6
- simplex-1.2.50.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
7
- simplex-1.2.50.dist-info/METADATA,sha256=N7uqot2meT31_deLgZdlPETIQk5qHcWqIuJj24Fwiu8,949
8
- simplex-1.2.50.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
- simplex-1.2.50.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
10
- simplex-1.2.50.dist-info/RECORD,,