openepd 1.3.0__tar.gz → 1.3.2__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.
Files changed (49) hide show
  1. {openepd-1.3.0 → openepd-1.3.2}/PKG-INFO +2 -2
  2. {openepd-1.3.0 → openepd-1.3.2}/pyproject.toml +3 -3
  3. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/__init__.py +1 -1
  4. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/__version__.py +2 -2
  5. {openepd-1.3.0/src/openepd/api/dto → openepd-1.3.2/src/openepd/api}/__init__.py +1 -1
  6. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/base_sync_client.py +12 -5
  7. {openepd-1.3.0/src/openepd/api → openepd-1.3.2/src/openepd/api/category}/__init__.py +1 -1
  8. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/category/dto.py +1 -1
  9. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/category/sync_api.py +1 -1
  10. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/common.py +1 -1
  11. {openepd-1.3.0/src/openepd/api/category → openepd-1.3.2/src/openepd/api/dto}/__init__.py +1 -1
  12. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/dto/base.py +1 -1
  13. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/dto/common.py +1 -1
  14. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/dto/meta.py +1 -1
  15. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/dto/mf.py +1 -1
  16. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/dto/params.py +1 -1
  17. openepd-1.3.2/src/openepd/api/epd/__init__.py +19 -0
  18. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/epd/dto.py +1 -1
  19. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/epd/sync_api.py +1 -1
  20. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/errors.py +1 -1
  21. openepd-1.3.2/src/openepd/api/pcr/__init__.py +19 -0
  22. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/pcr/dto.py +1 -1
  23. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/pcr/sync_api.py +1 -1
  24. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/api/sync_client.py +1 -1
  25. openepd-1.3.2/src/openepd/api/test/__init__.py +19 -0
  26. openepd-1.3.2/src/openepd/bundle/__init__.py +19 -0
  27. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/bundle/base.py +1 -1
  28. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/bundle/model.py +1 -1
  29. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/bundle/reader.py +1 -1
  30. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/bundle/writer.py +3 -2
  31. openepd-1.3.2/src/openepd/model/__init__.py +19 -0
  32. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/base.py +1 -1
  33. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/category.py +1 -1
  34. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/common.py +1 -1
  35. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/epd.py +1 -1
  36. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/lcia.py +1 -1
  37. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/org.py +1 -1
  38. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/pcr.py +1 -1
  39. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/specs/__init__.py +1 -1
  40. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/specs/concrete.py +1 -1
  41. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/model/standard.py +1 -1
  42. openepd-1.3.0/src/openepd/api/epd/__init__.py +0 -19
  43. openepd-1.3.0/src/openepd/api/pcr/__init__.py +0 -19
  44. openepd-1.3.0/src/openepd/api/test/__init__.py +0 -19
  45. openepd-1.3.0/src/openepd/bundle/__init__.py +0 -19
  46. openepd-1.3.0/src/openepd/model/__init__.py +0 -19
  47. {openepd-1.3.0 → openepd-1.3.2}/LICENSE +0 -0
  48. {openepd-1.3.0 → openepd-1.3.2}/README.md +0 -0
  49. {openepd-1.3.0 → openepd-1.3.2}/src/openepd/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openepd
3
- Version: 1.3.0
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.0)
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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openepd"
3
- version = "1.3.0"
3
+ version = "1.3.2"
4
4
  license = "Apache-2.0"
5
5
  description = "Python library to work with OpenEPD format"
6
6
  authors = ["C-Change Labs <support@c-change-labs.com>"]
@@ -22,7 +22,7 @@ exclude = ["**/test_*.py", "**/tests/**"]
22
22
  [tool.poetry.dependencies]
23
23
  python = "^3.11"
24
24
  pydantic = ">=1.10,<2.0"
25
- email-validator = ">=1.3.0"
25
+ email-validator = ">=1.3.2"
26
26
  requests = { version = ">=2.0", optional = true }
27
27
 
28
28
  # Optional dependencies
@@ -58,7 +58,7 @@ api_client = ["requests"]
58
58
 
59
59
 
60
60
  [tool.commitizen]
61
- version = "1.3.0"
61
+ version = "1.3.2"
62
62
  bump_version = "bump: version $current_version → $new_version"
