pyobjc-framework-VideoSubscriberAccount
Wrappers for the framework VideoSubscriberAccount on macOS
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 on this page — 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
pyobjc-framework-videosubscriberaccount on PyPI
pip
pip install pyobjc-framework-videosubscriberaccountuv
uv add pyobjc-framework-videosubscriberaccountpoetry
poetry add pyobjc-framework-videosubscriberaccountInstalling 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 the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 649,044/month — #5,580 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_videosubscriberaccount-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, VideoSubscriberAccount
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-AudioVideoBridgingProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoToolboxProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-PassKitProvides Python bindings to Apple's PassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-ARKitProvides Python bindings for Apple's ARKit…
permissive · top 15,000 on PyPI
pyobjc-framework-SensitiveContentAnalysisProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI