honeybee-schema 1.58.6__tar.gz → 1.59.1__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 (70) hide show
  1. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/PKG-INFO +18 -3
  2. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/dev-requirements.txt +4 -4
  3. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/model.py +9 -0
  4. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/validation.py +2 -2
  5. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/PKG-INFO +18 -3
  6. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/SOURCES.txt +0 -1
  7. honeybee_schema-1.59.1/setup.cfg +4 -0
  8. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/setup.py +5 -1
  9. honeybee_schema-1.58.6/setup.cfg +0 -10
  10. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/.coveragerc +0 -0
  11. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/CODE_OF_CONDUCT.md +0 -0
  12. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/CONTRIBUTING.md +0 -0
  13. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/LICENSE +0 -0
  14. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/MANIFEST.in +0 -0
  15. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/README.md +0 -0
  16. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/docs.py +0 -0
  17. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/__init__.py +0 -0
  18. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/__main__.py +0 -0
  19. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/_base.py +0 -0
  20. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/altnumber.py +0 -0
  21. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/boundarycondition.py +0 -0
  22. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/cli.py +0 -0
  23. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/comparison.py +0 -0
  24. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/doe2/__init__.py +0 -0
  25. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/doe2/properties.py +0 -0
  26. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/__init__.py +0 -0
  27. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/_base.py +0 -0
  28. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/construction.py +0 -0
  29. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/constructionset.py +0 -0
  30. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/daylight.py +0 -0
  31. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/designday.py +0 -0
  32. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/generator.py +0 -0
  33. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/global_constructionset.py +0 -0
  34. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/__init__.py +0 -0
  35. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/_template.py +0 -0
  36. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/allair.py +0 -0
  37. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/detailed.py +0 -0
  38. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/doas.py +0 -0
  39. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/heatcool.py +0 -0
  40. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/idealair.py +0 -0
  41. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/internalmass.py +0 -0
  42. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/load.py +0 -0
  43. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/material.py +0 -0
  44. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/programtype.py +0 -0
  45. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/properties.py +0 -0
  46. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/schedule.py +0 -0
  47. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/shw.py +0 -0
  48. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/simulation.py +0 -0
  49. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/energy/ventcool.py +0 -0
  50. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/geometry.py +0 -0
  51. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/projectinfo.py +0 -0
  52. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/__init__.py +0 -0
  53. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/_base.py +0 -0
  54. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/asset.py +0 -0
  55. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/global_modifierset.py +0 -0
  56. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/modifier.py +0 -0
  57. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/modifierset.py +0 -0
  58. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/properties.py +0 -0
  59. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/radiance/state.py +0 -0
  60. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/updater/__init__.py +0 -0
  61. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_39_12.py +0 -0
  62. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_40_1.py +0 -0
  63. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_43_1.py +0 -0
  64. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_43_2.py +0 -0
  65. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_43_5.py +0 -0
  66. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/dependency_links.txt +0 -0
  67. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/entry_points.txt +0 -0
  68. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/requires.txt +0 -0
  69. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/top_level.txt +0 -0
  70. {honeybee_schema-1.58.6 → honeybee_schema-1.59.1}/requirements.txt +0 -0
@@ -1,13 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: honeybee-schema
3
- Version: 1.58.6
3
+ Version: 1.59.1
4
4
  Summary: Honeybee Data-Model Objects
5
5
  Home-page: https://github.com/ladybug-tools-in2/honeybee-schema
6
6
  Author: Ladybug Tools
7
7
  Author-email: info@ladybug.tools
8
- Classifier: Programming Language :: Python :: 3.6
8
+ License: BSD-3-Clause
9
9
  Classifier: Programming Language :: Python :: 3.7
10
+ Classifier: Programming Language :: Python :: 3.8
11
+ Classifier: Programming Language :: Python :: 3.9
10
12
  Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
11
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
12
16
  Classifier: Operating System :: OS Independent
13
17
  Description-Content-Type: text/markdown
@@ -16,6 +20,17 @@ Requires-Dist: pydantic-openapi-helper>=0.2.10
16
20
  Requires-Dist: honeybee-standards==2.0.7
17
21
  Provides-Extra: cli
18
22
  Requires-Dist: click>=7.1.2; extra == "cli"
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: provides-extra
32
+ Dynamic: requires-dist
33
+ Dynamic: summary
19
34
 
