dragonfly-schema 1.10.2__py2.py3-none-any.whl → 1.11.1__py2.py3-none-any.whl
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_schema/model.py +4 -4
- {dragonfly_schema-1.10.2.dist-info → dragonfly_schema-1.11.1.dist-info}/METADATA +3 -2
- {dragonfly_schema-1.10.2.dist-info → dragonfly_schema-1.11.1.dist-info}/RECORD +6 -6
- {dragonfly_schema-1.10.2.dist-info → dragonfly_schema-1.11.1.dist-info}/LICENSE +0 -0
- {dragonfly_schema-1.10.2.dist-info → dragonfly_schema-1.11.1.dist-info}/WHEEL +0 -0
- {dragonfly_schema-1.10.2.dist-info → dragonfly_schema-1.11.1.dist-info}/top_level.txt +0 -0
dragonfly_schema/model.py
CHANGED
@@ -3,7 +3,7 @@ from pydantic import BaseModel, Field, root_validator, constr, conlist
|
|
3
3
|
from typing import List, Union
|
4
4
|
|
5
5
|
from honeybee_schema._base import IDdBaseModel
|
6
|
-
from honeybee_schema.model import Room, Face3D, Units
|
6
|
+
from honeybee_schema.model import Room, Face3D, Mesh3D, Units
|
7
7
|
from honeybee_schema.boundarycondition import Ground, Outdoors, Surface, \
|
8
8
|
Adiabatic, OtherSideTemperature
|
9
9
|
from honeybee_schema.altnumber import Autocalculate
|
@@ -297,10 +297,10 @@ class ContextShade(IDdBaseModel):
|
|
297
297
|
|
298
298
|
type: constr(regex='^ContextShade$') = 'ContextShade'
|
299
299
|
|
300
|
-
geometry: List[Face3D] = Field(
|
300
|
+
geometry: List[Union[Face3D, Mesh3D]] = Field(
|
301
301
|
...,
|
302
|
-
description='An array of planar Face3Ds that together
|
303
|
-
'context shade.'
|
302
|
+
description='An array of planar Face3Ds and or Mesh3Ds that together '
|
303
|
+
'represent the context shade.'
|
304
304
|
)
|
305
305
|
|
306
306
|
is_detached: bool = Field(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dragonfly-schema
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.11.1
|
4
4
|
Summary: Dragonfly Data-Model Objects
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-schema
|
6
6
|
Author: Ladybug Tools
|
@@ -19,7 +19,8 @@ Requires-Dist: honeybee-schema (==1.57.3)
|
|
19
19
|
|
20
20
|
# dragonfly-schema
|
21
21
|
|
22
|
-
Dragonfly Data-Model
|
22
|
+
Dragonfly Data-Model that generates documentation and OpenAPI specifications for
|
23
|
+
the DFJSON file schema.
|
23
24
|
|
24
25
|
## Installation
|
25
26
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
dragonfly_schema/__init__.py,sha256=Cp-YAOlfQuotiRooL-u9oPbSK_C4xBDYQUhlA67qxyI,36
|
2
|
-
dragonfly_schema/model.py,sha256=
|
2
|
+
dragonfly_schema/model.py,sha256=rsLKNYGCL6NE8pchJKuVb0XCB1VftRxL-bzHM1-JYeg,14730
|
3
3
|
dragonfly_schema/roof.py,sha256=hES6EXVl3utiKVhMnRSIGjnH4wCaa840PWjdd1YffkY,745
|
4
4
|
dragonfly_schema/shading_parameter.py,sha256=WI9XPX3eVXhIutvE_AD1ozJ4QxH85E3Frv9SKsIzCl8,3121
|
5
5
|
dragonfly_schema/skylight_parameter.py,sha256=4uxsAHHEbpfZYndIw2KcQ9AJXU7AJcRZWo7up65vC2c,3137
|
@@ -9,8 +9,8 @@ dragonfly_schema/energy/properties.py,sha256=x7wJqW9kPVMapa9lhIhsmMe_9IDYSWjN-H7
|
|
9
9
|
dragonfly_schema/radiance/__init__.py,sha256=ok8w16ru1XXBUVjdghvNvwwXGPVSKKpHU-nmj4mf3IU,57
|
10
10
|
dragonfly_schema/radiance/gridpar.py,sha256=ZQTnEdN1vmSsa2QMxfUdebg3cMnu6VvfcluiP11xHOs,4809
|
11
11
|
dragonfly_schema/radiance/properties.py,sha256=Q_O_7fJohdtv5uwHTCZp1W67LoNUaZ45GB6GK7zKK4Y,3405
|
12
|
-
dragonfly_schema-1.
|
13
|
-
dragonfly_schema-1.
|
14
|
-
dragonfly_schema-1.
|
15
|
-
dragonfly_schema-1.
|
16
|
-
dragonfly_schema-1.
|
12
|
+
dragonfly_schema-1.11.1.dist-info/LICENSE,sha256=XfAFIvGuzrC7DEE82mZyAJX4l2ND-i7fICCCMiXBDZw,1070
|
13
|
+
dragonfly_schema-1.11.1.dist-info/METADATA,sha256=DAjlyDPhdrj0f-WQLXvrhiGlFjm2kZSjQOzlGmHK9zc,1895
|
14
|
+
dragonfly_schema-1.11.1.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
|
15
|
+
dragonfly_schema-1.11.1.dist-info/top_level.txt,sha256=FOvFqYP_bZgcwNtIIgvUZjC-LuQGBEms5zW4nkiclZ0,17
|
16
|
+
dragonfly_schema-1.11.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|