lyceum-cli 1.0.26__py3-none-any.whl → 1.0.28__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.
@@ -183,7 +183,8 @@ def run_docker(
183
183
  console.print(f"[dim]To stream logs:[/dim] lyceum docker logs {execution_id}")
184
184
  else:
185
185
  # Default: stream output in real-time (like docker run)
186
- success = stream_execution_output(execution_id, streaming_url, status)
186
+ status.stop()
187
+ success = stream_execution_output(execution_id, streaming_url)
187
188
 
188
189
  # Show execution ID at the end
189
190
  console.print(f"[dim]Execution ID: {execution_id}[/dim]")
@@ -216,9 +217,10 @@ def docker_logs(
216
217
 
217
218
  status.start()
218
219
  status.update("Connecting to execution...")
220
+ status.stop()
219
221
 
220
222
  # Pass None for streaming_url to use the default v2 endpoint
221
- success = stream_execution_output(execution_id, None, status)
223
+ success = stream_execution_output(execution_id, None)
222
224
 
223
225
  console.print(f"[dim]Execution ID: {execution_id}[/dim]")
224
226
 
@@ -352,8 +352,9 @@ def run_python(
352
352
  status.start()
353
353
 
354
354
  execution_id, streaming_url = submit_execution(payload, status)
355
+ status.stop()
355
356
 
356
- success = stream_execution_output(execution_id, streaming_url, status)
357
+ success = stream_execution_output(execution_id, streaming_url)
357
358
 
358
359
  # Show execution ID at the end
359
360
  console.print(f"[dim]Execution ID: {execution_id}[/dim]")
lyceum/shared/config.py CHANGED
@@ -16,9 +16,9 @@ console = Console()
16
16
  CONFIG_DIR = Path.home() / ".lyceum"
17
17
  CONFIG_FILE = CONFIG_DIR / "config.json"
18
18
 
19
- # Supabase configuration from environment variables (required)
20
- SUPABASE_URL = os.getenv("SUPABASE_URL")
21
- SUPABASE_ANON_KEY = os.getenv("SUPABASE_ANON_KEY")
19
+ # Supabase configuration - these are public anon keys safe for client-side use
20
+ SUPABASE_URL = os.getenv("SUPABASE_URL", "https://tqcebgbexyszvqhnwnhh.supabase.co")
21
+ SUPABASE_ANON_KEY = os.getenv("SUPABASE_ANON_KEY", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InRxY2ViZ2JleHlzenZxaG53bmhoIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDcxNTQ0NzEsImV4cCI6MjA2MjczMDQ3MX0.VvPV8oRJUSGadaPf9RwTn6URuC_5oL7KulsJgE2vpH4")
22
22
 
23
23
 
24
24
  class _Config:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lyceum-cli
3
- Version: 1.0.26
3
+ Version: 1.0.28
4
4
  Summary: Command-line interface for Lyceum Cloud Execution API
5
5
  Home-page: https://lyceum.technology
6
6
  Author: Lyceum Team
@@ -6,10 +6,10 @@ lyceum/external/auth/login.py,sha256=-yJ0aEV8_vDXiT6BXzjpqZ2uDdnTnkop4qhagw2dSZA
6
6
  lyceum/external/compute/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
7
7
  lyceum/external/compute/execution/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
8
8
  lyceum/external/compute/execution/config.py,sha256=6JJgLJnDPTwevEaNdB1nEICih_qbBmws5u5_S9gj7k0,8866
9
- lyceum/external/compute/execution/docker.py,sha256=lATtJzsmsu9iCUH-ynXZsfrIg-_aCkYE5r2l3DolisQ,9603
9
+ lyceum/external/compute/execution/docker.py,sha256=0Y6lxJAm56Jrl0HxeNz1mX6DGs556i2iMN9_U1JQP0c,9635
10
10
  lyceum/external/compute/execution/docker_compose.py,sha256=YsWPnw5nB1ZpqjU9X8o_klT78I5m46PapVwVEeWra_8,9189
11
11
  lyceum/external/compute/execution/notebook.py,sha256=Gw9UhJ-UjYhpjdIYQ4IMYhVjhSkAFpOQ9aFYj1qOeww,7542
12
- lyceum/external/compute/execution/python.py,sha256=1ekNuF8_j-YG0-oNFP3C6Jjyw7IUlIngvL06C1usyu8,12864
12
+ lyceum/external/compute/execution/python.py,sha256=8Y9ElWs9RdauQbhECKcBPSoT0XZeGhXZ_pkEpr3sGro,12878
13
13
  lyceum/external/compute/execution/workloads.py,sha256=4fsRWbYGmsQMGPPIN1jUG8cG5NPG9yV26ANJ-DtaXqc,5844
14
14
  lyceum/external/compute/inference/__init__.py,sha256=4YLoUKDEzitexynJv_Q5O0w1lty8CJ6uyRxuc1LiaBw,89
15
15
  lyceum/external/compute/inference/batch.py,sha256=mgEndr02UM1j00o-iRLUpDqS5KFvyg0Htc0Gg0s3hTU,11394
@@ -20,15 +20,15 @@ lyceum/external/vms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
20
20
  lyceum/external/vms/instances.py,sha256=8DKpI8PbyZFzk5RT-IPgoMDjkf_-HC-2pJKuSFs-5BA,11007
21
21
  lyceum/external/vms/management.py,sha256=dYEkN5Qiur-SG4G5CLOk2Rbr0HW3rK1BROSp0K6KxC8,15405
22
22
  lyceum/shared/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
23
- lyceum/shared/config.py,sha256=gz2AjjdOsi6WbJApIh_GYRs_GYjsORQ6h3YJiHEIOxI,5384
23
+ lyceum/shared/config.py,sha256=XGMmoGVzmcxSvS-s1kDbOkp_LEGY-wEenKZ8cb4NBBM,5656
24
24
  lyceum/shared/display.py,sha256=-VSAfoa0yivTvxRrN2RYr2Sq1x_msZqENjnkSedmbhQ,4444
25
25
  lyceum/shared/imports.py,sha256=wEG4wfVTIqJ6MBWDRAN96iGmVCb9ST2aOqSjkbvajug,11768
26
26
  lyceum/shared/streaming.py,sha256=x3zA8Pn9ia06t8nKJfP6hztxOVKPUC3Nk3qmAiIsl9M,8194
27
27
  lyceum_cloud_execution_api_client/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
28
28
  lyceum_cloud_execution_api_client/api/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
29
29
  lyceum_cloud_execution_api_client/models/__init__.py,sha256=AMlb9R9O9aNC9hvKz_8TFpEfOolYC3VtFS5JX17kYks,4888
30
- lyceum_cli-1.0.26.dist-info/METADATA,sha256=dqSFAXN9qNAOm6OnfGegeH8hBmszMkL-85nSDfAOIHA,1482
31
- lyceum_cli-1.0.26.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
32
- lyceum_cli-1.0.26.dist-info/entry_points.txt,sha256=Oq-9wDkxVd6MHgNiUTYwXI9SGhvR3VkD7Mvk0xhiUZo,43
33
- lyceum_cli-1.0.26.dist-info/top_level.txt,sha256=CR7FEMloAXgLsHUR6ti3mWNcpgje27HRHSfq8doIils,41
34
- lyceum_cli-1.0.26.dist-info/RECORD,,
30
+ lyceum_cli-1.0.28.dist-info/METADATA,sha256=gsm3uSzI8owqGaoCDqiHeYCAHYmCr-CVafDknHw1KUA,1482
31
+ lyceum_cli-1.0.28.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
32
+ lyceum_cli-1.0.28.dist-info/entry_points.txt,sha256=Oq-9wDkxVd6MHgNiUTYwXI9SGhvR3VkD7Mvk0xhiUZo,43
33
+ lyceum_cli-1.0.28.dist-info/top_level.txt,sha256=CR7FEMloAXgLsHUR6ti3mWNcpgje27HRHSfq8doIils,41
34
+ lyceum_cli-1.0.28.dist-info/RECORD,,