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.
Files changed (28) hide show
  1. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/PKG-INFO +19 -5
  2. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dev-requirements.txt +4 -4
  3. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/properties/model.py +6 -1
  4. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/PKG-INFO +19 -5
  5. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/SOURCES.txt +0 -1
  6. dragonfly_doe2-0.12.10/dragonfly_doe2.egg-info/requires.txt +2 -0
  7. dragonfly_doe2-0.12.10/requirements.txt +2 -0
  8. dragonfly_doe2-0.12.10/setup.cfg +4 -0
  9. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/setup.py +5 -1
  10. dragonfly_doe2-0.12.8/dragonfly_doe2.egg-info/requires.txt +0 -2
  11. dragonfly_doe2-0.12.8/requirements.txt +0 -2
  12. dragonfly_doe2-0.12.8/setup.cfg +0 -10
  13. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/CODE_OF_CONDUCT.md +0 -0
  14. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/CONTRIBUTING.md +0 -0
  15. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/LICENSE +0 -0
  16. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/MANIFEST.in +0 -0
  17. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/README.md +0 -0
  18. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/__init__.py +0 -0
  19. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/__main__.py +0 -0
  20. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/_extend_dragonfly.py +0 -0
  21. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/cli/__init__.py +0 -0
  22. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/cli/translate.py +0 -0
  23. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/properties/__init__.py +0 -0
  24. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/properties/room2d.py +0 -0
  25. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2/writer.py +0 -0
  26. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/dependency_links.txt +0 -0
  27. {dragonfly_doe2-0.12.8 → dragonfly_doe2-0.12.10}/dragonfly_doe2.egg-info/entry_points.txt +0 -0
  28. {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
1
+ Metadata-Version: 2.4
2
2
  Name: dragonfly-doe2
3
- Version: 0.12.8
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: License :: OSI Approved :: GNU Affero General Public License v3
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.1
18
- Requires-Dist: dragonfly-energy>=1.34.2
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
  ![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png) ![DOE-2](https://doe2.com/DOE2/BldgDOE2.gif) ![eQuest](https://www.doe2.com/equest/eQcb_142.gif)
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==5.1.1
8
- wheel==0.44.0
9
- setuptools==75.1.0
10
- importlib-metadata==8.5.0
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
1
+ Metadata-Version: 2.4
2
2
  Name: dragonfly-doe2
3
- Version: 0.12.8
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: License :: OSI Approved :: GNU Affero General Public License v3
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.1
18
- Requires-Dist: dragonfly-energy>=1.34.2
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
  ![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png) ![DOE-2](https://doe2.com/DOE2/BldgDOE2.gif) ![eQuest](https://www.doe2.com/equest/eQcb_142.gif)
21
35
 
@@ -5,7 +5,6 @@ MANIFEST.in
5
5
  README.md
6
6
  dev-requirements.txt
7
7
  requirements.txt
8
- setup.cfg
9
8
  setup.py
10
9
  dragonfly_doe2/__init__.py
11
10
  dragonfly_doe2/__main__.py
@@ -0,0 +1,2 @@
1
+ honeybee-doe2==0.23.2
2
+ dragonfly-energy>=1.34.72
@@ -0,0 +1,2 @@
1
+ honeybee-doe2==0.23.2
2
+ dragonfly-energy>=1.34.72
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -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
- "License :: OSI Approved :: GNU Affero General Public License v3",
34
+ "Programming Language :: Python :: Implementation :: IronPython",
31
35
  "Operating System :: OS Independent"
32
36
  ],
33
37
  license="AGPL-3.0",
@@ -1,2 +0,0 @@
1
- honeybee-doe2==0.23.1
2
- dragonfly-energy>=1.34.2
@@ -1,2 +0,0 @@
1
- honeybee-doe2==0.23.1
2
- dragonfly-energy>=1.34.2
@@ -1,10 +0,0 @@
1
- [bdist_wheel]
2
- universal = 1
3
-
4
- [metadata]
5
- license_file = LICENSE
6
-
7
- [egg_info]
8
- tag_build =
9
- tag_date = 0
10
-