# tcpserver_wrapper **Repository Path**: apostleista/tcpserver_wrapper ## Basic Information - **Project Name**: tcpserver_wrapper - **Description**: 封装tcpserver - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
对python tcpserver模块的封装
## Features - 增加了Parser、Constructor、Manager、StructData - 参考 Flask, 把uri绑定到对应函数 ## Setup ```sh pip install tcpserver_wrapper-x.x.x-py3-none-any.whl ``` ## Usage参考 example
建议的目录结构 ``` shell └─tcpserver ├─server.py └─core ├─api.py ├─constructor.py ├─manager.py ├─parser.py └─structdata.py ```