Skip to content

Commit

Permalink
Merge pull request #9459 from JR-1991/Add-EasyDataverse-to-Docs
Browse files Browse the repository at this point in the history
Add EasyDataverse to docs
  • Loading branch information
kcondon authored Mar 21, 2023
2 parents 39fd354 + 1d0e0aa commit 63cf379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/api/client-libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ There is no official PHP library for Dataverse APIs (please :ref:`get in touch <
Python
------

There are multiple Python packages for interacting with Dataverse APIs.
There are multiple Python modules for interacting with Dataverse APIs.

`EasyDataverse <https://github.com/gdcc/easyDataverse>`_ is a Python library designed to simplify the management of Dataverse datasets in an object-oriented way, giving users the ability to upload, download, and update datasets with ease. By utilizing metadata block configurations, EasyDataverse automatically generates Python objects that contain all the necessary details required to create the native Dataverse JSON format used to create or edit datasets. Adding files and directories is also possible with EasyDataverse and requires no additional API calls. This library is particularly well-suited for client applications such as workflows and scripts as it minimizes technical complexities and facilitates swift development.

`pyDataverse <https://github.com/gdcc/pyDataverse>`_ primarily allows developers to manage Dataverse collections, datasets and datafiles. Its intention is to help with data migrations and DevOps activities such as testing and configuration management. The module is developed by `Stefan Kasberger <http://stefankasberger.at>`_ from `AUSSDA - The Austrian Social Science Data Archive <https://aussda.at>`_.

Expand Down

0 comments on commit 63cf379

Please sign in to comment.