openepd 7.12.0__tar.gz → 7.13.1__tar.gz
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-7.12.0 → openepd-7.13.1}/PKG-INFO +1 -1
- {openepd-7.12.0 → openepd-7.13.1}/pyproject.toml +1 -1
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/__version__.py +1 -1
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/__init__.py +1 -2
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/__init__.py +16 -3
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/electrical.py +13 -1
- openepd-7.13.1/src/openepd/model/specs/range/other_electrical_equipment.py +18 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/__init__.py +12 -3
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/electrical.py +41 -1
- openepd-7.13.1/src/openepd/model/specs/singular/other_electrical_equipment.py +18 -0
- openepd-7.12.0/src/openepd/model/specs/range/other_electrical_equipment.py +0 -31
- openepd-7.12.0/src/openepd/model/specs/singular/other_electrical_equipment.py +0 -22
- {openepd-7.12.0 → openepd-7.13.1}/LICENSE +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/README.md +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/average_dataset/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/average_dataset/generic_estimate_sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/average_dataset/industry_epd_sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/base_sync_client.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/category/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/category/dto.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/category/sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/common.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/dto/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/dto/base.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/dto/common.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/dto/meta.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/dto/mf.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/dto/params.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/epd/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/epd/dto.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/epd/sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/errors.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/org/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/org/sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/pcr/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/pcr/sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/plant/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/plant/sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/standard/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/standard/sync_api.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/sync_client.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/test/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/utils.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/bundle/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/bundle/base.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/bundle/model.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/bundle/reader.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/bundle/writer.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/constants/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/constants/scope_phases.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/m49/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/m49/const.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/m49/utils.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/base.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/category.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/common.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/declaration.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/epd.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/factory.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/generic_estimate.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/geography.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/industry_epd.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/lcia.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/org.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/pcr.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/README.md +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/asphalt.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/base.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/concrete.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/enums.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/accessories.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/aggregates.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/aluminium.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/asphalt.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/bulk_materials.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/cast_decks_and_underlayment.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/cladding.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/cmu.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/concrete.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/conveying_equipment.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/electrical_transmission_and_distribution_equipment.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/electricity.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/exterior_improvements.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/finishes.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/fire_and_smoke_protection.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/furnishings.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/grouting.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/manufacturing_inputs.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/masonry.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/material_handling.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/mechanical.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/mechanical_insulation.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/mixins/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/mixins/access_flooring_mixin.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/network_infrastructure.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/non_construction.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/openings.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/other_materials.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/plumbing.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/precast_concrete.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/sheathing.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/steel.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/thermal_moisture_protection.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/utility_piping.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/wood.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/wood_joists.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/accessories.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/aggregates.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/aluminium.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/asphalt.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/bulk_materials.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/cast_decks_and_underlayment.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/cladding.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/cmu.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/common.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/concrete.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/conveying_equipment.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/deprecated/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/deprecated/concrete.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/deprecated/steel.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/electrical_transmission_and_distribution_equipment.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/electricity.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/exterior_improvements.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/finishes.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/fire_and_smoke_protection.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/furnishings.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/grouting.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/manufacturing_inputs.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/masonry.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/material_handling.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/mechanical.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/mechanical_insulation.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/mixins/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/mixins/access_flooring_mixin.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/mixins/conduit_mixin.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/network_infrastructure.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/non_construction.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/openings.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/other_materials.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/plumbing.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/precast_concrete.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/sheathing.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/steel.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/thermal_moisture_protection.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/utility_piping.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/wood.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/wood_joists.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/standard.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/validation/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/validation/common.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/validation/enum.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/validation/numbers.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/validation/quantity.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/versioning.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/py.typed +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/utils/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/utils/functional.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/utils/mapping/__init__.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/utils/mapping/common.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/utils/mapping/geography.py +0 -0
- {openepd-7.12.0 → openepd-7.13.1}/src/openepd/utils/markdown.py +0 -0
|
@@ -61,7 +61,7 @@ from openepd.model.specs.singular.cladding import CladdingV1
|
|
|
61
61
|
from openepd.model.specs.singular.cmu import CMUV1
|
|
62
62
|
from openepd.model.specs.singular.concrete import ConcreteV1
|
|
63
63
|
from openepd.model.specs.singular.conveying_equipment import ConveyingEquipmentV1
|
|
64
|
-
from openepd.model.specs.singular.electrical import ElectricalV1
|
|
64
|
+
from openepd.model.specs.singular.electrical import ElectricalV1, OtherElectricalEquipmentV1
|
|
65
65
|
from openepd.model.specs.singular.electrical_transmission_and_distribution_equipment import (
|
|
66
66
|
ElectricalTransmissionAndDistributionEquipmentV1,
|
|
67
67
|
)
|
|
@@ -77,7 +77,6 @@ from openepd.model.specs.singular.mechanical import MechanicalV1
|
|
|
77
77
|
from openepd.model.specs.singular.mechanical_insulation import MechanicalInsulationV1
|
|
78
78
|
from openepd.model.specs.singular.network_infrastructure import NetworkInfrastructureV1
|
|
79
79
|
from openepd.model.specs.singular.openings import OpeningsV1
|
|
80
|
-
from openepd.model.specs.singular.other_electrical_equipment import OtherElectricalEquipmentV1
|
|
81
80
|
from openepd.model.specs.singular.other_materials import OtherMaterialsV1
|
|
82
81
|
from openepd.model.specs.singular.plumbing import PlumbingV1
|
|
83
82
|
from openepd.model.specs.singular.precast_concrete import PrecastConcreteV1
|
|
@@ -18,6 +18,8 @@ __all__ = [
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
import pydantic
|
|
22
|
+
|
|
21
23
|
from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
|
|
22
24
|
|
|
23
25
|
from .accessories import AccessoriesRangeV1
|
|
@@ -30,7 +32,7 @@ from .cladding import CladdingRangeV1
|
|
|
30
32
|
from .cmu import CMURangeV1
|
|
31
33
|
from .concrete import ConcreteRangeV1
|
|
32
34
|
from .conveying_equipment import ConveyingEquipmentRangeV1
|
|
33
|
-
from .electrical import ElectricalRangeV1
|
|
35
|
+
from .electrical import ElectricalRangeV1, OtherElectricalEquipmentRangeV1
|
|
34
36
|
from .electrical_transmission_and_distribution_equipment import ElectricalTransmissionAndDistributionEquipmentRangeV1
|
|
35
37
|
from .electricity import ElectricityRangeV1
|
|
36
38
|
from .exterior_improvements import ExteriorImprovementsRangeV1
|
|
@@ -53,7 +55,6 @@ from .non_construction import (
|
|
|
53
55
|
VehiclesRangeV1,
|
|
54
56
|
)
|
|
55
57
|
from .openings import OpeningsRangeV1
|
|
56
|
-
from .other_electrical_equipment import OtherElectricalEquipmentRangeV1
|
|
57
58
|
from .other_materials import FoodBeverageRangeV1, OtherMaterialsRangeV1, TextileProductsRangeV1
|
|
58
59
|
from .plumbing import PlumbingRangeV1
|
|
59
60
|
from .precast_concrete import PrecastConcreteRangeV1
|
|
@@ -106,7 +107,6 @@ class SpecsRange(BaseOpenEpdHierarchicalSpec):
|
|
|
106
107
|
Electricity: ElectricityRangeV1 | None = None
|
|
107
108
|
Grouting: GroutingRangeV1 | None = None
|
|
108
109
|
MechanicalInsulation: MechanicalInsulationRangeV1 | None = None
|
|
109
|
-
OtherElectricalEquipment: OtherElectricalEquipmentRangeV1 | None = None
|
|
110
110
|
WoodJoists: WoodJoistsRangeV1 | None = None
|
|
111
111
|
ExteriorImprovements: ExteriorImprovementsRangeV1 | None = None
|
|
112
112
|
TextileProducts: TextileProductsRangeV1 | None = None
|
|
@@ -117,3 +117,16 @@ class SpecsRange(BaseOpenEpdHierarchicalSpec):
|
|
|
117
117
|
Services: ServicesRangeV1 | None = None
|
|
118
118
|
ConsumerGoods: ConsumerGoodsRangeV1 | None = None
|
|
119
119
|
FoodBeverage: FoodBeverageRangeV1 | None = None
|
|
120
|
+
|
|
121
|
+
OtherElectricalEquipment: OtherElectricalEquipmentRangeV1 | None = pydantic.Field(
|
|
122
|
+
default=None,
|
|
123
|
+
json_schema_extra={
|
|
124
|
+
"deprecated": True,
|
|
125
|
+
},
|
|
126
|
+
description=(
|
|
127
|
+
"SpecsRange.OtherElectricalEquipment is deprecated. Use ElectricalRangeV1.OtherElectricalEquipment instead."
|
|
128
|
+
),
|
|
129
|
+
)
|
|
130
|
+
"""
|
|
131
|
+
SpecsRange.OtherElectricalEquipment is deprecated. Use ElectricalRangeV1.OtherElectricalEquipment instead.
|
|
132
|
+
"""
|
|
@@ -33,6 +33,7 @@ __all__ = (
|
|
|
33
33
|
"LowVoltBusesRangeV1",
|
|
34
34
|
"LowVoltageElectricalDistributionRangeV1",
|
|
35
35
|
"MedVoltBusesRangeV1",
|
|
36
|
+
"OtherElectricalEquipmentRangeV1",
|
|
36
37
|
"OtherElectricalPowerStorageRangeV1",
|
|
37
38
|
"OtherGenerationRangeV1",
|
|
38
39
|
"OutdoorLightingRangeV1",
|
|
@@ -408,6 +409,16 @@ class ElectricalConduitRangeV1(BaseOpenEpdHierarchicalSpec):
|
|
|
408
409
|
material: list[ConduitMaterial] | None = None
|
|
409
410
|
|
|
410
411
|
|
|
412
|
+
class OtherElectricalEquipmentRangeV1(BaseOpenEpdHierarchicalSpec):
|
|
413
|
+
"""
|
|
414
|
+
Other Electrical Equipment.
|
|
415
|
+
|
|
416
|
+
Range version.
|
|
417
|
+
"""
|
|
418
|
+
|
|
419
|
+
_EXT_VERSION = "1.0"
|
|
420
|
+
|
|
421
|
+
|
|
411
422
|
class ElectricalRangeV1(BaseOpenEpdHierarchicalSpec):
|
|
412
423
|
"""
|
|
413
424
|
Electric power and equipment.
|
|
@@ -415,7 +426,7 @@ class ElectricalRangeV1(BaseOpenEpdHierarchicalSpec):
|
|
|
415
426
|
Range version.
|
|
416
427
|
"""
|
|
417
428
|
|
|
418
|
-
_EXT_VERSION = "1.
|
|
429
|
+
_EXT_VERSION = "1.2"
|
|
419
430
|
|
|
420
431
|
ElectricalPowerStorage: ElectricalPowerStorageRangeV1 | None = None
|
|
421
432
|
LowVoltageElectricalDistribution: LowVoltageElectricalDistributionRangeV1 | None = None
|
|
@@ -423,3 +434,4 @@ class ElectricalRangeV1(BaseOpenEpdHierarchicalSpec):
|
|
|
423
434
|
ElectricPower: ElectricPowerRangeV1 | None = None
|
|
424
435
|
Lighting: LightingRangeV1 | None = None
|
|
425
436
|
ElectricalConduit: ElectricalConduitRangeV1 | None = None
|
|
437
|
+
OtherElectricalEquipment: OtherElectricalEquipmentRangeV1 | None = None
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
|
|
3
|
+
#
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
# you may not use this file except in compliance with the License.
|
|
6
|
+
# You may obtain a copy of the License at
|
|
7
|
+
#
|
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
#
|
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
# See the License for the specific language governing permissions and
|
|
14
|
+
# limitations under the License.
|
|
15
|
+
#
|
|
16
|
+
|
|
17
|
+
# Deprecated import: This import is kept for backward compatibility and should be removed in the future.
|
|
18
|
+
from .electrical import OtherElectricalEquipmentRangeV1 # noqa: F401
|
|
@@ -40,7 +40,7 @@ from openepd.model.specs.singular.conveying_equipment import ConveyingEquipmentV
|
|
|
40
40
|
from openepd.model.specs.singular.deprecated import BaseCompatibilitySpec, get_safely, set_safely
|
|
41
41
|
from openepd.model.specs.singular.deprecated.concrete import ConcreteOldSpec
|
|
42
42
|
from openepd.model.specs.singular.deprecated.steel import SteelOldSpec
|
|
43
|
-
from openepd.model.specs.singular.electrical import ElectricalV1
|
|
43
|
+
from openepd.model.specs.singular.electrical import ElectricalV1, OtherElectricalEquipmentV1
|
|
44
44
|
from openepd.model.specs.singular.electrical_transmission_and_distribution_equipment import (
|
|
45
45
|
ElectricalTransmissionAndDistributionEquipmentV1,
|
|
46
46
|
)
|
|
@@ -65,7 +65,6 @@ from openepd.model.specs.singular.non_construction import (
|
|
|
65
65
|
VehiclesV1,
|
|
66
66
|
)
|
|
67
67
|
from openepd.model.specs.singular.openings import OpeningsV1
|
|
68
|
-
from openepd.model.specs.singular.other_electrical_equipment import OtherElectricalEquipmentV1
|
|
69
68
|
from openepd.model.specs.singular.other_materials import FoodBeverageV1, OtherMaterialsV1, TextileProductsV1
|
|
70
69
|
from openepd.model.specs.singular.plumbing import PlumbingV1
|
|
71
70
|
from openepd.model.specs.singular.precast_concrete import PrecastConcreteV1
|
|
@@ -122,7 +121,6 @@ class Specs(BaseOpenEpdHierarchicalSpec):
|
|
|
122
121
|
Electricity: ElectricityV1 | None = None
|
|
123
122
|
Grouting: GroutingV1 | None = None
|
|
124
123
|
MechanicalInsulation: MechanicalInsulationV1 | None = None
|
|
125
|
-
OtherElectricalEquipment: OtherElectricalEquipmentV1 | None = None
|
|
126
124
|
WoodJoists: WoodJoistsV1 | None = None
|
|
127
125
|
ExteriorImprovements: ExteriorImprovementsV1 | None = None
|
|
128
126
|
TextileProducts: TextileProductsV1 | None = None
|
|
@@ -134,6 +132,17 @@ class Specs(BaseOpenEpdHierarchicalSpec):
|
|
|
134
132
|
ConsumerGoods: ConsumerGoodsV1 | None = None
|
|
135
133
|
FoodBeverage: FoodBeverageV1 | None = None
|
|
136
134
|
|
|
135
|
+
OtherElectricalEquipment: OtherElectricalEquipmentV1 | None = pydantic.Field(
|
|
136
|
+
default=None,
|
|
137
|
+
json_schema_extra={
|
|
138
|
+
"deprecated": True,
|
|
139
|
+
},
|
|
140
|
+
description="Specs.OtherElectricalEquipment is deprecated. Use ElectricalV1.OtherElectricalEquipment instead.",
|
|
141
|
+
)
|
|
142
|
+
"""
|
|
143
|
+
Specs.OtherElectricalEquipment is deprecated. Use ElectricalV1.OtherElectricalEquipment instead.
|
|
144
|
+
"""
|
|
145
|
+
|
|
137
146
|
# historical backward-compatible specs
|
|
138
147
|
concrete: ConcreteOldSpec | None = None
|
|
139
148
|
steel: SteelOldSpec | None = None
|
|
@@ -13,6 +13,39 @@
|
|
|
13
13
|
# See the License for the specific language governing permissions and
|
|
14
14
|
# limitations under the License.
|
|
15
15
|
#
|
|
16
|
+
__all__ = (
|
|
17
|
+
"BatteriesV1",
|
|
18
|
+
"CableTraysV1",
|
|
19
|
+
"ElectricPowerV1",
|
|
20
|
+
"ElectricalBusesV1",
|
|
21
|
+
"ElectricalConduitV1",
|
|
22
|
+
"ElectricalGenerationEquipmentV1",
|
|
23
|
+
"ElectricalPowerStorageV1",
|
|
24
|
+
"ElectricalV1",
|
|
25
|
+
"ElectricityFromPowerGridV1",
|
|
26
|
+
"ElectricityFromSpecificGeneratorV1",
|
|
27
|
+
"FloorEquipmentBoxesV1",
|
|
28
|
+
"FueledElectricalGeneratorsV1",
|
|
29
|
+
"LightbulbsV1",
|
|
30
|
+
"LightingControlsV1",
|
|
31
|
+
"LightingFixturesV1",
|
|
32
|
+
"LightingV1",
|
|
33
|
+
"LowVoltBusesV1",
|
|
34
|
+
"LowVoltageElectricalDistributionV1",
|
|
35
|
+
"MedVoltBusesV1",
|
|
36
|
+
"OtherElectricalEquipmentV1",
|
|
37
|
+
"OtherElectricalPowerStorageV1",
|
|
38
|
+
"OtherGenerationV1",
|
|
39
|
+
"OutdoorLightingV1",
|
|
40
|
+
"PhotovoltaicsV1",
|
|
41
|
+
"PowerDistributionUnitsV1",
|
|
42
|
+
"PowerPurchaseAgreementsV1",
|
|
43
|
+
"RacewaysV1",
|
|
44
|
+
"SpecialtyLightingV1",
|
|
45
|
+
"TaskLightingV1",
|
|
46
|
+
"WindTurbinesV1",
|
|
47
|
+
)
|
|
48
|
+
|
|
16
49
|
import pydantic
|
|
17
50
|
|
|
18
51
|
from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
|
|
@@ -326,10 +359,16 @@ class ElectricalConduitV1(BaseOpenEpdHierarchicalSpec, ConduitMixin):
|
|
|
326
359
|
_EXT_VERSION = "1.1"
|
|
327
360
|
|
|
328
361
|
|
|
362
|
+
class OtherElectricalEquipmentV1(BaseOpenEpdHierarchicalSpec):
|
|
363
|
+
"""Other Electrical Equipment."""
|
|
364
|
+
|
|
365
|
+
_EXT_VERSION = "1.0"
|
|
366
|
+
|
|
367
|
+
|
|
329
368
|
class ElectricalV1(BaseOpenEpdHierarchicalSpec):
|
|
330
369
|
"""Electric power and equipment."""
|
|
331
370
|
|
|
332
|
-
_EXT_VERSION = "1.
|
|
371
|
+
_EXT_VERSION = "1.2"
|
|
333
372
|
|
|
334
373
|
# Nested specs:
|
|
335
374
|
ElectricalPowerStorage: ElectricalPowerStorageV1 | None = None
|
|
@@ -338,3 +377,4 @@ class ElectricalV1(BaseOpenEpdHierarchicalSpec):
|
|
|
338
377
|
ElectricPower: ElectricPowerV1 | None = None
|
|
339
378
|
Lighting: LightingV1 | None = None
|
|
340
379
|
ElectricalConduit: ElectricalConduitV1 | None = None
|
|
380
|
+
OtherElectricalEquipment: OtherElectricalEquipmentV1 | None = None
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
|
|
3
|
+
#
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
# you may not use this file except in compliance with the License.
|
|
6
|
+
# You may obtain a copy of the License at
|
|
7
|
+
#
|
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
#
|
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
# See the License for the specific language governing permissions and
|
|
14
|
+
# limitations under the License.
|
|
15
|
+
#
|
|
16
|
+
|
|
17
|
+
# Deprecated import: This import is kept for backward compatibility and should be removed in the future.
|
|
18
|
+
from .electrical import OtherElectricalEquipmentV1 # noqa: F401
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
|
|
3
|
-
#
|
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
# you may not use this file except in compliance with the License.
|
|
6
|
-
# You may obtain a copy of the License at
|
|
7
|
-
#
|
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
#
|
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
# See the License for the specific language governing permissions and
|
|
14
|
-
# limitations under the License.
|
|
15
|
-
#
|
|
16
|
-
__all__ = ("OtherElectricalEquipmentRangeV1",)
|
|
17
|
-
|
|
18
|
-
# NB! This is a generated code. Do not edit it manually. Please see src/openepd/model/specs/README.md
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
class OtherElectricalEquipmentRangeV1(BaseOpenEpdHierarchicalSpec):
|
|
25
|
-
"""
|
|
26
|
-
Other Electrical Equipment.
|
|
27
|
-
|
|
28
|
-
Range version.
|
|
29
|
-
"""
|
|
30
|
-
|
|
31
|
-
_EXT_VERSION = "1.0"
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
|
|
3
|
-
#
|
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
# you may not use this file except in compliance with the License.
|
|
6
|
-
# You may obtain a copy of the License at
|
|
7
|
-
#
|
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
#
|
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
# See the License for the specific language governing permissions and
|
|
14
|
-
# limitations under the License.
|
|
15
|
-
#
|
|
16
|
-
from openepd.model.specs.base import BaseOpenEpdHierarchicalSpec
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
class OtherElectricalEquipmentV1(BaseOpenEpdHierarchicalSpec):
|
|
20
|
-
"""Other Electrical Equipment."""
|
|
21
|
-
|
|
22
|
-
_EXT_VERSION = "1.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/api/average_dataset/generic_estimate_sync_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/cast_decks_and_underlayment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/fire_and_smoke_protection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/mixins/access_flooring_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/range/thermal_moisture_protection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/cast_decks_and_underlayment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/fire_and_smoke_protection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/mixins/access_flooring_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/network_infrastructure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openepd-7.12.0 → openepd-7.13.1}/src/openepd/model/specs/singular/thermal_moisture_protection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|