···43 description = "Python implementation of the Twitch Helix API, its Webhook, PubSub and EventSub";
44 homepage = "https://github.com/Teekeks/pyTwitchAPI";
45 license = licenses.mit;
46- maintainers = with maintainers; [ dotlambda ];
47 };
48}
···43 description = "Python implementation of the Twitch Helix API, its Webhook, PubSub and EventSub";
44 homepage = "https://github.com/Teekeks/pyTwitchAPI";
45 license = licenses.mit;
46+ maintainers = with maintainers; [ dotlambda wolfangaukang ];
47 };
48}
+1
pkgs/top-level/python-aliases.nix
···96 python-subunit = subunit; # added 2021-09-10
97 pytest_xdist = pytest-xdist; # added 2021-01-04
98 python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
099 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
100 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
101 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
···96 python-subunit = subunit; # added 2021-09-10
97 pytest_xdist = pytest-xdist; # added 2021-01-04
98 python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
99+ pytwitchapi = twitchapi; # added 2022-03-07
100 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
101 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
102 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05