Metadata-Version: 2.3
Name: muse_basic_tcp_client
Version: 0.0.1
Summary: Muse Basic TCP Client in python
Project-URL: Homepage, https://bitbucket.org/itsmagic/muse_basic_tpc_client
Author-email: Jim Maciejewski <magicsoftware@ornear.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Muse Basic TCP client -- _used to control TCP devices over the network_

## Intent
* A TCP socket client that can send either str or bytes.

### Features

* Rate Limiting -- sets the number of messages per second
* Connection Status -- allows a callback to be assigned for when the connection is made or dropped

