Metadata-Version: 2.1
Name: mpflow
Version: 0.0.3
Summary: A multiprocess real-time data process flow
Home-page: https://github.com/MaLangTeam/mpflow
Author: DannyLee1991
Author-email: 747554505@qq.com
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# mpflow

Multiprocess flow

基于多进程的数据处理流框架

## 安装方式

```bash
# 安装依赖
pip3 install mpflow
```

## 使用方式

参见[demo](./demo)

