pyzenodo3 icon indicating copy to clipboard operation
pyzenodo3 copied to clipboard

Simple, clean pure Python 3 Zenodo API (upload, download).

Results 7 pyzenodo3 issues
Sort by recently updated
recently updated
newest added

Currently, the pyzenodo3 API only allows for a search string to be passed to search for records, while other parameters are left at their defaults. https://developers.zenodo.org/#representation (search for "List all...

Hi, The Readme says we can download from Zenodo, how can I do that with `pyzenodo` please? Preferably, I'd like to download all files in the same time. Thanks,

When trying to upload a 1GB ZIP to Zenodo using the ```UploadZenodo.py``` file, I get this: ``` runfile('C:/Users/user/Dropbox/TMP/ZENODO/UploadZenodo.py', wdir='C:/Users/user/Dropbox/TMP/ZENODO') writing JSON metadata to meta.json Traceback (most recent call last): File...

Great project! :-) Is it possible to use the records to push/upload data to an existing not published repo using this package? How would I do that?

Seems like it's currently commented out in upload.py and un commenting it causes errors.

enhancement

With these changes, record object can support the downloading of the files. Addresses #5