14 buildPythonPackage rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-ir8f8A6XuN1ZQIYQbArChLzTlYu4ZKpkoOXQtSLOvKg=";
25 propagatedBuildInputs = [
39 # Some tests don't pass with recent releases of twisted
42 "tests/manual/asyncio"
45 pythonImportsCheck = [ "pubnub" ];
48 description = "Python-based APIs for PubNub";
49 homepage = "https://github.com/pubnub/python";
50 license = with licenses; [ mit ];
51 maintainers = with maintainers; [ fab ];