Metadata-Version: 2.1
Name: simpletcpclient
Version: 0.0.9
Summary: Simple command line TCP client
Project-URL: Homepage, https://gitlab.cylab.be/cylab/simpletcpclient
Project-URL: Bug Tracker, https://gitlab.cylab.be/cylab/simpletcpclient/-/issues
Author-email: Thibault Debatty <t.debatty@cylab.be>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: validators
Description-Content-Type: text/markdown

# simple-tcp-client

A simple interactive TCP client, written in Python. Basically a simple python version of netcat.

## Usage

```bash
simple-tcp-client <server> <port>
```

![simple-tcp-client](./pycat.png)
