pyobjc-framework-SafariServices
Wrappers for the framework SafariServices on macOS
What it is and what it does
This package wraps Apple's SafariServices framework for use in Python, allowing developers to interact with Safari-related functionality on macOS through Python code. It is part of the PyObjC project, which bridges Python and Objective-C frameworks.
The package provides direct access to SafariServices classes and methods, but does not include its own documentation—users must consult Apple's official SafariServices documentation and PyObjC's general translation guides to understand how to use the framework. Installation requires macOS and depends on pyobjc-core and pyobjc-framework-Cocoa.
Use it for:
- Automate Safari browser behavior or access Safari-specific features from Python scripts on macOS
- Build macOS applications that integrate with Safari's reading list, history, or other services
- Create system utilities that need to interact with Safari's functionality programmatically
- Develop cross-framework macOS tools that combine SafariServices with other Cocoa frameworks
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's SafariServices framework, enabling programmatic access to Safari-related functionality from Python code running on macOS.
Yes, if you are developing on macOS and need programmatic access to Safari functionality. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. However, it is only useful on macOS and requires knowledge of both PyObjC conventions and Apple's SafariServices API—not a general-purpose tool.
Install
pyobjc-framework-safariservices on PyPI
pip
pip install pyobjc-framework-safariservicesuv
uv add pyobjc-framework-safariservicespoetry
poetry add pyobjc-framework-safariservicesInstalling pyobjc-framework-SafariServices
Before you install
Medium install friction due to platform specificity and compiled wheel requirements. Active maintenance with a recent release (3 days old) and ongoing repository activity. Requires macOS and Python 3.10 or later.
License in practice
MIT license permits commercial and private use with minimal restrictions, making this suitable for most projects without licensing concerns.
Quickstart
pip install pyobjc-framework-safariservices
import SafariServices
# Access Safari framework classes and methods through the SafariServices module
macOS operating system required; Python 3.10 or later; pyobjc-core and pyobjc-framework-Cocoa must be installed as dependencies
Verify before relying
- Specific SafariServices APIs exposed and their completeness relative to the native framework
- Performance characteristics when bridging between Python and Objective-C
- Whether free-threaded Python support (3.13+) is fully tested in production use
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 655,167/month — #5,517 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_safariservices-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_safariservices-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, SafariServices
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-CompositorServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-libxpcProvides Python bindings to the macOS XPC…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-AutomatorProvides Python bindings to macOS's Automator…
permissive · top 15,000 on PyPI
pyobjc-framework-CallKitProvides Python bindings for Apple's CallKit…
permissive · top 15,000 on PyPI
pyobjc-framework-LinkPresentationProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-OSLogProvides Python bindings to macOS's OSLog…
permissive · top 15,000 on PyPI
pyobjc-framework-InputMethodKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI