Metadata-Version: 2.1
Name: DigLabTools
Version: 0.0.1a0
Summary: Tools to interact with the DigLab metadata collection standard
Home-page: UNKNOWN
Author: Julia Sprenger, Jeremy Garcia
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# DigLabTools
This repository contains tools to interact with the DigLab metadata collection standard. There are two approaches available for this, the original `DigLab` PDF approach and a server based approach based on RedCap.

To be able to access the metadata from a RedCap server an API token needs to be created.
# Configure the RedCap API token

Go to the  ```redcap_bridge``` folder and create a copy of the file ```config_template.yaml``` called ```config.yaml```
```
>cd redcap_bridge
>cp config_template.yaml config.yaml

```

and replace the API token with the one provided by the RedCap server in ```config.yaml```.


