Metadata-Version: 2.1
Name: pyttyd
Version: 1.1.1
Summary: devtool show by browser
Home-page: https://zhanglaiya.github.io/
Author: zhanglaiya
Author-email: 315396460@qq.com
Maintainer: zhanglaiya
Maintainer-email: 315396460@qq.com
License: Apache
Project-URL: Source Code, https://github.com/zhanglaiya/pyttyd/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: websockets

# Pyttyd
*Python开发的web分享终端的工具*

### 安装

```commandline
$ pip install pyttyd
```

### 启动服务

```commandline
$ pyttyd
```

### 支持的平台
✅ linux

### 仓库
[github](https://github.com/zhanglaiya/pyttyd)  
[码云](https://gitee.com/zhanglaiya/pyttyd)

### 说明
[xterm.js](https://github.com/xtermjs/xterm.js)制作终端效果展示  
[uvicorn](https://github.com/encode/uvicorn)+[FastApi](https://github.com/tiangolo/fastapi)提供http服务  
[websockets](https://github.com/aaugustin/websockets)实现web终端与pty交互

把终端分享到网页是**不安全**的，请小心使用。

### 更好的相关工具
c [ttyd](https://github.com/tsl0922/ttyd)  
go [gotty](https://github.com/yudai/gotty)
