9 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "0zypjv8rncvrsgl200v7d3bn08gs48dwqvgamfqv71h07cj6zngp";
20 propagatedBuildInputs = [
29 pythonImportsCheck = [
35 description = "Development library for quickly writing configurable applications and daemons";
36 homepage = "https://helper.readthedocs.org/";
37 license = licenses.bsd3;