9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-aBL7k10kZNQG/wNIxO37TbDSlbhrVjTfv2aXcrS2Ibo=";
23 propagatedBuildInputs = [
28 # Tests are interacting with the Twitter API
31 pythonImportsCheck = [
36 description = "Python wrapper for Twitter's REST and Streaming APIs";
37 homepage = "https://github.com/geduldig/TwitterAPI";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];