Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

WWU-AMM/rdf_linkchecker

rdf_linkchecker

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License Coverage Report

Check URLs in Triple-Store files.

Installation

python3 -m pip install rdf-linkchecker

Usage

Run with a list of files to check

rdf-linkchecker myonefile.ttl myotherfile.ttl

Configuration

The --config-filename option can be used to pass an INI-style file.

[connection]
retries = 1
#seconds
timeout = 3
# first sleep in seconds between retries
# exponential backoff afterwards
sleep =1

[skip]
# any URL matching an entry in this comma separated list is not checked
domains = https://some.tld/path,http://someother.tld

# level: "all" | "only-failed" | "none"
# target: "console" | filename
"reporting": {"level": "all", "target": "console"}

Credits 🚀 Your next Python package needs a bleeding-edge project structure.

This project was generated with python-package-template

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages