thds.adls 3.1.20250307203140__py3-none-any.whl → 3.1.20250307232910__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.
Potentially problematic release.
This version of thds.adls might be problematic. Click here for more details.
- thds/adls/defaults.py +2 -2
- {thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/METADATA +1 -1
- {thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/RECORD +6 -6
- {thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/WHEEL +0 -0
- {thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/entry_points.txt +0 -0
- {thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/top_level.txt +0 -0
thds/adls/defaults.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""Prefer using named_containers for new code."""
|
|
2
2
|
|
|
3
|
-
from thds.core.env import Env
|
|
3
|
+
from thds.core.env import Env, active_env
|
|
4
4
|
|
|
5
5
|
from . import fqn, named_roots
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ def env_root(env: Env = "") -> fqn.AdlsRoot:
|
|
|
14
14
|
"""In many cases, you may want to call this with no arguments
|
|
15
15
|
to default to using the THDS_ENV environment variable.
|
|
16
16
|
"""
|
|
17
|
-
return named_roots.require(env)
|
|
17
|
+
return named_roots.require(active_env(env))
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
def env_root_uri(env: Env = "") -> str:
|
|
@@ -6,7 +6,7 @@ thds/adls/cached_up_down.py,sha256=CEqg-Q9FB_fvgCsN0C_dn9CJqnEpnF0lA7gCdd9s6gg,2
|
|
|
6
6
|
thds/adls/conf.py,sha256=q1SPrgb46NpobVzwt_Oyv71-BvsIbZLq9nRWS3LZjz0,1990
|
|
7
7
|
thds/adls/copy.py,sha256=jUWbGvTpb4B3yRGS0nhGSbDzqRPzUqYgH0z1lFRJB3k,6365
|
|
8
8
|
thds/adls/dbfs.py,sha256=pPAjbIZRKJsaXKQljDMUgqS_zy1yKeEZHGMueXbuv3g,2219
|
|
9
|
-
thds/adls/defaults.py,sha256=
|
|
9
|
+
thds/adls/defaults.py,sha256=GGq5Pn4r-8cX4bZItp4nnwWAAz7S07pzPoOegw0y5Fw,676
|
|
10
10
|
thds/adls/download.py,sha256=JUF-J6bfaSzDM389errg8tHPssGt-K1yp3O_pznls3o,16852
|
|
11
11
|
thds/adls/download_lock.py,sha256=_JZj-kjCUfHk9FvrmEuYpJYknmbam5eReFhGNDgzdLQ,2520
|
|
12
12
|
thds/adls/errors.py,sha256=B_rMsQvQnNmP_sf-x8kmGsv2vIeOh4G9kVbdNVyk350,1469
|
|
@@ -33,8 +33,8 @@ thds/adls/resource/up_down.py,sha256=3uNlTvm2gVhSyYdQTBwsGecOgwtINQfINckR-awwV0Y
|
|
|
33
33
|
thds/adls/tools/download.py,sha256=vvBO8lSDl9oPugv75qpCkoemT9pOM9BV6yeExlkyG08,1594
|
|
34
34
|
thds/adls/tools/ls.py,sha256=OgEaIfTK359twlZIj-A0AW_nv81Z6zi0b9Tw6OJJfWA,1083
|
|
35
35
|
thds/adls/tools/upload.py,sha256=eMk4pdug1aCMPDDWpIE3Zoq77i5APp9Uuh-sVCCDNJE,493
|
|
36
|
-
thds.adls-3.1.
|
|
37
|
-
thds.adls-3.1.
|
|
38
|
-
thds.adls-3.1.
|
|
39
|
-
thds.adls-3.1.
|
|
40
|
-
thds.adls-3.1.
|
|
36
|
+
thds.adls-3.1.20250307232910.dist-info/METADATA,sha256=2BAI3M_6VkQZHfZzVESp-e2xAwHxLlbBFQ4Bijd26kU,548
|
|
37
|
+
thds.adls-3.1.20250307232910.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
38
|
+
thds.adls-3.1.20250307232910.dist-info/entry_points.txt,sha256=uTqreT1AIwqJboMfLv5w6sviM8mNbAkln765gIjzoA4,152
|
|
39
|
+
thds.adls-3.1.20250307232910.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
|
|
40
|
+
thds.adls-3.1.20250307232910.dist-info/RECORD,,
|
|
File without changes
|
{thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{thds.adls-3.1.20250307203140.dist-info → thds.adls-3.1.20250307232910.dist-info}/top_level.txt
RENAMED
|
File without changes
|