effibemviewer 0.1.0__tar.gz → 0.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: effibemviewer
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A 3D viewer for OpenStudio building energy models using GLTF and Three.js
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -37,8 +37,9 @@ Description-Content-Type: text/markdown
37
37
 
38
38
  A 3D viewer for OpenStudio building energy models using GLTF and Three.js, that can create a standalone HTML page or be embedded into a Jupyter Notebook.
39
39
 
40
- A Jupyter Notebook [Gltf_notebook.ipynb](Gltf_notebook.ipynb) can serve as a small demonstration of the features.
40
+ A Jupyter Notebook [Gltf_notebook.ipynb](https://github.com/jmarrec/effibemviewer/blob/main/Gltf_notebook.ipynb) can serve as a small demonstration of the features.
41
41
 
42
+ ![Demo in a Jupyter Notebook](https://raw.githubusercontent.com/jmarrec/effibemviewer/refs/heads/main/docs/assets/demo.png)
42
43
 
43
44
  * Documentation: <https://jmarrec.github.io/effibemviewer>
44
45
  * GitHub: <https://github.com/jmarrec/effibemviewer>
@@ -9,8 +9,9 @@
9
9
 
10
10
  A 3D viewer for OpenStudio building energy models using GLTF and Three.js, that can create a standalone HTML page or be embedded into a Jupyter Notebook.
11
11
 
12
- A Jupyter Notebook [Gltf_notebook.ipynb](Gltf_notebook.ipynb) can serve as a small demonstration of the features.
12
+ A Jupyter Notebook [Gltf_notebook.ipynb](https://github.com/jmarrec/effibemviewer/blob/main/Gltf_notebook.ipynb) can serve as a small demonstration of the features.
13
13
 
14
+ ![Demo in a Jupyter Notebook](https://raw.githubusercontent.com/jmarrec/effibemviewer/refs/heads/main/docs/assets/demo.png)
14
15
 
15
16
  * Documentation: <https://jmarrec.github.io/effibemviewer>
16
17
  * GitHub: <https://github.com/jmarrec/effibemviewer>
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Julien Marrec"""
4
4
  __email__ = 'contact@effibem.com'
5
- __version__ = '0.1.0'
5
+ __version__ = '0.1.2'
6
6
 
7
7
  from effibemviewer.gltf import (
8
8
  create_example_model,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "effibemviewer"
3
- version = "0.1.0"
3
+ version = "0.1.2"
4
4
  description = "A 3D viewer for OpenStudio building energy models using GLTF and Three.js"
5
5
  authors = ["Julien Marrec <contact@effibem.com>"]
6
6
  readme = "README.md"
File without changes