Skip to main content

launchd.plist generator

Project description

Install

$ [sudo] pip install launchd-plist

Features

Classes

launchd_plist.Plist

launchd plist class

method description
create(path) create .plist file
load(path) load data from .plist file
@property description
data return dictionary with launchd plist keys only

Examples

>>> class MyPlist(launchd_plist.Plist):
    Label = "MyPlist"
    StartInterval = 1

    @property
    def StandardErrorPath(self):
        return "path/to/logs/%s/err.log" % self.Label

>>> MyPlist().create('path/to/launchagent.plist')

launchd.plist keys

>>> launchd_plist.KEYS
['Label', ..., 'Sockets']

Links

readme-md - README.md generator

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

launchd-plist-2018.11.19.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

launchd_plist-2018.11.19-py2.py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 2 Python 3

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