-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
102 lines (70 loc) · 3.8 KB
/
Copy pathpackage.xml
File metadata and controls
102 lines (70 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>0.19.0</freecadmin>
<version>0.1.5</version>
<date>2025-09-15</date>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>A FreeCAD workbench to estimate material quantity by volume or weight for selected parts</description>
<name>estimateWB</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>estimate</tag>
<tag>volume</tag>
<tag>weight</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'dev@erroronline.one'
>error on line 1</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'dev@erroronline.one'
>error on line 1</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>LGPL-3.0-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/estimateWB/resources/icon.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/erroronline1/estimateWB</url>
<url
branch = 'main'
type = 'repository'
>https://github.com/erroronline1/estimateWB</url>
<url
type = 'bugtracker'
>https://github.com/erroronline1/estimateWB/issues</url>
<url
type = 'discussion'
>https://forum.freecad.org/viewtopic.php?t=67078</url>
<url
type = 'website'
>https://github.com/erroronline1/estimateWB</url>
<url
type = 'readme'
>https://github.com/erroronline1/estimateWB/blob/main/Overview.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<!--[ Workbench ]――――――――――――――――――――――――――――――――――――――――――――――――――-->
<workbench>
<name>estimateWB</name>
<description>A FreeCAD workbench to estimate material quantity by volume or weight for selected parts</description>
<subdirectory>./</subdirectory>
<classname>estimateWB</classname>
<!--depend>numpy</depend-->
<!--depend>match with pyproject.toml</depend-->
<tag>estimate</tag>
<tag>volume</tag>
<tag>weight</tag>
</workbench>
</content>
</package>