Metadata-Version: 2.1
Name: zeustheinvestigator
Version: 0.1.4
Summary: A pure python program that checks if a site is online at the moment
Home-page: https://github.com/777advait/Zeus-The-Investigator
License: MIT
Author: 777advait
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=12.4.3,<13.0.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Requires-Dist: urllib3 (>=1.26.9,<2.0.0)
Project-URL: Bug Tracker, https://github.com/777advait/Zeus-The-Investigator/issues
Project-URL: Repository, https://github.com/777advait/Zeus-The-Investigator
Description-Content-Type: text/markdown

# Zeus the Investigator
A pure python program that checks if a site is online/offline at the moment.

#### **USAGE**
```powershell
$ zeus -u <first_url> -u <second_url> -c <cooldown(in secs. default=3)>
```

# Installation
## Manual Installation
**Note:** *You will need poetry for manual installation*
```bash
$ pip install poetry
```

1. Download or clone the repository.
```git
$ git clone https://github.com/777advait/Zeus-The-Investigator
```

2. Install the project by running the following command in the root of the directory.
``` bash
$ poetry install
```


## PyPi Installation
```bash
$ pip install ZeusTheInvestigator
```
