Metadata-Version: 2.1
Name: connectivity_tool
Version: 1.0.5
Summary: A lightweight command-line tool for testing connectivity to web sources over various protocols (HTTPS, DNS, etc).
Home-page: https://github.com/haimkastner/connectivity-tool
Author: Haim Kastner
Author-email: hello@haim-kastner.com
Maintainer: Haim Kastner
Maintainer-email: hello@haim-kastner.com
License: MIT
Keywords: connectivity,http,https,dns,cli
Requires-Python: >=3.10,<4.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML==6.0.2
Requires-Dist: unitsnet-py==0.1.140
Requires-Dist: requests~=2.32.3
Requires-Dist: setuptools~=70.0.0
Requires-Dist: validators~=0.34.0

# Connectivity Tool CLI

[![License](https://img.shields.io/github/license/haimkastner/connectivity-tool.svg?style=plastic)](https://github.com/haimkastner/connectivity-tool/blob/main/LICENSE) [![Latest Release](https://img.shields.io/github/v/main/haimkastner/connectivity-tool?style=plastic)](https://github.com/haimkastner/connectivity-tool/releases) [![PyPI version](https://img.shields.io/pypi/v/connectivity_tool.svg?style=plastic)](https://pypi.org/project/connectivity-tool/)


<!-- 
Coming soon :)

[![GitHub stars](https://img.shields.io/github/stars/haimkastner/connectivity-tool.svg?style=social&label=Star)](https://github.com/haimkastner/connectivity-tool/stargazers) -->

[![connectivity-tool](https://github.com/haimkastner/connectivity-tool/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/haimkastner/connectivity-tool/actions/workflows/build.yaml)

## ⬇️ CLI Download

To start using this CLI, install it via PIP (PyPi registry) as a global python command
```bash 
pip install connectivity_tool
```

## 🚀 Getting started

Before starting, run the help command to understand how to pass the operation's parameters and payload with all the available options.
```bash
connectivity_tool --help
```

## 🔍 Troubleshooting and logging

The full version and build info of the SDK is available by `--info` see example:
```bash
connectivity_tool --info
```
The output should be similar to:
```text
TODO
```

Connectivity Tool Cli allows to print verbose logs.

```bash
connectivity_tool --verbos
```

## 🐞 Report Bug

In case of an issue or a bug found in the CLI, please open an [issue](https://github.com/haimkastner/connectivity-tool/issues) 

## 📝 License
The Connectivity Tool CLI is licensed under the [MIT License](./LICENSE)
