12 buildPythonPackage rec {
14 version = "0.38.post1";
18 inherit pname version;
19 hash = "sha256-ffaA4wmwwPCH1KwBA1VnlLf63AgbYxguROD6J08o/4o=";
22 disabled = pythonOlder "3.9";
30 build-system = [ setuptools ];
32 pythonImportsCheck = [ "nodriver" ];
33 # no tests in upstream
37 homepage = "https://github.com/ultrafunkamsterdam/nodriver";
38 license = lib.licenses.agpl3Only;
39 description = "Web automation framework which can bypass bot detection";
41 Successor of Undetected-Chromedriver. Providing a blazing fast framework for web
42 automation, webscraping, bots and any other creative ideas which are normally
43 hindered by annoying anti bot systems like Captcha / CloudFlare / Imperva / hCaptcha
45 maintainers = with lib.maintainers; [