Metadata-Version: 2.4
Name: redis-msg-center
Version: 0.1.0
Summary: Add your description here
Author-email: lithiumice <hualinliang@outlook.com>
Requires-Python: >=3.10
Requires-Dist: loguru>=0.7.3
Requires-Dist: numpy
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pyaudio>=0.2.14
Requires-Dist: redis>=6.2.0
Requires-Dist: sounddevice>=0.5.2
Description-Content-Type: text/markdown

# Messages Center based on Redis

## Upload PyPI

```
pip install build
pip install twine

uv python -m build
```