Metadata-Version: 2.1
Name: gimoos_ddf
Version: 0.3.3
Summary: 极墨思驱动开发框架
Home-page: https://github.com/one-ccs/gimoos_ddf
Author: one-ccs
Author-email: one-ccs@foxmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: aiohttp

# Gimoos Driver Development

极墨思驱动开发框架

## 一、安装

`pip install gimoos_ddf`

## 二、使用

1. 创建驱动 `gimoos_ddf create <name> <type>`
   - **name**: 驱动名称，如 ***"my driver"***，名称中包含空格请使用英文引号包裹
   - **type**: 驱动类型，可以为 ***"水位感应, 遥控器, 灯, 投影仪, 电源时序器, 门感应, 媒体播放机, 摄像头, 按键, DVD机, 继电器, 窗帘, 人体感应, 温控, 功放, 电视"***
2. 上传驱动 `gimoos_ddf update <host>`
   - **host**: 驱动上传地址，如 "192.168.1.1:8000"
