Metadata-Version: 2.4
Name: doiggie-dataverse
Version: 0.1.0
Summary: Dataverse support for doiggie
Maintainer: Pascal Kollmer
Maintainer-email: Dominic Kempf <ssc@uni-heidelberg.de>
License-Expression: BSD-2-Clause
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: doiggie
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-mock; extra == "tests"
Requires-Dist: requests-mock; extra == "tests"
Dynamic: license-file

# Welcome to doiggie-dataverse

[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ssciwr/doiggie-dataverse/ci.yml?branch=main)](https://github.com/ssciwr/doiggie-dataverse/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/ssciwr/doiggie-dataverse/branch/main/graph/badge.svg)](https://codecov.io/gh/ssciwr/doiggie-dataverse)

`doiggie-dataverse` adds support for the [DataVerse data repository software](https://dataverse.org/)
to the [doiggie](https://github.com/ssciwr/doiggie) ecosystem.

## Installation

The Python package `doiggie-dataverse` can be installed from PyPI:

```
python -m pip install doiggie-dataverse
```

If you want to install all available data repository implementations for `doiggie`,
consider install [doiggie-repositories](https://github.com/ssciwr/doiggie-repositories) instead.
