kree4py-tcp-attach 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,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: kree4py-tcp-attach
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Placeholder package reserving the PyPI name.
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
Keywords: kree4py,kree4x,python,distributed,rpc
|
|
7
|
+
Author: kree4x
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# kree4py-tcp-attach
|
|
18
|
+
|
|
19
|
+
Placeholder package reserving the PyPI name.
|
|
20
|
+
|
|
21
|
+
The real implementation ships in a later release.
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "kree4py-tcp-attach"
|
|
3
|
+
version = "0.0.0"
|
|
4
|
+
description = "Placeholder package reserving the PyPI name."
|
|
5
|
+
requires-python = ">=3.10"
|
|
6
|
+
license = "Apache-2.0"
|
|
7
|
+
authors = [{ name = "kree4x" }]
|
|
8
|
+
readme = "README.md"
|
|
9
|
+
keywords = ["kree4py", "kree4x", "python", "distributed", "rpc"]
|
|
10
|
+
|
|
11
|
+
[build-system]
|
|
12
|
+
requires = ["poetry-core>=2.2.0"]
|
|
13
|
+
build-backend = "poetry.core.masonry.api"
|
|
14
|
+
|
|
15
|
+
[tool.poetry]
|
|
16
|
+
packages = [
|
|
17
|
+
{ include = "kree4py_tcp_attach", from = "src" },
|
|
18
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder for kree4py-tcp-attach.
|