File: Properties.py

package info (click to toggle)
pastewebkit 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 536 kB
  • ctags: 662
  • sloc: python: 3,346; makefile: 40
file content (15 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name = 'TaskKit'

version = ('X', 'Y', 0)

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."""