dragonfly-doe2 0.12.7__tar.gz → 0.12.9__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.7 → dragonfly_doe2-0.12.9}/PKG-INFO +19 -5
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dev-requirements.txt +4 -4
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/properties/model.py +6 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2.egg-info/PKG-INFO +19 -5
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2.egg-info/SOURCES.txt +0 -1
- dragonfly_doe2-0.12.9/dragonfly_doe2.egg-info/requires.txt +2 -0
- dragonfly_doe2-0.12.9/requirements.txt +2 -0
- dragonfly_doe2-0.12.9/setup.cfg +4 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/setup.py +5 -1
- dragonfly_doe2-0.12.7/dragonfly_doe2.egg-info/requires.txt +0 -2
- dragonfly_doe2-0.12.7/requirements.txt +0 -2
- dragonfly_doe2-0.12.7/setup.cfg +0 -10
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/CODE_OF_CONDUCT.md +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/CONTRIBUTING.md +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/LICENSE +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/MANIFEST.in +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/README.md +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/__init__.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/__main__.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/_extend_dragonfly.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/cli/__init__.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/cli/translate.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/properties/__init__.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/properties/room2d.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2/writer.py +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2.egg-info/dependency_links.txt +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2.egg-info/entry_points.txt +0 -0
- {dragonfly_doe2-0.12.7 → dragonfly_doe2-0.12.9}/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.9
|
|
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.1
|
|
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."""
|
|
@@ -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.9
|
|
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.1
|
|
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.7/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.7 → dragonfly_doe2-0.12.9}/dragonfly_doe2.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|