You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
download.py to support asynchronous downloads.
Support for EDL token based authentication.
Changed
Authorization behavior so that EDL credentials from an EDL token are prioritized above a username/password in either a netrc or the environment.
Authorization behavior so that EDL username/password from a user's netrc are prioritized. Now writes username/password to the netrc if they are provided as environment variables.
Switched to an asynchronous download approach.
In burst2stack.py all input files are now downloaded first.