ifctrano 0.1.5__tar.gz → 0.1.7__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.
- {ifctrano-0.1.5 → ifctrano-0.1.7}/PKG-INFO +7 -1
- {ifctrano-0.1.5 → ifctrano-0.1.7}/README.md +6 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/pyproject.toml +1 -1
- {ifctrano-0.1.5 → ifctrano-0.1.7}/LICENSE +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/__init__.py +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/base.py +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/bounding_box.py +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/building.py +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/exceptions.py +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/main.py +0 -0
- {ifctrano-0.1.5 → ifctrano-0.1.7}/ifctrano/space_boundary.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ifctrano
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.7
|
4
4
|
Summary: Package for generating building energy simulation model from IFC
|
5
5
|
Home-page: https://github.com/andoludo/ifctrano
|
6
6
|
License: GPL V3
|
@@ -22,6 +22,12 @@ Description-Content-Type: text/markdown
|
|
22
22
|
|
23
23
|
# ifctrano - IFC to Energy Simulation Tool
|
24
24
|
|
25
|
+
📖 **Full Documentation:** 👉 [Trano Docs](https://andoludo.github.io/ifctrano/)
|
26
|
+
|
27
|
+
```bash
|
28
|
+
pip install ifctrano
|
29
|
+
```
|
30
|
+
|
25
31
|
## Overview
|
26
32
|
ifctrano is yet another **IFC to energy simulation** tool designed to translate **Industry Foundation Classes (IFC)** models into energy simulation models in **Modelica**.
|
27
33
|
|
@@ -1,5 +1,11 @@
|
|
1
1
|
# ifctrano - IFC to Energy Simulation Tool
|
2
2
|
|
3
|
+
📖 **Full Documentation:** 👉 [Trano Docs](https://andoludo.github.io/ifctrano/)
|
4
|
+
|
5
|
+
```bash
|
6
|
+
pip install ifctrano
|
7
|
+
```
|
8
|
+
|
3
9
|
## Overview
|
4
10
|
ifctrano is yet another **IFC to energy simulation** tool designed to translate **Industry Foundation Classes (IFC)** models into energy simulation models in **Modelica**.
|
5
11
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|