Skip to main content

Parser for Windows Scheduled Task files

Project description

Parser for Windows Scheduled Task files. This module will attempt to determine if the job file is in binary or xml format and then create an object that contains attributes for all of the fields. Calling that object’s parse method will cause it to return a dictionary of those fields. When used from the command line it will output that dictionary as a JSON object.

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

  • Free software: BSD license, see LICENSE.txt for details

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.11.tar.gz (9.2 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