9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-gN3WmuLuuIMT/u3uoxvxGf1ueVQe5bN6u5xD0jMZThA=";
25 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Twitter API library";
37 homepage = "https://mike.verdone.ca/twitter/";
38 license = licenses.mit;
39 maintainers = with maintainers; [ thoughtpolice ];