streamlit-launcher 2.0.0__tar.gz → 2.2.1__tar.gz
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_launcher-2.0.0/streamlit_launcher.egg-info → streamlit_launcher-2.2.1}/PKG-INFO +16 -13
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/README.md +15 -12
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/setup.py +1 -1
- streamlit_launcher-2.2.1/streamlit_launcher/dashboard.py +11558 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher/gui.py +1 -1
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1/streamlit_launcher.egg-info}/PKG-INFO +16 -13
- streamlit_launcher-2.0.0/streamlit_launcher/dashboard.py +0 -848
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/LICENSE +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/setup.cfg +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher/__init__.py +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher/cli.py +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher/mas.py +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher.egg-info/SOURCES.txt +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher.egg-info/dependency_links.txt +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher.egg-info/entry_points.txt +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher.egg-info/requires.txt +0 -0
- {streamlit_launcher-2.0.0 → streamlit_launcher-2.2.1}/streamlit_launcher.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: streamlit_launcher
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.2.1
|
4
4
|
Summary: Analisis Date Scient Simple and Instant
|
5
5
|
Home-page: https://github.com/royhtml
|
6
6
|
Author: Dwi Bakti N Dev
|
@@ -42,6 +42,9 @@ Dynamic: summary
|
|
42
42
|
[](https://streamlit.io/)
|
43
43
|
[](https://opensource.org/licenses/MIT)
|
44
44
|
|
45
|
+
<p>Ini Link python Mode Offline Localhost : <a href = "https://pypi.org/project/streamlit-launcher/"></p>
|
46
|
+
<p>Ini Link Publick Mode Online : <a href = "https://stremlit-launcher.streamlit.app/"></p>
|
47
|
+
|
45
48
|
## 📊 Statistik Penggunaan
|
46
49
|
|
47
50
|
| Metric | Value |
|
@@ -86,20 +89,20 @@ Dynamic: summary
|
|
86
89
|
|
87
90
|
```bash
|
88
91
|
# Install menggunakan pip
|
89
|
-
pip install launcher
|
92
|
+
pip install streamlit-launcher
|
90
93
|
|
91
94
|
# Atau install dengan options tambahan
|
92
|
-
pip install
|
95
|
+
pip install streamlit_launcher[dev] # Untuk development
|
93
96
|
```
|
94
97
|
|
95
98
|
### Verifikasi Installasi:
|
96
99
|
|
97
100
|
```bash
|
98
101
|
# Cek versi yang terinstall
|
99
|
-
|
102
|
+
streamlit_launcher --version
|
100
103
|
|
101
104
|
# Atau
|
102
|
-
python -m
|
105
|
+
python -m streamlit_launcher --version
|
103
106
|
```
|
104
107
|
|
105
108
|
## 💻 Usage
|
@@ -108,19 +111,19 @@ python -m launcher --version
|
|
108
111
|
|
109
112
|
```bash
|
110
113
|
# Jalankan launcher
|
111
|
-
|
114
|
+
streamlit_launcher
|
112
115
|
|
113
116
|
# Atau dengan python module
|
114
|
-
python -m
|
117
|
+
python -m streamlit_launcher
|
115
118
|
|
116
119
|
# Dengan options tertentu
|
117
|
-
|
120
|
+
streamlit_launcher --port 8501 --host 0.0.0.0
|
118
121
|
```
|
119
122
|
|
120
123
|
### Options yang Tersedia:
|
121
124
|
|
122
125
|
```bash
|
123
|
-
|
126
|
+
streamlit_launcher --help
|
124
127
|
# Output:
|
125
128
|
# Usage: launcher [OPTIONS]
|
126
129
|
#
|
@@ -256,24 +259,24 @@ Package ini membutuhkan:
|
|
256
259
|
|
257
260
|
1. **Port already in use:**
|
258
261
|
```bash
|
259
|
-
|
262
|
+
streamlit_launcher --port 8502
|
260
263
|
```
|
261
264
|
|
262
265
|
2. **Module not found:**
|
263
266
|
```bash
|
264
|
-
pip install --upgrade
|
267
|
+
pip install --upgrade streamlit_launcher
|
265
268
|
```
|
266
269
|
|
267
270
|
3. **Permission issues:**
|
268
271
|
```bash
|
269
|
-
pip install --user
|
272
|
+
pip install --user streamlit_launcher
|
270
273
|
```
|
271
274
|
|
272
275
|
### Debug Mode:
|
273
276
|
|
274
277
|
```bash
|
275
278
|
# Enable debug mode
|
276
|
-
|
279
|
+
streamlit_launcher --debug true
|
277
280
|
|
278
281
|
# Atau set environment variable
|
279
282
|
export STREAMLIT_DEBUG=true
|
@@ -10,6 +10,9 @@
|
|
10
10
|
[](https://streamlit.io/)
|
11
11
|
[](https://opensource.org/licenses/MIT)
|
12
12
|
|
13
|
+
<p>Ini Link python Mode Offline Localhost : <a href = "https://pypi.org/project/streamlit-launcher/"></p>
|
14
|
+
<p>Ini Link Publick Mode Online : <a href = "https://stremlit-launcher.streamlit.app/"></p>
|
15
|
+
|
13
16
|
## 📊 Statistik Penggunaan
|
14
17
|
|
15
18
|
| Metric | Value |
|
@@ -54,20 +57,20 @@
|
|
54
57
|
|
55
58
|
```bash
|
56
59
|
# Install menggunakan pip
|
57
|
-
pip install launcher
|
60
|
+
pip install streamlit-launcher
|
58
61
|
|
59
62
|
# Atau install dengan options tambahan
|
60
|
-
pip install
|
63
|
+
pip install streamlit_launcher[dev] # Untuk development
|
61
64
|
```
|
62
65
|
|
63
66
|
### Verifikasi Installasi:
|
64
67
|
|
65
68
|
```bash
|
66
69
|
# Cek versi yang terinstall
|
67
|
-
|
70
|
+
streamlit_launcher --version
|
68
71
|
|
69
72
|
# Atau
|
70
|
-
python -m
|
73
|
+
python -m streamlit_launcher --version
|
71
74
|
```
|
72
75
|
|
73
76
|
## 💻 Usage
|
@@ -76,19 +79,19 @@ python -m launcher --version
|
|
76
79
|
|
77
80
|
```bash
|
78
81
|
# Jalankan launcher
|
79
|
-
|
82
|
+
streamlit_launcher
|
80
83
|
|
81
84
|
# Atau dengan python module
|
82
|
-
python -m
|
85
|
+
python -m streamlit_launcher
|
83
86
|
|
84
87
|
# Dengan options tertentu
|
85
|
-
|
88
|
+
streamlit_launcher --port 8501 --host 0.0.0.0
|
86
89
|
```
|
87
90
|
|
88
91
|
### Options yang Tersedia:
|
89
92
|
|
90
93
|
```bash
|
91
|
-
|
94
|
+
streamlit_launcher --help
|
92
95
|
# Output:
|
93
96
|
# Usage: launcher [OPTIONS]
|
94
97
|
#
|
@@ -224,24 +227,24 @@ Package ini membutuhkan:
|
|
224
227
|
|
225
228
|
1. **Port already in use:**
|
226
229
|
```bash
|
227
|
-
|
230
|
+
streamlit_launcher --port 8502
|
228
231
|
```
|
229
232
|
|
230
233
|
2. **Module not found:**
|
231
234
|
```bash
|
232
|
-
pip install --upgrade
|
235
|
+
pip install --upgrade streamlit_launcher
|
233
236
|
```
|
234
237
|
|
235
238
|
3. **Permission issues:**
|
236
239
|
```bash
|
237
|
-
pip install --user
|
240
|
+
pip install --user streamlit_launcher
|
238
241
|
```
|
239
242
|
|
240
243
|
### Debug Mode:
|
241
244
|
|
242
245
|
```bash
|
243
246
|
# Enable debug mode
|
244
|
-
|
247
|
+
streamlit_launcher --debug true
|
245
248
|
|
246
249
|
# Atau set environment variable
|
247
250
|
export STREAMLIT_DEBUG=true
|
@@ -8,7 +8,7 @@ with open(os.path.join(here, 'README.md'), 'r', encoding='utf-8') as f:
|
|
8
8
|
|
9
9
|
setup(
|
10
10
|
name="streamlit_launcher",
|
11
|
-
version="2.
|
11
|
+
version="2.2.1",
|
12
12
|
author="Dwi Bakti N Dev",
|
13
13
|
author_email="dwibakti76@gmail.com",
|
14
14
|
description="Analisis Date Scient Simple and Instant",
|