1 Star 0 Fork 0

finlecture/pywinpty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
dependabot[bot] 提交于 2024-04-17 02:28 . Bump pyo3 from 0.20.2 to 0.21.2
[package]
name = "pywinpty"
version = "2.0.13"
authors = ["Edgar Andrés Margffoy Tuay <[email protected]>"]
description = "Pseudo terminal support for Windows from Python."
repository = "https://github.com/spyder-ide/pywinpty"
license = "MIT"
keywords = ["pty", "pseudo-terminal", "conpty", "windows", "winpty"]
readme = "README.md"
edition = "2021"
[lib]
name = "winpty"
crate-type = ["cdylib"]
[dependencies]
winpty-rs = "0.3.15"
[dependencies.pyo3]
version = "0.21.2"
features = ["extension-module"]
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/finlecture/pywinpty.git
[email protected]:finlecture/pywinpty.git
finlecture
pywinpty
pywinpty
dependabot/cargo/either-1.13.0

搜索帮助