dataverse-client-python
dataverse-client-python copied to clipboard
Python library for writing clients that use APIs from Dataverse
This is a feature request: it would be nice to have a progressbar for file uploads.
I was just looking at https://github.com/IQSS/dataverse/issues/2700 and thinking, "Ideally, how would we have people programmatically download a file of interest?" I think the answer to this question is for the...
In working on an [internal ticket](https://help.hmdc.harvard.edu/Ticket/Display.html?id=227665) that ultimately lead to https://github.com/IQSS/dataverse/issues/2599 being opened, I wrote the following to @garthg about my perception that it is impossible to instantiate a dataset...
It would be great to be able to search datasets for a given string from the Python API (should be supported by the native API, right?)
I'm seeing `if resp.status_code != [code]` at https://github.com/IQSS/dataverse-client-python/blob/f84b980545aec73325eba88417c36a61deb79a9a/dataverse/dataverse.py#L111 for example but we should probably test the return code for adding files, especially since @chrisseto mentioned in chat today that "Our...
Per discussion at http://irclog.iq.harvard.edu/dvn/2014-01-27 it would be nice to create an IPython Notebook for Dataverse APIs interesting enough to be listed at https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks
I'm trying to bulk update metadata on a data set. `update_metadata` raises no errors, but it also doesn't change the underlying data set. I have manually confirmed that the data...
It would be nice to set up Travis CI for continuous integration. The only problem with this is that an API key is required to run the tests - however,...
... as an alternative to the API token. I can try and open a pull request if you like.
I'm getting dozens of InsecurePlatformWarning's when I run the tests on the system Python on my Mac. I took a quick look at https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning but I'm not sure what we...