tackbox-report 0.0.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.
@@ -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,10 @@
1
+ # tackbox-report
2
+
3
+ Reserved name for the Python side of the tackbox runtime error-report
4
+ helper. This 0.0.0 release is a placeholder; the actual helper ships
5
+ in a later release under this name.
6
+
7
+ For the dev-mode CLI (linters + capture) see
8
+ [tackbox](https://pypi.org/project/tackbox/).
9
+
10
+ Source: https://github.com/nikitatsym/tackbox
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "tackbox-report"
7
+ version = "0.0.0"
8
+ description = "Placeholder for the future tackbox runtime error-report helper (Python side)."
9
+ readme = "README.md"
10
+ requires-python = ">=3.11"
11
+ license = { text = "MIT" }
12
+ authors = [{ name = "Nikita Tsymbal", email = "nikita.tsym@gmail.com" }]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/nikitatsym/tackbox"
16
+
17
+ [tool.setuptools.packages.find]
18
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Placeholder for future tackbox runtime error-report helper (Python)."""
2
+
3
+ __version__ = "0.0.0"
@@ -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,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/tackbox_report/__init__.py
4
+ src/tackbox_report.egg-info/PKG-INFO
5
+ src/tackbox_report.egg-info/SOURCES.txt
6
+ src/tackbox_report.egg-info/dependency_links.txt
7
+ src/tackbox_report.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ tackbox_report