1 { lib, buildPythonPackage, fetchFromGitHub, requests, nose, mock }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1isq02s404fp9whkm8w2kvb2ik1sz0r258iby0q532zw81lga0d0";
14 propagatedBuildInputs = [ requests ];
16 nativeCheckInputs = [ nose mock ];
22 description = "An easy to use PyPI client";
23 homepage = "https://yarg.readthedocs.io";
24 license = licenses.mit;
25 maintainers = with maintainers; [ psyanticy ];