8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-fLexFlnoh58b9q4mo9atGQmMttKytTfAYmaPj6xmPj8=";
19 propagatedBuildInputs = [
24 # Tests are interacting with the Twitter API
26 pythonImportsCheck = [ "TwitterAPI" ];
29 description = "Python wrapper for Twitter's REST and Streaming APIs";
30 homepage = "https://github.com/geduldig/TwitterAPI";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];