Metadata-Version: 2.4
Name: py_rawports
Version: 0.0.1
Summary: A composite interface for sending raw data.
Author-email: ThankVinci <thankvinci@163.com>
Keywords: communicate,USB,socket,serial
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: libusb-package==1.0.26
Requires-Dist: pyusb==1.2.1
Requires-Dist: pyserial==3.5
Provides-Extra: dev
Dynamic: license-file

# About py-rawports

A composite interface for sending raw data.

## Function

Communicate with different types of interfaces (such as Socket, USB, or Serial) using common read/write functions.
