Metadata-Version: 2.1
Name: grasspy-pywebio
Version: 0.1.170
Summary: Chinsese version of pywebio for grasspy
Home-page: https://gitee.com/laowu2019_admin/zwpywebio
Author: Laowu Grasspy
Author-email: 760230681@qq.com
Project-URL: Bug Tracker, https://gitee.com/laowu2019_admin/zwpywebio/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 网页io

#### 介绍
PyWebIO 的中文版，结合草蟒（Python 中文版）使用, 提供一系列命令式的交互函数来在浏览器上获取用户输入和进行输出，将浏览器变成了一个“富文本终端”，可以用于构建简单的 Web 应用或基于浏览器的 GUI 应用。网页io 还能方便地整合进现有的 Web 服务，让你不需要编写 HTML 和 JS 代码，就可以构建出具有良好可用性的应用。


#### 安装说明

先决条件：系统须安装 [草蟒（Python 中文版）](https://www.grasspy.cn)
```
python -m pip install -U grasspy-pywebio
```

#### 使用说明

参见 [PyWebIO 文档](https://pywebio.readthedocs.io/zh_CN/latest/index.html)

#### 参与贡献

1.  Fork 本仓库
2.  新建 Feat_xxx 分支
3.  提交代码
4.  新建 Pull Request

