openepd 7.4.0__py3-none-any.whl → 7.5.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 = "7.4.0"
16
+ VERSION = "7.5.0"
openepd/model/lcia.py CHANGED
@@ -512,10 +512,12 @@ class LCIAMethod(StrEnum):
512
512
  """A list of available LCA methods."""
513
513
 
514
514
  UNKNOWN = "Unknown LCIA"
515
+ TRACI_2_2 = "TRACI 2.2"
515
516
  TRACI_2_1 = "TRACI 2.1"
516
517
  TRACI_2_0 = "TRACI 2.0"
517
518
  TRACI_1_0 = "TRACI 1.0"
518
519
  IPCC_AR5 = "IPCC AR5"
520
+ IPCC_AR6 = "IPCC AR6"
519
521
  EF_3_0 = "EF 3.0"
520
522
  EF_3_1 = "EF 3.1"
521
523
  EF_2_0 = "EF 2.0"
openepd/model/org.py CHANGED
@@ -91,6 +91,32 @@ class Org(WithAttachmentsMixin, WithAltIdsMixin, OrgRef):
91
91
 
92
92
  return value
93
93
 
94
+ description: str | None = pydantic.Field(
95
+ default=None,
96
+ max_length=2000,
97
+ description=(
98
+ "Text that describes the company, its products, or its sustainability commitments, "
99
+ 'similar to "about us" or "sustainability commitment" text on a corporate website. '
100
+ "Typically used for publication in EPDs and for viewing by users. "
101
+ "Supports plain text or github flavored markdown."
102
+ ),
103
+ examples=[
104
+ (
105
+ "# Our Mission\n"
106
+ "Driven by the mission to design and make the world's best products in the most sustainable way, "
107
+ "MillerKnoll's sustainability strategy focuses on three key areas:\n"
108
+ "* Carbon : Design the lowest carbon footprint products "
109
+ "and commit to achieving net-zero carbon emissions by 20501.\n"
110
+ "* Materials : Use sustainable, 100% bio-based or recycled materials by 2050.\n"
111
+ "* Circularity : Design timeless, durable products with zero waste by 2050.\n"
112
+ "# Supplier Support\n"
113
+ "At MillerKnoll, we are committed to working closely with our suppliers "
114
+ "to reduce our collective impact on the environment. "
115
+ "We encourage our suppliers to minimize their operations' environmental impacts "
116
+ "and require they assist us in decreasing our facilities' environmental effects."
117
+ )
118
+ ],
119
+ )
94
120
  hq_location: Location | None = pydantic.Field(
95
121
  default=None,
96
122
  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: 7.4.0
3
+ Version: 7.5.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=9THJcV3LT7JDBOMz1px-QFf_sdJ0LOqJ5dmA9Dvvtd4,620
2
- openepd/__version__.py,sha256=1XUGGHndMgV1s_izfZdyfLJPpht1-cxMXpkenDHeldQ,638
2
+ openepd/__version__.py,sha256=wROB4Az8lHLZ19vzPzFg6vUHTTs6IDmcRyEAEx07WWs,638
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=mjTT8eGtfj6Fgp-wcs0cCWA7DJo1KL_iQ75rgKkaY3c,8037
@@ -48,8 +48,8 @@ openepd/model/factory.py,sha256=UWSGpfCr3GiMTP4rzBkwqxzbXB6GKZ_5Okb1Dqa_4aA,2701
48
48
  openepd/model/generic_estimate.py,sha256=_R18Uz-hvxtSBl53D0_OkwVCWvoa2nIDjBdec6vEPDE,4304
49
49
  openepd/model/geography.py,sha256=Jx7NIDdk_sIvwyh-7YxnIjAwIHW2HCQK7UtFGM2xKtw,42095
50
50
  openepd/model/industry_epd.py,sha256=Cqn01IUNSZqRkyU05TwtOLXDKlg0YnGzqvKL8A__zbI,4061
51
- openepd/model/lcia.py,sha256=Ug7m_O3DcyxMDxoZYR8eb4Q0tDvGa2PGdavHj7Wxips,27770
52
- openepd/model/org.py,sha256=f1tr1A2KaeC9METAArM5n1_mqiCrPYNxZ-mYLEwUh_s,6506
51
+ openepd/model/lcia.py,sha256=Sx6SAwRTlkxqjKq-QEkPEUihgIS04jUndhOi4oHP5vw,27824
52
+ openepd/model/org.py,sha256=1O3MM2y4nEEQ8V2WsJCK4cvQumcadZ6sgwSM1sRbGkY,8012
53
53
  openepd/model/pcr.py,sha256=cu3EakCAjBCkcb_AaLXB-xEjY0mlG-wJe74zGc5tdS0,5637
54
54
  openepd/model/specs/README.md,sha256=UGhSiFJ9hOxT1mZl-5ZrhkOrPKf1W_gcu5CI9hzV7LU,2430
55
55
  openepd/model/specs/__init__.py,sha256=RMLxvwD-_N5qaU0U2o5LxMKmP_W0_yssl72uTTC2tJg,3904
@@ -146,7 +146,7 @@ openepd/model/validation/numbers.py,sha256=9THJcV3LT7JDBOMz1px-QFf_sdJ0LOqJ5dmA9
146
146
  openepd/model/validation/quantity.py,sha256=M9dz3byTK6Lrys43I0Gq7n2b0aE8WYys-idxi6bKCII,21755
147
147
  openepd/model/versioning.py,sha256=LldrNjPjVBsVTWyJrBe6VoI19B0d47QXbHk_6omXPxc,4561
148
148
  openepd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
- openepd-7.4.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
150
- openepd-7.4.0.dist-info/METADATA,sha256=n2TgNI22H2gDPgDHUjABMMFxTvQuqhwN0XyHeVHbNs8,9810
151
- openepd-7.4.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
152
- openepd-7.4.0.dist-info/RECORD,,
149
+ openepd-7.5.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
150
+ openepd-7.5.0.dist-info/METADATA,sha256=LWKh9QYyF-8Zw1fsNsaQwZZmUYTTkAEf9JPdKwVy9Rk,9810
151
+ openepd-7.5.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
152
+ openepd-7.5.0.dist-info/RECORD,,