which-profiler 0.0.1__py3-none-any.whl

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.
@@ -0,0 +1,16 @@
1
+ def main() -> None:
2
+ print(
3
+ "\n"
4
+ "๐Ÿ which-profiler\n"
5
+ "\n"
6
+ " Come see 'uvx which-profiler: Which Profiler, When?' at EuroPython 2026!\n"
7
+ "\n"
8
+ " EuroPython 2026, Krakรณw\n"
9
+ " ๐Ÿ“ Room S2\n"
10
+ " ๐Ÿ“… Wednesday, 15 July 2026\n"
11
+ " ๐Ÿ• 15:25\n"
12
+ "\n"
13
+ " https://ep2026.europython.eu/session/uvx-which-profiler-which-profiler-when/\n"
14
+ "\n"
15
+ " โ„น๏ธ The actual CLI will be made available with the talk.\n"
16
+ )
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: which-profiler
3
+ Version: 0.0.1
4
+ Summary: Which profiler, when? Find out at EuroPython 2026!
5
+ Project-URL: Homepage, https://ep2026.europython.eu/session/uvx-which-profiler-which-profiler-when/
6
+ Keywords: europython,performance,profiling
7
+ Classifier: Programming Language :: Python :: 3
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # which-profiler
12
+
13
+ Come see the talk **"uvx which-profiler: Which Profiler, When?"** at EuroPython 2026:
14
+
15
+ EuroPython 2026, Krakรณw
16
+
17
+ ๐Ÿ“ **Room S2**
18
+
19
+ ๐Ÿ“… **Wednesday, 15 July 2026**
20
+
21
+ ๐Ÿ• **15:25**
22
+
23
+ ๐Ÿ‘‰ https://ep2026.europython.eu/session/uvx-which-profiler-which-profiler-when/
24
+
25
+ โ„น๏ธ The actual CLI will be made available with the talk.
26
+
27
+ ---
28
+
29
+ Run via `uvx which-profiler`
@@ -0,0 +1,5 @@
1
+ which_profiler/__init__.py,sha256=vSjI4y7rm_6QtLkS1n31anxyNr8o4YkORYe_lYHCbXo,521
2
+ which_profiler-0.0.1.dist-info/METADATA,sha256=Vxj7nfwxTWtRGPMallJdp98N9hGBaolDniv31lCOf6c,750
3
+ which_profiler-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ which_profiler-0.0.1.dist-info/entry_points.txt,sha256=aplUi_h5luu8iE5b9Mua6Ym-2KNDHvD9xJyiFRY_xzM,55
5
+ which_profiler-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ which-profiler = which_profiler:main