pyobjc-framework-SensitiveContentAnalysis
Wrappers for the framework SensitiveContentAnalysis on macOS
What it is and what it does
This package wraps Apple's SensitiveContentAnalysis framework, a native macOS capability for analyzing images and videos to detect sensitive content. It translates the Objective-C API into Python, allowing developers to call the framework's analysis methods directly from Python code running on macOS. The package is part of the larger PyObjC project and does not include its own documentation—users must consult Apple's framework documentation and PyObjC's general translation guides to understand how to use it.
The package depends on pyobjc-core and two other PyObjC framework bindings (Cocoa and Quartz), which handle the low-level bridging between Python and Objective-C. It is actively maintained, supports Python 3.10 through 3.15, and carries no known security vulnerabilities. Installation is straightforward on macOS systems, but the package is only useful on that platform.
Use it for:
- Screen user-uploaded images or videos for sensitive content in a macOS app or service.
- Build a content moderation pipeline that leverages native macOS APIs without external services.
- Integrate sensitive-content detection into a Python-based media processing workflow on macOS.
- Detect and flag potentially inappropriate media in local file systems or media libraries.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's SensitiveContentAnalysis framework on macOS, enabling detection and classification of sensitive content in images and videos.
Yes, if you are building a macOS application or service in Python that needs to detect sensitive content in images or videos. The package is actively maintained, has no known vulnerabilities, and offers low-friction installation. No, if you are not on macOS or do not need content analysis—the framework is macOS-only and tightly coupled to Apple's native APIs.
Install
pyobjc-framework-sensitivecontentanalysis on PyPI
pip
pip install pyobjc-framework-sensitivecontentanalysisuv
uv add pyobjc-framework-sensitivecontentanalysispoetry
poetry add pyobjc-framework-sensitivecontentanalysisInstalling pyobjc-framework-SensitiveContentAnalysis
Before you install
Low friction: pure Python wheel with three PyObjC framework dependencies. Actively maintained with a release 3 days old. Requires macOS and Python 3.10+.
License in practice
MIT license permits commercial and private use with minimal restrictions—standard permissive terms.
Quickstart
pip install pyobjc-framework-sensitivecontentanalysis
from SensitiveContentAnalysis import SCSensitivityAnalyzer
analyzer = SCSensitivityAnalyzer.alloc().init()
macOS only; requires Python 3.10 or later; SensitiveContentAnalysis framework must be available on the target macOS version.
Verify before relying
- Which macOS versions include the SensitiveContentAnalysis framework and are supported by this binding.
- Whether the binding covers all public APIs of the underlying framework or only a subset.
- Performance characteristics and typical latency for content analysis operations.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-Cocoa, pyobjc-framework-Quartz |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 623,169/month — #5,704 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_sensitivecontentanalysis-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, SensitiveContentAnalysis
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-LinkPresentationProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-DataDetectionProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-DeviceDiscoveryExtensionProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-CinematicProvides Python bindings for Apple's Cinematic…
permissive · top 15,000 on PyPI
pyobjc-framework-ExtensionKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-BrowserEngineKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ImageCaptureCoreProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI