Metadata-Version: 2.1
Name: msf
Version: 0.1.3
Summary: python easy microservices framework
Home-page: https://github.com/EeyoreLee/microservices-framework
Author: EeyoreLee
Author-email: li.chunyu0412@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask (>=2.0.2)

# MSF
一个基于flask的微服务框架，方便简单的模型部署等。使得用户不需要关注于服务层面，专注在算法及业务逻辑中。

## 教程
将逻辑函数用node\_register装饰器注释。会自己注册为Node节点。框架内的组建基于图理论。整个服务构成一个图（Graph）。任何一段原子逻辑构成节点（Node）。一个路（Path）动态构成接口。

