--- id: pyobjc-framework-sharedwithyoucore version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-SharedWithYouCore — Wrappers for the framework SharedWithYouCore on macOS License: permissive · Maintenance: active · Downloads: 650.4K/mo ## What it is and what it does This package is a thin Python wrapper around Apple's SharedWithYouCore framework, part of the PyObjC project. It translates Objective-C APIs into Python, allowing developers to access macOS collaboration and shared content features from Python code. The package itself contains no documentation—it relies on Apple's official framework documentation and PyObjC's general bridging guidance. The package is macOS-only and requires Python 3.10 or later. It depends on pyobjc-core and pyobjc-framework-Cocoa to function. Installation is straightforward on supported systems, though it will fail on non-macOS platforms. The project is actively maintained and supports modern Python versions including free-threading variants. Use it for: - Build macOS desktop applications in Python that need to integrate with system-level content sharing and collaboration features. - Access SharedWithYouCore APIs from Python scripts running on macOS to interact with shared documents or collaboration contexts. - Develop cross-framework macOS tools that combine PyObjC bindings to interact with native macOS collaboration infrastructure. - Prototype or automate macOS workflows that depend on the SharedWithYouCore framework's content-sharing capabilities. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings for Apple's SharedWithYouCore framework on macOS, enabling Python developers to access shared content and collaboration features through Objective-C. Yes, if you are developing on macOS and need access to the SharedWithYouCore framework from Python. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. Install friction is moderate due to platform specificity and compiled dependencies, but that is unavoidable for Objective-C bindings. Not applicable on non-macOS systems. ## Install pip install pyobjc-framework-sharedwithyoucore uv add pyobjc-framework-sharedwithyoucore poetry add pyobjc-framework-sharedwithyoucore ## Installing pyobjc-framework-SharedWithYouCore Before you install: Medium install friction due to platform specificity and compiled dependencies. Actively maintained with a recent release (3 days old) and steady commit history. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. License in practice: MIT license permits commercial and private use with minimal restrictions, making it suitable for most projects. Quickstart: pip install pyobjc-framework-sharedwithyoucore import SharedWithYouCore # Access SharedWithYouCore framework classes and methods macOS only; requires Python 3.10 or later; requires a macOS system with the SharedWithYouCore framework available. Verify before relying: - Which specific macOS versions include the SharedWithYouCore framework and are supported by this binding. - Whether free-threading support (3.13t, 3.14t, 3.15t wheels) is fully tested or experimental. - Performance characteristics or known limitations when bridging between Python and the Objective-C framework. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 650.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos framework bindings python, shared content api macos, pyobjc cocoa framework, objective-c python wrapper, macos collaboration framework, pyobjc sharedwithyoucore, apple framework python bindings, macos-only, objective-c-bindings, pyobjc [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-sharedwithyoucore) · [View on PyPI](https://pypi.org/project/pyobjc-framework-sharedwithyoucore/)