ifctrano 0.1.9__py3-none-any.whl → 0.1.11__py3-none-any.whl

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/main.py CHANGED
@@ -41,7 +41,7 @@ def create(
41
41
  total=None,
42
42
  )
43
43
  building = Building.from_ifc(Path(model))
44
- modelica_model = building.create_model()
44
+ modelica_model = building.create_model(library=library) # type: ignore
45
45
  progress.update(task, completed=True)
46
46
  task = progress.add_task(description="Writing model to file...", total=None)
47
47
  modelica_model_path.write_text(modelica_model)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ifctrano
3
- Version: 0.1.9
3
+ Version: 0.1.11
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Requires-Dist: ifcopenshell (>=0.8.1.post1,<0.9.0)
16
16
  Requires-Dist: pydantic (>=2.10.6,<3.0.0)
17
17
  Requires-Dist: shapely (>=2.0.7,<3.0.0)
18
- Requires-Dist: trano (>=0.1.48,<0.2.0)
18
+ Requires-Dist: trano (>=0.1.50,<0.2.0)
19
19
  Requires-Dist: typer (>=0.12.5,<0.13.0)
20
20
  Project-URL: Repository, https://github.com/andoludo/ifctrano
21
21
  Description-Content-Type: text/markdown
@@ -28,6 +28,14 @@ Description-Content-Type: text/markdown
28
28
  pip install ifctrano
29
29
  ```
30
30
 
31
+ To check the installation, run the following commands:
32
+
33
+ ```bash
34
+ ifctrano --help
35
+
36
+ ifctrano verify
37
+ ```
38
+
31
39
  ## Overview
32
40
  ifctrano is yet another **IFC to energy simulation** tool designed to translate **Industry Foundation Classes (IFC)** models into energy simulation models in **Modelica**.
33
41
 
@@ -4,10 +4,10 @@ ifctrano/bounding_box.py,sha256=OnkOR3NOyVRFSdo0d9BeFm93ZU40TV_gQSxYHOEPCYE,9382
4
4
  ifctrano/building.py,sha256=NoF0V5H_jDoyl0zkWPrSQa4xX0HIA23Kqu_TbH4Q56M,7134
5
5
  ifctrano/example/verification.ifc,sha256=L6YRD_rny7IEB4myA7uCLO6eI-xXOn2jp_67lw3lUrE,128600
6
6
  ifctrano/exceptions.py,sha256=1FQeuuq_lVZ4CawwewQvkE8OlDQwhBTbKfmc2FiZodo,431
7
- ifctrano/main.py,sha256=5S2K0dvFd5k15nsomeDmLiIxFlqYdFr2hdepDFqf0Fs,2672
7
+ ifctrano/main.py,sha256=QH5KI8wFM4KsIRXNz_CVNtr3DWP3GdETtAAZGL84VEI,2703
8
8
  ifctrano/space_boundary.py,sha256=SxVXkBi8TNZfmPDFT-6epuewk8E9V1astVgcD3FT8ew,8617
9
- ifctrano-0.1.9.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
- ifctrano-0.1.9.dist-info/METADATA,sha256=EJUPwFbIeYTFV7Jo0nNRF4Vppzu0ihJg7eB3_KFYuF0,3003
11
- ifctrano-0.1.9.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
12
- ifctrano-0.1.9.dist-info/entry_points.txt,sha256=_2daDejazkphufyEu0m3lOeTio53WYmjol3KmSN0JM4,46
13
- ifctrano-0.1.9.dist-info/RECORD,,
9
+ ifctrano-0.1.11.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
+ ifctrano-0.1.11.dist-info/METADATA,sha256=JvSb3y3CULKWge3RIfSQ7mkaU3DGhFp2NcRpzGCBFW0,3106
11
+ ifctrano-0.1.11.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
12
+ ifctrano-0.1.11.dist-info/entry_points.txt,sha256=_2daDejazkphufyEu0m3lOeTio53WYmjol3KmSN0JM4,46
13
+ ifctrano-0.1.11.dist-info/RECORD,,