Metadata-Version: 2.1
Name: wchk
Version: 0.1.0
Summary: A command line tool to check the status web pages.
Project-URL: CI, https://github.com/yaph/wchk/actions
Project-URL: Changelog, https://github.com/yaph/wchk/releases
Project-URL: Homepage, https://github.com/yaph/wchk
Project-URL: Issues, https://github.com/yaph/wchk/issues
Author-email: Ramiro Gómez <code@ramiro.org>
License-File: LICENSE
Keywords: http,status,webpagecheck,webpagetest
Requires-Python: >=3.7
Requires-Dist: httpx
Requires-Dist: rich
Description-Content-Type: text/markdown

# wchk

A command line tool to check the status web pages.

## Installation

```console
pip install wchk
```

or

```console
pipx install wchk
```

## Usage

Check a web page:

    wchk https://example.com

Show help:

    wchk -h

## Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

    pipx install hatch
    git clone git@github.com:yaph/wchk.git
    cd wchk
    hatch shell

To run the tests:

    pytest

## License

`wchk` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
