openepd 3.4.1__py3-none-any.whl → 3.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.
Files changed (93) hide show
  1. openepd/__init__.py +0 -4
  2. openepd/__version__.py +1 -5
  3. openepd/api/__init__.py +0 -4
  4. openepd/api/base_sync_client.py +0 -4
  5. openepd/api/category/__init__.py +0 -4
  6. openepd/api/category/dto.py +0 -4
  7. openepd/api/category/sync_api.py +0 -4
  8. openepd/api/common.py +0 -4
  9. openepd/api/dto/__init__.py +0 -4
  10. openepd/api/dto/base.py +0 -4
  11. openepd/api/dto/common.py +0 -4
  12. openepd/api/dto/meta.py +0 -4
  13. openepd/api/dto/mf.py +0 -4
  14. openepd/api/dto/params.py +0 -4
  15. openepd/api/epd/__init__.py +0 -4
  16. openepd/api/epd/dto.py +0 -4
  17. openepd/api/epd/sync_api.py +80 -4
  18. openepd/api/errors.py +0 -4
  19. openepd/api/pcr/__init__.py +0 -4
  20. openepd/api/pcr/dto.py +0 -4
  21. openepd/api/pcr/sync_api.py +0 -4
  22. openepd/api/sync_client.py +0 -4
  23. openepd/api/test/__init__.py +0 -4
  24. openepd/api/utils.py +28 -0
  25. openepd/bundle/__init__.py +0 -4
  26. openepd/bundle/base.py +0 -4
  27. openepd/bundle/model.py +0 -4
  28. openepd/bundle/reader.py +0 -4
  29. openepd/bundle/writer.py +0 -4
  30. openepd/compat/__init__.py +0 -4
  31. openepd/compat/compat_functional_validators.py +0 -4
  32. openepd/compat/pydantic.py +0 -4
  33. openepd/model/__init__.py +0 -4
  34. openepd/model/base.py +0 -4
  35. openepd/model/category.py +0 -4
  36. openepd/model/common.py +0 -4
  37. openepd/model/epd.py +0 -4
  38. openepd/model/factory.py +0 -4
  39. openepd/model/lcia.py +0 -4
  40. openepd/model/org.py +0 -4
  41. openepd/model/pcr.py +0 -4
  42. openepd/model/specs/__init__.py +0 -4
  43. openepd/model/specs/asphalt.py +0 -4
  44. openepd/model/specs/base.py +0 -4
  45. openepd/model/specs/concrete.py +0 -4
  46. openepd/model/specs/generated/__init__.py +0 -4
  47. openepd/model/specs/generated/accessories.py +0 -4
  48. openepd/model/specs/generated/aggregates.py +0 -4
  49. openepd/model/specs/generated/aluminium.py +0 -4
  50. openepd/model/specs/generated/asphalt.py +0 -4
  51. openepd/model/specs/generated/bulk_materials.py +0 -4
  52. openepd/model/specs/generated/cast_decks_and_underlayment.py +0 -4
  53. openepd/model/specs/generated/cladding.py +0 -4
  54. openepd/model/specs/generated/cmu.py +0 -4
  55. openepd/model/specs/generated/common.py +0 -4
  56. openepd/model/specs/generated/concrete.py +0 -4
  57. openepd/model/specs/generated/conveying_equipment.py +0 -4
  58. openepd/model/specs/generated/electrical.py +0 -4
  59. openepd/model/specs/generated/electrical_transmission_and_distribution_equipment.py +0 -4
  60. openepd/model/specs/generated/electricity.py +0 -4
  61. openepd/model/specs/generated/enums.py +0 -4
  62. openepd/model/specs/generated/finishes.py +0 -4
  63. openepd/model/specs/generated/fire_and_smoke_protection.py +0 -4
  64. openepd/model/specs/generated/furnishings.py +0 -4
  65. openepd/model/specs/generated/grouting.py +0 -4
  66. openepd/model/specs/generated/manufacturing_inputs.py +0 -4
  67. openepd/model/specs/generated/masonry.py +0 -4
  68. openepd/model/specs/generated/material_handling.py +0 -4
  69. openepd/model/specs/generated/mechanical.py +0 -4
  70. openepd/model/specs/generated/mechanical_insulation.py +0 -4
  71. openepd/model/specs/generated/network_infrastructure.py +0 -4
  72. openepd/model/specs/generated/openings.py +0 -4
  73. openepd/model/specs/generated/other_electrical_equipment.py +0 -4
  74. openepd/model/specs/generated/other_materials.py +0 -4
  75. openepd/model/specs/generated/plumbing.py +0 -4
  76. openepd/model/specs/generated/precast_concrete.py +0 -4
  77. openepd/model/specs/generated/sheathing.py +0 -4
  78. openepd/model/specs/generated/steel.py +0 -4
  79. openepd/model/specs/generated/thermal_moisture_protection.py +0 -4
  80. openepd/model/specs/generated/utility_piping.py +0 -4
  81. openepd/model/specs/generated/wood.py +0 -4
  82. openepd/model/specs/generated/wood_joists.py +0 -4
  83. openepd/model/standard.py +0 -4
  84. openepd/model/validation/__init__.py +0 -4
  85. openepd/model/validation/common.py +0 -4
  86. openepd/model/validation/numbers.py +0 -4
  87. openepd/model/validation/quantity.py +0 -4
  88. openepd/model/versioning.py +0 -4
  89. {openepd-3.4.1.dist-info → openepd-3.5.0.dist-info}/METADATA +1 -1
  90. openepd-3.5.0.dist-info/RECORD +94 -0
  91. openepd-3.4.1.dist-info/RECORD +0 -93
  92. {openepd-3.4.1.dist-info → openepd-3.5.0.dist-info}/LICENSE +0 -0
  93. {openepd-3.4.1.dist-info → openepd-3.5.0.dist-info}/WHEEL +0 -0
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import AluminiumAlloy
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import AsphaltGradation, AsphaltMixType
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import CladdingFacingMaterial, CladdingInsulatingMaterial, SidingFormFactor
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import CmuBlockType, CmuWeightClassification
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.base import BaseOpenEpdSchema
21
17
  from openepd.model.org import OrgRef
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from typing import Literal
21
17
 
