pyDataverse
pyDataverse copied to clipboard
Python module for Dataverse Software (dataverse.org).
When using `edit_dataset_metadata`, I get the following error: ``` edit_res = dataverse_api.edit_dataset_metadata(resource_id, json.dumps(metadata)) File "/home/clemens/Documents/csh-ui/backend/.venv/lib/python3.10/site-packages/pyDataverse/api.py", line 1548, in edit_dataset_metadata resp = self.put_request(url, metadata, auth, params) File "/home/clemens/Documents/csh-ui/backend/.venv/lib/python3.10/site-packages/pyDataverse/api.py", line 326, in...
Issue #224 addressed the problem of the local test runner using containers failing due to various reasons. The current implementation hard-coded `DV_VERSION=6.3`, which is not sustainable with newer versions. This...
I'm on a32e0a3 and thought I'd give `./run-tests.sh` a shot. It showed... ❌ Unit tests failed. Printing logs... ... and here are the logs: [unit-tests.log.txt](https://github.com/user-attachments/files/22429197/unit-tests.log.txt) I'm getting set up on...
Once https://github.com/IQSS/dataverse-frontend/issues/775 is resolved and implemented, pyDataverse should follow and integrate the Notifications API to automate processes.