dragonfly-schema 1.12.1__tar.gz → 1.12.3__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-schema-1.12.1 → dragonfly-schema-1.12.3}/PKG-INFO +1 -1
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/roof.py +2 -3
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema.egg-info/PKG-INFO +1 -1
- dragonfly-schema-1.12.3/dragonfly_schema.egg-info/requires.txt +1 -0
- dragonfly-schema-1.12.3/requirements.txt +1 -0
- dragonfly-schema-1.12.1/dragonfly_schema.egg-info/requires.txt +0 -1
- dragonfly-schema-1.12.1/requirements.txt +0 -1
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/.coveragerc +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/CODE_OF_CONDUCT.md +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/CONTRIBUTING.md +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/LICENSE +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/MANIFEST.in +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/README.md +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dev-requirements.txt +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/docs.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/__init__.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/energy/__init__.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/energy/properties.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/model.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/radiance/__init__.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/radiance/gridpar.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/radiance/properties.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/shading_parameter.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/skylight_parameter.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema/window_parameter.py +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema.egg-info/SOURCES.txt +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema.egg-info/dependency_links.txt +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema.egg-info/top_level.txt +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/setup.cfg +0 -0
- {dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/setup.py +0 -0
@@ -1,6 +1,5 @@
|
|
1
1
|
"""Geometry for specifying sloped roofs over a Story."""
|
2
|
-
from pydantic import Field, constr
|
3
|
-
from typing import List
|
2
|
+
from pydantic import Field, constr, conlist
|
4
3
|
|
5
4
|
from honeybee_schema._base import NoExtraBaseModel
|
6
5
|
from honeybee_schema.model import Face3D
|
@@ -11,7 +10,7 @@ class RoofSpecification(NoExtraBaseModel):
|
|
11
10
|
|
12
11
|
type: constr(regex='^RoofSpecification$') = 'RoofSpecification'
|
13
12
|
|
14
|
-
geometry:
|
13
|
+
geometry: conlist(Face3D, min_items=1) = Field(
|
15
14
|
...,
|
16
15
|
description='An array of Face3D objects representing the geometry of the '
|
17
16
|
'Roof. None of these geometries should overlap in plan and, together, these '
|
@@ -0,0 +1 @@
|
|
1
|
+
honeybee-schema==1.58.4
|
@@ -0,0 +1 @@
|
|
1
|
+
honeybee-schema==1.58.4
|
@@ -1 +0,0 @@
|
|
1
|
-
honeybee-schema==1.58.3
|
@@ -1 +0,0 @@
|
|
1
|
-
honeybee-schema==1.58.3
|
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
|
{dragonfly-schema-1.12.1 → dragonfly-schema-1.12.3}/dragonfly_schema.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|