wfork-streamlit-profiler 0.2.5__tar.gz → 0.2.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wfork-streamlit-profiler
3
- Version: 0.2.5
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
@@ -25,7 +25,7 @@ Description-Content-Type: text/markdown
25
25
 
26
26
  **Runtime profiler for Streamlit, powered by [pyinstrument](https://github.com/joerick/pyinstrument).**
27
27
 
28
- * wfork-streamlit-profiler is a fork of streamlit-profiler 0.2.4. If there are any newer versions of the original streamlit-profiler, you should probably use those instead. See the original project's github for more: https://github.com/jrieke/streamlit-profiler *
28
+ *wfork-streamlit-profiler is a fork of streamlit-profiler 0.2.4. If there are any newer versions of the original streamlit-profiler, you should probably use those instead. See the original project's github for more: https://github.com/jrieke/streamlit-profiler*
29
29
 
30
30
  streamlit-profiler is a [Streamlit component](https://streamlit.io/components) that
31
31
  helps you find out which parts of your app are slow. It profiles the code via
@@ -56,7 +56,7 @@ pip install wfork-streamlit-profiler
56
56
 
57
57
  ```python
58
58
  import streamlit as st
59
- from streamlit_profiler import Profiler
59
+ from wfork_streamlit_profiler import Profiler
60
60
 
61
61
  with Profiler():
62
62
  st.title("My app")
@@ -4,7 +4,7 @@
4
4
 
5
5
  **Runtime profiler for Streamlit, powered by [pyinstrument](https://github.com/joerick/pyinstrument).**
6
6
 
7
- * wfork-streamlit-profiler is a fork of streamlit-profiler 0.2.4. If there are any newer versions of the original streamlit-profiler, you should probably use those instead. See the original project's github for more: https://github.com/jrieke/streamlit-profiler *
7
+ *wfork-streamlit-profiler is a fork of streamlit-profiler 0.2.4. If there are any newer versions of the original streamlit-profiler, you should probably use those instead. See the original project's github for more: https://github.com/jrieke/streamlit-profiler*
8
8
 
9
9
  streamlit-profiler is a [Streamlit component](https://streamlit.io/components) that
10
10
  helps you find out which parts of your app are slow. It profiles the code via
@@ -35,7 +35,7 @@ pip install wfork-streamlit-profiler
35
35
 
36
36
  ```python
37
37
  import streamlit as st
38
- from streamlit_profiler import Profiler
38
+ from wfork_streamlit_profiler import Profiler
39
39
 
40
40
  with Profiler():
41
41
  st.title("My app")
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "wfork-streamlit-profiler"
3
- version = "0.2.5"
3
+ version = "0.2.7"
4
4
  description = "(fork of) Runtime profiler for Streamlit, powered by pyinstrument"
5
5
  authors = ["Johannes Rieke <johannes.rieke@gmail.com>", "Wyatt S Carpenter"]
6
6
  license = "MIT"