9 buildPythonPackage rec {
12 format = "setuptools";
15 src = fetchFromGitHub {
17 repo = "python-plexauth";
19 sha256 = "1wy6syz3cgfw28zvigh2br4jabg8rzpi5l0bhfb6vjjc7aam13ag";
22 propagatedBuildInputs = [ aiohttp ];
24 # package does not include tests
27 # at least guarantee the module can be imported
28 pythonImportsCheck = [ "plexauth" ];
31 homepage = "https://github.com/jjlawren/python-plexauth/";
32 description = "Handles the authorization flow to obtain tokens from Plex.tv via external redirection";
33 license = licenses.mit;
34 maintainers = with maintainers; [ ];