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,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
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

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.
