--- id: pyobjc-framework-servicemanagement version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-ServiceManagement — Wrappers for the framework ServiceManagement on macOS License: permissive · Maintenance: active · Downloads: 652.8K/mo ## What it is and what it does This package wraps Apple's ServiceManagement framework, which provides a secure, object-oriented interface to macOS system services and launchd. It allows Python developers to interact with the system services subsystem directly from Python code, bridging the gap between Python and Objective-C APIs. The package is part of the PyObjC project and relies on pyobjc-core and pyobjc-framework-Cocoa to function. The framework is most useful for macOS-specific automation, daemon management, and system integration tasks. Since it is a thin wrapper around Apple's native framework, it does not include its own documentation—users must consult Apple's ServiceManagement documentation alongside PyObjC's general translation guides to understand how to use it effectively. Use it for: - Programmatically register or manage background services and daemons on macOS from Python applications. - Integrate Python tools with launchd to schedule or control system-level tasks. - Build macOS system administration or automation scripts that need direct ServiceManagement API access. - Create Python-based macOS applications that require secure service management capabilities. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to macOS's ServiceManagement framework, enabling programmatic control over system services and launchd integration from Python. Yes, if you are developing on macOS and need to interact with system services or launchd from Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is low and it supports current Python versions (3.10+). Only caveat: it is macOS-only and requires understanding of both Apple's ServiceManagement framework and PyObjC's Objective-C translation conventions. ## Install pip install pyobjc-framework-servicemanagement uv add pyobjc-framework-servicemanagement poetry add pyobjc-framework-servicemanagement ## Installing pyobjc-framework-ServiceManagement Before you install: Low friction installation with a pure-wheel distribution. Actively maintained as of 3 days ago with recent commits and stable production status. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open and closed-source projects. Quickstart: pip install pyobjc-framework-servicemanagement from ServiceManagement import SMAppService # Access ServiceManagement framework classes and methods macOS only; requires Python 3.10 or later and a Mac system with the ServiceManagement framework available. Verify before relying: - Whether the framework covers all ServiceManagement APIs available in current macOS versions or if some are omitted. - Whether additional system-level permissions or entitlements are required to use certain ServiceManagement features from Python. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 652.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macOS launchd python bindings, system services management macos, pyobjc servicemanagement framework, macos service control python, launchd integration python, macos-only, system-integration, launchd [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-servicemanagement) · [View on PyPI](https://pypi.org/project/pyobjc-framework-servicemanagement/)