Metadata-Version: 2.1
Name: mtds
Version: 0.0.2
Summary: 
Author: wondera
Author-email: dev@wondera.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: confluent-kafka (>=2.5.3,<3.0.0)
Description-Content-Type: text/markdown

# 安装sdk

```
pip install -u mtds
```

# 参考示例

同步版本：examples/sync_example.py  
异步版本： examples/async_example.py
