selmate 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
selmate/__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: selmate
|
3
|
-
Version: 1.0.
|
4
|
-
Summary:
|
3
|
+
Version: 1.0.1
|
4
|
+
Summary: A utility library for Selenium WebDriver to enable human-like interactions, robust exception handling, and web automation tasks like popup handling and URL normalization.
|
5
5
|
License: MIT License
|
6
6
|
|
7
7
|
Copyright (c) 2025 FINWAX
|
@@ -23,19 +23,26 @@ License: MIT License
|
|
23
23
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24
24
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25
25
|
SOFTWARE.
|
26
|
+
Keywords: selenium,web automation,human-like,web scraping,browser automation,popup handling,url normalization,testing
|
26
27
|
Author: FINWAX
|
27
28
|
Author-email: waxbid@gmail.com
|
28
29
|
Requires-Python: >=3.10
|
29
|
-
Classifier:
|
30
|
+
Classifier: Development Status :: 5 - Production/Stable
|
31
|
+
Classifier: Intended Audience :: Developers
|
32
|
+
Classifier: Topic :: Software Development :: Testing
|
33
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
34
|
+
Classifier: License :: OSI Approved :: MIT License
|
30
35
|
Classifier: Programming Language :: Python :: 3
|
31
36
|
Classifier: Programming Language :: Python :: 3.10
|
32
37
|
Classifier: Programming Language :: Python :: 3.11
|
33
38
|
Classifier: Programming Language :: Python :: 3.12
|
34
|
-
Classifier:
|
39
|
+
Classifier: Operating System :: OS Independent
|
35
40
|
Requires-Dist: beautifulsoup4 (>=4.13.4,<5.0.0)
|
36
41
|
Requires-Dist: lxml (>=5.4.0,<6.0.0)
|
37
42
|
Requires-Dist: rapidfuzz (>=3.13.0,<4.0.0)
|
38
43
|
Requires-Dist: selenium (>=4.33.0,<5.0.0)
|
44
|
+
Project-URL: Homepage, https://github.com/FINWAX/selmate.py
|
45
|
+
Project-URL: Repository, https://github.com/FINWAX/selmate.py
|
39
46
|
Description-Content-Type: text/markdown
|
40
47
|
|
41
48
|
# Selmate
|
@@ -1,4 +1,4 @@
|
|
1
|
-
selmate/__init__.py,sha256=
|
1
|
+
selmate/__init__.py,sha256=MZLaSnD9QbP8pEgsHycojYeOiIu5f7TCSEcd94B3JWQ,81
|
2
2
|
selmate/composites.py,sha256=gIgFTu0TGExmlS0ptN-NRYPhizf8O8ROZSFkkL3yi8U,25442
|
3
3
|
selmate/constants.py,sha256=8ZeIZ0v_lWx7_-lN0rYlTNnOCj2zMih1ePQVgtKUsp4,6978
|
4
4
|
selmate/humanity/constants.py,sha256=YYRtMlLapqm1DBCuhdJHFH1Hq4bDSgeXMcpbX-uedoA,234
|
@@ -7,7 +7,7 @@ selmate/js_primitives.py,sha256=4-etOV4ftYwPE9hAOkyS84W19mjzcjYE7enpwdeESEo,6158
|
|
7
7
|
selmate/safe_exceptions.py,sha256=L2RPD6TSHCIMsyYxiSHbS0EzCaXsyavUi4NvZZqXf7w,1425
|
8
8
|
selmate/selenium_primitives.py,sha256=hKYPFtQCOSuNt3_S1U2Ce9sDhtFe5bhvHwgMChRuUdE,2667
|
9
9
|
selmate/utils.py,sha256=NWImi_DuM9JmsN1E8br2YjCMaWte-mdFbWAPuFHObsY,5012
|
10
|
-
selmate-1.0.
|
11
|
-
selmate-1.0.
|
12
|
-
selmate-1.0.
|
13
|
-
selmate-1.0.
|
10
|
+
selmate-1.0.1.dist-info/LICENSE,sha256=7Ivo3S2GrdGr_wc98qnPyERQMV4wxZULNMzgk09S758,1082
|
11
|
+
selmate-1.0.1.dist-info/METADATA,sha256=gETGVQAXcG2Eb5FvMU5AwIUSNrz1eOALyoSBSu6F1qQ,5512
|
12
|
+
selmate-1.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
13
|
+
selmate-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|