Metadata-Version: 2.4
Name: quickform-cli
Version: 1.1.1
Summary: Official QuickForm command-line client
Author-email: 温州科技高级中学谢作如，林淼焱 <657894692@qq.com>
License: MIT License
        
        Copyright (c) 2026 温州科技高级中学谢作如，林淼焱
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://quickform.cn
Project-URL: Documentation, https://quickform.cn/cli
Keywords: quickform,cli,education,forms
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# QuickForm CLI

QuickForm 官方命令行工具，用于创建、查看、导出数据任务，以及提交和读取数据。

## 安装

```bash
python3 -m pip install quickform-cli
qf --help
```

## 快速开始

```bash
# 推荐使用可在 QuickForm 个人中心吊销的 QFLink 授权码
qf login
qf task list
qf task add "课堂签到表" "本周签到"
qf submit <apiid> '{"name":"张三"}'
```

完整命令说明见 <https://quickform.cn/cli>。

## 安全

- 仅从 PyPI 的 `quickform-cli` 项目安装，不要使用来源不明的同名包或二进制文件。
- 推荐使用 QFLink 授权码，而非账户密码；授权码可在 QuickForm 个人中心撤销。
- 本地凭据保存为仅当前用户可读写的配置文件。
- 本包不包含 QuickForm 服务器端代码，也不会向第三方上传凭据。

## License

MIT
