honeybee-core 1.64.12__tar.gz → 1.64.13__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 (58) hide show
  1. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/PKG-INFO +2 -2
  2. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee_core.egg-info/PKG-INFO +2 -2
  3. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee_core.egg-info/requires.txt +1 -1
  4. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/requirements.txt +1 -1
  5. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/CODE_OF_CONDUCT.md +0 -0
  6. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/CONTRIBUTING.md +0 -0
  7. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/LICENSE +0 -0
  8. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/MANIFEST.in +0 -0
  9. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/README.md +0 -0
  10. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/dev-requirements.txt +0 -0
  11. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/__init__.py +0 -0
  12. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/__main__.py +0 -0
  13. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/_base.py +0 -0
  14. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/_basewithshade.py +0 -0
  15. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/_lockable.py +0 -0
  16. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/altnumber.py +0 -0
  17. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/aperture.py +0 -0
  18. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/boundarycondition.py +0 -0
  19. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/checkdup.py +0 -0
  20. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/__init__.py +0 -0
  21. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/compare.py +0 -0
  22. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/create.py +0 -0
  23. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/edit.py +0 -0
  24. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/lib.py +0 -0
  25. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/setconfig.py +0 -0
  26. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/cli/validate.py +0 -0
  27. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/colorobj.py +0 -0
  28. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/config.json +0 -0
  29. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/config.py +0 -0
  30. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/dictutil.py +0 -0
  31. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/door.py +0 -0
  32. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/extensionutil.py +0 -0
  33. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/face.py +0 -0
  34. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/facetype.py +0 -0
  35. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/logutil.py +0 -0
  36. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/model.py +0 -0
  37. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/orientation.py +0 -0
  38. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/properties.py +0 -0
  39. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/room.py +0 -0
  40. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/search.py +0 -0
  41. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/shade.py +0 -0
  42. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/shademesh.py +0 -0
  43. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/typing.py +0 -0
  44. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/units.py +0 -0
  45. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/__init__.py +0 -0
  46. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/aperture.py +0 -0
  47. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/door.py +0 -0
  48. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/face.py +0 -0
  49. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/model.py +0 -0
  50. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/room.py +0 -0
  51. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/shade.py +0 -0
  52. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee/writer/shademesh.py +0 -0
  53. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee_core.egg-info/SOURCES.txt +0 -0
  54. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee_core.egg-info/dependency_links.txt +0 -0
  55. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee_core.egg-info/entry_points.txt +0 -0
  56. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/honeybee_core.egg-info/top_level.txt +0 -0
  57. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/setup.cfg +0 -0
  58. {honeybee_core-1.64.12 → honeybee_core-1.64.13}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: honeybee-core
3
- Version: 1.64.12
3
+ Version: 1.64.13
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
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
  Requires-Dist: ladybug-core==0.44.32
22
22
  Requires-Dist: ladybug-geometry-polyskel==1.7.37
23
- Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
23
+ Requires-Dist: honeybee-schema==1.59.2; python_version >= "3.7"
24
24
  Dynamic: author
25
25
  Dynamic: author-email
26
26
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: honeybee-core
3
- Version: 1.64.12
3
+ Version: 1.64.13
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
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
  Requires-Dist: ladybug-core==0.44.32
22
22
  Requires-Dist: ladybug-geometry-polyskel==1.7.37
23
- Requires-Dist: honeybee-schema==1.59.1; python_version >= "3.7"
23
+ Requires-Dist: honeybee-schema==1.59.2; python_version >= "3.7"
24
24
  Dynamic: author
25
25
  Dynamic: author-email
26
26
  Dynamic: classifier
@@ -2,4 +2,4 @@ ladybug-core==0.44.32
2
2
  ladybug-geometry-polyskel==1.7.37
3
3
 
4
4
  [:python_version >= "3.7"]
5
- honeybee-schema==1.59.1
5
+ honeybee-schema==1.59.2
@@ -1,3 +1,3 @@
1
1
  ladybug-core==0.44.32
2
2
  ladybug-geometry-polyskel==1.7.37
3
- honeybee-schema==1.59.1;python_version>='3.7'
3
+ honeybee-schema==1.59.2;python_version>='3.7'
File without changes