honeybee-core 1.64.9__tar.gz → 1.64.10__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.9 → honeybee_core-1.64.10}/PKG-INFO +1 -1
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/typing.py +4 -4
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee_core.egg-info/PKG-INFO +1 -1
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/CONTRIBUTING.md +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/LICENSE +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/MANIFEST.in +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/README.md +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/dev-requirements.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/__init__.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/__main__.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/_base.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/_basewithshade.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/_lockable.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/altnumber.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/aperture.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/boundarycondition.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/checkdup.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/__init__.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/compare.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/create.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/edit.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/lib.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/setconfig.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/cli/validate.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/colorobj.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/config.json +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/config.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/dictutil.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/door.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/extensionutil.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/face.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/facetype.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/logutil.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/model.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/orientation.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/properties.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/room.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/search.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/shade.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/shademesh.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/units.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/__init__.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/aperture.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/door.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/face.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/model.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/room.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/shade.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee/writer/shademesh.py +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee_core.egg-info/SOURCES.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee_core.egg-info/dependency_links.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee_core.egg-info/entry_points.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee_core.egg-info/requires.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/honeybee_core.egg-info/top_level.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/requirements.txt +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/setup.cfg +0 -0
- {honeybee_core-1.64.9 → honeybee_core-1.64.10}/setup.py +0 -0
|
@@ -184,8 +184,8 @@ def clean_string(value, input_name=''):
|
|
|
184
184
|
sha256_hash = hashlib.sha256(value.encode('utf-8'))
|
|
185
185
|
hash_str = str(sha256_hash.hexdigest())
|
|
186
186
|
return hash_str[:8] if len(hash_str) > 8 else hash_str
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
if len(val) > 100:
|
|
188
|
+
val = val[:100]
|
|
189
189
|
return val
|
|
190
190
|
|
|
191
191
|
|
|
@@ -228,8 +228,8 @@ def clean_ep_string(value, input_name=''):
|
|
|
228
228
|
sha256_hash = hashlib.sha256(value.encode('utf-8'))
|
|
229
229
|
hash_str = str(sha256_hash.hexdigest())
|
|
230
230
|
return hash_str[:8] if len(hash_str) > 8 else hash_str
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
if len(val) > 100:
|
|
232
|
+
val = val[:100]
|
|
233
233
|
return val
|
|
234
234
|
|
|
235
235
|
|
|
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
|
|
File without changes
|