Skip to main content

linkcheck

Project description

Intro with some text Read the docs.

Features

Some of it’s stand out features are:

  • Check all links in Django project from user perspective.
  • Check links with plain http call or with full browser request.

Installation

Installing with:

pip install 'linkcheck'

Setup

Add a linkcheck.toml to project directory, so linkcheck can pick-up settings.

hostname = "http://localhost:8000"
entry_point = "/dashboard"

[[users]]
username = "admin"
password = "admin123"

Usage

Usage: linkcheck [OPTIONS] COMMAND [ARGS]...

  Django linkcheck command line tool

Options:
  --config TEXT  select config file
  --help         Show this message and exit.

Commands:
  browser  run linkcheck in browser-mode
  version  show linkcheck version
  visit    run linkcheck in visit-mode

Documentation

Our documentation is on Read the docs.

License

The MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linkcheck-0.0.6.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

linkcheck-0.0.6-py2.py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page