Source: robot-detection
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-six,
               python3-all,
               python3-setuptools,
               python3-six
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/robot-detection.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/robot-detection.git
Homepage: https://github.com/rory/robot-detection
Testsuite: autopkgtest-pkg-python
X-Python-Version: >=2.7
X-Python3-Version: >=3.4

Package: python-robot-detection
Architecture: all
Depends: python-six,
         ${misc:Depends},
         ${python:Depends}
Description: Detect web crawlers from HTTP UserAgent (Python 2 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 2 version of the library.

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.
