8 buildPythonPackage rec {
9 pname = "todoist-python";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-Rkg6eSLiQe8DZaVu2DEnlKLe8RLkRwKmpw+TaYj+lp0=";
20 propagatedBuildInputs = [
24 pythonImportsCheck = [
29 description = "The official Todoist Python API library";
30 homepage = "https://todoist-python.readthedocs.io/";
31 license = licenses.mit;
32 maintainers = with maintainers; [ ];