This repository holds data for the DaSCH Ark Resolver service running at https://ark.dasch.swiss.
Create a new branch and do the following:
-
Add the new project to the
data/shortcodes.csv
file and assigning it a free project shortcode. -
Add the new shortcode to the
data/dasch_ark_registry.ini
file. See existing entries for guidance or see https://github.com/dhlab-basel/ark-resolver. -
Add a new test to the
tests/
directory with the nametest_shortcode.tavern.yaml
. See existing tests for guidance. -
Create a new PR.
To install the requirements:
$ pip3 install -r requirements.txt
To generate a "requirements" file (usually requirements.txt), that you commit with your project, do:
$ pip3 freeze > requirements.txt