wfork-streamlit-profiler 1.5.0__tar.gz → 1.6.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-1.5.0 → wfork_streamlit_profiler-1.6.0}/PKG-INFO +2 -1
- {wfork_streamlit_profiler-1.5.0 → wfork_streamlit_profiler-1.6.0}/pyproject.toml +2 -2
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/.gitignore +0 -8
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/.name +0 -1
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/inspectionProfiles/Project_Default.xml +0 -6
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/inspectionProfiles/profiles_settings.xml +0 -6
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/misc.xml +0 -7
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/modules.xml +0 -8
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/vcs.xml +0 -6
- wfork_streamlit_profiler-1.5.0/wfork_streamlit_profiler/.idea/wfork_streamlit_profiler.iml +0 -8
- {wfork_streamlit_profiler-1.5.0 → wfork_streamlit_profiler-1.6.0}/LICENSE +0 -0
- {wfork_streamlit_profiler-1.5.0 → wfork_streamlit_profiler-1.6.0}/README.md +0 -0
- {wfork_streamlit_profiler-1.5.0 → wfork_streamlit_profiler-1.6.0}/wfork_streamlit_profiler/__init__.py +0 -0
- {wfork_streamlit_profiler-1.5.0 → wfork_streamlit_profiler-1.6.0}/wfork_streamlit_profiler/py.typed +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: wfork-streamlit-profiler
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.6.0
|
4
4
|
Summary: (fork of) Runtime profiler for Streamlit, powered by pyinstrument
|
5
5
|
License: MIT
|
6
6
|
Author: Wyatt S Carpenter
|
@@ -17,6 +17,7 @@ Provides-Extra: dev
|
|
17
17
|
Requires-Dist: black (>=21.12b0,<22.0) ; extra == "dev"
|
18
18
|
Requires-Dist: pyinstrument (>=5.0.2,<5.1.0)
|
19
19
|
Requires-Dist: streamlit (>=1.0,<2.0)
|
20
|
+
Requires-Dist: typegun ; extra == "dev"
|
20
21
|
Requires-Dist: types-openpyxl ; extra == "dev"
|
21
22
|
Requires-Dist: types-python-dateutil ; extra == "dev"
|
22
23
|
Requires-Dist: typing-extensions (>=4.5)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "wfork-streamlit-profiler"
|
3
|
-
version = "1.
|
3
|
+
version = "1.6.0"
|
4
4
|
description = "(fork of) Runtime profiler for Streamlit, powered by pyinstrument"
|
5
5
|
authors = [
|
6
6
|
{name = "Wyatt S Carpenter"},
|
@@ -20,7 +20,7 @@ dependencies = [
|
|
20
20
|
homepage = "https://github.com/wyattscarpenter/streamlit-profiler"
|
21
21
|
|
22
22
|
[project.optional-dependencies]
|
23
|
-
dev = ["black ~= 21.12b0", "types-openpyxl", "types-python-dateutil"]
|
23
|
+
dev = ["black ~= 21.12b0", "types-openpyxl", "types-python-dateutil", "typegun"]
|
24
24
|
|
25
25
|
[build-system]
|
26
26
|
requires = ["poetry-core>=2.0.0"]
|
@@ -1 +0,0 @@
|
|
1
|
-
__init__.py
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="Black">
|
4
|
-
<option name="sdkName" value="Python 3.7" />
|
5
|
-
</component>
|
6
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
|
7
|
-
</project>
|
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/wfork_streamlit_profiler.iml" filepath="$PROJECT_DIR$/.idea/wfork_streamlit_profiler.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="PYTHON_MODULE" version="4">
|
3
|
-
<component name="NewModuleRootManager">
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
5
|
-
<orderEntry type="jdk" jdkName="Python 3.7" jdkType="Python SDK" />
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
-
</component>
|
8
|
-
</module>
|
File without changes
|
File without changes
|
File without changes
|
{wfork_streamlit_profiler-1.5.0 → wfork_streamlit_profiler-1.6.0}/wfork_streamlit_profiler/py.typed
RENAMED
File without changes
|