honeybee-core 1.64.10__tar.gz → 1.64.11__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_core-1.64.10 → honeybee_core-1.64.11}/PKG-INFO +3 -3
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee_core.egg-info/PKG-INFO +3 -3
- honeybee_core-1.64.11/honeybee_core.egg-info/requires.txt +5 -0
- honeybee_core-1.64.11/requirements.txt +3 -0
- honeybee_core-1.64.10/honeybee_core.egg-info/requires.txt +0 -5
- honeybee_core-1.64.10/requirements.txt +0 -3
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/LICENSE +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/MANIFEST.in +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/README.md +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/dev-requirements.txt +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/__init__.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/__main__.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/_base.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/aperture.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/config.json +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/config.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/door.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/face.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/facetype.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/logutil.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/model.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/orientation.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/properties.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/room.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/search.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/shade.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/shademesh.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/typing.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/units.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee_core.egg-info/SOURCES.txt +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/setup.cfg +0 -0
- {honeybee_core-1.64.10 → honeybee_core-1.64.11}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.11
|
|
4
4
|
Summary: A library to create 3D building geometry for various types of environmental simulation.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-core
|
|
6
6
|
Author: Ladybug Tools
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: ladybug-core==0.44.
|
|
22
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
21
|
+
Requires-Dist: ladybug-core==0.44.31
|
|
22
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.36
|
|
23
23
|
Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
|
|
24
24
|
Dynamic: author
|
|
25
25
|
Dynamic: author-email
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.11
|
|
4
4
|
Summary: A library to create 3D building geometry for various types of environmental simulation.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-core
|
|
6
6
|
Author: Ladybug Tools
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
|
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: ladybug-core==0.44.
|
|
22
|
-
Requires-Dist: ladybug-geometry-polyskel==1.7.
|
|
21
|
+
Requires-Dist: ladybug-core==0.44.31
|
|
22
|
+
Requires-Dist: ladybug-geometry-polyskel==1.7.36
|
|
23
23
|
Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
|
|
24
24
|
Dynamic: author
|
|
25
25
|
Dynamic: author-email
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|