https://github.com/yaph/wchk
A command line tool to check the status web pages.
https://github.com/yaph/wchk
Last synced: 12 months ago
JSON representation
A command line tool to check the status web pages.
- Host: GitHub
- URL: https://github.com/yaph/wchk
- Owner: yaph
- License: mit
- Created: 2022-09-08T12:15:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T17:52:31.000Z (almost 4 years ago)
- Last Synced: 2025-06-06T02:47:48.229Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.