Metadata-Version: 2.1
Name: launchagents
Version: 2019.3.22
Summary: LaunchAgents python interface
Home-page: https://github.com/looking-for-a-job/launchagents.py
License: UNKNOWN
Keywords: LaunchAgents
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: launchctl
Requires-Dist: public
Requires-Dist: setuptools

<!--
https://pypi.org/project/readme-generator/
-->

[![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/launchagents.svg?longCache=True)](https://pypi.org/project/launchagents/)

#### Installation
```bash
$ [sudo] pip install launchagents
```

#### Features
+   works with `~/Library/LaunchAgents/` only

#### Functions
function|`__doc__`
-|-
`launchagents.files()` |return a list of `~/Library/LaunchAgents/*.plist` files
`launchagents.jobs()` |return a list of launchctl jobs for `~/Library/LaunchAgents/*.plist` only
`launchagents.load()` |load `~/Library/LaunchAgents/*.plist`
`launchagents.read(path)` |return a dictionary with a plist file data
`launchagents.unload()` |unload `~/Library/LaunchAgents/*.plist`
`launchagents.update(path, **kwargs)` |update a plist file
`launchagents.write(path, data)` |write a dictionary to a plist file

#### Links
+   [launchd.plist(5) Mac OS](https://www.real-world-systems.com/docs/launchd.plist.5.html)

<p align="center">
    <a href="https://pypi.org/project/readme-generator/">readme-generator</a>
</p>

