{ "info": { "author": "David Thenon", "author_email": "sveetch@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3" ], "description": ".. _Nu Html Checker (v.Nu): https://github.com/validator/validator\n.. _Sitemap: http://www.sitemaps.org/\n\nPy Html Checker\n===============\n\nThis is an interface around `Nu Html Checker (v.Nu)`_ to check document\nvalidation either from a list of pages or a `Sitemap`_.\n\nLinks\n*****\n\n* Download its `PyPi package `_;\n* Clone it on its `Github repository `_;\n\nRequires\n********\n\n* Python>=3.4;\n* Java>=8 (openjdk8 or oraclejdk8);\n* Virtualenv (recommended but not mandatory);\n* Pip (recommended but not mandatory);\n\nDependancies\n************\n\n* ``requests``;\n* ``click>=7.0,<8.0`` (CLI only);\n* ``colorama`` (CLI only);\n* ``colorlog`` (CLI only);\n\nInstall\n*******\n\n::\n pip install py-html-checker[cli]\n\nIf you don't plan to use it from command line (like as a module) you can avoid\nthe ``cli`` part: ::\n\n pip install py-html-checker\n\nUsage\n*****\n\nFor a list of documents, you may either give file paths or URL: ::\n\n html-checker -v 5 page ping.html http://perdu.com foo/bar.html\n\nOr for all documents from a `Sitemap`_: ::\n\n html-checker -v 5 site http://perdu.com/sitemap.xml\n\nThe sitemap path can be either a filepath or an url. Note than from a sitemap\nfile, documents file paths have to be absolute or relative to the current\ndirectory where you have executed the command line.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sveetch/py-html-checker", "keywords": "Python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "py-html-checker", "package_url": "https://pypi.org/project/py-html-checker/", "platform": "", "project_url": "https://pypi.org/project/py-html-checker/", "project_urls": { "Homepage": "https://github.com/sveetch/py-html-checker" }, "release_url": "https://pypi.org/project/py-html-checker/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A tool to raise quality issues about HTML pages", "version": "0.1.0" }, "last_serial": 5733782, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "15ad57e178fd2b24eb5cc2e6f3cd5b25", "sha256": "b69e7d8effca3253a235bd98995d9e8b67772a9dfd7cb5166be2621d899df429" }, "downloads": -1, "filename": "py-html-checker-0.1.0.tar.gz", "has_sig": false, "md5_digest": "15ad57e178fd2b24eb5cc2e6f3cd5b25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25485559, "upload_time": "2019-08-27T00:19:13", "url": "https://files.pythonhosted.org/packages/ef/ff/4cd6eab0deb559c96df4be1a0ebbee569b0e868e74cc0f9bf20e095b4515/py-html-checker-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15ad57e178fd2b24eb5cc2e6f3cd5b25", "sha256": "b69e7d8effca3253a235bd98995d9e8b67772a9dfd7cb5166be2621d899df429" }, "downloads": -1, "filename": "py-html-checker-0.1.0.tar.gz", "has_sig": false, "md5_digest": "15ad57e178fd2b24eb5cc2e6f3cd5b25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25485559, "upload_time": "2019-08-27T00:19:13", "url": "https://files.pythonhosted.org/packages/ef/ff/4cd6eab0deb559c96df4be1a0ebbee569b0e868e74cc0f9bf20e095b4515/py-html-checker-0.1.0.tar.gz" } ] }