Metadata-Version: 2.1
Name: tcpcon
Version: 0.0.1
Summary: Create the skeleton for a python package/project
Home-page: https://github.com/joaompinto/tcpcon
Author: João Pinto
Author-email: lamego.pinto@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# tcpcon

tcpcon is a small uility (developed in Python) to test connections to a given host/port .

Expected to work on Windows, Linux and Mac .

## Motivation

Needed a quick way to test connections from systems where netcat is not available


## Requirements
- Python3

## How to install
```sh
pip instal tcpcon
```

## How to use
```sh
tcpcon www.sapo.pt 80
```


