ifctrano 0.1.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ifctrano
3
- Version: 0.1.6
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
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ifctrano"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = "Package for generating building energy simulation model from IFC"
5
5
  authors = ["Ando Andriamamonjy <andoludovic.andriamamonjy@gmail.com>"]
6
6
  license = "GPL V3"
File without changes
File without changes
File without changes
File without changes
File without changes