openepd 6.22.0__py3-none-any.whl → 6.23.0__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
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- VERSION = "6.22.0"
16
+ VERSION = "6.23.0"
openepd/model/org.py CHANGED
@@ -57,6 +57,30 @@ class Org(WithAttachmentsMixin, WithAltIdsMixin, OrgRef):
57
57
  description="Organizations controlled by this organization",
58
58
  default=None,
59
59
  )
60
+ description: str | None = pyd.Field(
61
+ default=None,
62
+ max_length=2000,
63
+ description=(
64
+ "Text that describes the company, its products, or its sustainability commitments, "
65
+ 'similar to "about us" or "sustainability commitment" text on a corporate website. '
66
+ "Typically used for publication in EPDs and for viewing by users. "
67
+ "Supports plain text or github flavored markdown."
68
+ ),
69
+ example=(
70
+ "# Our Mission\n"
71
+ "Driven by the mission to design and make the world's best products in the most sustainable way, "
72
+ "MillerKnoll's sustainability strategy focuses on three key areas:\n"
73
+ "* Carbon : Design the lowest carbon footprint products "
74
+ "and commit to achieving net-zero carbon emissions by 20501.\n"
75
+ "* Materials : Use sustainable, 100% bio-based or recycled materials by 2050.\n"
76
+ "* Circularity : Design timeless, durable products with zero waste by 2050.\n"
77
+ "# Supplier Support\n"
78
+ "At MillerKnoll, we are committed to working closely with our suppliers "
79
+ "to reduce our collective impact on the environment. "
80
+ "We encourage our suppliers to minimize their operations' environmental impacts "
81
+ "and require they assist us in decreasing our facilities' environmental effects."
82
+ ),
83
+ )
60
84
  hq_location: Location | None = pyd.Field(
61
85
  default=None,
62
86
  description="Location of a place of business, preferably the corporate headquarters.",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openepd
3
- Version: 6.22.0
3
+ Version: 6.23.0
4
4
  Summary: Python library to work with OpenEPD format
5
5
  License: Apache-2.0
6
6
  Author: C-Change Labs
@@ -1,5 +1,5 @@
1
1
  openepd/__init__.py,sha256=fhxfEyEurLvSfvQci-vb3njzl_lvhcLXiZrecCOaMU8,794
2
- openepd/__version__.py,sha256=NDVGZ_6R3-H5r-HrQ8MxyOvrZOyKemcsJS0Yzq8GCAA,639
2
+ openepd/__version__.py,sha256=A1F4vtJZdjbFr6F3h4QgKFJUwgpNFQInneIXVmg2Vj8,639
3
3
  openepd/api/__init__.py,sha256=9THJcV3LT7JDBOMz1px-QFf_sdJ0LOqJ5dmA9Dvvtd4,620
4
4
  openepd/api/average_dataset/__init__.py,sha256=9THJcV3LT7JDBOMz1px-QFf_sdJ0LOqJ5dmA9Dvvtd4,620
5
5
  openepd/api/average_dataset/generic_estimate_sync_api.py,sha256=_eZt_jGVL1a3p9cr-EF39Ve9Vl5sB8zwzTc_slnRL50,7975
@@ -52,7 +52,7 @@ openepd/model/generic_estimate.py,sha256=zLGTyf4Uzmp2C0m-J1ePWItSz2RGdZ0OiGPWC5n
52
52
  openepd/model/geography.py,sha256=Jx7NIDdk_sIvwyh-7YxnIjAwIHW2HCQK7UtFGM2xKtw,42095
53
53
  openepd/model/industry_epd.py,sha256=QZr7OhgGkzqZ8H5p6dCIVk9zSHEYtK3y9Nk-DvkFMyk,4011
54
54
  openepd/model/lcia.py,sha256=jgxTVoY2gCgfPCLrV5xRYGHbxntellGTfgLUGU9J22Y,26152
55
- openepd/model/org.py,sha256=nm3B4HdJDASyr4SIosE64BK45tR4bv9CsFBls0umoG8,5408
55
+ openepd/model/org.py,sha256=AAyXx42phVn3fZN0_Ga8CJb2iKh_dfVXsvO1lEtDovM,6832
56
56
  openepd/model/pcr.py,sha256=7nf6ATofdrlPt81vdU6p0E8n_ftFEuCEIKxtYlFwclw,5476
57
57
  openepd/model/specs/README.md,sha256=UGhSiFJ9hOxT1mZl-5ZrhkOrPKf1W_gcu5CI9hzV7LU,2430
58
58
  openepd/model/specs/__init__.py,sha256=toVWd8_jxmAf7gRwpoXQpLfZW6Cl-NwveoduMXhECms,3903
@@ -150,7 +150,7 @@ openepd/model/validation/quantity.py,sha256=mP4gIkeOGZuHRhprsf_BX11Cic75NssYxOTk
150
150
  openepd/model/versioning.py,sha256=wBZdOVL3ND9FMIRU9PS3vx9M_7MBiO70xYPQvPez6po,4522
151
151
  openepd/patch_pydantic.py,sha256=bO7U5HqthFol0vfycb0a42UAGL3KOQ8-9MW4yCWOFP0,4150
152
152
  openepd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
- openepd-6.22.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
- openepd-6.22.0.dist-info/METADATA,sha256=DZrYFE740GeHJyJnuHKJup-gr-wGQlHusnN_4mbF2uM,9827
155
- openepd-6.22.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
156
- openepd-6.22.0.dist-info/RECORD,,
153
+ openepd-6.23.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
154
+ openepd-6.23.0.dist-info/METADATA,sha256=j0XNy77oTEnuCbaEbCxKnmA5INpLme5-OVoILoxKAUE,9827
155
+ openepd-6.23.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
156
+ openepd-6.23.0.dist-info/RECORD,,