python-toolbox-przemek 0.1.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,3 @@
1
+ from importlib.metadata import version
2
+
3
+ __version__ = version(__name__)
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-toolbox-przemek
3
+ Version: 0.1.1
4
+ Summary: We want to provide basic tools for our day-to-day work.
5
+ Author: przemek@sagalo.pro
6
+ Requires-Python: <4,>=3.11
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: poetry==2.1.1
9
+ Provides-Extra: nvim
10
+ Requires-Dist: pynvim==0.5.2; extra == "nvim"
11
+ Provides-Extra: debug
12
+ Requires-Dist: debugpy==1.8.14; extra == "debug"
13
+ Provides-Extra: lint
14
+ Requires-Dist: black==24.2.0; extra == "lint"
15
+ Requires-Dist: isort==5.13.2; extra == "lint"
16
+ Requires-Dist: nbqa==1.9.1; extra == "lint"
17
+ Provides-Extra: notebook
18
+ Requires-Dist: nbstripout==0.8.1; extra == "notebook"
19
+ Requires-Dist: jupytext==1.17.0; extra == "notebook"
20
+ Requires-Dist: ipykernel==6.29.5; extra == "notebook"
21
+ Provides-Extra: tests
22
+ Requires-Dist: coverage==7.8.2; extra == "tests"
23
+
24
+ # Python Toolbox Przemek
25
+ I want to provide basic tools for my day-to-day work.
26
+
27
+ ## Basic usage
28
+ ```
29
+ pip install "python-toolbox-przemek[debug,nvim]"
30
+ ```
@@ -0,0 +1,5 @@
1
+ python_toolbox_przemek/__init__.py,sha256=Bs14snCQfkRZPxYfLq-haC5mArtZpKcML3Sa9y9LRYs,72
2
+ python_toolbox_przemek-0.1.1.dist-info/METADATA,sha256=qPb4AIf0amFIEtJMqYSb0tSyyYch2k-jYT7fHFFm1XA,959
3
+ python_toolbox_przemek-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ python_toolbox_przemek-0.1.1.dist-info/top_level.txt,sha256=9wAbutDPc-CxwFzeQTSGp6-zJ5xErUdPrLkAci6BIh8,23
5
+ python_toolbox_przemek-0.1.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ python_toolbox_przemek