Metadata-Version: 2.4
Name: mxdbg
Version: 0.2.2
Summary: ESP32-S3 multi-interface debugger host library (I2C / PWM / SPI / GPIO via USB CDC)
Author-email: isletspace <liewzheng@qq.com>
License-Expression: Apache-2.0
Keywords: esp32,debugger,i2c,spi,gpio,pwm,usb-cdc
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial>=3.5
Requires-Dist: toml>=0.10
Requires-Dist: loguru>=0.7
Requires-Dist: esptool>=4.0
Provides-Extra: ui
Requires-Dist: streamlit>=1.30; extra == "ui"
Provides-Extra: paw
Requires-Dist: numpy>=1.24; extra == "paw"
Requires-Dist: PySide6>=6.5; extra == "paw"
Dynamic: license-file

# MXDBG

ESP32-S3 多接口调试器，支持 I2C / PWM / SPI / GPIO 等接口，通过 USB CDC 与上位机通信。

- **中文文档**：[README.zh.md](./README.zh.md)
- **English**：[README.en.md](./README.en.md)
- **License**: [Apache-2.0](./LICENSE)
