Skip to main content

W3C services for python.

Project description

Installation:
pip install py_w3c

Usage:
1. As library -

# import HTML validator
from py_w3c.validators.html.validator import HTMLValidator

# create validator instance
vld = HTMLValidator()

# validate
vld.validate("http://datetostr.org")

# look for errors
print vld.errors # list with dicts

# look for warnings
print vld.warnings

There are 3 methods of validating:
1. validate url - HTMLValidator().validate(url)
2. validate file - HTMLValidator().validate_file(filename_or_file) # StringIO aware.
3. validate fragment - HTMLValidator().validate_fragment(fragment_string)

You can pass charset or doctype while creating validator instance. This will force validator to use passed doctype or charset for validation.
Example.
vld = HTMLValidator(doctype="XHTML1", charset="utf-8")

# now validator uses XHTML1 doctype and utf-8 charset ignoring doctype and charset in the document content
vld.validate("http://datetostr.org")

2. As standalone script - (not very usefull right now)
Now only url validating is allowed for standalone script.
w3c_validate http://datetostr.org
Prints warnings and errors to the console.

Running tests.
python -m unittest discover

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_w3c-0.1.2.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file py_w3c-0.1.2.tar.gz.

File metadata

  • Download URL: py_w3c-0.1.2.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for py_w3c-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ccea0bdc9d955619379791246c7452277e7b3a165b085958c80af49f5e4d20f5
MD5 1c994596bb34db7ab397fdfd3807a7e9
BLAKE2b-256 7e8ccfad557682aaeda8fa374d61c7e5cad59792885c92195c7bd7e007e6db92

See more details on using hashes here.

Supported by

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