-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
119 lines (88 loc) · 4.09 KB
/
package.xml
File metadata and controls
119 lines (88 loc) · 4.09 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?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>
<version>2026.03.08</version>
<date>2026.03.08</date>
<!--[ Dependencies - Python ]――――――――――――――――――――――――――――――――――――――――――――-->
<depend
version_gte = '0.2.11'
type = 'python'
>ladybug-radiance</depend>
<depend
version_gte = '0.44.29'
type = 'python'
>ladybug-core</depend>
<depend
version_gte = '0.13'
type = 'python'
>pysolar</depend>
<!--[ Dependencies - Addons ]――――――――――――――――――――――――――――――――――――――――――――-->
<depend
type = 'addon'
>Radiance</depend>
<depend
version_gte = '2023.02.05'
optional = 'True'
type = 'addon'
>Render</depend>
<depend
version_gte = '2025.01.04'
optional = 'True'
type = 'addon'
>Movie</depend>
<!--[ Info ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<description>Workbench to manage solar analysis and configurations.</description>
<name>Solar</name>
<!--[ Tags ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<tag>Visualize</tag>
<tag>Configure</tag>
<tag>Analyze</tag>
<tag>Solar</tag>
<tag>Sun</tag>
<!--[ Maintainers ]――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<maintainer
email = 'fco.rosa@yahoo.com.br'
>Francisco Rosa</maintainer>
<!--[ Authors ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<author
email = 'fco.rosa@yahoo.com.br'
>Francisco Rosa</author>
<!--[ Licenses ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<license
file = 'LICENSE'
>LGPL-2.1-or-later</license>
<!--[ Icon ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<icon>freecad/Solar/icons/Logo.svg</icon>
<!--[ Urls ]―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<url
type = 'documentation'
>https://github.com/Francisco-Rosa/Solar/Documentation</url>
<url
type = 'discussion'
>https://forum.freecad.org/viewtopic.php?p=836631</url>
<url
branch = 'main'
type = 'repository'
>https://github.com/Francisco-Rosa/Solar</url>
<url
type = 'bugtracker'
>https://github.com/Francisco-Rosa/Solar/issues</url>
<url
type = 'readme'
>https://github.com/Francisco-Rosa/Solar/blob/main/Resources/Documents/Overview.md</url>
<!--[ Content ]――――――――――――――――――――――――――――――――――――――――――――――――――――――――――-->
<content>
<workbench>
<subdirectory>.</subdirectory>
<classname>Solar</classname>
</workbench>
</content>
</package>