tackbox-report 0.0.0__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,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tackbox-report
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Placeholder for the future tackbox runtime error-report helper (Python side).
|
|
5
|
+
Author-email: Nikita Tsymbal <nikita.tsym@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/nikitatsym/tackbox
|
|
8
|
+
Requires-Python: >=3.11
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# tackbox-report
|
|
12
|
+
|
|
13
|
+
Reserved name for the Python side of the tackbox runtime error-report
|
|
14
|
+
helper. This 0.0.0 release is a placeholder; the actual helper ships
|
|
15
|
+
in a later release under this name.
|
|
16
|
+
|
|
17
|
+
For the dev-mode CLI (linters + capture) see
|
|
18
|
+
[tackbox](https://pypi.org/project/tackbox/).
|
|
19
|
+
|
|
20
|
+
Source: https://github.com/nikitatsym/tackbox
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
tackbox_report/__init__.py,sha256=5gc3kg61bVNT7GCsXFk-My67_bhWlnss5e4X1PKSe00,98
|
|
2
|
+
tackbox_report-0.0.0.dist-info/METADATA,sha256=3rqT0QsnWMxDiiAnyB2w0BICiG3nXi5_AZTLdJNEqyg,669
|
|
3
|
+
tackbox_report-0.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
tackbox_report-0.0.0.dist-info/top_level.txt,sha256=_TO3tivNZv2pXoCSN5FDOaokc46f_bmC9_8QeQriIF0,15
|
|
5
|
+
tackbox_report-0.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tackbox_report
|