10 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-SXo3F1arp2ROt62g69TtsVy4xTvBNMyXO/AjoSyv+D8=";
25 nativeBuildInputs = [ pytest ];
27 pythonImportsCheck = [ "waybackpy" ];
30 homepage = "https://akamhy.github.io/waybackpy/";
31 description = "Wayback Machine API interface & a command-line tool";
32 license = licenses.mit;
33 maintainers = with maintainers; [ chpatrick ];