cmeel-assimp
cmeel distribution for assimp, Open-Asset-Importer-Library Repository
What it is and what it does
cmeel-assimp is a Python distribution of Assimp, packaged via CMeel to provide pre-built binaries for multiple platforms. It allows developers to load 3D model files without needing to compile Assimp themselves. The package depends on cmeel and cmeel-zlib as runtime dependencies.
The package targets Python >= 3.10 and is actively maintained. It ships as pre-compiled wheels for macOS (Intel and ARM) and Linux (x86_64 and ARM64), reducing installation friction compared to building from source. With no known security vulnerabilities and BSD-3-Clause licensing, it is suitable for both open-source and commercial projects.
Use it for:
- Load 3D model files in game engines or graphics applications
- Batch convert between 3D file formats in automated asset pipelines
- Extract mesh data from 3D models for analysis or visualization
- Integrate 3D asset import into Python-based CAD or design tools
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python-packaged distribution of Assimp built via CMeel, enabling 3D model import in Python applications.
Yes, if you need to import 3D models in Python. The package is actively maintained, has no known vulnerabilities, uses permissive licensing, and provides pre-built binaries that reduce installation friction. Medium install complexity is typical for compiled libraries. Verify supported file formats match your use case.
Install
cmeel-assimp on PyPI
pip
pip install cmeel-assimpuv
uv add cmeel-assimppoetry
poetry add cmeel-assimpInstalling cmeel-assimp
Before you install
Medium install friction due to compiled binary wheels for multiple platforms (macOS x86_64 and arm64, Linux aarch64 and x86_64). Active maintenance with latest release 2026-05-20 and last commit 2026-08-01 suggests ongoing support.
License in practice
Licensed under BSD-3-Clause (permissive), allowing commercial use with minimal restrictions beyond attribution.
Quickstart
pip install cmeel-assimp
import assimp
scene = assimp.load('model.fbx')
Requires Python >= 3.10. Depends on cmeel and cmeel-zlib.
Verify before relying
- What 3D file formats are supported by this distribution
- Whether the package provides direct Assimp API access or a wrapper interface
- What mesh processing utilities are included beyond import functionality
- Performance characteristics for large or complex 3D models
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — cmeel, cmeel-zlib |
| Maintenance | actively maintained — 86 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 814,006/month — #4,994 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: cmeel_assimp-6.0.5-0-py3-none-macosx_10_9_x86_64.whl; cmeel_assimp-6.0.5-0-py3-none-macosx_11_0_arm64.whl; cmeel_assimp-6.0.5-0-py3-none-manylinux_2_28_aarch64.whl; cmeel_assimp-6.0.5-0-py3-none-manylinux_2_28_x86_64.whl
Tags
More Graphics packages
Pillow adds image processing capabilities to…
permissive · top 100 on PyPI
fonttoolsfonttools manipulates font files in multiple…
permissive · top 1,000 on PyPI
matplotlib-inlineEnables matplotlib figures to display inline…
permissive · top 1,000 on PyPI
pymupdfPyMuPDF extracts, renders, converts, and…
agpl · top 1,000 on PyPI
pypdfium2pypdfium2 is a Python binding to PDFium that…
permissive · top 1,000 on PyPI
altairAltair is a declarative Python library for…
permissive · top 1,000 on PyPI
cmeel-octomapProvides Python bindings to OctoMap, a 3D…
unclear · top 15,000 on PyPI
cmeel-tinyxmlProvides a Python-packaged distribution of…
unclear · top 15,000 on PyPI
cmeel-tinyxml2Provides a Python-packaged distribution of…
permissive · top 15,000 on PyPI
cmeel-console-bridgeProvides a Python distribution of…
permissive · top 15,000 on PyPI
cmeel-boostProvides pre-built Boost 1.90.0 C++ libraries…
unclear · top 5,000 on PyPI
cmeelcmeel is a PEP 517 build backend that packages…
permissive · top 5,000 on PyPI
lib3mflib3mf reads, writes, and validates 3D…
permissive · top 15,000 on PyPI
cmeel-qhullProvides precompiled qhull binaries (convex…
unclear · top 15,000 on PyPI
cmeel-zlibProvides zlib 1.3.2 as a pre-built wheel for…
permissive · top 15,000 on PyPI
xatlasGenerates UV texture coordinates for 3D…
permissive · top 15,000 on PyPI