wfork-streamlit-profiler 1.4.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: wfork-streamlit-profiler
3
- Version: 1.4.2
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)
@@ -25,7 +26,7 @@ Description-Content-Type: text/markdown
25
26
 
26
27
  # wfork-streamlit-profiler &nbsp;🏄🏼
27
28
 
28
- [![PyPi](https://img.shields.io/pypi/v/wfork-streamlit-profiler)](https://pypi.org/project/wfork-streamlit-profiler/)
29
+ [![PyPi](https://img.shields.io/pypi/v/wfork-streamlit-profiler)](https://pypi.org/project/wfork-streamlit-profiler/) [![GitHub latest tag](https://img.shields.io/github/v/tag/wyattscarpenter/streamlit-profiler?label=GitHub&logo=github)](https://github.com/wyattscarpenter/streamlit-profiler/)
29
30
 
30
31
  **Runtime profiler for Streamlit, powered by [pyinstrument](https://github.com/joerick/pyinstrument).**
31
32
 
@@ -1,6 +1,6 @@
1
1
  # wfork-streamlit-profiler &nbsp;🏄🏼
2
2
 
3
- [![PyPi](https://img.shields.io/pypi/v/wfork-streamlit-profiler)](https://pypi.org/project/wfork-streamlit-profiler/)
3
+ [![PyPi](https://img.shields.io/pypi/v/wfork-streamlit-profiler)](https://pypi.org/project/wfork-streamlit-profiler/) [![GitHub latest tag](https://img.shields.io/github/v/tag/wyattscarpenter/streamlit-profiler?label=GitHub&logo=github)](https://github.com/wyattscarpenter/streamlit-profiler/)
4
4
 
5
5
  **Runtime profiler for Streamlit, powered by [pyinstrument](https://github.com/joerick/pyinstrument).**
6
6
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "wfork-streamlit-profiler"
3
- version = "1.4.2"
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,8 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Editor-based HTTP Client requests
5
- /httpRequests/
6
- # Datasource local storage ignored files
7
- /dataSources/
8
- /dataSources.local.xml
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
- </profile>
6
- </component>
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="USE_PROJECT_PROFILE" value="false" />
4
- <version value="1.0" />
5
- </settings>
6
- </component>
@@ -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,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
5
- </component>
6
- </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>