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
|
Source: robot-detection
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all,
python3-setuptools,
python3-six
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/robot-detection
Vcs-Git: https://salsa.debian.org/python-team/packages/robot-detection.git
Homepage: https://github.com/rory/robot-detection
Testsuite: autopkgtest-pkg-python
Package: python3-robot-detection
Architecture: all
Depends: python3-six,
${misc:Depends},
${python3:Depends}
Description: Detect web crawlers from HTTP UserAgent (Python 3 version)
This Python module detects if a given HTTP User Agent is a web crawler.
It uses the list of registered robots from the robotstxt.org.
.
This package contains the Python 3 version of the library.
|