ifctrano 0.1.10__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.10
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
@@ -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.10.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
- ifctrano-0.1.10.dist-info/METADATA,sha256=QOoxfR84xEEdN4SYR8qP4vKWRAS5Aa9a6EDGElZunSQ,3106
11
- ifctrano-0.1.10.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
12
- ifctrano-0.1.10.dist-info/entry_points.txt,sha256=_2daDejazkphufyEu0m3lOeTio53WYmjol3KmSN0JM4,46
13
- ifctrano-0.1.10.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,,