uitap 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.
uitap-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: uitap
3
+ Version: 0.0.1
4
+ Summary: Reserved name — uiautomator2-style iOS UI automation client; the first release is coming soon
5
+ Author: CoconutHR
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/CoconutHR/uitap
8
+ Requires-Python: >=3.10
uitap-0.0.1/README.md ADDED
@@ -0,0 +1,6 @@
1
+ uitap
2
+ =====
3
+
4
+ This release only reserves the project name on PyPI.
5
+ The first functional release (0.1.0) is coming soon:
6
+ https://github.com/CoconutHR/uitap
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "uitap"
7
+ version = "0.0.1"
8
+ description = "Reserved name — uiautomator2-style iOS UI automation client; the first release is coming soon"
9
+ requires-python = ">=3.10"
10
+ license = { text = "MIT" }
11
+ authors = [{ name = "CoconutHR" }]
12
+
13
+ [project.urls]
14
+ Homepage = "https://github.com/CoconutHR/uitap"
15
+
16
+ [tool.setuptools]
17
+ packages = []
uitap-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: uitap
3
+ Version: 0.0.1
4
+ Summary: Reserved name — uiautomator2-style iOS UI automation client; the first release is coming soon
5
+ Author: CoconutHR
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/CoconutHR/uitap
8
+ Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ uitap.egg-info/PKG-INFO
4
+ uitap.egg-info/SOURCES.txt
5
+ uitap.egg-info/dependency_links.txt
6
+ uitap.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+