logspark 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,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: logspark
3
+ Version: 0.0.0
4
+ Summary: Logging control plane and unifier
5
+ Author: Willem van der Schans
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/kydoimos97/logspark
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
File without changes
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: logspark
3
+ Version: 0.0.0
4
+ Summary: Logging control plane and unifier
5
+ Author: Willem van der Schans
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/kydoimos97/logspark
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ logspark/__init__.py
3
+ logspark.egg-info/PKG-INFO
4
+ logspark.egg-info/SOURCES.txt
5
+ logspark.egg-info/dependency_links.txt
6
+ logspark.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ logspark
@@ -0,0 +1,21 @@
1
+ [project]
2
+ name = "logspark"
3
+ version = "0.0.0"
4
+ description = "Logging control plane and unifier"
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ license = { text = "MIT" }
8
+ authors = [{ name = "Willem van der Schans" }]
9
+
10
+ [project.urls]
11
+ Homepage = "https://github.com/kydoimos97/logspark"
12
+
13
+ [build-system]
14
+ requires = ["setuptools>=64"]
15
+ build-backend = "setuptools.build_meta"
16
+
17
+ [tool.uv]
18
+ package = true
19
+
20
+ [tool.uv.build-backend-data]
21
+ backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+