Skip to main content

A tool to raise quality issues about HTML pages

Project description

This is an interface around Nu Html Checker (v.Nu) to check document validation either from a list of pages or a Sitemap.

Requires

  • Python>=3.4;

  • Java>=8 (openjdk8 or oraclejdk8);

  • Virtualenv (recommended but not mandatory);

  • Pip (recommended but not mandatory);

Dependancies

  • requests;

  • click>=7.0,<8.0 (CLI only);

  • colorama (CLI only);

  • colorlog (CLI only);

Install

::

pip install py-html-checker[cli]

If you don’t plan to use it from command line (like as a module) you can avoid the cli part:

pip install py-html-checker

Usage

For a list of documents, you may either give file paths or URL:

html-checker -v 5 page ping.html http://perdu.com foo/bar.html

Or for all documents from a Sitemap:

html-checker -v 5 site http://perdu.com/sitemap.xml

The sitemap path can be either a filepath or an url. Note than from a sitemap file, documents file paths have to be absolute or relative to the current directory where you have executed the command line.

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

py-html-checker-0.1.0.tar.gz (25.5 MB view hashes)

Uploaded Source

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