terrakio-core 0.4.98.1b13__py3-none-any.whl → 0.4.98.1b14__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.
terrakio_core/__init__.py CHANGED
@@ -5,16 +5,15 @@ Terrakio Core
5
5
  Core components for Terrakio API clients.
6
6
  """
7
7
 
8
+ # Suppress ONNX Runtime GPU device discovery warnings - MUST BE FIRST!
9
+ import os
10
+ os.environ['ORT_LOGGING_LEVEL'] = '3'
8
11
  __version__ = "0.4.98.1"
9
12
 
10
13
  from .async_client import AsyncClient
11
14
  from .sync_client import SyncClient as Client
12
15
  from . import accessors
13
16
 
14
- # Suppress ONNX Runtime GPU device discovery warnings
15
- import os
16
- os.environ['ORT_LOGGING_LEVEL'] = '3'
17
-
18
17
  __all__ = [
19
18
  "AsyncClient",
20
19
  "Client"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.4.98.1b13
3
+ Version: 0.4.98.1b14
4
4
  Summary: Core package for the terrakio-python-api
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: aiofiles>=24.1.0
@@ -1,4 +1,4 @@
1
- terrakio_core/__init__.py,sha256=uknY1-I9j3M7aR4BhnGmB8Hu5MZwvPZOm3kAdrn3qoo,378
1
+ terrakio_core/__init__.py,sha256=PfUM3-juKx4e5Qz2EG45lKEDUrplFjc3e42YkXWdm6k,394
2
2
  terrakio_core/accessors.py,sha256=UZIi9y4RpBxouSmKuwuNYLIYqDxD8BH-GnUzwJuc1JI,47570
3
3
  terrakio_core/async_client.py,sha256=aCLjiAmhRS20efrA11hhGUbtwsxapIBp4hBAwG79K6Y,9766
4
4
  terrakio_core/client.py,sha256=VXP7BtJWIfpPPZR7_yNdSTcGwNgTwhb7KorusqkQrzk,5603
@@ -18,6 +18,6 @@ terrakio_core/endpoints/user_management.py,sha256=L_g4ysrh2xyz_JbObUU_tCxgHxisrD
18
18
  terrakio_core/helper/bounded_taskgroup.py,sha256=wiTH10jhKZgrsgrFUNG6gig8bFkUEPHkGRT2XY7Rgmo,677
19
19
  terrakio_core/helper/decorators.py,sha256=L6om7wmWNgCei3Wy5U0aZ-70OzsCwclkjIf7SfQuhCg,2289
20
20
  terrakio_core/helper/tiles.py,sha256=lcLCO6KiP05lCI9vngo3zCZJ6Z9C0pUxHSQS4H58EHc,2699
21
- terrakio_core-0.4.98.1b13.dist-info/METADATA,sha256=z9lPsATYWjqnNg4NdDrAkD8RTwliclAX40p2kBEhzzg,1185
22
- terrakio_core-0.4.98.1b13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
- terrakio_core-0.4.98.1b13.dist-info/RECORD,,
21
+ terrakio_core-0.4.98.1b14.dist-info/METADATA,sha256=2sSe_r-anCQU1cK-CGC7f5Y3PvmYRRqsAyVKNsUAo8w,1185
22
+ terrakio_core-0.4.98.1b14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ terrakio_core-0.4.98.1b14.dist-info/RECORD,,