Skip to content

Commit 7264c26

Browse files
author
Matteo Romanello
committed
added py-dts validation results to README (closes issue #8
1 parent 0627e97 commit 7264c26

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DTS validator
22

3-
[![Test validation](https://github.com/mromanello/DTS-validator/actions/workflows/main.yml/badge.svg)](https://github.com/mromanello/DTS-validator/actions/workflows/main.yml)
3+
[![Test validation](https://github.com/distributed-text-services/validator/actions/workflows/main.yml/badge.svg)](https://github.com/distributed-text-services/validator/actions/workflows/main.yml)
44

55
DTS validator is a suite of tests to validate implementations of the [DTS API](https://w3id.org/dts). The tests are implemented with `pytest` and the `pytest-html` plugin is used to generate an HTML report of the performed tests. For now, only JSON validation (against JSON schemas) is implemented; JSON-LD validation (against SHACL shapes) will be added later on.
66

@@ -11,7 +11,7 @@ DTS validator is a suite of tests to validate implementations of the [DTS API](h
1111
### With `pip`
1212

1313
```bash
14-
pip install https://github.com/mromanello/DTS-validator/archive/refs/heads/main.zip
14+
pip install https://github.com/distributed-text-services/validator/archive/refs/heads/main.zip
1515

1616
# to check that everything works
1717
dts-validator --help
@@ -96,6 +96,7 @@ See the examples in notebook [`example_dts_client.ipynb`](./example_dts_client.i
9696

9797
| Name | API entry endpoint | DTS version |Validation status |
9898
|-------|-----|-------------|-------------------|
99-
| DraCor | https://staging.dracor.org/api/v1/dts | `unstable`|[![Validate DraCor (dev) API](https://github.com/mromanello/DTS-validator/actions/workflows/dracor.yml/badge.svg)](https://github.com/mromanello/DTS-validator/actions/workflows/dracor.yml) |
100-
| UBHD | https://digi.ub.uni-heidelberg.de/editionService/dts/ | `1.0`|[![Validate UBHD API](https://github.com/mromanello/DTS-validator/actions/workflows/ubhd.yml/badge.svg)](https://github.com/mromanello/DTS-validator/actions/workflows/ubhd.yml) |
101-
|DoTS demo |https://dots.chartes.psl.eu/demo/api/dts/|`1-alpha`|[![Validate DoTS API](https://github.com/mromanello/DTS-validator/actions/workflows/dots.yml/badge.svg)](https://github.com/mromanello/DTS-validator/actions/workflows/dots.yml)|
99+
| DraCor | https://staging.dracor.org/api/v1/dts | `unstable`|[![Validate DraCor (dev) API](https://github.com/distributed-text-services/validator/actions/workflows/dracor.yml/badge.svg)](https://github.com/distributed-text-services/validator/actions/workflows/dracor.yml) |
100+
| UBHD | https://digi.ub.uni-heidelberg.de/editionService/dts/ | `1.0`|[![Validate UBHD API](https://github.com/distributed-text-services/validator/actions/workflows/ubhd.yml/badge.svg)](https://github.com/distributed-text-services/validator/actions/workflows/ubhd.yml) |
101+
|DoTS demo |https://dots.chartes.psl.eu/demo/api/dts/|`1-alpha`|[![Validate DoTS API](https://github.com/distributed-text-services/validator/actions/workflows/dots.yml/badge.svg)](https://github.com/distributed-text-services/validator/actions/workflows/dots.yml)|
102+
|py-dts (demo) | https://py-dts-demo.onrender.com/api/dts/v1/ | `1-alpha` | [![Validate py-dts API](https://github.com/distributed-text-services/validator/actions/workflows/dots.yml/badge.svg)](https://github.com/mromanello/DTS-validator/actions/workflows/dots.yml)|

0 commit comments

Comments
 (0)