Skip to content

Commit

Permalink
update function list in init (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored May 12, 2024
1 parent a1c5435 commit c04199a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion earthaccess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
auth_environ,
collection_query,
download,
get_edl_token,
get_fsspec_https_session,
get_requests_https_session,
get_s3_credentials,
Expand All @@ -25,22 +26,28 @@
logger = logging.getLogger(__name__)

__all__ = [
# api.py
"login",
"search_datasets",
"search_data",
"get_requests_https_session",
"get_fsspec_https_session",
"get_s3fs_session",
"get_s3_credentials",
"get_edl_token",
"granule_query",
"collection_query",
"open",
"download",
"auth_environ",
# search.py
"DataGranules",
"DataCollections",
# auth.py
"Auth",
# store.py
"Store",
"auth_environ",
# kerchunk
"consolidate_metadata",
"PROD",
"UAT",
Expand Down

0 comments on commit c04199a

Please sign in to comment.