Metadata-Version: 2.1
Name: cocheck
Version: 0.1.2
Summary: A simple site connectivity checker
Home-page: https://github.com/onilooo/cocheck
Author: Oliver Sthana
Author-email: oliver@string.sk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: simple_colors

# cocheck
ðŸŒŸ A simple connectivity checker ðŸ”Œ
## Installation
The most simplest way to install:
```
pip install cocheck
```
## How to use
```
usage: main.py [-h] --url URL --type [GET,POST] --ssl [yes,no]
```
