8 buildPythonPackage rec {
9 pname = "robot-detection";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "1xd2jm3yn31bnk1kqzggils2rxj26ylxsfz3ap7bhr3ilhnbg3rx";
18 propagatedBuildInputs = [ six ];
24 description = "Library for detecting if a HTTP User Agent header is likely to be a bot";
25 homepage = "https://github.com/rory/robot-detection";
26 license = licenses.gpl3Plus;