streamlit-nightly 1.44.2.dev20250412__py3-none-any.whl → 1.44.2.dev20250414__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.
- streamlit/web/cli.py +6 -3
- {streamlit_nightly-1.44.2.dev20250412.dist-info → streamlit_nightly-1.44.2.dev20250414.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.44.2.dev20250412.dist-info → streamlit_nightly-1.44.2.dev20250414.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.44.2.dev20250412.data → streamlit_nightly-1.44.2.dev20250414.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.44.2.dev20250412.dist-info → streamlit_nightly-1.44.2.dev20250414.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.44.2.dev20250412.dist-info → streamlit_nightly-1.44.2.dev20250414.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.44.2.dev20250412.dist-info → streamlit_nightly-1.44.2.dev20250414.dist-info}/top_level.txt +0 -0
streamlit/web/cli.py
CHANGED
@@ -383,16 +383,19 @@ def main_init(directory: str | None = None):
|
|
383
383
|
raise click.ClickException(f"Failed to create directory: {e}")
|
384
384
|
|
385
385
|
# Create requirements.txt
|
386
|
-
(project_dir / "requirements.txt").write_text("streamlit\n")
|
386
|
+
(project_dir / "requirements.txt").write_text("streamlit\n", encoding="utf-8")
|
387
387
|
|
388
388
|
# Create streamlit_app.py
|
389
|
-
(project_dir / "streamlit_app.py").write_text(
|
389
|
+
(project_dir / "streamlit_app.py").write_text(
|
390
|
+
"""import streamlit as st
|
390
391
|
|
391
392
|
st.title("🎈 My new app")
|
392
393
|
st.write(
|
393
394
|
"Let's start building! For help and inspiration, head over to [docs.streamlit.io](https://docs.streamlit.io/)."
|
394
395
|
)
|
395
|
-
"""
|
396
|
+
""",
|
397
|
+
encoding="utf-8",
|
398
|
+
)
|
396
399
|
|
397
400
|
rel_path_str = str(directory) if directory else "."
|
398
401
|
|
@@ -541,7 +541,7 @@ streamlit/watcher/util.py,sha256=Sb1XPcumP5jORT9XjIj0frWoFNnC1rh6TpOfMpn0yyE,675
|
|
541
541
|
streamlit/web/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
542
542
|
streamlit/web/bootstrap.py,sha256=LfvWVXLH8hChzyoN7LeAfdCjbZlHhlUvPE38jDXEs9s,13007
|
543
543
|
streamlit/web/cache_storage_manager_config.py,sha256=rdqrbEX0tRnlUAiqJWOn3i-0ZXrNPejg5e5L_mrr8II,1216
|
544
|
-
streamlit/web/cli.py,sha256=
|
544
|
+
streamlit/web/cli.py,sha256=UT6lJcoyF7xZoe68PkJepZIjEQ-yo8AwR-UH9KACIGI,12726
|
545
545
|
streamlit/web/server/__init__.py,sha256=h60IjYD2ZDDzoiRZ1j2SsU3FGT_To6d3cInuqccMgeA,1080
|
546
546
|
streamlit/web/server/app_static_file_handler.py,sha256=SGy41DOlsJbDFKWprIPl76VStA3PJNbpVYuySCe1qDM,3216
|
547
547
|
streamlit/web/server/authlib_tornado_integration.py,sha256=wB8_vRUd0HleWTay8jZNrup_RUcKDpG2R8708C0gYx4,2233
|
@@ -556,9 +556,9 @@ streamlit/web/server/server_util.py,sha256=JXtdozKzvDP4dfqlV73PMDxSqhtRokpDpEFvt
|
|
556
556
|
streamlit/web/server/stats_request_handler.py,sha256=vMRWGfqItfI6OaqVyo3LIX3HjQ-OB6Y-LHOXPiihlGY,3641
|
557
557
|
streamlit/web/server/upload_file_request_handler.py,sha256=NvjQpUt7HWi5DE08tLig_UWevKcC7nA7PFOJ-aSkxwk,5033
|
558
558
|
streamlit/web/server/websocket_headers.py,sha256=FCzUc-829kNY5hgy2wGNZT0k4XgCw_nlLCdnb7pnNO4,2232
|
559
|
-
streamlit_nightly-1.44.2.
|
560
|
-
streamlit_nightly-1.44.2.
|
561
|
-
streamlit_nightly-1.44.2.
|
562
|
-
streamlit_nightly-1.44.2.
|
563
|
-
streamlit_nightly-1.44.2.
|
564
|
-
streamlit_nightly-1.44.2.
|
559
|
+
streamlit_nightly-1.44.2.dev20250414.data/scripts/streamlit.cmd,sha256=k9768SaQCkiYAPaTp7JtkhAHEHflNQfu6fAM4pri6zo,676
|
560
|
+
streamlit_nightly-1.44.2.dev20250414.dist-info/METADATA,sha256=E3LJydT4dZFTnHVNs4ydMakFlwuAiEO1WS_gZ3z_abw,8933
|
561
|
+
streamlit_nightly-1.44.2.dev20250414.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
562
|
+
streamlit_nightly-1.44.2.dev20250414.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
563
|
+
streamlit_nightly-1.44.2.dev20250414.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
564
|
+
streamlit_nightly-1.44.2.dev20250414.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|