Metadata-Version: 2.1
Name: wchk
Version: 0.0.1
Summary: A command line tool to check 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>
Keywords: check,http,status
Requires-Python: >=3.7
Requires-Dist: httpx
Requires-Dist: rich
Description-Content-Type: text/markdown

# wchk

[![PyPI - Version](https://img.shields.io/pypi/v/wchk.svg)](https://pypi.org/project/wchk)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wchk.svg)](https://pypi.org/project/wchk)

-----

A command line tool to check web pages.

## Installation

```console
pip install wchk
```

or

```console
pipx install wchk
```

## Usage

    wchk https://example.com

## 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.
