Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 433 Bytes

Build Status

Some tests, and some functionality, will not be enabled unless a full set of 32-bit character encodings are available through Python.

The feedvalidator relies on html5lib for parsing HTML and rdflib for parsing RDF.

Python 3 is required.

To run with Docker:

docker build -t feedvalidator .
docker run -p 8080:80 feedvalidator