lib3mf is the official Python binding for the 3D Manufacturing Format (3MF) library, enabling reading, writing, and manipulation of 3MF files. Version 2.5.0 is current. Release cadence is irregular, driven by upstream spec changes.
pip install lib3mfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Prints the version of the underlying lib3mf C++ library and creates a new empty model.
Refer to official documentation for the 2.x API. Use 'lib3mf.Model()' instead of 'createModel()'.
Ensure the lib3mf C library is installed (e.g., via system package manager) or use the official binary wheels if available.
Install with pip: 'pip install lib3mf'. If that fails, install the 3MF SDK first (see lib3mf.org).
Use 'import lib3mf' and then 'lib3mf.Model'.
No dependency data recorded yet.