dragonfly-radiance 0.4.54__tar.gz → 0.4.56__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.

Potentially problematic release.


This version of dragonfly-radiance might be problematic. Click here for more details.

Files changed (29) hide show
  1. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/PKG-INFO +19 -5
  2. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dev-requirements.txt +5 -4
  3. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance.egg-info/PKG-INFO +19 -5
  4. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance.egg-info/SOURCES.txt +0 -1
  5. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance.egg-info/requires.txt +1 -1
  6. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/requirements.txt +1 -1
  7. dragonfly_radiance-0.4.56/setup.cfg +4 -0
  8. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/setup.py +6 -2
  9. dragonfly_radiance-0.4.54/setup.cfg +0 -10
  10. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/CODE_OF_CONDUCT.md +0 -0
  11. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/CONTRIBUTING.md +0 -0
  12. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/LICENSE +0 -0
  13. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/MANIFEST.in +0 -0
  14. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/README.md +0 -0
  15. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/__init__.py +0 -0
  16. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/__main__.py +0 -0
  17. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/_extend_dragonfly.py +0 -0
  18. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/cli/__init__.py +0 -0
  19. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/cli/translate.py +0 -0
  20. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/gridpar.py +0 -0
  21. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/properties/__init__.py +0 -0
  22. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/properties/building.py +0 -0
  23. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/properties/context.py +0 -0
  24. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/properties/model.py +0 -0
  25. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/properties/room2d.py +0 -0
  26. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance/properties/story.py +0 -0
  27. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance.egg-info/dependency_links.txt +0 -0
  28. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance.egg-info/entry_points.txt +0 -0
  29. {dragonfly_radiance-0.4.54 → dragonfly_radiance-0.4.56}/dragonfly_radiance.egg-info/top_level.txt +0 -0
@@ -1,21 +1,35 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: dragonfly-radiance
3
- Version: 0.4.54
3
+ Version: 0.4.56
4
4
  Summary: Dragonfly extension for radiance simulation.
5
5
  Home-page: https://github.com/ladybug-tools/dragonfly-radiance
6
6
  Author: Ladybug Tools
7
7
  Author-email: info@ladybug.tools
8
8
  License: AGPL-3.0
9
9
  Classifier: Programming Language :: Python :: 2.7
10
- Classifier: Programming Language :: Python :: 3.6
11
10
  Classifier: Programming Language :: Python :: 3.7
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
12
16
  Classifier: Programming Language :: Python :: Implementation :: CPython
13
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
17
+ Classifier: Programming Language :: Python :: Implementation :: IronPython
14
18
  Classifier: Operating System :: OS Independent
15
19
  Description-Content-Type: text/markdown
16
20
  License-File: LICENSE
17
- Requires-Dist: dragonfly-core==1.67.9
21
+ Requires-Dist: dragonfly-core==1.67.11
18
22
  Requires-Dist: honeybee-radiance==1.66.188
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: description-content-type
28
+ Dynamic: home-page
29
+ Dynamic: license
30
+ Dynamic: license-file
31
+ Dynamic: requires-dist
32
+ Dynamic: summary
19
33
 
20
34
  ![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png)
21
35
 
@@ -4,10 +4,10 @@ sphinx-bootstrap-theme==0.8.1
4
4
  sphinxcontrib-fulltoc==1.2.0
5
5
  sphinxcontrib-websupport==2.0.0;python_version>='3.6'
6
6
  sphinx-click==6.0.0;python_version>='3.6'
7
- twine==5.1.1;python_version>='3.6'
8
- wheel==0.44.0;python_version>='3.6'
9
- setuptools==75.1.0;python_version>='3.6'
10
- importlib-metadata==8.5.0;python_version>='3.6'
7
+ twine==6.1.0;python_version>='3.6'
8
+ wheel==0.45.1;python_version>='3.6'
9
+ setuptools==80.9.0;python_version>='3.6'
10
+ build==1.3.0;python_version>='3.6'
11
11
  pytest==4.6.9;python_version<'3.0'
