1 { lib, buildPythonPackage, fetchPypi, six }:
3 buildPythonPackage rec {
4 pname = "robot-detection";
9 sha256 = "1xd2jm3yn31bnk1kqzggils2rxj26ylxsfz3ap7bhr3ilhnbg3rx";
12 propagatedBuildInputs = [ six ];
18 description = "Library for detecting if a HTTP User Agent header is likely to be a bot";
19 homepage = "https://github.com/rory/robot-detection";
20 license = licenses.gpl3Plus;