`rdf-linkchecker` checks URL in RDF files for reachability
Project description
rdf_linkchecker
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
This project was generated with python-package-template
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rdf-linkchecker-3.2.0.tar.gz
(8.2 kB
view hashes)
Built Distribution
Close
Hashes for rdf_linkchecker-3.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb6a7520d53f8d66f0be20346ff894054228912c0fefeedeaa82a3707e0174ac |
|
MD5 | cf723564627afcdd49a78ed5736d2a14 |
|
BLAKE2b-256 | 56c2523e86b304bd23baabae15ce66349755e6e07b10654cfc214a1cdc13bf8e |