knoxcall 0.0.1__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,14 @@
1
+ Metadata-Version: 2.5
2
+ Name: knoxcall
3
+ Version: 0.0.1
4
+ Summary: Placeholder for the official KnoxCall Python SDK.
5
+ Project-URL: Homepage, https://knoxcall.com
6
+ Author: KnoxCall
7
+ License: Apache-2.0
8
+ Classifier: Development Status :: 1 - Planning
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ # knoxcall
13
+
14
+ This name is reserved by KnoxCall (https://knoxcall.com). The official KnoxCall SDK will be published here. This placeholder contains no code.
@@ -0,0 +1,3 @@
1
+ # knoxcall
2
+
3
+ This name is reserved by KnoxCall (https://knoxcall.com). The official KnoxCall SDK will be published here. This placeholder contains no code.
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "knoxcall"
7
+ version = "0.0.1"
8
+ description = "Placeholder for the official KnoxCall Python SDK."
9
+ readme = "README.md"
10
+ license = { text = "Apache-2.0" }
11
+ requires-python = ">=3.10"
12
+ authors = [{ name = "KnoxCall" }]
13
+ classifiers = ["Development Status :: 1 - Planning"]
14
+
15
+ [project.urls]
16
+ Homepage = "https://knoxcall.com"
17
+
18
+ [tool.hatch.build.targets.wheel]
19
+ packages = ["src/knoxcall"]
@@ -0,0 +1 @@
1
+ raise ImportError("knoxcall 0.0.1 is a name placeholder; the KnoxCall SDK release will replace it.")