gherkai 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.
gherkai-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.5
2
+ Name: gherkai
3
+ Version: 0.0.0
4
+ Summary: Name reserved for the gherkai project (placeholder). Real releases start at 1.4.0 — see https://github.com/zhiyanliu/gherkai
5
+ Project-URL: Homepage, https://github.com/zhiyanliu/gherkai
6
+ Project-URL: Repository, https://github.com/zhiyanliu/gherkai
7
+ Author: Zhi Yan Liu
8
+ License-Expression: MIT
9
+ Classifier: Development Status :: 1 - Planning
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+
13
+ # gherkai
14
+
15
+ This name is **reserved** for the gherkai project — Gherkin × (Midscene + Nova Act) × AWS AgentCore UI test framework.
16
+
17
+ - Project: https://github.com/zhiyanliu/gherkai
18
+ - This `0.0.0` upload is a placeholder with no functionality. Real releases start at **1.4.0**.
@@ -0,0 +1,6 @@
1
+ # gherkai
2
+
3
+ This name is **reserved** for the gherkai project — Gherkin × (Midscene + Nova Act) × AWS AgentCore UI test framework.
4
+
5
+ - Project: https://github.com/zhiyanliu/gherkai
6
+ - This `0.0.0` upload is a placeholder with no functionality. Real releases start at **1.4.0**.
@@ -0,0 +1 @@
1
+ # placeholder — see https://github.com/zhiyanliu/gherkai
@@ -0,0 +1,20 @@
1
+ [project]
2
+ name = "gherkai"
3
+ version = "0.0.0"
4
+ description = "Name reserved for the gherkai project (placeholder). Real releases start at 1.4.0 — see https://github.com/zhiyanliu/gherkai"
5
+ readme = "README.md"
6
+ license = "MIT"
7
+ requires-python = ">=3.9"
8
+ authors = [{ name = "Zhi Yan Liu" }]
9
+ classifiers = ["Development Status :: 1 - Planning"]
10
+
11
+ [project.urls]
12
+ Homepage = "https://github.com/zhiyanliu/gherkai"
13
+ Repository = "https://github.com/zhiyanliu/gherkai"
14
+
15
+ [build-system]
16
+ requires = ["hatchling"]
17
+ build-backend = "hatchling.build"
18
+
19
+ [tool.hatch.build.targets.wheel]
20
+ packages = ["_gherkai_reserved_gherkai"]