honeybee-radiance-postprocess 0.4.553__tar.gz → 0.4.555__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_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/PKG-INFO +19 -6
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/dev-requirements.txt +5 -4
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess.egg-info/PKG-INFO +19 -6
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -1
- honeybee_radiance_postprocess-0.4.555/honeybee_radiance_postprocess.egg-info/requires.txt +2 -0
- honeybee_radiance_postprocess-0.4.555/requirements.txt +2 -0
- honeybee_radiance_postprocess-0.4.555/setup.cfg +4 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/setup.py +6 -3
- honeybee_radiance_postprocess-0.4.553/honeybee_radiance_postprocess.egg-info/requires.txt +0 -2
- honeybee_radiance_postprocess-0.4.553/requirements.txt +0 -2
- honeybee_radiance_postprocess-0.4.553/setup.cfg +0 -10
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/CONTRIBUTING.md +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/LICENSE +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/MANIFEST.in +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/README.md +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/__main__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/annual.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/breeam/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/breeam/breeam.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/abnt.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/breeam.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/datacollection.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/grid.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/leed.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/merge.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/postprocess.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/translate.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/util.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/viewfactor.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/cli/well.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/data_type.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/dynamic.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/electriclight.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/en17037.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/helper.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/ies/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/ies/lm.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/ies/lm_schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/leed/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/leed/leed.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/leed/leed_schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/metrics.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/reader.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/results/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/results/results.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/type_hints.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/util.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/vis_metadata.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/well/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess/well/well.py +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
- {honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
@@ -1,20 +1,33 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.555
|
4
4
|
Summary: Postprocessing of Radiance results and matrices
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-radiance-postprocess
|
6
6
|
Author: Ladybug Tools
|
7
7
|
Author-email: info@ladybug.tools
|
8
8
|
License: GPLv3
|
9
|
-
Classifier: Programming Language :: Python ::
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
9
|
+
Classifier: Programming Language :: Python :: 3.7
|
10
|
+
Classifier: Programming Language :: Python :: 3.8
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
11
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
12
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
13
16
|
Classifier: Operating System :: OS Independent
|
14
17
|
Description-Content-Type: text/markdown
|
15
18
|
License-File: LICENSE
|
16
|
-
Requires-Dist: honeybee-radiance==1.66.
|
19
|
+
Requires-Dist: honeybee-radiance==1.66.191
|
17
20
|
Requires-Dist: numpy<2.0.0
|
21
|
+
Dynamic: author
|
22
|
+
Dynamic: author-email
|
23
|
+
Dynamic: classifier
|
24
|
+
Dynamic: description
|
25
|
+
Dynamic: description-content-type
|
26
|
+
Dynamic: home-page
|
27
|
+
Dynamic: license
|
28
|
+
Dynamic: license-file
|
29
|
+
Dynamic: requires-dist
|
30
|
+
Dynamic: summary
|
18
31
|
|
19
32
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
20
33
|
[](https://coveralls.io/github/ladybug-tools/honeybee-radiance-postprocess)
|
{honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/dev-requirements.txt
RENAMED
@@ -5,10 +5,10 @@ sphinx-bootstrap-theme==0.8.1
|
|
5
5
|
sphinxcontrib-fulltoc==1.2.0
|
6
6
|
sphinxcontrib-websupport==2.0.0;python_version>='3.6'
|
7
7
|
sphinx-click==6.0.0;python_version>='3.6'
|
8
|
-
twine==
|
9
|
-
wheel==0.
|
10
|
-
setuptools==
|
11
|
-
|
8
|
+
twine==6.1.0;python_version>='3.6'
|
9
|
+
wheel==0.45.1;python_version>='3.6'
|
10
|
+
setuptools==80.9.0;python_version>='3.6'
|
11
|
+
build==1.3.0;python_version>='3.6'
|
12
12
|
pytest==4.6.9;python_version<'3.0'
|
13
13
|
Sphinx==1.8.5;python_version<'3.0'
|
14
14
|
sphinxcontrib-websupport==1.1.2;python_version<'3.0'
|
@@ -16,4 +16,5 @@ sphinx-click==4.4.0;python_version<'3.0'
|
|
16
16
|
twine==1.13.0;python_version<'3.0'
|
17
17
|
wheel==0.38.1;python_version<'3.0'
|
18
18
|
setuptools==44.1.0;python_version<'3.0'
|
19
|
+
build==0.1.0;python_version<'3.0'
|
19
20
|
importlib-metadata==2.0.0;python_version<'3.0'
|
@@ -1,20 +1,33 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.555
|
4
4
|
Summary: Postprocessing of Radiance results and matrices
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-radiance-postprocess
|
6
6
|
Author: Ladybug Tools
|
7
7
|
Author-email: info@ladybug.tools
|
8
8
|
License: GPLv3
|
9
|
-
Classifier: Programming Language :: Python ::
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
9
|
+
Classifier: Programming Language :: Python :: 3.7
|
10
|
+
Classifier: Programming Language :: Python :: 3.8
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
11
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
12
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
13
16
|
Classifier: Operating System :: OS Independent
|
14
17
|
Description-Content-Type: text/markdown
|
15
18
|
License-File: LICENSE
|
16
|
-
Requires-Dist: honeybee-radiance==1.66.
|
19
|
+
Requires-Dist: honeybee-radiance==1.66.191
|
17
20
|
Requires-Dist: numpy<2.0.0
|
21
|
+
Dynamic: author
|
22
|
+
Dynamic: author-email
|
23
|
+
Dynamic: classifier
|
24
|
+
Dynamic: description
|
25
|
+
Dynamic: description-content-type
|
26
|
+
Dynamic: home-page
|
27
|
+
Dynamic: license
|
28
|
+
Dynamic: license-file
|
29
|
+
Dynamic: requires-dist
|
30
|
+
Dynamic: summary
|
18
31
|
|
19
32
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
20
33
|
[](https://coveralls.io/github/ladybug-tools/honeybee-radiance-postprocess)
|
@@ -26,10 +26,13 @@ setuptools.setup(
|
|
26
26
|
]
|
27
27
|
},
|
28
28
|
classifiers=[
|
29
|
-
"Programming Language :: Python ::
|
30
|
-
"Programming Language :: Python :: 3.
|
29
|
+
"Programming Language :: Python :: 3.7",
|
30
|
+
"Programming Language :: Python :: 3.8",
|
31
|
+
"Programming Language :: Python :: 3.9",
|
32
|
+
"Programming Language :: Python :: 3.10",
|
33
|
+
"Programming Language :: Python :: 3.11",
|
34
|
+
"Programming Language :: Python :: 3.12",
|
31
35
|
"Programming Language :: Python :: Implementation :: CPython",
|
32
|
-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
33
36
|
"Operating System :: OS Independent"
|
34
37
|
],
|
35
38
|
license='GPLv3'
|
{honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
{honeybee_radiance_postprocess-0.4.553 → honeybee_radiance_postprocess-0.4.555}/CONTRIBUTING.md
RENAMED
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
|