···4343 description = "Python implementation of the Twitch Helix API, its Webhook, PubSub and EventSub";
4444 homepage = "https://github.com/Teekeks/pyTwitchAPI";
4545 license = licenses.mit;
4646- maintainers = with maintainers; [ dotlambda ];
4646+ maintainers = with maintainers; [ dotlambda wolfangaukang ];
4747 };
4848}
+1
pkgs/top-level/python-aliases.nix
···9696 python-subunit = subunit; # added 2021-09-10
9797 pytest_xdist = pytest-xdist; # added 2021-01-04
9898 python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
9999+ pytwitchapi = twitchapi; # added 2022-03-07
99100 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
100101 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
101102 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05