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 +8 -0
- uitap-0.0.1/README.md +6 -0
- uitap-0.0.1/pyproject.toml +17 -0
- uitap-0.0.1/setup.cfg +4 -0
- uitap-0.0.1/uitap.egg-info/PKG-INFO +8 -0
- uitap-0.0.1/uitap.egg-info/SOURCES.txt +6 -0
- uitap-0.0.1/uitap.egg-info/dependency_links.txt +1 -0
- uitap-0.0.1/uitap.egg-info/top_level.txt +1 -0
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,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,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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|