name = 'TaskKit'

version = (0, 8, 1)

docs = [
    {'name': "Quick Start",  'file': 'QuickStart.html'},
    {'name': "User's Guide", 'file': 'UsersGuide.html'},
    {'name': 'To Do',        'file': 'TODO-TaskKit.text'},
]

status = 'beta'

requiredPyVersion = (2, 0, 0)

synopsis = """TaskKit provides a framework for the scheduling and management of tasks which can be triggered periodically or at specific times."""