Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions earthaccess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
get_requests_https_session,
get_s3_credentials,
get_s3fs_session,
granule_query,
login,
open,
search_data,
Expand All @@ -24,22 +23,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",
]

Expand Down