Simple text/ markdown links status checker
Project description
LinkStatus
Check link status
This is simple link status checker for text/markdown files.
Install
-
pip
pip install linkstatus --user
-
source
pip install . --user
Usage:
❯❯❯ linkstatus --help Usage: linkstatus [OPTIONS] [SOURCE]... Check Link Status Options: -r, --recursive Include all files from directories recursively -t, --timeout INTEGER Request timeout (default 4 second) -rt, --retry INTEGER Retry link status (default 2 time) --help Show this message and exit.
Note: Skip link check for any line by adding noqa
(no quality assurance) as inline comment
. like <-- noqa -->
for html
and markdown
, #noqa
for python
etc...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size linkstatus-0.5-py3-none-any.whl (16.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size linkstatus-0.5.tar.gz (18.9 kB) | File type Source | Python version None | Upload date | Hashes View hashes |