10 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 sha256 = "sha256-Qc4oofuhSZ2S5zuCY9Ce9ISldYI3MDUJXFc8VcXdLIU=";
22 nativeBuildInputs = [ setuptools ];
29 pythonImportsCheck = [ "recline" ];
32 description = "This library helps you quickly implement an interactive command-based application";
33 homepage = "https://github.com/NetApp/recline";
34 license = licenses.bsd3;