Skip to content

Python library to consume com.apple.iokit.matching event when creating LaunchAgents

Notifications You must be signed in to change notification settings

prezesp/py-iokit-matching-handler

Repository files navigation

py-iokit-matching-handler

Python library to consume com.apple.iokit.matching event when creating LaunchAgents.

Installation

$ pip install -r requirements.txt
$ python setup.py build_ext --inplace

Usage

from PyIOKitMatchingHandler import IOKitMatchingHandler

# Consume an event
handler = IOKitMatchingHandler()
handler.handle()

# Application logic
...

About

Python library to consume com.apple.iokit.matching event when creating LaunchAgents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published