Source: python-webdriver-manager
Section: python
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Daniel Ruiz de Alegría <daniruiz@kali.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-dotenv,
 python3-packaging,
 python3-requests,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/SergeyPirogov/webdriver_manager
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-webdriver-manager
Vcs-Git: https://gitlab.com/kalilinux/packages/python-webdriver-manager.git

Package: python3-webdriver-manager
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Webdriver Manager for Python
 It helps download, resolve, cache, and reuse driver binaries for browser
 automation with Selenium. Instead of downloading a driver manually, unpacking
 it, and hardcoding a path, you can install the required driver directly from
 Python code.
