Metadata-Version: |
2.1 |
Name: |
cdp_patches |
Version: |
1.0.1 |
Summary: |
Patching CDP (Chrome DevTools Protocol) leaks on OS level. Easy to use with Playwright, Selenium, and other web automation tools. |
Author: |
Vinyzu, Kaliiiiiiiiii |
Home-Page: |
https://github.com/Kaliiiiiiiiii-Vinyzu/CDP-Patches/ |
License: |
GNU General Public License v3.0 |
Keywords: |
botright,playwright,browser,automation,fingerprints,fingerprinting,dataset,data,selenium,chrome,patching,web-automation |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Browsers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Programming Language :: Python :: 3 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
numpy |
Requires-Dist: |
websockets |
Requires-Dist: |
requests |
Requires-Dist: |
python-xlib; platform_system == "Linux" |
Requires-Dist: |
pywinauto; platform_system == "Windows" |
Requires-Dist: |
playwright; extra == "automation-linting" |
Requires-Dist: |
botright; extra == "automation-linting" |
Requires-Dist: |
selenium; extra == "automation-linting" |
Requires-Dist: |
selenium-driverless; extra == "automation-linting" |
Requires-Dist: |
webdriver-manager; extra == "automation-linting" |
Requires-Dist: |
pytest; extra == "testing" |
Requires-Dist: |
mypy; extra == "testing" |
Requires-Dist: |
flake8; extra == "testing" |
Requires-Dist: |
tox; extra == "testing" |
Requires-Dist: |
types-requests; extra == "testing" |
Requires-Dist: |
playwright; extra == "testing" |
Requires-Dist: |
botright; extra == "testing" |
Requires-Dist: |
selenium; extra == "testing" |
Requires-Dist: |
selenium-driverless; extra == "testing" |
Requires-Dist: |
webdriver-manager; extra == "testing" |
Provides-Extra: |
automation_linting |
Provides-Extra: |
testing |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |