8 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 hash = "sha256-aHWRhQOEjYiLlWTiuYo/a4pOhfLF7jz+ltG+yOqgfKI=";
21 propagatedBuildInputs = [ six ];
23 checkInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [
27 "imapclient.response_types"
28 "imapclient.exceptions"
29 "imapclient.testable_imapclient"
34 homepage = "https://imapclient.readthedocs.io";
35 description = "Easy-to-use, Pythonic and complete IMAP client library";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ almac dotlambda ];