File: control

package info (click to toggle)
robot-detection 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 1,440; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 964 bytes parent folder | download
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
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 (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.1.1
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: ${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.