dragonfly-schema 1.11.0__tar.gz → 1.11.1__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.
- {dragonfly-schema-1.11.0/dragonfly_schema.egg-info → dragonfly-schema-1.11.1}/PKG-INFO +3 -2
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/README.md +2 -1
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1/dragonfly_schema.egg-info}/PKG-INFO +3 -2
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/.coveragerc +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/.github/workflows/ci.yaml +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/.github/workflows/dependency-release.yaml +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/.gitignore +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/.releaserc.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/CODE_OF_CONDUCT.md +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/CONTRIBUTING.md +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/LICENSE +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/deploy.sh +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dev-requirements.txt +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/docs/.nojekyll +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/docs/index.html +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/docs/model.html +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/docs.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/__init__.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/energy/__init__.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/energy/properties.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/model.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/radiance/__init__.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/radiance/gridpar.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/radiance/properties.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/roof.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/shading_parameter.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/skylight_parameter.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema/window_parameter.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema.egg-info/SOURCES.txt +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema.egg-info/dependency_links.txt +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema.egg-info/requires.txt +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema.egg-info/top_level.txt +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/requirements.txt +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/building_simple.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/context_shade_two_tree_canopy.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/model_complete_simple.dfjson +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/model_multiple_buildings.dfjson +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/model_with_doors_skylights.dfjson +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/room2d_simple.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_extruded_border.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_louvers_by_count.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_louvers_by_distance.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_overhang.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/story_air_boundary.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/story_simple.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_detailed_rectangular_windows.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_detailed_windows.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_repeating_window_ratio.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_repeating_window_width_height.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_simple_window_ratio.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_single_window.json +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/scripts/__init__.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/scripts/export_samples.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/scripts/sample_model.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/scripts/sample_shading_par.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/scripts/sample_window_par.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/setup.cfg +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/setup.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/tests/__init__.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/tests/test_model.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/tests/test_openapi_docs.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/tests/test_shading_parameter.py +0 -0
- {dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/tests/test_window_parameter.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dragonfly-schema
|
3
|
-
Version: 1.11.
|
3
|
+
Version: 1.11.1
|
4
4
|
Summary: Dragonfly Data-Model Objects
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-schema
|
6
6
|
Author: Ladybug Tools
|
@@ -18,7 +18,8 @@ License-File: LICENSE
|
|
18
18
|
|
19
19
|
# dragonfly-schema
|
20
20
|
|
21
|
-
Dragonfly Data-Model
|
21
|
+
Dragonfly Data-Model that generates documentation and OpenAPI specifications for
|
22
|
+
the DFJSON file schema.
|
22
23
|
|
23
24
|
## Installation
|
24
25
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dragonfly-schema
|
3
|
-
Version: 1.11.
|
3
|
+
Version: 1.11.1
|
4
4
|
Summary: Dragonfly Data-Model Objects
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-schema
|
6
6
|
Author: Ladybug Tools
|
@@ -18,7 +18,8 @@ License-File: LICENSE
|
|
18
18
|
|
19
19
|
# dragonfly-schema
|
20
20
|
|
21
|
-
Dragonfly Data-Model
|
21
|
+
Dragonfly Data-Model that generates documentation and OpenAPI specifications for
|
22
|
+
the DFJSON file schema.
|
22
23
|
|
23
24
|
## Installation
|
24
25
|
|
File without changes
|
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/.github/workflows/dependency-release.yaml
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
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/dragonfly_schema.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/context_shade_two_tree_canopy.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/model_with_doors_skylights.dfjson
RENAMED
File without changes
|
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_extruded_border.json
RENAMED
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_louvers_by_count.json
RENAMED
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/shading_par_louvers_by_distance.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_detailed_windows.json
RENAMED
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_repeating_window_ratio.json
RENAMED
File without changes
|
File without changes
|
{dragonfly-schema-1.11.0 → dragonfly-schema-1.11.1}/samples/window_par_simple_window_ratio.json
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
|