snakeoil-web 0.1.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,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: snakeoil-web
3
+ Version: 0.1.0
4
+ Summary: Plain English web test automation using Selenium and Playwright. No code. No maintenance.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://github.com/harish2323/snakeoil
7
+ Keywords: testing,automation,plain-english,selenium,playwright,web
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Topic :: Software Development :: Testing
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ Plain English web test automation using Selenium and Playwright. No code. No maintenance. Coming soon.
@@ -0,0 +1 @@
1
+ Plain English web test automation using Selenium and Playwright. No code. No maintenance. Coming soon.
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "snakeoil-web"
7
+ version = "0.1.0"
8
+ description = "Plain English web test automation using Selenium and Playwright. No code. No maintenance."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = "MIT"
12
+ keywords = ["testing", "automation", "plain-english", "selenium", "playwright", "web"]
13
+ classifiers = [
14
+ "Development Status :: 1 - Planning",
15
+ "Intended Audience :: Developers",
16
+ "Programming Language :: Python :: 3",
17
+ "Topic :: Software Development :: Testing",
18
+ ]
19
+
20
+ [project.urls]
21
+ Homepage = "https://github.com/harish2323/snakeoil"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """snakeoil-web: Plain English web test automation using Selenium and Playwright. No code. No maintenance. Coming soon."""
2
+
3
+ __version__ = "0.1.0"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: snakeoil-web
3
+ Version: 0.1.0
4
+ Summary: Plain English web test automation using Selenium and Playwright. No code. No maintenance.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://github.com/harish2323/snakeoil
7
+ Keywords: testing,automation,plain-english,selenium,playwright,web
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Topic :: Software Development :: Testing
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ Plain English web test automation using Selenium and Playwright. No code. No maintenance. Coming soon.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/snakeoil_web/__init__.py
4
+ src/snakeoil_web.egg-info/PKG-INFO
5
+ src/snakeoil_web.egg-info/SOURCES.txt
6
+ src/snakeoil_web.egg-info/dependency_links.txt
7
+ src/snakeoil_web.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ snakeoil_web