pyDataverse
pyDataverse copied to clipboard
Python module for Dataverse Software (dataverse.org).
### Issue While preparing my PR for #192, I noticed that the Contributor guide is a little outdated. - One should now use poetry to install the dev-dependencies as specified...
* [x] Your issue may already be reported! Please search on the [issue tracker](https://github.com/gdcc/pyDataverse/issues) before creating one. * Could not find anything * [x] Is this something you can **debug...
Replace all occurrences of requests.Reponse with httpx.Response. Also do some minor documentation updates, including some formatting and removal of example texts. Include :special-members: for the API interface, as the auth-parameter...
As a preparation for the PR for #192, I ran `pre-commit run --all` and commit the changes to a separate branch now. This is the result, mostly some changed JSON...
### Before we can start Before moving on, please check some things first: * [x] Your issue may already be reported! Please search on the [issue tracker](https://github.com/gdcc/pyDataverse/issues) before creating one....
### Prerequisites * [x] Are you running the expected version of pyDataverse? (check via `pip freeze`). main branch ### Bug report The :unstable docker image now ships dataverse 6.3, but...
While preparing the PR for #192, I ran `pre-commit run --all` and then decided to revert those changes and instead run it before I'd make my changes, i.e., on the...
### Issue The API key and User-Agent are currently passed as GET parameters, ideally they should be passed as headers. User-Agents are commonly passed as headers, and for the key...
As noted in #216, the process for modifying the metadata of a dataset has malfunctioned due to multiple values being sent to `json`. This PR resolves the problem and includes...
### Feature Request Should we consider adding Python client bindings based on https://hub.dataverse.org/openapi ? There's a nice Swagger UI at https://hub.dataverse.org/swagger-ui/index.html?url=/openapi See also the discussion at https://dataverse.zulipchat.com/#narrow/channel/377090-python/topic/hub/near/510180560