wfork-streamlit-profiler 0.2.8rc3__tar.gz → 0.2.8rc5__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,11 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: wfork-streamlit-profiler
3
- Version: 0.2.8rc3
3
+ Version: 0.2.8rc5
4
4
  Summary: (fork of) Runtime profiler for Streamlit, powered by pyinstrument
5
- Home-page: https://github.com/wyattscarpenter/streamlit-profiler
6
5
  License: MIT
7
- Author: Johannes Rieke
8
- Author-email: johannes.rieke@gmail.com
6
+ Author: Wyatt S Carpenter
9
7
  Requires-Python: >=3.7,<4.0
10
8
  Classifier: License :: OSI Approved :: MIT License
11
9
  Classifier: Programming Language :: Python :: 3
@@ -15,8 +13,10 @@ Classifier: Programming Language :: Python :: 3.9
15
13
  Classifier: Programming Language :: Python :: 3.10
16
14
  Classifier: Programming Language :: Python :: 3.11
17
15
  Classifier: Programming Language :: Python :: 3.12
18
- Requires-Dist: pyinstrument (==4.7.1)
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Requires-Dist: pyinstrument (==5.0.1)
19
18
  Requires-Dist: streamlit (>=1.0.0,<2.0.0)
19
+ Project-URL: Homepage, https://github.com/wyattscarpenter/streamlit-profiler
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  # wfork-streamlit-profiler &nbsp;🏄🏼
@@ -1,8 +1,8 @@
1
1
  [tool.poetry]
2
2
  name = "wfork-streamlit-profiler"
3
- version = "0.2.8-rc3"
3
+ version = "0.2.8-rc5"
4
4
  description = "(fork of) Runtime profiler for Streamlit, powered by pyinstrument"
5
- authors = ["Johannes Rieke <johannes.rieke@gmail.com>", "Wyatt S Carpenter"]
5
+ authors = ["Wyatt S Carpenter", "Johannes Rieke <johannes.rieke@gmail.com>"]
6
6
  license = "MIT"
7
7
  readme = "README.md"
8
8
  homepage = "https://github.com/wyattscarpenter/streamlit-profiler"
@@ -10,9 +10,9 @@ homepage = "https://github.com/wyattscarpenter/streamlit-profiler"
10
10
  [tool.poetry.dependencies]
11
11
  python = "^3.7"
12
12
  streamlit = "^1.0.0"
13
- pyinstrument = "==4.7.1"
13
+ pyinstrument = "==5.0.1"
14
14
 
15
- [tool.poetry.dev-dependencies]
15
+ [tool.poetry.group.dev.dependencies]
16
16
  black = "^21.12b0"
17
17
 
18
18
  [build-system]