pyDataverse
pyDataverse copied to clipboard
Python module for Dataverse Software (dataverse.org).
As I mentioned at https://github.com/IQSS/dataverse/issues/5235#issuecomment-492875277 I'm curious if the "DVTree" (Dataverse Tree) format could be used to upload sample data to a brand new Dataverse installation for use in demos...
This proposal is a bit out of scope for an issue tracker, but I really see a great opportunity for a synergy here. If it became part of the effort...
Implement mapping from and to CSV templates. **Requirements** * CSV template mapping * custom CSV mapping * import from CSV * export to CSV ## ACTIONS ### 0. Pre-Requisites *...
Use environment variables to steer the pyDataverse workflow. Optionally load them with pydantic from dotenv files. ## Prepare * [ ] Identify process steps to be steered * [ ]...
Add safety mechanism, so that by default for production instances some API functions are not available. The idea is, that you have to explicitly pass an attribute to force the...
Collect information to be checked for each release, which should keep stable cause they are referenced somewhere. ## Prepare * [ ] Define which kind of information needs to be...
Add functionalities for Dataverse users and roles. ## Prepare * [ ] Define model for * [ ] user * [ ] role * [ ] Research * [ ]...
Hi everyone, I have made a Custom metadata. All its fields are filled with ease via curl command in dataverse,(with json file) as described in manual. But when the same...
As a developer I would like to have more control of the keyword arguments `get_datafile` uses in requests to download files. I have had issues downloading large files in the...