launchctl-py

View on PyPIReverse Dependencies (0)

0.1.2 launchctl_py-0.1.2-py3-none-any.whl

Wheel Details

Project: launchctl-py
Version: 0.1.2
Filename: launchctl_py-0.1.2-py3-none-any.whl
Download: [link]
Size: 4755
MD5: d942716de8bf36a8d04f9dd36ece123d
SHA256: daf9c5e2442d321cd84171bbc0e5fbf5429ac0310983bf1560007fe55d582ff8
Uploaded: 2022-07-16 14:20:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: launchctl-py
Version: 0.1.2
Summary: Quickly create simple background services (i.e., launchctl agents) for macOS.
Author: Alyetama
Author-Email: malyetama[at]pm.me
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<4.0
Requires-Dist: tabulate (>=0.8.9)
Description-Content-Type: text/markdown
[Description omitted; length: 1095 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.8
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
launchctl_py/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
launchctl_py/cli.py sha256=y4JRTkh_KT3jNcs3zddjddfdkSGTtGISDCW-cQNkzF8 876
launchctl_py/create.py sha256=Jv34iODbl7lBRAPtC0ZEkdoVq5Tirk3Ev8d41Giz33s 3540
launchctl_py/status.py sha256=12tNDvL2h2_yrCgiOzc_N7v1GwCRoQir1NNEy0gPLjI 1258
launchctl_py-0.1.2.dist-info/entry_points.txt sha256=vJWuvfozYk8CTCHayQyPe0Zhbp5dkirkPo8sbinBnOc 119
launchctl_py-0.1.2.dist-info/WHEEL sha256=DA86_h4QwwzGeRoz62o1svYt5kGEXpoUTuTtwzoTb30 83
launchctl_py-0.1.2.dist-info/METADATA sha256=yqHl_QD0O5-QsHhdcmBUNovaWYlBRlzmN9A8xQiOtew 1721
launchctl_py-0.1.2.dist-info/RECORD

entry_points.txt

launchctl_py = launchctl_py:cli.main
launchctl_python = launchctl_py:cli.main
lpy = launchctl_py:cli.main