Metadata-Version: 2.4
Name: py_rawports
Version: 0.0.6
Summary: A composite interface for sending raw data.
Author-email: ThankVinci <thankvinci@163.com>
Project-URL: Homepage, https://github.com/ThankVinci/py-rawports
Project-URL: Repository, https://github.com/ThankVinci/py-rawports.git
Keywords: communicate,USB,socket,serial,fileio,filedescriptor
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: libusb-package==1.0.26.3
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.
