Metadata-Version: 2.1
Name: tclab-sdk
Version: 1.3.6
Summary: TC Laboratory Central_Management_System Client Module
Home-page: UNKNOWN
Author: Haotian Yang
Author-email: yht1592754117@126.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pycryptodome

# TC Laboratory Central_Management_System Client Module

## 简介

天创实验室中央管理程序Python端SDK

## CMS设计

### 简介

程序总共分为三个模块:

+ 文件访问
  
  + webdav协议
  
  + 下载/上传

+ 设备管理
  
  + 外部设备
  
  + 服务管理(基于Docker)
    
    + CMS插件区
    
    + 外部服务区

+ 权限系统

tclab-sdk设计与之一一对应.


