Skip to content

Commit c04199a

Browse files
authored
update function list in init (#461)
1 parent a1c5435 commit c04199a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

earthaccess/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
auth_environ,
77
collection_query,
88
download,
9+
get_edl_token,
910
get_fsspec_https_session,
1011
get_requests_https_session,
1112
get_s3_credentials,
@@ -25,22 +26,28 @@
2526
logger = logging.getLogger(__name__)
2627

2728
__all__ = [
29+
# api.py
2830
"login",
2931
"search_datasets",
3032
"search_data",
3133
"get_requests_https_session",
3234
"get_fsspec_https_session",
3335
"get_s3fs_session",
3436
"get_s3_credentials",
37+
"get_edl_token",
3538
"granule_query",
3639
"collection_query",
3740
"open",
3841
"download",
42+
"auth_environ",
43+
# search.py
3944
"DataGranules",
4045
"DataCollections",
46+
# auth.py
4147
"Auth",
48+
# store.py
4249
"Store",
43-
"auth_environ",
50+
# kerchunk
4451
"consolidate_metadata",
4552
"PROD",
4653
"UAT",

0 commit comments

Comments
 (0)