bcf-api-xml 0.4.18__py3-none-any.whl → 0.4.19__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.
bcf_api_xml/__init__.py CHANGED
@@ -4,4 +4,4 @@ from bcf_api_xml.export import to_xlsx # noqa: F401
4
4
  from bcf_api_xml.export import to_zip # noqa: F401
5
5
  from bcf_api_xml.import_zip import to_json # noqa: F401
6
6
 
7
- __version__ = "0.4.18"
7
+ __version__ = "0.4.19"
@@ -283,7 +283,7 @@ def to_xlsx(
283
283
  else:
284
284
  comment_date = comment_date.strftime("%Y-%m-%d, %H:%M:%S")
285
285
  concatenated_comments += (
286
- f"[{comment_date}] {comment['author']}: {comment['comment']}\n"
286
+ f"[{comment_date}] {comment.get('author')}: {comment.get('comment')}\n"
287
287
  )
288
288
  worksheet.write(row, COMMENTS_COL_INDEX, concatenated_comments, text_wrap_fmt)
289
289
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bcf-api-xml
3
- Version: 0.4.18
3
+ Version: 0.4.19
4
4
  Summary: Convert BCF-API to BCF-XML
5
5
  Home-page: https://github.com/bimdata/BCF-API-XML-translator
6
6
  License: MIT
@@ -3,10 +3,10 @@ bcf_api_xml/Schemas/markup.xsd,sha256=FemvIgZYcNk61FQxFHdIrcWzLvgw1t_ntOsQz15sRE
3
3
  bcf_api_xml/Schemas/project.xsd,sha256=obReOUyt8HYgnyLsnyIlA5ky9YClDNiYwUxMubHJ1dI,669
4
4
  bcf_api_xml/Schemas/version.xsd,sha256=ux0QjjSUI_70pp7MFkh5fn5zoY7plLzfmPl4pqOt-Jk,449
5
5
  bcf_api_xml/Schemas/visinfo.xsd,sha256=qxFodRHZWV_BNrzsV7T2QPDoNk2RP5tUyNwmehPG8kc,7212
6
- bcf_api_xml/__init__.py,sha256=W9lctRSVmXwpPa-uQe7NKS2C-750f1F4Y7SUY0dnuDk,309
6
+ bcf_api_xml/__init__.py,sha256=WKJkIoG2WIbZgQ5sAXWZ0bQEsr_3knf0vU_LPJA_VhU,309
7
7
  bcf_api_xml/errors.py,sha256=krwA-Ib5R4LeeU2xzeMQ6rKXvRB-08ReQmihk8FqPsM,89
8
8
  bcf_api_xml/export/__init__.py,sha256=5jooo9c6rlALNthrCwAw8UTcx5Rir8ASyen1voo6ZRA,178
9
- bcf_api_xml/export/excel.py,sha256=9hRh1jaxw8akN8Pex7ipOWOAWbvMeFUe5W-u7Z88Gxs,12623
9
+ bcf_api_xml/export/excel.py,sha256=Qzfb1EiY-2Ps8Lb9yF1nfFNMC6rb_9WrgebNJn_RhwI,12631
10
10
  bcf_api_xml/export/zip.py,sha256=HCSx5mx-scAlAA49WKiVV7Y7ABmT2mhUkdXyL4U2lHE,3322
11
11
  bcf_api_xml/import_zip.py,sha256=cLk5XK68My_mQDspVfl9LLS6DzLhBlh4Q9bgRaeqnSA,3107
12
12
  bcf_api_xml/models/ClippingPlane.py,sha256=sIcst3nGcaIHNl_qcXNjdSGFw3gufmh2VpOZtyo-oNE,410
@@ -23,6 +23,6 @@ bcf_api_xml/models/Visibility.py,sha256=8adXfJpceynK6W0in9C5EBEU6v6FKLcJdXG7NM3v
23
23
  bcf_api_xml/models/VisualizationInfo.py,sha256=eaq7HWJF5zMGCZunf46QZDNY7_dwVJgTLWFBDq5ElBQ,4084
24
24
  bcf_api_xml/models/XYZ.py,sha256=DZb8MBdQtbEWK62gXT8XqvdszHO9JWsUFiVX4FCkHnM,316
25
25
  bcf_api_xml/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- bcf_api_xml-0.4.18.dist-info/METADATA,sha256=kdsnqoPPxLQvD9AcMQQFBxUsT_t3C9FQpce118joO8I,1517
27
- bcf_api_xml-0.4.18.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
28
- bcf_api_xml-0.4.18.dist-info/RECORD,,
26
+ bcf_api_xml-0.4.19.dist-info/METADATA,sha256=dzEi1KB4vLVYELtIPO5JJlW2eN41Jgi0ln8pflFXD7M,1517
27
+ bcf_api_xml-0.4.19.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
28
+ bcf_api_xml-0.4.19.dist-info/RECORD,,