Skip to main content

Parser for Windows Scheduled Task files

Project description

Parser for Windows Scheduled Task files

Build Status

https://img.shields.io/pypi/dm/winjob.svg https://img.shields.io/pypi/v/winjob.svg https://img.shields.io/badge/python-2.7-blue.svg https://img.shields.io/pypi/l/winjob.svg

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

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.8.tar.gz (9.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page