Metadata-Version: 2.1
Name: suef-simpletcp
Version: 0.0.1
Summary: Simple solution to get started with TCP Servers and Clients
Home-page: https://github.com/sueffuenfelf/simpletcp
Author: sueffuenfelf
Author-email: depsol.github@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/depSol/lilScripts/issues
Project-URL: Source, https://github.com/depSol/lilScripts
Keywords: tcp simple easy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# TCP

This repository contains simplefied classes to use TCP sockets much easier.

## Usage

Example code can be found in the `example.py` file.


