9 buildPythonPackage rec {
10 pname = "python_http_client";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
18 repo = "python-http-client";
20 sha256 = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w=";
28 pythonImportsCheck = [
33 description = "Python HTTP library to call APIs";
34 homepage = "https://github.com/sendgrid/python-http-client";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];