kneo-serv 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,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Kneron, Inc. and kneo-serv contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: kneo-serv
3
+ Version: 0.0.0
4
+ Summary: Name placeholder — the real Kneo Agent Platform service ships in 0.2.0.
5
+ Author: Kneron, Inc. and kneo-serv contributors
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/kneo-agent/kneo-serv
8
+ Project-URL: Repository, https://github.com/kneo-agent/kneo-serv
9
+ Keywords: placeholder
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.12
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+ Dynamic: license-file
17
+
18
+ # kneo-serv (name placeholder)
19
+
20
+ This 0.0.0 release reserves the `kneo-serv` name on PyPI for the **Kneo
21
+ Agent Platform** service / control-plane package.
22
+
23
+ This package does **not** install a working service. It is intentionally
24
+ empty pending the first real release.
25
+
26
+ The real `kneo-serv` ships starting at **0.2.0**. Until then, see the
27
+ [GitHub repository](https://github.com/kneo-agent/kneo-serv) for source
28
+ and release artifacts.
@@ -0,0 +1,11 @@
1
+ # kneo-serv (name placeholder)
2
+
3
+ This 0.0.0 release reserves the `kneo-serv` name on PyPI for the **Kneo
4
+ Agent Platform** service / control-plane package.
5
+
6
+ This package does **not** install a working service. It is intentionally
7
+ empty pending the first real release.
8
+
9
+ The real `kneo-serv` ships starting at **0.2.0**. Until then, see the
10
+ [GitHub repository](https://github.com/kneo-agent/kneo-serv) for source
11
+ and release artifacts.
@@ -0,0 +1,8 @@
1
+ """kneo-serv 0.0.0 — name placeholder.
2
+
3
+ This release reserves the `kneo-serv` name on PyPI. The real Kneo Agent
4
+ Platform service / control-plane package ships starting at 0.2.0. See
5
+ https://github.com/kneo-agent/kneo-serv for source and release artifacts.
6
+ """
7
+
8
+ __version__ = "0.0.0"
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: kneo-serv
3
+ Version: 0.0.0
4
+ Summary: Name placeholder — the real Kneo Agent Platform service ships in 0.2.0.
5
+ Author: Kneron, Inc. and kneo-serv contributors
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/kneo-agent/kneo-serv
8
+ Project-URL: Repository, https://github.com/kneo-agent/kneo-serv
9
+ Keywords: placeholder
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.12
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+ Dynamic: license-file
17
+
18
+ # kneo-serv (name placeholder)
19
+
20
+ This 0.0.0 release reserves the `kneo-serv` name on PyPI for the **Kneo
21
+ Agent Platform** service / control-plane package.
22
+
23
+ This package does **not** install a working service. It is intentionally
24
+ empty pending the first real release.
25
+
26
+ The real `kneo-serv` ships starting at **0.2.0**. Until then, see the
27
+ [GitHub repository](https://github.com/kneo-agent/kneo-serv) for source
28
+ and release artifacts.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ kneo_serv/__init__.py
5
+ kneo_serv.egg-info/PKG-INFO
6
+ kneo_serv.egg-info/SOURCES.txt
7
+ kneo_serv.egg-info/dependency_links.txt
8
+ kneo_serv.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ kneo_serv
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "kneo-serv"
7
+ version = "0.0.0"
8
+ description = "Name placeholder — the real Kneo Agent Platform service ships in 0.2.0."
9
+ license = "MIT"
10
+ license-files = ["LICENSE"]
11
+ authors = [{ name = "Kneron, Inc. and kneo-serv contributors" }]
12
+ requires-python = ">=3.12"
13
+ readme = "README.md"
14
+ keywords = ["placeholder"]
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ "Programming Language :: Python :: 3",
18
+ "Programming Language :: Python :: 3.12",
19
+ ]
20
+
21
+ [project.urls]
22
+ Homepage = "https://github.com/kneo-agent/kneo-serv"
23
+ Repository = "https://github.com/kneo-agent/kneo-serv"
24
+
25
+ [tool.setuptools.packages.find]
26
+ include = ["kneo_serv*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+