-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.xml
More file actions
105 lines (77 loc) · 3.78 KB
/
package.xml
File metadata and controls
105 lines (77 loc) · 3.78 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
103
104
105
<?xml
version = '1.0'
encoding = 'UTF-8'
standalone = 'no'
?>
<package
format = '1'
xmlns = 'https://wiki.freecad.org/Package_Metadata'
>
<!--[ Versions ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<freecadmin>1.0.0</freecadmin>
<pythonmin>3.11</pythonmin>
<version>2.2.0</version>
<date>2024-12-10</date>
<!--[ Dependencies ]―――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<depend
version_eq = '2.5.2'
type = 'python'
>cadquery</depend>
<depend
version_eq = '7.7.2'
type = 'python'
>cadquery-ocp</depend>
<depend
version_eq = '0.10.0'
type = 'python'
>build123d</depend>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Build CadQuery models withing FreeCAD.</description>
<name>CadQuery</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Parametric</tag>
<tag>Scripting</tag>
<tag>Modeling</tag>
<tag>Macro</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'wrightjmf@gmail.com'
>Jeremy Wright</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'wrightjmf@gmail.com'
>Jeremy Wright</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>Apache-2.0</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/CadQuery/icons/CQ_Logo.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/CadQuery/cadquery-freecad-workbench/blob/master/docs/index.md</url>
<url
branch = 'master'
type = 'repository'
>https://github.com/CadQuery/cadquery-freecad-workbench</url>
<url
type = 'bugtracker'
>https://github.com/CadQuery/cadquery-freecad-workbench/issues</url>
<url
type = 'discussion'
>https://github.com/CadQuery/cadquery/discussions</url>
<url
type = 'website'
>https://cadquery.readthedocs.io</url>
<url
type = 'readme'
>https://github.com/CadQuery/cadquery-freecad-workbench/blob/master/README.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<workbench>
<subdirectory>.</subdirectory>
<classname>CadQueryWorkbench</classname>
</workbench>
</content>
</package>