Metadata-Version: 2.4
Name: lzhasynctcpclient
Version: 0.1.2
Summary: An asyncio-based threaded TCP client with heartbeat and auto-reconnect
Author-email: lzh <zhhtdm@hotmail.com>
License: MIT
Keywords: tcp,asyncio,client,network,reconnect
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# async-tcp-client

An asyncio-based threaded TCP client with heartbeat and auto-reconnect capabilities.

## Features

- Asyncio + threading hybrid TCP client
- Heartbeat support
- Auto reconnect
- Message callback
