Metadata-Version: 2.4
Name: emunium
Version: 3.0.0
Summary: Human-like, undetectable browser automation. Bypasses CDP/WebDriver via custom bridge and native OS inputs.
Project-URL: Homepage, https://github.com/DedInc/emunium
Project-URL: Bug Tracker, https://github.com/DedInc/emunium/issues
Author-email: Maehdakvan <visitanimation@google.com>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: humancursor>=1.1
Requires-Dist: pyautogui>=0.9.54
Requires-Dist: pyperclip>=1.8
Requires-Dist: websockets>=12.0
Provides-Extra: keyboard
Requires-Dist: keyboard>=0.13; extra == 'keyboard'
Provides-Extra: ocr
Requires-Dist: easyocr>=1.7; extra == 'ocr'
Requires-Dist: numpy>=1.24; extra == 'ocr'
Requires-Dist: opencv-python>=4.8; extra == 'ocr'
Provides-Extra: parsing
Requires-Dist: selectolax>=0.3.17; extra == 'parsing'
Provides-Extra: standalone
Requires-Dist: numpy>=1.24; extra == 'standalone'
Requires-Dist: opencv-python>=4.8; extra == 'standalone'
