refrot


Namerefrot JSON
Version 1.4.1 PyPI version JSON
download
home_page
SummaryVerify website links
upload_time2023-09-13 11:39:56
maintainer
docs_urlNone
author
requires_python
license
keywords
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": "",
    "name": "refrot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Craig Howard <craig@seagrape.us>",
    "download_url": "https://files.pythonhosted.org/packages/c1/99/a0e77622a6ad07fa89ac139cdcf950c339671c869044adfdf82659b9e8ae/refrot-1.4.1.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": "",
    "summary": "Verify website links",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://seagrape.us/refrot.html"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "329df60af1966d23b40bbf7c93f6cbf5d6dcc70be67907ba044fe6f24bbe9ebd",
                "md5": "2deaab1526f679f9d8ffc7ab1ebad3d3",
                "sha256": "fffb64af087b9d192f307feb437976a432fe07eabd12175e2e8a926c72d40049"
            },
            "downloads": -1,
            "filename": "refrot-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2deaab1526f679f9d8ffc7ab1ebad3d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5188,
            "upload_time": "2023-09-13T11:39:55",
            "upload_time_iso_8601": "2023-09-13T11:39:55.290390Z",
            "url": "https://files.pythonhosted.org/packages/32/9d/f60af1966d23b40bbf7c93f6cbf5d6dcc70be67907ba044fe6f24bbe9ebd/refrot-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c199a0e77622a6ad07fa89ac139cdcf950c339671c869044adfdf82659b9e8ae",
                "md5": "4cb4149edf7cdff50b6426d2496e2362",
                "sha256": "0f51397a8d621f35d7b79b32ac17d8c304a0b4475baf4874452b2affcfdcf41a"
            },
            "downloads": -1,
            "filename": "refrot-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4cb4149edf7cdff50b6426d2496e2362",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5322,
            "upload_time": "2023-09-13T11:39:56",
            "upload_time_iso_8601": "2023-09-13T11:39:56.943464Z",
            "url": "https://files.pythonhosted.org/packages/c1/99/a0e77622a6ad07fa89ac139cdcf950c339671c869044adfdf82659b9e8ae/refrot-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 11:39:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "refrot"
}
        
Elapsed time: 0.11908s