22
18
  from openepd.compat.pydantic import pyd
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import ElevatorsBuildingRise, ElevatorsUsageIntensity
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import CableTraysMaterial, EnergySource, RacewaysMaterial
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from enum import StrEnum
21
17
 
22
18
  # Enums used
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.org import OrgRef
22
18
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import (
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import CountertopMaterial
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.concrete import Cementitious
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.validation.quantity import PressureMPaStr, validate_quantity_ge_factory, validate_unit_factory
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import (
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import InsulatingMaterial, InsulationIntendedApplication
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import (
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
 
21
17
  from openepd.compat.pydantic import pyd
22
18
  from openepd.model.base import BaseOpenEpdSchema
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
21
17
 
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import FireProtectionPipingMaterial, PipingAnsiSchedule, PlumbingPipingMaterial
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec, BaseOpenEpdSpec
22
18
  from openepd.model.validation.numbers import RatioFloat
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import GypsumFacing, GypsumFireRating, GypsumThickness
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.base import BaseOpenEpdSchema
22
18
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec, BaseOpenEpdSpec
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import (
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
22
18
  from openepd.model.specs.generated.enums import BuriedPipingType, PipingAnsiSchedule, UtilityPipingMaterial
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.org import OrgRef
22
18
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.org import OrgRef
22
18
  from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
openepd/model/standard.py CHANGED
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from openepd.compat.pydantic import pyd
21
17
  from openepd.model.base import BaseOpenEpdSchema
22
18
  from openepd.model.org import Org
@@ -13,7 +13,3 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from typing import Annotated, Any, Callable, Type, TypeAlias
21
17
 
22
18
  from openepd.compat.pydantic import pyd
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from typing import Annotated
21
17
 
22
18
  from openepd.compat.pydantic import pyd
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from abc import ABC, abstractmethod
21
17
  from typing import TYPE_CHECKING, Callable, ClassVar
22
18
 
@@ -13,10 +13,6 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- # This software was developed with support from the Skanska USA,
17
- # Charles Pankow Foundation, Microsoft Sustainability Fund, Interface, MKA Foundation, and others.
18
- # Find out more at www.BuildingTransparency.org
19
- #
20
16
  from abc import ABC
21
17
  from enum import ReprEnum
22
18
  from typing import ClassVar, NamedTuple
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openepd
3
- Version: 3.4.1
3
+ Version: 3.5.0
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
@@ -0,0 +1,94 @@
1
+ openepd/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
2
+ openepd/__version__.py,sha256=S-UVY3pxTAdvnVu4GmvsqiCW4DMirgcRUYEGiITe44A,638
3
+ openepd/api/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
4
+ openepd/api/base_sync_client.py,sha256=jviqtQgsOVdRq5x7_Yh_Tg8zIdWtVTIUqNCgebf6YDg,20925
5
+ openepd/api/category/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
6
+ openepd/api/category/dto.py,sha256=tDojagSwT7CTtcYq31Qe_c0P3xKKUWXKdzT5iN6odtk,850
7
+ openepd/api/category/sync_api.py,sha256=VHHOVbblZGyc4AtbsgQza00trSLuaCO6KfQw6r8vzgg,1371
8
+ openepd/api/common.py,sha256=VVjeYbj5cEvPJJj1HtkvGrKHjeyuE71VHtbblZFjAO0,8464
9
+ openepd/api/dto/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
10
+ openepd/api/dto/base.py,sha256=dy-P2rIvYLMRTJaFeL6ayIUdvMW12sw4IafiEtHdyzs,1033
11
+ openepd/api/dto/common.py,sha256=Msbh5fJf9s2mopxBLCko6jBJYxNq_0huz8q3hUOdDnw,4488
12
+ openepd/api/dto/meta.py,sha256=PmIGu4SfaovQOvFuYN58jQ9h6plZQEkBvaD_qwm28Jo,2160
13
+ openepd/api/dto/mf.py,sha256=tjsxF6yJhnOrcOepNVHBn18pF-kXkBoUYfTQwOTaY2g,1994
14
+ openepd/api/dto/params.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
15
+ openepd/api/epd/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
16
+ openepd/api/epd/dto.py,sha256=NZ76vfUkCEkwDibQd2QCEQP5DZms_NFc9tjoP-mcw3o,4874
17
+ openepd/api/epd/sync_api.py,sha256=5wuPiM_zVciVtTvsGaaRdf7T6q2CUp7QMZCW0DAjQng,7072
18
+ openepd/api/errors.py,sha256=Pcg2JqjLoUXUFJTVdIFbd8rgjGoAT5HpnivTpFRACVU,2159
19
+ openepd/api/pcr/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
20
+ openepd/api/pcr/dto.py,sha256=QhRAgJG22JmlELAY6ogWpatLfEEmp49F2q4uz-3ZuVE,1432
21
+ openepd/api/pcr/sync_api.py,sha256=LdJki4t_pEXPJuSnzh8LhN0kZibA8mYEgwf_3hpu0YE,1588
22
+ openepd/api/sync_client.py,sha256=kVirNhExF92vr2VXnzxNFVUJwnbgC_VR8vzV47twQKQ,2287
23
+ openepd/api/test/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
24
+ openepd/api/utils.py,sha256=FSY2W8zTXGTvJAJACMi4nibpo-9m1HXkTCH8kdAYlzQ,875
25
+ openepd/bundle/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
26
+ openepd/bundle/base.py,sha256=mOt3h3MuQyc1yunp9u6_CVYDtSdWQHZcx8cNfbNkqoY,6869
27
+ openepd/bundle/model.py,sha256=yICEHl7ZWDXHGx4rhFomCwa-ganjUtykyj_fpWw_6OI,2446
28
+ openepd/bundle/reader.py,sha256=B1clVF-lUMqZOvNZCypYK55C-DWOo7dOV0KlvsREA1o,6687
29
+ openepd/bundle/writer.py,sha256=YxuDLzR9OM4NqcqeodWQWFK_kZhmsPJISao5XVZvw-M,8136
30
+ openepd/compat/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
31
+ openepd/compat/compat_functional_validators.py,sha256=yz6DfWeg7knBHEN_enpCGGTLRknEsecXfpzD1FDlywY,834
32
+ openepd/compat/pydantic.py,sha256=DOjSixsylLqMtFAIARu50sGcT4VPXN_c473q_2JwZQ0,1146
33
+ openepd/model/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
34
+ openepd/model/base.py,sha256=wRoFYIK62BaiEY2wAn2uLRo0kImX_aSlwF6lzUh1dZ0,8937
35
+ openepd/model/category.py,sha256=IQXNGQFQmFZ_H9PRONloX_UOSf1sTMDq1rM1yz8JR0Y,1639
36
+ openepd/model/common.py,sha256=aa_bfotPybPoYyzHtwj5E5X1T-fCEyznMfVUWvpUhiM,5460
37
+ openepd/model/epd.py,sha256=_PyVM3cKrOBS2vgLLPBZzKkNfiBEtp2rECP0imp49bc,14082
38
+ openepd/model/factory.py,sha256=i45ZXG5RIMKrXvVH1li0ZlUwcBpSl5gEctcLc1MBM7M,1701
39
+ openepd/model/lcia.py,sha256=x3NI71UB8t07LTmnf-HL9Q2nSXqN96I9zORzDvof86M,16948
40
+ openepd/model/org.py,sha256=Y7gSyB0nUY2mG4Q8sHtd9yJfPUFQop_yuCh-73zArDE,3796
41
+ openepd/model/pcr.py,sha256=wlsTVXtzlFZzBPgrm9gfn22aIzzTzBgiq7uum4byjSw,4403
42
+ openepd/model/specs/README.md,sha256=W5LSMpZuW5x36cKS4HRfeFsClsRf8J9yHMMICghdc0s,862
43
+ openepd/model/specs/__init__.py,sha256=CfuCZKFE6xysags8XY9VlW-o_zHEyCu9fGekoj-RJOg,4959
44
+ openepd/model/specs/asphalt.py,sha256=kyv-WvqujYD5xqi-lS2nSculXLQAuuBbJU_YRCb-5ug,3332
45
+ openepd/model/specs/base.py,sha256=aVEWnqliXAmUzT9VZNPBd5Zr8Y-fP5VV3T9eBeWf720,2480
46
+ openepd/model/specs/concrete.py,sha256=spMvijIv79c87PXT_YV7coG851AkJ1ILl9EHCxN2-6E,9593
47
+ openepd/model/specs/generated/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
48
+ openepd/model/specs/generated/accessories.py,sha256=hEnrW4Vdr9GopR_A9gF8QyUyKJ9i5sx4khrNYDVLwy8,2013
49
+ openepd/model/specs/generated/aggregates.py,sha256=jMY2bqM2ZT6pc5-xnutZaJnMiUr368r5JdAGtrld2YI,2944
50
+ openepd/model/specs/generated/aluminium.py,sha256=NYra-2Z8nDJDHpNMRJBhZCl3AAczgwBGXgGMAQ_uP5Q,2413
51
+ openepd/model/specs/generated/asphalt.py,sha256=4m-4b1nRZtK0UN_XowxCfYY51kH2JAgvIwP1-spp5mU,3152
52
+ openepd/model/specs/generated/bulk_materials.py,sha256=otVwnI8N5zCs-JqklykdQDenaKqlgfBn4bQKp8JKGwU,875
53
+ openepd/model/specs/generated/cast_decks_and_underlayment.py,sha256=qZjryfTZc1ltPUkut7pkITb-wwZmBZWGIfUl1p8FNXs,955
54
+ openepd/model/specs/generated/cladding.py,sha256=bdHmLyAWdp0Altjxm2vrrQ6N1KXpZSTwrRtUeO_IDds,6562
55
+ openepd/model/specs/generated/cmu.py,sha256=Vv-aiT4Q7Zl5XTkSCnTeGOpE_ufTy63zt2Z5aXbv_Qo,1794
56
+ openepd/model/specs/generated/common.py,sha256=1cACMUmr44kXBI2igvuLsl4v10FIzsUSsGTlEz85T90,900
57
+ openepd/model/specs/generated/concrete.py,sha256=wnR656XxF6b26aBP4TRijMJf5CdLUzbZtSLXsbE3Yxw,6987
58
+ openepd/model/specs/generated/conveying_equipment.py,sha256=sQSnFccpTIw8sNGywW0KajE1lCHzbVBCISKyrYFW02U,3052
59
+ openepd/model/specs/generated/electrical.py,sha256=z4v6zbDvyMSYwbz7kb70aks1Ik9Q14ZkLss7cLqUdTs,10755
60
+ openepd/model/specs/generated/electrical_transmission_and_distribution_equipment.py,sha256=h6UQixACOHrquhQ2GFqqYWel_zqOXT-vAkI0o_RLf0A,1978
61
+ openepd/model/specs/generated/electricity.py,sha256=iGtN21K1MRVwoRfO6friVgiXc2b6cVdITbvnXqLmW3k,823
62
+ openepd/model/specs/generated/enums.py,sha256=orwUcMQLiA8eHEglUPw-LGIHpYVv7uypPZyl95serqc,58329
63
+ openepd/model/specs/generated/finishes.py,sha256=CfOpikGK6EJLDSUyshp0hmXT9yC2Xy6FKihThMjJVHI,21121
64
+ openepd/model/specs/generated/fire_and_smoke_protection.py,sha256=zkOlnNCnAZ9MUWk2sDqUX14YxNEDU3MGfUlePG3su0Q,3068
65
+ openepd/model/specs/generated/furnishings.py,sha256=QY_FDsFZaqjCiw2xHsD3kmyBGJA7jCHlSIvaw4TmqXI,2581
66
+ openepd/model/specs/generated/grouting.py,sha256=mDpfsax6TO72SuBqv8HftJDYoQPP741dD1vi_2cuNCE,934
67
+ openepd/model/specs/generated/manufacturing_inputs.py,sha256=B1_6OYX3cOFpOBvQRQrbPD4v9-iwKHo4E1fu9YfEDOo,5103
68
+ openepd/model/specs/generated/masonry.py,sha256=35yUySGoRCApdZSYWbCjZ_rTR7WRPssz4patN8pqHNU,3069
69
+ openepd/model/specs/generated/material_handling.py,sha256=hx8fisNcFw6GXC7uMfW-4wkGUS8xJA9gTk_WpZGHkqY,1274
70
+ openepd/model/specs/generated/mechanical.py,sha256=RfW-HKNWCj6K-emQ6YjfaGU0MldrP9X7xXWlwYWTqeA,9277
71
+ openepd/model/specs/generated/mechanical_insulation.py,sha256=sbXTXT4xOOgvyDeLN4HZ3xCIwKkaPEjoQlRyCrq4tlM,1617
72
+ openepd/model/specs/generated/network_infrastructure.py,sha256=GTdoFYj-ZU3rVqFrxb7hY5WzbyN3NnwtqnduH0wODeg,8157
73
+ openepd/model/specs/generated/openings.py,sha256=cpJr0Qk9FTLktM5hQAOsPBFL36CRP2sKpe_1v1EOVG4,18818
74
+ openepd/model/specs/generated/other_electrical_equipment.py,sha256=HUOI_NfCXn_pmon0KEy11hBrILA5QYtpnme0YqWoEfk,814
75
+ openepd/model/specs/generated/other_materials.py,sha256=ztaZHOr2HbiSpKdz4M1b2jsm_11fMDqZduEYWT1Q_rI,3498
76
+ openepd/model/specs/generated/plumbing.py,sha256=2bd5K2V0BspEfymb_47nYzdP-6OpBgaRc4Oul8OS8jo,4578
77
+ openepd/model/specs/generated/precast_concrete.py,sha256=Qwnm49sCXXmPoIckIUwldDvUq760FzTVaYnFOV6XOEY,7327
78
+ openepd/model/specs/generated/sheathing.py,sha256=06Y9Dy7_9Iy3VfA6fQGr6AUq30u1K_4cIQOe36BCiOs,3636
79
+ openepd/model/specs/generated/steel.py,sha256=nqkGivvAg5rll2NhClhKE6UCORsvPaVgHiuhirKP3Js,9901
80
+ openepd/model/specs/generated/thermal_moisture_protection.py,sha256=px1GPZyumr1w0r0ikKO1FefHNK66cxYp1PpmZvpTzPU,8205
81
+ openepd/model/specs/generated/utility_piping.py,sha256=X0cHq5kQP41RH1iGWrkwUdFX0PI4V00WzxH9BA-i7SY,2493
82
+ openepd/model/specs/generated/wood.py,sha256=cTx9vqw3gklsWBuJ0jCOTJc9oOBTZF5M05R7saah9kY,6539
83
+ openepd/model/specs/generated/wood_joists.py,sha256=KHFhVgbYy3idredDrCA0_0lrfeqG8hGPoEQfgaTWuMk,1862
84
+ openepd/model/standard.py,sha256=QhGpWN3U27fDcS0Yy1Dk8ElJfD0etet6i_PzoTD6B48,1318
85
+ openepd/model/validation/__init__.py,sha256=UGmZGEyMnASrYwEBPHuXmVzHiuCUskUsJEPoHTIo-lg,620
86
+ openepd/model/validation/common.py,sha256=FLYqK8gYFagx08LCkS0jy3qo4-Zq9VAv5i8ZwF2svkc,2435
87
+ openepd/model/validation/numbers.py,sha256=tgirqrDGgrSo6APGlW1ozNuVV8mJz_4HCAXS2OUENq0,888
88
+ openepd/model/validation/quantity.py,sha256=j1s2G0vVePveeCzHOqz2W0CicPfZgWzFdg4ZFC5OmGA,7306
89
+ openepd/model/versioning.py,sha256=R_zm6rCrgF3vlJQYbpyWhirdS_Oek16cv_mvZmpuE8I,4473
90
+ openepd/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
+ openepd-3.5.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
92
+ openepd-3.5.0.dist-info/METADATA,sha256=gBFcXyDcFEWPR3zAdEPLxb6AjmELuXQpT-tmMz48Ekw,7790
93
+ openepd-3.5.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
94
+ openepd-3.5.0.dist-info/RECORD,,