pyobjc-framework-ModelIO
Wrappers for the framework ModelIO on macOS
What it is and what it does
This package wraps Apple's ModelIO framework, making it accessible from Python on macOS. ModelIO is part of Apple's graphics and media infrastructure, typically used for loading and processing 3D models and meshes. The wrapper translates between Python and Objective-C, allowing developers to call ModelIO APIs directly from Python code.
The package depends on pyobjc-core for the bridging infrastructure and pyobjc-framework-Cocoa and pyobjc-framework-Quartz for related macOS framework access. It is actively maintained and supports modern Python versions (3.10 through 3.15, including free-threading variants). Documentation is minimal in the package itself; users are directed to Apple's official ModelIO documentation and PyObjC's general translation guides.
Use it for:
- Load and parse 3D model files on macOS using Apple's native ModelIO framework from Python.
- Process mesh data and geometry in Python applications that run on macOS and need native performance.
- Integrate 3D model handling into macOS desktop applications written in Python.
- Access ModelIO's mesh optimization and analysis features for graphics pipelines on macOS.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's ModelIO framework on macOS, enabling access to 3D model loading, mesh processing, and related graphics capabilities through a Python interface.
Yes, if you are developing on macOS and need to work with 3D models or mesh data using Apple's native framework. The package is actively maintained, permissively licensed, and supports current Python versions. Install friction is moderate due to macOS-only wheels and system dependencies, but that is inherent to the framework it wraps. Not applicable on non-macOS platforms.
Install
pyobjc-framework-modelio on PyPI
pip
pip install pyobjc-framework-modeliouv
uv add pyobjc-framework-modeliopoetry
poetry add pyobjc-framework-modelioInstalling pyobjc-framework-ModelIO
Before you install
Medium install friction due to platform and architecture specificity—wheels are macOS-only (universal2 binaries for various Python versions from 3.10 onward). Maintenance is active with a recent release (3 days old) and steady repository activity.
License in practice
MIT license is permissive; you may use, modify, and distribute this package freely with minimal restrictions, making it suitable for both open-source and commercial projects.
Quickstart
pip install pyobjc-framework-modelio
import ModelIO
# Access ModelIO framework classes and functions through the ModelIO module
macOS only; requires Python 3.10 or later; depends on pyobjc-core, pyobjc-framework-Cocoa, and pyobjc-framework-Quartz.
Verify before relying
- Whether the package includes or requires separate installation of Apple's ModelIO framework headers or system libraries.
- Specific ModelIO framework capabilities exposed by this wrapper (e.g., supported 3D formats, mesh operations).
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific 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 | 656,166/month — #5,498 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_modelio-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_modelio-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_modelio-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_modelio-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_modelio-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_modelio-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_modelio-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_modelio-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_modelio-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, ModelIO
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-BrowserEngineKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SceneKitProvides Python bindings to macOS's SceneKit…
permissive · top 15,000 on PyPI
pyobjc-framework-IOSurfaceProvides Python bindings to macOS's IOSurface…
permissive · top 15,000 on PyPI
pyobjc-framework-QuartzProvides Python bindings to macOS Quartz…
permissive · top 5,000 on PyPI
pyobjc-framework-MetalProvides Python bindings to Apple's Metal…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-MapKitProvides Python bindings to Apple's MapKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MetalFXProvides Python bindings to Apple's MetalFX…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-VisionProvides Python bindings to macOS's Vision…
permissive · top 5,000 on PyPI