Please add a timeout for getting codemeta
As of now, Zenodo is not reliably providing file downloads. This can cause calls to Record.get_codemeta
to hang indefinitely.
The underlying remotezip library provides a timeout
argument to RemoteZip
which would (presumably) enable us to work around this. Please expose that argument through eossr.
Thanks! :)