dragonfly-doe2 0.12.8__tar.gz → 0.12.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/PKG-INFO +19 -5
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dev-requirements.txt +4 -4
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/properties/model.py +6 -1
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/PKG-INFO +19 -5
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/SOURCES.txt +0 -1
- dragonfly_doe2-0.12.10/dragonfly_doe2.egg-info/requires.txt +2 -0
- dragonfly_doe2-0.12.10/requirements.txt +2 -0
- dragonfly_doe2-0.12.10/setup.cfg +4 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/setup.py +5 -1
- dragonfly_doe2-0.12.8/dragonfly_doe2.egg-info/requires.txt +0 -2
- dragonfly_doe2-0.12.8/requirements.txt +0 -2
- dragonfly_doe2-0.12.8/setup.cfg +0 -10
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/CODE_OF_CONDUCT.md +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/CONTRIBUTING.md +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/LICENSE +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/MANIFEST.in +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/README.md +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/__init__.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/__main__.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/_extend_dragonfly.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/cli/__init__.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/cli/translate.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/properties/__init__.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/properties/room2d.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/writer.py +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/dependency_links.txt +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/entry_points.txt +0 -0
- {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/top_level.txt +0 -0
|
@@ -1,21 +1,35 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: dragonfly-doe2
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.10
|
|
4
4
|
Summary: Dragonfly extension for the DOE-2 energy simulation engine.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-doe2
|
|
6
6
|
Author: Ladybug Tools
|
|
7
7
|
Author-email: info@ladybug.tools
|
|
8
8
|
License: AGPL-3.0
|
|
9
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
9
10
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
10
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
16
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
13
|
-
Classifier:
|
|
17
|
+
Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
14
18
|
Classifier: Operating System :: OS Independent
|
|
15
19
|
Description-Content-Type: text/markdown
|
|
16
20
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: honeybee-doe2==0.23.
|
|
18
|
-
Requires-Dist: dragonfly-energy>=1.34.
|
|
21
|
+
Requires-Dist: honeybee-doe2==0.23.2
|
|
22
|
+
Requires-Dist: dragonfly-energy>=1.34.72
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: author-email
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: license
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: requires-dist
|
|
32
|
+
Dynamic: summary
|
|
19
33
|
|
|
20
34
|
  
|
|
21
35
|
|
|
@@ -4,7 +4,7 @@ sphinx-bootstrap-theme==0.8.1
|
|
|
4
4
|
sphinxcontrib-fulltoc==1.2.0
|
|
5
5
|
sphinxcontrib-websupport==2.0.0
|
|
6
6
|
sphinx-click==6.0.0
|
|
7
|
-
twine==
|
|
8
|
-
wheel==0.
|
|
9
|
-
setuptools==
|
|
10
|
-
|
|
7
|
+
twine==6.1.0
|
|
8
|
+
wheel==0.45.1
|
|
9
|
+
setuptools==80.9.0
|
|
10
|
+
build==1.3.0
|
|
@@ -15,6 +15,12 @@ class ModelDoe2Properties(object):
|
|
|
15
15
|
Properties:
|
|
16
16
|
* host
|
|
17
17
|
"""
|
|
18
|
+
# dictionary mapping validation error codes to a corresponding check function
|
|
19
|
+
ERROR_MAP = {
|
|
20
|
+
'030101': 'check_room_2d_floor_plate_vertex_count',
|
|
21
|
+
'030102': 'check_no_room_2d_floor_plate_holes',
|
|
22
|
+
'030103': 'check_no_story_courtyards'
|
|
23
|
+
}
|
|
18
24
|
|
|
19
25
|
def __init__(self, host):
|
|
20
26
|
"""Initialize ModelDoe2Properties."""
|
|
@@ -98,7 +104,6 @@ class ModelDoe2Properties(object):
|
|
|
98
104
|
detailed = False if raise_exception else detailed
|
|
99
105
|
msgs = []
|
|
100
106
|
# perform checks for specific doe-2 simulation rules
|
|
101
|
-
msgs.append(self.check_room_2d_floor_plate_vertex_count(False, detailed))
|
|
102
107
|
# output a final report of errors or raise an exception
|
|
103
108
|
full_msgs = [msg for msg in msgs if msg]
|
|
104
109
|
if detailed:
|
|
@@ -1,21 +1,35 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: dragonfly-doe2
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.10
|
|
4
4
|
Summary: Dragonfly extension for the DOE-2 energy simulation engine.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-doe2
|
|
6
6
|
Author: Ladybug Tools
|
|
7
7
|
Author-email: info@ladybug.tools
|
|
8
8
|
License: AGPL-3.0
|
|
9
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
9
10
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
10
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
16
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
13
|
-
Classifier:
|
|
17
|
+
Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
14
18
|
Classifier: Operating System :: OS Independent
|
|
15
19
|
Description-Content-Type: text/markdown
|
|
16
20
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: honeybee-doe2==0.23.
|
|
18
|
-
Requires-Dist: dragonfly-energy>=1.34.
|
|
21
|
+
Requires-Dist: honeybee-doe2==0.23.2
|
|
22
|
+
Requires-Dist: dragonfly-energy>=1.34.72
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: author-email
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: license
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: requires-dist
|
|
32
|
+
Dynamic: summary
|
|
19
33
|
|
|
20
34
|
  
|
|
21
35
|
|
|
@@ -23,11 +23,15 @@ setuptools.setup(
|
|
|
23
23
|
"console_scripts": ["dragonfly-doe2 = dragonfly_doe2.cli:doe2"]
|
|
24
24
|
},
|
|
25
25
|
classifiers=[
|
|
26
|
+
"Programming Language :: Python :: 2.7",
|
|
26
27
|
"Programming Language :: Python :: 3.7",
|
|
28
|
+
"Programming Language :: Python :: 3.8",
|
|
29
|
+
"Programming Language :: Python :: 3.9",
|
|
27
30
|
"Programming Language :: Python :: 3.10",
|
|
31
|
+
"Programming Language :: Python :: 3.11",
|
|
28
32
|
"Programming Language :: Python :: 3.12",
|
|
29
33
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
30
|
-
"
|
|
34
|
+
"Programming Language :: Python :: Implementation :: IronPython",
|
|
31
35
|
"Operating System :: OS Independent"
|
|
32
36
|
],
|
|
33
37
|
license="AGPL-3.0",
|
dragonfly_doe2-0.12.8/setup.cfg
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|