--- id: pyobjc-framework-videosubscriberaccount version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-VideoSubscriberAccount — Wrappers for the framework VideoSubscriberAccount on macOS License: permissive · Maintenance: active · Downloads: 649.0K/mo ## What it is and what it does This package wraps Apple's VideoSubscriberAccount framework, making it callable from Python on macOS. It is part of the PyObjC project, which bridges Objective-C frameworks to Python by translating between the two languages' calling conventions and data types. The wrapper itself contains no embedded documentation; instead, you reference Apple's official VideoSubscriberAccount documentation alongside PyObjC's general translation guide to understand how to use the framework from Python. The package is a thin binding layer—it does not add new functionality, only exposes what the underlying macOS framework provides. It requires Python 3.10 or later and depends on pyobjc-core and pyobjc-framework-Cocoa to function. Installation is straightforward and the project is actively maintained. Use it for: - Build macOS applications that authenticate users via their video subscriber accounts - Integrate video subscription verification into Python-based macOS desktop tools - Access subscriber metadata and entitlements from within a Python process on macOS ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Apple's VideoSubscriberAccount framework on macOS, enabling access to video subscriber account functionality from Python code. Yes, if you are developing on macOS and need to call the VideoSubscriberAccount framework from Python. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and installs with low friction. It is only useful on macOS and only for code that interacts with video subscriber accounts; if you don't need that specific framework, it has no value. ## Install pip install pyobjc-framework-videosubscriberaccount uv add pyobjc-framework-videosubscriberaccount poetry add pyobjc-framework-videosubscriberaccount ## Installing pyobjc-framework-VideoSubscriberAccount Before you install: Low friction installation with active maintenance—released 3 days ago. Depends on pyobjc-core and pyobjc-framework-Cocoa, both part of the same stable project. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for commercial and open-source projects. Quickstart: pip install pyobjc-framework-videosubscriberaccount import VideoSubscriberAccount # Use VideoSubscriberAccount framework APIs as documented in Apple's framework documentation macOS operating system required; Python 3.10 or later Verify before relying: - Whether VideoSubscriberAccount framework is available on all supported macOS versions or only recent ones - Whether this wrapper covers the full VideoSubscriberAccount API surface or a subset ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 649.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags macos video subscriber account python, pyobjc videosubscriberaccount, apple framework bindings python, macos cocoa framework wrapper, objective-c bridge python, macos-framework, objective-c-binding [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-videosubscriberaccount) · [View on PyPI](https://pypi.org/project/pyobjc-framework-videosubscriberaccount/)