Metadata-Version: 2.1
Name: onweb
Version: 0.5.0
Summary: Check the status of some website.
Home-page: https://github.com/fmind/onweb
Author: Médéric Hurier (fmind)
Author-email: fmind@fmind.me
License: GPL-3.0
Keywords: check status website
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp

# onweb

Check the status of some website.

## Installation

```python
pip install onweb
```

## Documentation

```python
onweb https://google.com https://www.google.com
301     https://google.com
200     https://www.google.com
```

__Handle redirect code (e.g. 301):__

```python
onweb --redirect https://google.com https://www.google.com
200     https://www.google.com
200     https://www.google.com
```


