skillfed

pyobjc-framework-ModelIO

Wrappers for the framework ModelIO on macOS

pyobjc-framework-modelio v12.2.2 656.2K downloads/30d#5,498 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-modelio

poetry

poetry add pyobjc-framework-modelio

Installing 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

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 modelio framework python3d model loading macospyobjc modelio bindingsmesh processing macos pythonapple modelio wrapper
macos-only3d-graphicspyobjc

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

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-SceneKit

Provides Python bindings to macOS's SceneKit…

permissive · top 15,000 on PyPI

pyobjc-framework-IOSurface

Provides Python bindings to macOS's IOSurface…

permissive · top 15,000 on PyPI

pyobjc-framework-Quartz

Provides Python bindings to macOS Quartz…

permissive · top 5,000 on PyPI

pyobjc-framework-Metal

Provides Python bindings to Apple's Metal…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-MapKit

Provides Python bindings to Apple's MapKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MetalFX

Provides Python bindings to Apple's MetalFX…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Vision

Provides Python bindings to macOS's Vision…

permissive · top 5,000 on PyPI