10 buildPythonPackage rec {
11 pname = "python-http-client";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "python-http-client";
21 hash = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w=";
30 # checks date in license file and subsequently fails after new years
34 pythonImportsCheck = [ "python_http_client" ];
37 description = "Python HTTP library to call APIs";
38 homepage = "https://github.com/sendgrid/python-http-client";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];