refrot


Namerefrot JSON
Version 1.4 PyPI version JSON
download
home_pagehttps://seagrape.us/refrot.html
SummaryVerify website links
upload_time2023-03-26 17:59:32
maintainer
docs_urlNone
authorCraig Howard
requires_python
licenseMIT
keywords linkrot url checker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Refrot

A [Python] script to check a website for broken links, also known as link rot or
reference rot.

## How To Install It

Install using:

	pip3 install refrot

## How To Use It

By default refrot checks all internal links, no matter how many levels, and a
single level of external links.

    refrot <url>

### Options

    -h --help                   Show help.
    -i --ignore-external-links  Ignore external hyperlinks.
    -u --user-agent             Send custom user agent string.
    -v --version                Show version number.

### Output

URLs with status codes other than OK (200) and Temporary Redirect (302) are
displayed in the post-run summary.

## Links

- [Project page](https://seagrape.us/refrot.html)
- [Release history](https://seagrape.us/refrot-history.html)

## License

[MIT license].

## Contact Me

Send bug reports and patches to <craig@seagrape.us>.

[Python]: https://www.python.org
[MIT license]: https://seagrape.us/MIT-license.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://seagrape.us/refrot.html",
    "name": "refrot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "linkrot URL checker",
    "author": "Craig Howard",
    "author_email": "craig@seagrape.us",
    "download_url": "https://files.pythonhosted.org/packages/39/00/5e6c8199fd0a8c6b2e40cb2e4d5c7f81f16d1888db89ee23470b351b723f/refrot-1.4.tar.gz",
    "platform": null,
    "description": "# Refrot\n\nA [Python] script to check a website for broken links, also known as link rot or\nreference rot.\n\n## How To Install It\n\nInstall using:\n\n\tpip3 install refrot\n\n## How To Use It\n\nBy default refrot checks all internal links, no matter how many levels, and a\nsingle level of external links.\n\n    refrot <url>\n\n### Options\n\n    -h --help                   Show help.\n    -i --ignore-external-links  Ignore external hyperlinks.\n    -u --user-agent             Send custom user agent string.\n    -v --version                Show version number.\n\n### Output\n\nURLs with status codes other than OK (200) and Temporary Redirect (302) are\ndisplayed in the post-run summary.\n\n## Links\n\n- [Project page](https://seagrape.us/refrot.html)\n- [Release history](https://seagrape.us/refrot-history.html)\n\n## License\n\n[MIT license].\n\n## Contact Me\n\nSend bug reports and patches to <craig@seagrape.us>.\n\n[Python]: https://www.python.org\n[MIT license]: https://seagrape.us/MIT-license.html\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Verify website links",
    "version": "1.4",
    "split_keywords": [
        "linkrot",
        "url",
        "checker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "169acafc24601149b8e1141a9baad1ba51d30c0c477e54789487b91d05a9b201",
                "md5": "191dcc32b9e32aa1cdee3fbebc03ef0b",
                "sha256": "61d124b6c9c913974717e34b703406630df1b35aff5e26a237b32882283c4ee9"
            },
            "downloads": -1,
            "filename": "refrot-1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "191dcc32b9e32aa1cdee3fbebc03ef0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5502,
            "upload_time": "2023-03-26T17:59:31",
            "upload_time_iso_8601": "2023-03-26T17:59:31.398031Z",
            "url": "https://files.pythonhosted.org/packages/16/9a/cafc24601149b8e1141a9baad1ba51d30c0c477e54789487b91d05a9b201/refrot-1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39005e6c8199fd0a8c6b2e40cb2e4d5c7f81f16d1888db89ee23470b351b723f",
                "md5": "66d8b7469c02e9b255615d747e8c3435",
                "sha256": "a88f60253fdd0d56575d1a0cee049f012a5c7ddfd148c386999b0acff934ecda"
            },
            "downloads": -1,
            "filename": "refrot-1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "66d8b7469c02e9b255615d747e8c3435",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4691,
            "upload_time": "2023-03-26T17:59:32",
            "upload_time_iso_8601": "2023-03-26T17:59:32.924249Z",
            "url": "https://files.pythonhosted.org/packages/39/00/5e6c8199fd0a8c6b2e40cb2e4d5c7f81f16d1888db89ee23470b351b723f/refrot-1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 17:59:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "refrot"
}
        
Elapsed time: 0.06257s