honeybee-schema 1.59.0__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.
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/PKG-INFO +18 -3
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/dev-requirements.txt +4 -4
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/validation.py +2 -2
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/PKG-INFO +18 -3
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/SOURCES.txt +0 -1
- honeybee_schema-1.59.1/setup.cfg +4 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/setup.py +5 -1
- honeybee_schema-1.59.0/setup.cfg +0 -10
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/.coveragerc +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/CONTRIBUTING.md +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/LICENSE +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/MANIFEST.in +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/README.md +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/docs.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/__init__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/__main__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/_base.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/altnumber.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/boundarycondition.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/cli.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/comparison.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/doe2/__init__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/doe2/properties.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/__init__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/_base.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/construction.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/constructionset.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/daylight.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/designday.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/generator.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/global_constructionset.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/__init__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/_template.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/allair.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/detailed.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/doas.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/heatcool.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/hvac/idealair.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/internalmass.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/load.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/material.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/programtype.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/properties.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/schedule.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/shw.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/simulation.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/ventcool.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/geometry.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/model.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/projectinfo.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/__init__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/_base.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/asset.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/global_modifierset.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/modifier.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/modifierset.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/properties.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/state.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/__init__.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_39_12.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_40_1.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_43_1.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_43_2.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_43_5.py +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/dependency_links.txt +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/entry_points.txt +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/requires.txt +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/top_level.txt +0 -0
- {honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/requirements.txt +0 -0
@@ -1,13 +1,17 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: honeybee-schema
|
3
|
-
Version: 1.59.
|
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
|
-
|
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
|
[](https://travis-ci.com/ladybug-tools/honeybee-schema)
|
21
36
|
[](https://coveralls.io/github/ladybug-tools/honeybee-schema)
|
@@ -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
|
+
Metadata-Version: 2.4
|
2
2
|
Name: honeybee-schema
|
3
|
-
Version: 1.59.
|
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
|
-
|
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
|
[](https://travis-ci.com/ladybug-tools/honeybee-schema)
|
21
36
|
[](https://coveralls.io/github/ladybug-tools/honeybee-schema)
|
@@ -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
|
)
|
honeybee_schema-1.59.0/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
|
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
|
{honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/energy/global_constructionset.py
RENAMED
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
|
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
|
{honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/radiance/global_modifierset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema/updater/version_1_39_12.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee_schema-1.59.0 → honeybee_schema-1.59.1}/honeybee_schema.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|