Parser for Windows Scheduled Task files
Project description
Parser for Windows Scheduled Task files
Build Status
Installation
$ pip install winjob
$ python setup.py install
Usage
As a module:
>>> import winjob
>>> fd = open('taskfile.job', 'r')
>>> task = winjob.winjob.read_task(fd.read())
>>> print task.parse()
On the command line:
$ winjob.py taskfile.job
More Information
Free software: BSD license, see LICENSE.txt for details
Documentation: https://winjob.readthedocs.org.
Code licensed under the BSD license. See LICENSE.txt file for terms.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
winjob-0.0.9.tar.gz
(9.0 kB
view hashes)