7 buildPythonPackage rec {
11 propagatedBuildInputs = [ requests ];
13 # Tests require access to api.sandbox.namecheap.com
16 src = fetchFromGitHub {
20 sha256 = "1g1cd2yc6rpdsc5ax7s93y5nfkf91gcvbgcaqyl9ida6srd9hr97";
24 description = "Namecheap API client in Python.";
25 homepage = "https://github.com/Bemmu/PyNamecheap";
26 license = licenses.mit;