wfork-streamlit-profiler 1.4.1__py3-none-any.whl → 1.5.0__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/__init__.py +1 -1
- {wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/METADATA +2 -2
- {wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/RECORD +5 -5
- {wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/LICENSE +0 -0
- {wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/WHEEL +0 -0
@@ -19,7 +19,7 @@ class Profiler(OriginalProfiler):
|
|
19
19
|
self._auto_output_on_stop = auto_output_on_stop
|
20
20
|
|
21
21
|
@override
|
22
|
-
def stop(self) -> Session: #
|
22
|
+
def stop(self) -> Session: #pytype: disable=override-error #workaround for: https://github.com/google/pytype/issues/1917
|
23
23
|
session = super().stop()
|
24
24
|
|
25
25
|
if self._auto_output_on_stop:
|
{wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: wfork-streamlit-profiler
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.5.0
|
4
4
|
Summary: (fork of) Runtime profiler for Streamlit, powered by pyinstrument
|
5
5
|
License: MIT
|
6
6
|
Author: Wyatt S Carpenter
|
@@ -25,7 +25,7 @@ Description-Content-Type: text/markdown
|
|
25
25
|
|
26
26
|
# wfork-streamlit-profiler 🏄🏼
|
27
27
|
|
28
|
-
[](https://pypi.org/project/wfork-streamlit-profiler/)
|
28
|
+
[](https://pypi.org/project/wfork-streamlit-profiler/) [](https://github.com/wyattscarpenter/streamlit-profiler/)
|
29
29
|
|
30
30
|
**Runtime profiler for Streamlit, powered by [pyinstrument](https://github.com/joerick/pyinstrument).**
|
31
31
|
|
{wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/RECORD
RENAMED
@@ -6,9 +6,9 @@ wfork_streamlit_profiler/.idea/misc.xml,sha256=ShQM5e1B5ry7pPL-oA5HCjNxNWF9zfJ40
|
|
6
6
|
wfork_streamlit_profiler/.idea/modules.xml,sha256=QazqtBrT1PWV9sUikqFltEI5TGXatZtWhpQ_KVzYLo4,307
|
7
7
|
wfork_streamlit_profiler/.idea/vcs.xml,sha256=0N923jqWb1Fga1ZO3MxDDbwhwy7lw_NdzPlVl_rYE5I,188
|
8
8
|
wfork_streamlit_profiler/.idea/wfork_streamlit_profiler.iml,sha256=yjs3fqVpWgaFZK0nskbLczoYYghq31jtX9umFsLvxIg,324
|
9
|
-
wfork_streamlit_profiler/__init__.py,sha256=
|
9
|
+
wfork_streamlit_profiler/__init__.py,sha256=eob66LrOauHoouSigpSIjU8Q_PFHFxmTpZJpspRiRDI,4155
|
10
10
|
wfork_streamlit_profiler/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
wfork_streamlit_profiler-1.
|
12
|
-
wfork_streamlit_profiler-1.
|
13
|
-
wfork_streamlit_profiler-1.
|
14
|
-
wfork_streamlit_profiler-1.
|
11
|
+
wfork_streamlit_profiler-1.5.0.dist-info/LICENSE,sha256=Y9ej8y1BLFQZSAREXkrHmDgA0M35msgF8d6D9KoFf5c,1071
|
12
|
+
wfork_streamlit_profiler-1.5.0.dist-info/METADATA,sha256=8qxZQxvD8I8ATsKFx9BH9mL7dlZng4JunsSBZN734Io,3265
|
13
|
+
wfork_streamlit_profiler-1.5.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
14
|
+
wfork_streamlit_profiler-1.5.0.dist-info/RECORD,,
|
{wfork_streamlit_profiler-1.4.1.dist-info → wfork_streamlit_profiler-1.5.0.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|