12
12
  Sphinx==1.8.5;python_version<'3.0'
13
13
  sphinxcontrib-websupport==1.1.2;python_version<'3.0'
@@ -15,4 +15,5 @@ sphinx-click==4.4.0;python_version<'3.0'
15
15
  twine==1.13.0;python_version<'3.0'
16
16
  wheel==0.38.1;python_version<'3.0'
17
17
  setuptools==44.1.0;python_version<'3.0'
18
+ build==0.1.0;python_version<'3.0'
18
19
  importlib-metadata==2.0.0;python_version<'3.0'
@@ -1,21 +1,35 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: dragonfly-radiance
3
- Version: 0.4.54
3
+ Version: 0.4.56
4
4
  Summary: Dragonfly extension for radiance simulation.
5
5
  Home-page: https://github.com/ladybug-tools/dragonfly-radiance
6
6
  Author: Ladybug Tools
7
7
  Author-email: info@ladybug.tools
8
8
  License: AGPL-3.0
9
9
  Classifier: Programming Language :: Python :: 2.7
10
- Classifier: Programming Language :: Python :: 3.6
11
10
  Classifier: Programming Language :: Python :: 3.7
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
12
16
  Classifier: Programming Language :: Python :: Implementation :: CPython
13
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
17
+ Classifier: Programming Language :: Python :: Implementation :: IronPython
14
18
  Classifier: Operating System :: OS Independent
15
19
  Description-Content-Type: text/markdown
16
20
  License-File: LICENSE
17
- Requires-Dist: dragonfly-core==1.67.9
21
+ Requires-Dist: dragonfly-core==1.67.11
18
22
  Requires-Dist: honeybee-radiance==1.66.188
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: description-content-type
28
+ Dynamic: home-page
29
+ Dynamic: license
30
+ Dynamic: license-file
31
+ Dynamic: requires-dist
32
+ Dynamic: summary
19
33
 
20
34
  ![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png)
21
35
 
@@ -5,7 +5,6 @@ MANIFEST.in
5
5
  README.md
6
6
  dev-requirements.txt
7
7
  requirements.txt
8
- setup.cfg
9
8
  setup.py
10
9
  dragonfly_radiance/__init__.py
11
10
  dragonfly_radiance/__main__.py
@@ -1,2 +1,2 @@
1
- dragonfly-core==1.67.9
1
+ dragonfly-core==1.67.11
2
2
  honeybee-radiance==1.66.188
@@ -1,2 +1,2 @@
1
- dragonfly-core==1.67.9
1
+ dragonfly-core==1.67.11
2
2
  honeybee-radiance==1.66.188
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -24,10 +24,14 @@ setuptools.setup(
24
24
  },
25
25
  classifiers=[
26
26
  "Programming Language :: Python :: 2.7",
27
- "Programming Language :: Python :: 3.6",
28
27
  "Programming Language :: Python :: 3.7",
28
+ "Programming Language :: Python :: 3.8",
29
+ "Programming Language :: Python :: 3.9",
30
+ "Programming Language :: Python :: 3.10",
31
+ "Programming Language :: Python :: 3.11",
32
+ "Programming Language :: Python :: 3.12",
29
33
  "Programming Language :: Python :: Implementation :: CPython",
30
- "License :: OSI Approved :: GNU Affero General Public License v3",
34
+ "Programming Language :: Python :: Implementation :: IronPython",
31
35
  "Operating System :: OS Independent"
32
36
  ],
33
37
  license="AGPL-3.0"
@@ -1,10 +0,0 @@
1
- [bdist_wheel]
2
- universal = 1
3
-
4
- [metadata]
5
- license_file = LICENSE
6
-
7
- [egg_info]
8
- tag_build =
9
- tag_date = 0
10
-