1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: python-playwright
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andreas Tille <tille@debian.org>,
Roland Mas <lolando@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
node-playwright,
python3-all,
python3-auditwheel,
python3-autobahn,
python3-flake8-black,
python3-flaky,
python3-greenlet,
python3-mypy,
python3-objgraph,
python3-openssl,
python3-pil,
python3-pip,
python3-pixelmatch,
python3-pyee,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-cov,
python3-pytest-repeat,
python3-pytest-timeout,
python3-pytest-xdist,
python3-pytest-xvfb,
python3-requests,
python3-setuptools,
python3-setuptools-scm,
python3-twisted,
python3-wheel,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-playwright
Vcs-Git: https://salsa.debian.org/python-team/packages/python-playwright.git
Homepage: https://github.com/microsoft/playwright-python
Rules-Requires-Root: no
Package: python3-playwright
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python library to automate Chromium, Firefox and WebKit browsers
Playwright is a Python library to automate Chromium, Firefox and WebKit
browsers with a single API. Playwright delivers automation that is ever-
green, capable, reliable and fast.
|