dragonfly-schema 1.11.2__tar.gz → 1.11.3__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.3/MANIFEST.in +8 -0
- {dragonfly-schema-1.11.2/dragonfly_schema.egg-info → dragonfly-schema-1.11.3}/PKG-INFO +2 -1
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3/dragonfly_schema.egg-info}/PKG-INFO +2 -1
- dragonfly-schema-1.11.3/dragonfly_schema.egg-info/SOURCES.txt +27 -0
- dragonfly-schema-1.11.3/dragonfly_schema.egg-info/requires.txt +1 -0
- dragonfly-schema-1.11.3/requirements.txt +1 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/setup.py +2 -0
- dragonfly-schema-1.11.2/.github/workflows/ci.yaml +0 -131
- dragonfly-schema-1.11.2/.github/workflows/dependency-release.yaml +0 -32
- dragonfly-schema-1.11.2/.gitignore +0 -14
- dragonfly-schema-1.11.2/.releaserc.json +0 -32
- dragonfly-schema-1.11.2/deploy.sh +0 -6
- dragonfly-schema-1.11.2/docs/.nojekyll +0 -1
- dragonfly-schema-1.11.2/docs/index.html +0 -68
- dragonfly-schema-1.11.2/docs/model.html +0 -23
- dragonfly-schema-1.11.2/dragonfly_schema.egg-info/SOURCES.txt +0 -62
- dragonfly-schema-1.11.2/dragonfly_schema.egg-info/requires.txt +0 -1
- dragonfly-schema-1.11.2/requirements.txt +0 -1
- dragonfly-schema-1.11.2/samples/building_simple.json +0 -616
- dragonfly-schema-1.11.2/samples/context_shade_two_tree_canopy.json +0 -85
- dragonfly-schema-1.11.2/samples/model_complete_simple.dfjson +0 -2157
- dragonfly-schema-1.11.2/samples/model_multiple_buildings.dfjson +0 -31275
- dragonfly-schema-1.11.2/samples/model_with_doors_skylights.dfjson +0 -1
- dragonfly-schema-1.11.2/samples/room2d_simple.json +0 -81
- dragonfly-schema-1.11.2/samples/shading_par_extruded_border.json +0 -4
- dragonfly-schema-1.11.2/samples/shading_par_louvers_by_count.json +0 -12
- dragonfly-schema-1.11.2/samples/shading_par_louvers_by_distance.json +0 -12
- dragonfly-schema-1.11.2/samples/shading_par_overhang.json +0 -5
- dragonfly-schema-1.11.2/samples/story_air_boundary.json +0 -160
- dragonfly-schema-1.11.2/samples/story_simple.json +0 -325
- dragonfly-schema-1.11.2/samples/window_par_detailed_rectangular_windows.json +0 -21
- dragonfly-schema-1.11.2/samples/window_par_detailed_windows.json +0 -41
- dragonfly-schema-1.11.2/samples/window_par_repeating_window_ratio.json +0 -7
- dragonfly-schema-1.11.2/samples/window_par_repeating_window_width_height.json +0 -7
- dragonfly-schema-1.11.2/samples/window_par_simple_window_ratio.json +0 -4
- dragonfly-schema-1.11.2/samples/window_par_single_window.json +0 -6
- dragonfly-schema-1.11.2/scripts/__init__.py +0 -1
- dragonfly-schema-1.11.2/scripts/export_samples.py +0 -19
- dragonfly-schema-1.11.2/scripts/sample_model.py +0 -202
- dragonfly-schema-1.11.2/scripts/sample_shading_par.py +0 -48
- dragonfly-schema-1.11.2/scripts/sample_window_par.py +0 -74
- dragonfly-schema-1.11.2/tests/__init__.py +0 -1
- dragonfly-schema-1.11.2/tests/test_model.py +0 -41
- dragonfly-schema-1.11.2/tests/test_openapi_docs.py +0 -10
- dragonfly-schema-1.11.2/tests/test_shading_parameter.py +0 -28
- dragonfly-schema-1.11.2/tests/test_window_parameter.py +0 -38
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/.coveragerc +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/CODE_OF_CONDUCT.md +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/CONTRIBUTING.md +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/LICENSE +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/README.md +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dev-requirements.txt +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/docs.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/__init__.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/energy/__init__.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/energy/properties.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/model.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/radiance/__init__.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/radiance/gridpar.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/radiance/properties.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/roof.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/shading_parameter.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/skylight_parameter.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema/window_parameter.py +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema.egg-info/dependency_links.txt +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/dragonfly_schema.egg-info/top_level.txt +0 -0
- {dragonfly-schema-1.11.2 → dragonfly-schema-1.11.3}/setup.cfg +0 -0
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dragonfly-schema
|
3
|
-
Version: 1.11.
|
3
|
+
Version: 1.11.3
|
4
4
|
Summary: Dragonfly Data-Model Objects
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-schema
|
6
6
|
Author: Ladybug Tools
|
7
7
|
Author-email: info@ladybug.tools
|
8
|
+
Classifier: Programming Language :: Python :: 3.10
|
8
9
|
Classifier: Programming Language :: Python :: 3.7
|
9
10
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
10
11
|
Classifier: Operating System :: OS Independent
|
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dragonfly-schema
|
3
|
-
Version: 1.11.
|
3
|
+
Version: 1.11.3
|
4
4
|
Summary: Dragonfly Data-Model Objects
|
5
5
|
Home-page: https://github.com/ladybug-tools/dragonfly-schema
|
6
6
|
Author: Ladybug Tools
|
7
7
|
Author-email: info@ladybug.tools
|
8
|
+
Classifier: Programming Language :: Python :: 3.10
|
8
9
|
Classifier: Programming Language :: Python :: 3.7
|
9
10
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
10
11
|
Classifier: Operating System :: OS Independent
|
@@ -0,0 +1,27 @@
|
|
1
|
+
.coveragerc
|
2
|
+
CODE_OF_CONDUCT.md
|
3
|
+
CONTRIBUTING.md
|
4
|
+
LICENSE
|
5
|
+
MANIFEST.in
|
6
|
+
README.md
|
7
|
+
dev-requirements.txt
|
8
|
+
docs.py
|
9
|
+
requirements.txt
|
10
|
+
setup.cfg
|
11
|
+
setup.py
|
12
|
+
dragonfly_schema/__init__.py
|
13
|
+
dragonfly_schema/model.py
|
14
|
+
dragonfly_schema/roof.py
|
15
|
+
dragonfly_schema/shading_parameter.py
|
16
|
+
dragonfly_schema/skylight_parameter.py
|
17
|
+
dragonfly_schema/window_parameter.py
|
18
|
+
dragonfly_schema.egg-info/PKG-INFO
|
19
|
+
dragonfly_schema.egg-info/SOURCES.txt
|
20
|
+
dragonfly_schema.egg-info/dependency_links.txt
|
21
|
+
dragonfly_schema.egg-info/requires.txt
|
22
|
+
dragonfly_schema.egg-info/top_level.txt
|
23
|
+
dragonfly_schema/energy/__init__.py
|
24
|
+
dragonfly_schema/energy/properties.py
|
25
|
+
dragonfly_schema/radiance/__init__.py
|
26
|
+
dragonfly_schema/radiance/gridpar.py
|
27
|
+
dragonfly_schema/radiance/properties.py
|
@@ -0,0 +1 @@
|
|
1
|
+
honeybee-schema==1.58.1
|
@@ -0,0 +1 @@
|
|
1
|
+
honeybee-schema==1.58.1
|
@@ -18,7 +18,9 @@ setuptools.setup(
|
|
18
18
|
url="https://github.com/ladybug-tools/dragonfly-schema",
|
19
19
|
packages=setuptools.find_packages(exclude=["tests", "scripts", "samples"]),
|
20
20
|
install_requires=requirements,
|
21
|
+
include_package_data=True,
|
21
22
|
classifiers=[
|
23
|
+
"Programming Language :: Python :: 3.10",
|
22
24
|
"Programming Language :: Python :: 3.7",
|
23
25
|
"Programming Language :: Python :: Implementation :: CPython",
|
24
26
|
"Operating System :: OS Independent"
|
@@ -1,131 +0,0 @@
|
|
1
|
-
---
|
2
|
-
name: CI
|
3
|
-
|
4
|
-
on: [push, pull_request]
|
5
|
-
|
6
|
-
jobs:
|
7
|
-
|
8
|
-
test:
|
9
|
-
name: Unit tests
|
10
|
-
strategy:
|
11
|
-
matrix:
|
12
|
-
python-version: ['3.10']
|
13
|
-
os: [macos-latest, ubuntu-latest, windows-latest]
|
14
|
-
|
15
|
-
runs-on: ${{ matrix.os }}
|
16
|
-
steps:
|
17
|
-
- uses: actions/checkout@v2
|
18
|
-
- name: set up Python
|
19
|
-
uses: actions/setup-python@v2
|
20
|
-
with:
|
21
|
-
python-version: ${{ matrix.python-version }}
|
22
|
-
- name: install python dependencies
|
23
|
-
run: |
|
24
|
-
python -m pip install --upgrade pip
|
25
|
-
pip install -r requirements.txt
|
26
|
-
pip install -r dev-requirements.txt
|
27
|
-
- name: run tests
|
28
|
-
run: python -m pytest --cov=. tests/
|
29
|
-
- name: run test coverage
|
30
|
-
run: |
|
31
|
-
echo "Coveralls is no longer supported"
|
32
|
-
env:
|
33
|
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
34
|
-
|
35
|
-
deploy:
|
36
|
-
name: Deploy to GitHub and PyPI
|
37
|
-
runs-on: ubuntu-latest
|
38
|
-
needs: test
|
39
|
-
if: github.ref == 'refs/heads/master' && github.repository_owner == 'ladybug-tools'
|
40
|
-
steps:
|
41
|
-
- uses: actions/checkout@v2
|
42
|
-
- name: set up Python
|
43
|
-
uses: actions/setup-python@v2
|
44
|
-
with:
|
45
|
-
python-version: 3.7
|
46
|
-
- name: set up node # we need node for for semantic release
|
47
|
-
uses: actions/setup-node@v2.1.2
|
48
|
-
with:
|
49
|
-
node-version: 14.2.0
|
50
|
-
- name: install python dependencies
|
51
|
-
run: |
|
52
|
-
python -m pip install --upgrade pip
|
53
|
-
pip install -U .
|
54
|
-
pip install -r dev-requirements.txt
|
55
|
-
- name: install semantic-release
|
56
|
-
run:
|
57
|
-
npm install @semantic-release/exec
|
58
|
-
- name: run semantic release
|
59
|
-
id: new_release
|
60
|
-
run: |
|
61
|
-
nextRelease="`npx semantic-release@^17.0.0 --dryRun | grep -oP 'Published release \K.*? ' || true`"
|
62
|
-
npx semantic-release@^17.0.0
|
63
|
-
echo "::set-output name=tag::$nextRelease"
|
64
|
-
env:
|
65
|
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
66
|
-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
67
|
-
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
68
|
-
- name: sleep for 10 minutes for PyPI update
|
69
|
-
if: contains(steps.new_release.outputs.tag, '.')
|
70
|
-
run: sleep 600s
|
71
|
-
shell: bash
|
72
|
-
- name: Update dragonfly-core
|
73
|
-
if: contains(steps.new_release.outputs.tag, '.')
|
74
|
-
env:
|
75
|
-
DISPATCH_REPO: ladybug-tools/dragonfly-core
|
76
|
-
DEPS_TOKEN: ${{ secrets.DEPS_UPDATING }}
|
77
|
-
run: |
|
78
|
-
curl -X POST https://api.github.com/repos/$DISPATCH_REPO/dispatches \
|
79
|
-
-H "Accept: application/vnd.github.everest-preview+json" \
|
80
|
-
-d '{"event_type": "dragonfly_schema_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
|
81
|
-
-u ladybugbot:$DEPS_TOKEN
|
82
|
-
- name: Update dragonfly-schema-dotnet
|
83
|
-
if: contains(steps.new_release.outputs.tag, '.')
|
84
|
-
env:
|
85
|
-
DISPATCH_REPO: ladybug-tools/dragonfly-schema-dotnet
|
86
|
-
DEPS_TOKEN: ${{ secrets.DEPS_UPDATING }}
|
87
|
-
run: |
|
88
|
-
curl -X POST https://api.github.com/repos/$DISPATCH_REPO/dispatches \
|
89
|
-
-H "Accept: application/vnd.github.everest-preview+json" \
|
90
|
-
-d '{"event_type": "dragonfly_schema_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
|
91
|
-
-u ladybugbot:$DEPS_TOKEN
|
92
|
-
outputs:
|
93
|
-
tag: ${{ steps.new_release.outputs.tag }}
|
94
|
-
|
95
|
-
docs:
|
96
|
-
name: Generate docs
|
97
|
-
runs-on: ubuntu-latest
|
98
|
-
needs: deploy
|
99
|
-
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'ladybug-tools' && contains(needs.deploy.outputs.tag, '.') }}
|
100
|
-
steps:
|
101
|
-
- uses: actions/checkout@v2
|
102
|
-
- name: set up Python
|
103
|
-
uses: actions/setup-python@v2
|
104
|
-
with:
|
105
|
-
python-version: 3.7
|
106
|
-
- name: set up node # we need node for for redocly
|
107
|
-
uses: actions/setup-node@v2.1.2
|
108
|
-
with:
|
109
|
-
node-version: 14.2.0
|
110
|
-
- name: install semantic-release
|
111
|
-
run:
|
112
|
-
npm install -g redoc-cli@0.13.16
|
113
|
-
- name: install python dependencies
|
114
|
-
run: |
|
115
|
-
pip install -U .
|
116
|
-
pip install -r dev-requirements.txt
|
117
|
-
- name: generate docs
|
118
|
-
run: |
|
119
|
-
python docs.py --version ${{needs.deploy.outputs.tag}}
|
120
|
-
redoc-cli bundle ./docs/model_redoc.json -o ./docs/model.html
|
121
|
-
|
122
|
-
- name: deploy to github pages
|
123
|
-
uses: peaceiris/actions-gh-pages@v3
|
124
|
-
with:
|
125
|
-
# this will use ladybugbot token
|
126
|
-
github_token: ${{ secrets.GITHUB_TOKEN }}
|
127
|
-
publish_branch: gh-pages
|
128
|
-
publish_dir: docs/
|
129
|
-
force_orphan: true
|
130
|
-
keep_files: false
|
131
|
-
full_commit_message: 'deploy: update docs'
|
@@ -1,32 +0,0 @@
|
|
1
|
-
name: CI-On-Dispatch
|
2
|
-
|
3
|
-
on: repository_dispatch
|
4
|
-
|
5
|
-
jobs:
|
6
|
-
|
7
|
-
bump_honeybee_schema:
|
8
|
-
name: "Check Event"
|
9
|
-
runs-on: ubuntu-latest
|
10
|
-
if: github.event.action == 'honeybee_schema_release'
|
11
|
-
steps:
|
12
|
-
- name: "Checkout Master Branch"
|
13
|
-
uses: actions/checkout@v2
|
14
|
-
with:
|
15
|
-
ref: refs/heads/master
|
16
|
-
token: ${{ secrets.DEPS_UPDATING }}
|
17
|
-
- name: "Run Update Script"
|
18
|
-
env:
|
19
|
-
VERSION: ${{ github.event.client_payload.version }}
|
20
|
-
run: |
|
21
|
-
export CLEAN_VERSION=$(echo $VERSION | sed 's/v//g')
|
22
|
-
sed -i --regexp-extended 's/(honeybee-schema==).*/honeybee-schema=='"$CLEAN_VERSION"'/' requirements.txt
|
23
|
-
- name: "Commit and Push Changes"
|
24
|
-
id: push
|
25
|
-
env:
|
26
|
-
VERSION: ${{ github.event.client_payload.version }}
|
27
|
-
run: |
|
28
|
-
git config --global user.name 'ladybugbot'
|
29
|
-
git config --global user.email 'ladybugbot@users.noreply.github.com'
|
30
|
-
git add .
|
31
|
-
git commit -m "fix(deps): Bump honeybee-schema to $VERSION"
|
32
|
-
git push
|
@@ -1,32 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"plugins": [
|
3
|
-
"@semantic-release/commit-analyzer",
|
4
|
-
"@semantic-release/release-notes-generator",
|
5
|
-
[
|
6
|
-
"@semantic-release/github",
|
7
|
-
{
|
8
|
-
"assets": [
|
9
|
-
{
|
10
|
-
"path": "docs/model.json",
|
11
|
-
"label": "Model schema"
|
12
|
-
},
|
13
|
-
{
|
14
|
-
"path": "docs/model_inheritance.json",
|
15
|
-
"label": "Model schema with inheritance"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"path": "docs/model_mapper.json",
|
19
|
-
"label": "Model schema mapper"
|
20
|
-
}
|
21
|
-
]
|
22
|
-
}
|
23
|
-
],
|
24
|
-
[
|
25
|
-
"@semantic-release/exec",
|
26
|
-
{
|
27
|
-
"prepareCmd": "python docs.py --version ${nextRelease.version}",
|
28
|
-
"publishCmd": "bash deploy.sh"
|
29
|
-
}
|
30
|
-
]
|
31
|
-
]
|
32
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
|
@@ -1,68 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Dragonfly Schema</title>
|
5
|
-
<!-- needed for adaptive design -->
|
6
|
-
<meta charset="utf-8"/>
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
-
|
9
|
-
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
|
10
|
-
|
11
|
-
<link rel="shortcut icon" href="https://user-images.githubusercontent.com/2915573/53690998-7239bb00-3d43-11e9-85b1-d9ac9d140c0f.png">
|
12
|
-
<style>
|
13
|
-
img {
|
14
|
-
height: 50%;
|
15
|
-
margin: 0;
|
16
|
-
position: absolute;
|
17
|
-
top: 40%;
|
18
|
-
left: 50%;
|
19
|
-
transform: translate(-50%, -50%);
|
20
|
-
}
|
21
|
-
|
22
|
-
.title {
|
23
|
-
margin: 0;
|
24
|
-
position: absolute;
|
25
|
-
top: 10%;
|
26
|
-
left: 50%;
|
27
|
-
transform: translate(-50%, 0%);
|
28
|
-
font-size: 150%;
|
29
|
-
font-family: "Montserrat";
|
30
|
-
color: DarkBlue;
|
31
|
-
}
|
32
|
-
|
33
|
-
.doc-link {
|
34
|
-
margin: 0;
|
35
|
-
position: absolute;
|
36
|
-
top: 70%;
|
37
|
-
left: 50%;
|
38
|
-
transform: translate(-50%, 0%);
|
39
|
-
font-size: 125%;
|
40
|
-
font-family: "Montserrat";
|
41
|
-
text-align: center;
|
42
|
-
}
|
43
|
-
|
44
|
-
a:link {
|
45
|
-
text-decoration: none;
|
46
|
-
color: grey;
|
47
|
-
}
|
48
|
-
|
49
|
-
a:visited {
|
50
|
-
color: grey;
|
51
|
-
}
|
52
|
-
|
53
|
-
a:hover {
|
54
|
-
color: DarkBlue;
|
55
|
-
}
|
56
|
-
</style>
|
57
|
-
</head>
|
58
|
-
<body>
|
59
|
-
<div class="title">Dragonfly Schemas</div>
|
60
|
-
<div>
|
61
|
-
<img src="https://www.ladybug.tools/assets/img/dragonfly-large.png"/>
|
62
|
-
</div>
|
63
|
-
<div class="doc-link">
|
64
|
-
<a href="./model.html">Model Schema</a><br>
|
65
|
-
<a href="https://ladybug-tools.github.io/honeybee-schema/simulation-parameter.html">Energy Simulation Parameter Schema</a>
|
66
|
-
</div>
|
67
|
-
</body>
|
68
|
-
</html>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Dragonfly Model Schema</title>
|
5
|
-
<!-- needed for adaptive design -->
|
6
|
-
<meta charset="utf-8"/>
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
-
|
9
|
-
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
|
10
|
-
|
11
|
-
<link rel="shortcut icon" href="https://user-images.githubusercontent.com/2915573/53690998-7239bb00-3d43-11e9-85b1-d9ac9d140c0f.png">
|
12
|
-
<style>
|
13
|
-
body {
|
14
|
-
margin: 0;
|
15
|
-
padding: 0;
|
16
|
-
}
|
17
|
-
</style>
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
<redoc spec-url="./model.json"></redoc>
|
21
|
-
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
|
22
|
-
</body>
|
23
|
-
</html>
|
@@ -1,62 +0,0 @@
|
|
1
|
-
.coveragerc
|
2
|
-
.gitignore
|
3
|
-
.releaserc.json
|
4
|
-
CODE_OF_CONDUCT.md
|
5
|
-
CONTRIBUTING.md
|
6
|
-
LICENSE
|
7
|
-
README.md
|
8
|
-
deploy.sh
|
9
|
-
dev-requirements.txt
|
10
|
-
docs.py
|
11
|
-
requirements.txt
|
12
|
-
setup.cfg
|
13
|
-
setup.py
|
14
|
-
.github/workflows/ci.yaml
|
15
|
-
.github/workflows/dependency-release.yaml
|
16
|
-
docs/.nojekyll
|
17
|
-
docs/index.html
|
18
|
-
docs/model.html
|
19
|
-
dragonfly_schema/__init__.py
|
20
|
-
dragonfly_schema/model.py
|
21
|
-
dragonfly_schema/roof.py
|
22
|
-
dragonfly_schema/shading_parameter.py
|
23
|
-
dragonfly_schema/skylight_parameter.py
|
24
|
-
dragonfly_schema/window_parameter.py
|
25
|
-
dragonfly_schema.egg-info/PKG-INFO
|
26
|
-
dragonfly_schema.egg-info/SOURCES.txt
|
27
|
-
dragonfly_schema.egg-info/dependency_links.txt
|
28
|
-
dragonfly_schema.egg-info/requires.txt
|
29
|
-
dragonfly_schema.egg-info/top_level.txt
|
30
|
-
dragonfly_schema/energy/__init__.py
|
31
|
-
dragonfly_schema/energy/properties.py
|
32
|
-
dragonfly_schema/radiance/__init__.py
|
33
|
-
dragonfly_schema/radiance/gridpar.py
|
34
|
-
dragonfly_schema/radiance/properties.py
|
35
|
-
samples/building_simple.json
|
36
|
-
samples/context_shade_two_tree_canopy.json
|
37
|
-
samples/model_complete_simple.dfjson
|
38
|
-
samples/model_multiple_buildings.dfjson
|
39
|
-
samples/model_with_doors_skylights.dfjson
|
40
|
-
samples/room2d_simple.json
|
41
|
-
samples/shading_par_extruded_border.json
|
42
|
-
samples/shading_par_louvers_by_count.json
|
43
|
-
samples/shading_par_louvers_by_distance.json
|
44
|
-
samples/shading_par_overhang.json
|
45
|
-
samples/story_air_boundary.json
|
46
|
-
samples/story_simple.json
|
47
|
-
samples/window_par_detailed_rectangular_windows.json
|
48
|
-
samples/window_par_detailed_windows.json
|
49
|
-
samples/window_par_repeating_window_ratio.json
|
50
|
-
samples/window_par_repeating_window_width_height.json
|
51
|
-
samples/window_par_simple_window_ratio.json
|
52
|
-
samples/window_par_single_window.json
|
53
|
-
scripts/__init__.py
|
54
|
-
scripts/export_samples.py
|
55
|
-
scripts/sample_model.py
|
56
|
-
scripts/sample_shading_par.py
|
57
|
-
scripts/sample_window_par.py
|
58
|
-
tests/__init__.py
|
59
|
-
tests/test_model.py
|
60
|
-
tests/test_openapi_docs.py
|
61
|
-
tests/test_shading_parameter.py
|
62
|
-
tests/test_window_parameter.py
|
@@ -1 +0,0 @@
|
|
1
|
-
honeybee-schema==1.58.0
|
@@ -1 +0,0 @@
|
|
1
|
-
honeybee-schema==1.58.0
|