skillfed

pyobjc-framework-SensitiveContentAnalysis

Wrappers for the framework SensitiveContentAnalysis on macOS

pyobjc-framework-sensitivecontentanalysis v12.2.2 623.2K downloads/30d#5,704 on PyPI803
Permissive license MIT Active released

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-sensitivecontentanalysis

uv

uv add pyobjc-framework-sensitivecontentanalysis

poetry

poetry add pyobjc-framework-sensitivecontentanalysis

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos sensitive content detectionpyobjc framework bindingsimage content analysis macosapple sensitivecontentanalysisnsfw detection macosvideo content screeningmacos objc python wrapper
macos-onlycontent-moderationobjc-bindings

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-LinkPresentation

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaExtension

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-DataDetection

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-DeviceDiscoveryExtension

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-Cinematic

Provides Python bindings for Apple's Cinematic…

permissive · top 15,000 on PyPI

pyobjc-framework-ExtensionKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-BrowserEngineKit

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-ImageCaptureCore

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI