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
|
Source: python-fake-useragent
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools (>= 77),
Build-Depends-Indep:
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/fake-useragent/fake-useragent
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fake-useragent
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fake-useragent.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-fake-useragent
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Library to simulate browser user-agent strings
This library provides a set of tools to simulate browser user-agent strings
across different platforms and devices. It offers a pre-downloaded and
processed database of a wide range of browser agents, allowing users to
retrieve random or specified user-agent strings without an active internet
connection. The data includes various attributes such as browser type,
version, operating system, and device brand. This facilitates applications
that require user-agent customization or testing by mimicking different
browser environments for web interactions.
|