wfork-streamlit-profiler 0.2.8rc4__tar.gz → 1.0.0__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.
- {wfork_streamlit_profiler-0.2.8rc4 → wfork_streamlit_profiler-1.0.0}/PKG-INFO +2 -3
- {wfork_streamlit_profiler-0.2.8rc4 → wfork_streamlit_profiler-1.0.0}/pyproject.toml +3 -3
- {wfork_streamlit_profiler-0.2.8rc4 → wfork_streamlit_profiler-1.0.0}/LICENSE +0 -0
- {wfork_streamlit_profiler-0.2.8rc4 → wfork_streamlit_profiler-1.0.0}/README.md +0 -0
- {wfork_streamlit_profiler-0.2.8rc4 → wfork_streamlit_profiler-1.0.0}/wfork_streamlit_profiler/__init__.py +0 -0
@@ -1,10 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: wfork-streamlit-profiler
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: (fork of) Runtime profiler for Streamlit, powered by pyinstrument
|
5
5
|
License: MIT
|
6
|
-
Author:
|
7
|
-
Author-email: johannes.rieke@gmail.com
|
6
|
+
Author: Wyatt S Carpenter
|
8
7
|
Requires-Python: >=3.7,<4.0
|
9
8
|
Classifier: License :: OSI Approved :: MIT License
|
10
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -1,8 +1,8 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "wfork-streamlit-profiler"
|
3
|
-
version = "0.
|
3
|
+
version = "1.0.0"
|
4
4
|
description = "(fork of) Runtime profiler for Streamlit, powered by pyinstrument"
|
5
|
-
authors = ["Johannes Rieke <johannes.rieke@gmail.com>"
|
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"
|
@@ -12,7 +12,7 @@ python = "^3.7"
|
|
12
12
|
streamlit = "^1.0.0"
|
13
13
|
pyinstrument = "==5.0.1"
|
14
14
|
|
15
|
-
[tool.poetry.dev
|
15
|
+
[tool.poetry.group.dev.dependencies]
|
16
16
|
black = "^21.12b0"
|
17
17
|
|
18
18
|
[build-system]
|
File without changes
|
File without changes
|
File without changes
|