openepd 1.3.1__py3-none-any.whl → 1.3.2__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.
openepd/__version__.py CHANGED
@@ -17,4 +17,4 @@
17
17
  # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
18
  # Find out more at www.BuildingTransparency.org
19
19
  #
20
- VERSION = "1.3.1"
20
+ VERSION = "1.3.2"
openepd/bundle/writer.py CHANGED
@@ -117,7 +117,8 @@ class DefaultBundleWriter(BaseBundleWriter):
117
117
  custom_data=custom_data,
118
118
  )
119
119
  self.__write_data_stream(
120
- asset_info, BytesIO(obj.json(indent=2, exclude_unset=True, exclude_none=True).encode("utf-8"))
120
+ asset_info,
121
+ BytesIO(obj.json(indent=2, exclude_unset=True, exclude_none=True, by_alias=True).encode("utf-8")),
121
122
  )
122
123
  self.__register_entry(asset_info)
123
124
  return asset_info
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openepd
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: Python library to work with OpenEPD format
5
5
  Home-page: https://github.com/cchangelabs/openepd
6
6
  License: Apache-2.0
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3
17
17
  Classifier: Programming Language :: Python :: 3.11
18
18
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Provides-Extra: api-client
20
- Requires-Dist: email-validator (>=1.3.1)
20
+ Requires-Dist: email-validator (>=1.3.2)
21
21
  Requires-Dist: pydantic (>=1.10,<2.0)
22
22
  Requires-Dist: requests (>=2.0) ; extra == "api-client"
23
23
  Project-URL: Repository, https://github.com/cchangelabs/openepd
@@ -1,5 +1,5 @@
1
1
  openepd/__init__.py,sha256=rqQJWF5jpYAgRbbAycUfWMGsr5kGtfjmwzsTeqbElJw,837
2
- openepd/__version__.py,sha256=6LzxU8Igi9D5tGs2lOP_-ECWuMzAS_wSyHS0QVxMfZs,855
2
+ openepd/__version__.py,sha256=2U1V5N14sFiVEDWpAZVeFYO8d0mDC0vLTCUDm5sncmM,855
3
3
  openepd/api/__init__.py,sha256=rqQJWF5jpYAgRbbAycUfWMGsr5kGtfjmwzsTeqbElJw,837
4
4
  openepd/api/base_sync_client.py,sha256=JcNpWsGoIK_1Eg27CAQd7nIjbcfD56jQ1nS6B48Q0cI,21142
5
5
  openepd/api/category/__init__.py,sha256=rqQJWF5jpYAgRbbAycUfWMGsr5kGtfjmwzsTeqbElJw,837
@@ -25,7 +25,7 @@ openepd/bundle/__init__.py,sha256=rqQJWF5jpYAgRbbAycUfWMGsr5kGtfjmwzsTeqbElJw,83
25
25
  openepd/bundle/base.py,sha256=wSmRp6IjWtOSoSBpK_OhrxJ2OgHu_2hNnwYS4mmNFSA,7086
26
26
  openepd/bundle/model.py,sha256=NWbpxorLzQ_OIFozV34wz76OWM_ORGTBkS0288chv0k,2647
27
27
  openepd/bundle/reader.py,sha256=z4v_UWyaosktN3DdmnRx8GpLq4DkejjoUsckFfCgUac,6904
28
- openepd/bundle/writer.py,sha256=90R1FTxSSbwLi4x8jb1IAQj_OtBnTW56pbvSqtTrLNs,8325
28
+ openepd/bundle/writer.py,sha256=AfvzzdAr9ybIbtiZfuX2mAGfddamTxXxUTxtHHrs2Gc,8353
29
29
  openepd/model/__init__.py,sha256=rqQJWF5jpYAgRbbAycUfWMGsr5kGtfjmwzsTeqbElJw,837
30
30
  openepd/model/base.py,sha256=vjcsMoNQNJuCK1ngh1RbOlYVzWgCw2LF9fhPaH_q2_o,5564
31
31
  openepd/model/category.py,sha256=_6yFyldaDrkZk2_9ZAO2oRTz7ocvkg4T-D_aw5ncgvo,1840
@@ -38,7 +38,7 @@ openepd/model/specs/__init__.py,sha256=jdMXv4_FcVUrDafCqulELDx6T2KuZQyRUtgAuLZMV
38
38
  openepd/model/specs/concrete.py,sha256=Mdx0IOWdnnLMy93oIAQhxfNkGdcDNIbCuhRVdhYEb3I,3342
39
39
  openepd/model/standard.py,sha256=YjxpC9nyz6LM8m3z1s5S0exJ1qvA3n59-FBoScg-FL0,1519
40
40
  openepd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- openepd-1.3.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
42
- openepd-1.3.1.dist-info/METADATA,sha256=oaeNiKPka7rAa_kh-ZRFfitKRy2hYItXMem3eEb68MA,7762
43
- openepd-1.3.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
44
- openepd-1.3.1.dist-info/RECORD,,
41
+ openepd-1.3.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
42
+ openepd-1.3.2.dist-info/METADATA,sha256=SWKaFh79jg21Bwjn5I4k527iDEBKh69rBga14Pcp35E,7762
43
+ openepd-1.3.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
44
+ openepd-1.3.2.dist-info/RECORD,,