Files
guru/dev-python/lib3mf/metadata.xml
2026-02-26 21:05:09 +08:00

25 lines
1.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">3MFConsortium/lib3mf</remote-id>
<remote-id type="pypi">lib3mf</remote-id>
</upstream>
<longdescription lang="en">
lib3mf provides Python bindings for the lib3mf library, which implements
the 3D Manufacturing Format (3MF). 3MF is an open-source file format for
3D printing that contains complete model information including meshes,
materials, colors, and print settings. This package enables reading,
writing, and manipulating 3MF files from Python.
</longdescription>
<longdescription lang="zh">
lib3mf提供了lib3mf库的Python绑定该库实现了3D制造格式3MF。3MF是一种
用于3D打印的开源文件格式包含完整的模型信息包括网格、材料、颜色和打印
设置。此包允许从Python读取、写入和操作3MF文件。
</longdescription>
</pkgmetadata>