wfork-streamlit-profiler 0.2.6__py3-none-any.whl → 0.2.7__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.
- {wfork_streamlit_profiler-0.2.6.dist-info → wfork_streamlit_profiler-0.2.7.dist-info}/METADATA +2 -2
- wfork_streamlit_profiler-0.2.7.dist-info/RECORD +5 -0
- wfork_streamlit_profiler-0.2.6.dist-info/RECORD +0 -5
- {wfork_streamlit_profiler-0.2.6.dist-info → wfork_streamlit_profiler-0.2.7.dist-info}/LICENSE +0 -0
- {wfork_streamlit_profiler-0.2.6.dist-info → wfork_streamlit_profiler-0.2.7.dist-info}/WHEEL +0 -0
{wfork_streamlit_profiler-0.2.6.dist-info → wfork_streamlit_profiler-0.2.7.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wfork-streamlit-profiler
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.7
|
4
4
|
Summary: (fork of) Runtime profiler for Streamlit, powered by pyinstrument
|
5
5
|
Home-page: https://github.com/wyattscarpenter/streamlit-profiler
|
6
6
|
License: MIT
|
@@ -56,7 +56,7 @@ pip install wfork-streamlit-profiler
|
|
56
56
|
|
57
57
|
```python
|
58
58
|
import streamlit as st
|
59
|
-
from
|
59
|
+
from wfork_streamlit_profiler import Profiler
|
60
60
|
|
61
61
|
with Profiler():
|
62
62
|
st.title("My app")
|
@@ -0,0 +1,5 @@
|
|
1
|
+
wfork_streamlit_profiler/__init__.py,sha256=LVSu6yccrR7AYARUDZmk2R9gQlvEnOR_zbgq_jH6iKQ,3503
|
2
|
+
wfork_streamlit_profiler-0.2.7.dist-info/LICENSE,sha256=Y9ej8y1BLFQZSAREXkrHmDgA0M35msgF8d6D9KoFf5c,1071
|
3
|
+
wfork_streamlit_profiler-0.2.7.dist-info/METADATA,sha256=G6u_GSV06x1D-qqDyOSUWPfyONE1DBYAW3aOY5kVm5k,2512
|
4
|
+
wfork_streamlit_profiler-0.2.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
5
|
+
wfork_streamlit_profiler-0.2.7.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
wfork_streamlit_profiler/__init__.py,sha256=LVSu6yccrR7AYARUDZmk2R9gQlvEnOR_zbgq_jH6iKQ,3503
|
2
|
-
wfork_streamlit_profiler-0.2.6.dist-info/LICENSE,sha256=Y9ej8y1BLFQZSAREXkrHmDgA0M35msgF8d6D9KoFf5c,1071
|
3
|
-
wfork_streamlit_profiler-0.2.6.dist-info/METADATA,sha256=1LOl9dWnCKShl_gn6Z-Wd6XuiM0AanAx_cBR0dp3G5A,2506
|
4
|
-
wfork_streamlit_profiler-0.2.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
5
|
-
wfork_streamlit_profiler-0.2.6.dist-info/RECORD,,
|
{wfork_streamlit_profiler-0.2.6.dist-info → wfork_streamlit_profiler-0.2.7.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|