Source: fake-useragent
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/hellysmile/fake-useragent
Vcs-Browser: https://gitlab.com/kalilinux/packages/fake-useragent
Vcs-Git: https://gitlab.com/kalilinux/packages/fake-useragent.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-fake-useragent
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-fake-useragent-doc
Description: Up to date simple useragent faker with real world database (Python 3)
 This package contains an up to date simple useragent faker with real world
 database. The features are:
   * grabs up to date ``useragent`` from `useragentstring.com
     <http://useragentstring.com/>`
   * randomize with real world statistic via `w3schools.com
     <https://www.w3schools.com/browsers/browsers_stats.asp>`
 .
 This package installs the library for Python 3.
