--- id: py-lib3mf version: "2.5.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # py-lib3mf — Python bindings for Lib3MF License: permissive · Maintenance: active · Downloads: 153.7K/mo ## What it is and what it does py-lib3mf is a Python wrapper around the Lib3MF C++ library, providing direct access to 3MF file format operations from Python. It packages precompiled bindings for modern Python versions, eliminating the need to build Lib3MF from source. The package wraps the official Lib3MF API (maintained by the 3MF Consortium) and is designed for developers working with 3D model files, particularly in contexts like 3D printing, CAD workflows, or 3D graphics applications. The package has no runtime dependencies beyond the compiled Lib3MF library bundled in the wheel, making it straightforward to install and use. It requires Python 3.10 or later and is actively maintained; the latest release came 102 days ago. The Apache-2.0 license permits commercial use without restrictions. Use it for: - Load and parse 3MF files in 3D printing or CAD applications to extract model geometry and metadata - Generate or modify 3MF files programmatically for batch processing or design automation workflows - Integrate 3MF support into Python-based 3D modeling or slicing tools - Convert between 3MF and other 3D formats by reading 3MF data and exporting to alternative formats ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Lib3MF, enabling reading, writing, and manipulation of 3D model files in the 3MF format. Yes, if you need to work with 3MF files in Python. The package is actively maintained, has no external runtime dependencies, carries a permissive license, and offers prebuilt wheels for modern Python versions. Medium install friction is typical for compiled bindings and not a barrier. No known vulnerabilities. Install it when 3MF support is a requirement; skip it if your workflow doesn't involve 3MF files. ## Install pip install py-lib3mf uv add py-lib3mf poetry add py-lib3mf ## Installing py-lib3mf Before you install: Medium install friction due to compiled wheels; prebuilt binaries available for modern Python versions (3.10+) on Linux/macOS and Windows, but requires Python 3.10 or later. Last release 102 days ago with active maintenance status. License in practice: Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions; suitable for most projects without legal concerns. Quickstart: pip install py-lib3mf import lib3mf # Load and work with 3MF files model = lib3mf.Model() # Use Lib3MF API methods as documented in the Lib3MF repository Requires Python 3.10 or later; prebuilt wheels available for Linux/macOS/Windows on supported architectures. Verify before relying: - Specific Lib3MF API surface and method availability in this wrapper version - Performance characteristics for large 3MF files - Whether Windows ARM64 wheels are available (friction evidence shows only aarch64 Linux wheels) ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 153.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags 3MF file format python, 3D model file handling, lib3mf python bindings, 3MF reader writer, 3D printing file format, 3d-modeling, file-format, bindings [View on SkillFed](https://skillfed.io/packages/py-lib3mf) · [View on PyPI](https://pypi.org/project/py-lib3mf/)