20
35
  [![Build Status](https://travis-ci.com/ladybug-tools/honeybee-schema.svg?branch=master)](https://travis-ci.com/ladybug-tools/honeybee-schema)
21
36
  [![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-schema/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-schema)
@@ -1,7 +1,7 @@
1
1
  click==7.1.2;python_version<'3.8'
2
2
  click==8.1.3;python_version>='3.8'
3
3
  pytest==8.3.2
4
- twine==5.1.1
5
- wheel==0.44.0
6
- setuptools==75.1.0
7
- importlib-metadata==8.5.0
4
+ twine==6.1.0
5
+ wheel==0.45.1
6
+ setuptools==80.9.0
7
+ build==1.3.0
@@ -340,6 +340,15 @@ class Room(IDdBaseModel):
340
340
  'any calculations when the Room is part of a Model, including EUI calculations.'
341
341
  )
342
342
 
343
+ zone: str = Field(
344
+ default=None,
345
+ description='Text string for for the zone identifier to which this Room belongs. '
346
+ 'Rooms sharing the same zone identifier are considered part of the same zone '
347
+ 'in a Model. If the zone identifier has not been specified, it will be '
348
+ 'the same as the Room identifier in the destination engine. Note that this '
349
+ 'property has no character restrictions.'
350
+ )
351
+
343
352
  story: str = Field(
344
353
  default=None,
345
354
  description='Text string for the story identifier to which this Room belongs. '
@@ -3,7 +3,7 @@ from pydantic import BaseModel, Field, constr
3
3
  from typing import List, Union
4
4
  from enum import Enum
5
5
 
6
- from .geometry import Point3D, LineSegment3D
6
+ from .geometry import Point3D, LineSegment3D, Face3D
7
7
 
8
8
 
9
9
  class ExtensionTypes(str, Enum):
@@ -150,7 +150,7 @@ class ValidationError(BaseModel):
150
150
  'are involved.'
151
151
  )
152
152
 
153
- helper_geometry: List[Union[Point3D, LineSegment3D]] = Field(
153
+ helper_geometry: List[Union[Point3D, LineSegment3D, Face3D]] = Field(
154
154
  default=None,
155
155
  description='An optional list of geometry objects that helps illustrate '
156
156
  'where exactly issues with invalid geometry exist within the Honeybee object. '
@@ -1,13 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: honeybee-schema
3
- Version: 1.58.6
3
+ Version: 1.59.1
4
4
  Summary: Honeybee Data-Model Objects
5
5
  Home-page: https://github.com/ladybug-tools-in2/honeybee-schema
6
6
  Author: Ladybug Tools
7
7
  Author-email: info@ladybug.tools
8
- Classifier: Programming Language :: Python :: 3.6
8
+ License: BSD-3-Clause
9
9
  Classifier: Programming Language :: Python :: 3.7
10
+ Classifier: Programming Language :: Python :: 3.8
11
+ Classifier: Programming Language :: Python :: 3.9
10
12
  Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
11
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
12
16
  Classifier: Operating System :: OS Independent
13
17
  Description-Content-Type: text/markdown
@@ -16,6 +20,17 @@ Requires-Dist: pydantic-openapi-helper>=0.2.10
16
20
  Requires-Dist: honeybee-standards==2.0.7
17
21
  Provides-Extra: cli
18
22
  Requires-Dist: click>=7.1.2; extra == "cli"
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: provides-extra
32
+ Dynamic: requires-dist
33
+ Dynamic: summary
19
34
 
20
35
  [![Build Status](https://travis-ci.com/ladybug-tools/honeybee-schema.svg?branch=master)](https://travis-ci.com/ladybug-tools/honeybee-schema)
21
36
  [![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-schema/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-schema)
@@ -7,7 +7,6 @@ README.md
7
7
  dev-requirements.txt
8
8
  docs.py
9
9
  requirements.txt
10
- setup.cfg
11
10
  setup.py
12
11
  honeybee_schema/__init__.py
13
12
  honeybee_schema/__main__.py
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -26,10 +26,14 @@ setuptools.setup(
26
26
  "console_scripts": ["honeybee-schema = honeybee_schema.cli:main"]
27
27
  },
28
28
  classifiers=[
29
- "Programming Language :: Python :: 3.6",
30
29
  "Programming Language :: Python :: 3.7",
30
+ "Programming Language :: Python :: 3.8",
31
+ "Programming Language :: Python :: 3.9",
31
32
  "Programming Language :: Python :: 3.10",
33
+ "Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
32
35
  "Programming Language :: Python :: Implementation :: CPython",
33
36
  "Operating System :: OS Independent"
34
37
  ],
38
+ license="BSD-3-Clause"
35
39
  )
@@ -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
-