63
63
  update_changelog_on_bump = true
64
64
  pre_bump_hooks = []
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -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.0"
20
+ VERSION = "1.3.2"
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@ import shutil
35
35
  import time
36
36
  from typing import IO, Any, BinaryIO, Callable, Final, NamedTuple
37
37
 
38
+ import requests
38
39
  from requests import PreparedRequest, Response, Session, Timeout
39
40
  from requests import codes as requests_codes
40
41
  from requests.auth import AuthBase
@@ -160,6 +161,7 @@ class SyncHttpClient:
160
161
  base_url: str,
161
162
  throttle_retry_timeout: float | int | datetime.timedelta = 300,
162
163
  requests_per_sec: float = 10,
164
+ retry_count: int = 3,
163
165
  user_agent: str | None = None,
164
166
  timeout_sec: float | tuple[float, float] | None = None,
165
167
  auth: AuthBase | None = None,
@@ -175,6 +177,7 @@ class SyncHttpClient:
175
177
  if `None` then underlying library decides which one to pass
176
178
  :param timeout_sec: how long to wait for the server to send data before giving up,
177
179
  as a seconds (just a single float), or a (connect timeout, read timeout) tuple.
180
+ :param retry_count: count of retries to perform in case of connection error or timeout.
178
181
  """
179
182
  self._base_url: str = no_trailing_slash(base_url)
180
183
  self._throttler = Throttler(rate_per_sec=requests_per_sec)
@@ -187,6 +190,7 @@ class SyncHttpClient:
187
190
  self.timeout = timeout_sec
188
191
  self._session: Session | None = None
189
192
  self._auth: AuthBase | None = auth
193
+ self._retry_count: int = retry_count
190
194
 
191
195
  self._http_retry_handlers: dict[int, RetryHandler] = {}
192
196
  self._http_error_handlers: dict[int, ErrorHandler] = {}
@@ -370,7 +374,10 @@ class SyncHttpClient:
370
374
  request_kwargs.update(kwargs)
371
375
 
372
376
  do_request = self._handle_service_unavailable(
373
- method, url, partial(self._run_throttled_request, method, url, request_kwargs, session=session)
377
+ method,
378
+ url,
379
+ self._retry_count,
380
+ partial(self._run_throttled_request, method, url, request_kwargs, session=session),
374
381
  )
375
382
 
376
383
  response = do_request()
@@ -433,17 +440,17 @@ class SyncHttpClient:
433
440
  return default
434
441
 
435
442
  @staticmethod
436
- def _handle_service_unavailable(method: str, url: str, func: Callable):
443
+ def _handle_service_unavailable(method: str, url: str, retry_count: int, func: Callable):
437
444
  @wraps(func)
438
445
  def wrapper(*args, **kwargs):
439
- attempts = 3
446
+ attempts = retry_count
440
447
  response = None
441
448
  exception = None
442
449
  while attempts > 0:
443
450
  exception = None
444
451
  try:
445
452
  response = func(*args, **kwargs)
446
- except (ConnectionError, Timeout) as e:
453
+ except (requests.exceptions.ConnectionError, ConnectionError, Timeout) as e:
447
454
  exception = e
448
455
 
449
456
  if exception or response.status_code == requests_codes.service_unavailable:
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2024 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
+ # 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
+ #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2024 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
+ # 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
+ #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2024 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
+ # 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
+ #
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2024 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
+ # 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
+ #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -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
@@ -0,0 +1,19 @@
1
+ #
2
+ # Copyright 2024 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
+ # 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
+ #
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2023 by C Change Labs Inc. www.c-change-labs.com
2
+ # Copyright 2024 by C Change Labs Inc. www.c-change-labs.com
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,19 +0,0 @@
1
- #
2
- # Copyright 2023 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
- # 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
- #
@@ -1,19 +0,0 @@
1
- #
2
- # Copyright 2023 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
- # 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
- #
@@ -1,19 +0,0 @@
1
- #
2
- # Copyright 2023 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
- # 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
- #
@@ -1,19 +0,0 @@
1
- #
2
- # Copyright 2023 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
- # 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
- #
@@ -1,19 +0,0 @@
1
- #
2
- # Copyright 2023 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
- # 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
- #
File without changes
File without changes
File without changes