python-croniter

Provides iteration for datetime object with cron like format - Python 2.x
  https://github.com/kiorky/croniter
  0
  no reviews



Croniter is a Python module to provide iteration for datetime object. Given a cron tab text entry as input, it Croniter will output all the dates matching the definition.

This package contains the Python 2.x module.