1 { lib, buildPythonPackage, fetchFromGitHub, udatetime, pytz, pendulum, nose
2 , delorean, coveralls, arrow
5 buildPythonPackage rec {
9 src = fetchFromGitHub {
13 sha256 = "12hkqrdfg3jbqkmck8i00ssyaw1c4hhvdhjxkmh2gm9pd99z5bpv";
16 nativeCheckInputs = [ arrow coveralls delorean nose pendulum pytz udatetime ];
22 pythonImportsCheck = [ "pycron" ];
25 description = "Simple cron-like parser for Python, which determines if current datetime matches conditions";
26 license = licenses.mit;
27 homepage = "https://github.com/kipe/pycron";
28 maintainers = with maintainers; [ globin ];