26 buildPythonPackage rec {
31 disabled = pythonOlder "3.7";
33 src = fetchFromGitLab {
37 hash = "sha256-M9AjV954H1w64YGCVxDEGGSnoEbmocG3zwltob6IW04=";
44 propagatedBuildInputs = [
70 pythonImportsCheck = [
74 passthru.tests.version = testers.testVersion {
76 version = "v${version}";
80 description = "Collection of applications and APIs to interact with websites";
81 homepage = "https://woob.tech";
82 license = licenses.lgpl3Plus;
83 maintainers = with maintainers; [ DamienCassou ];