1 Star 0 Fork 7

carl/evue

forked from scriptiot/evue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
ding465398889 提交于 2022-12-14 17:08 +08:00 . update pypi readme
[tool.pdm]
[tool.pdm.scripts]
build = "python setup.py sdist bdist_wheel"
publish = "twine upload dist/* --skip-existing --verbose"
[tool.pdm.dev-dependencies]
dev = [
"setuptools>=65.6.3",
"wheel>=0.38.4",
]
[project]
name = "evue"
version = "0.1.6"
description = "Evue is the fastest way to build apps in Python or Javascript on windows/linux/macos/ios/andriod/rtos! Write once, run everywhere! "
authors = [
{name = "dragondjf", email = "ding465398889@163.com"},
]
dependencies = [
"flet>=0.2.4",
"pyee>=9.0.4",
"loguru>=0.6.0",
"pyperclip>=1.8.2",
"pillow>=9.3.0",
"qrcode>=7.3.1",
]
requires-python = ">=3.10"
license = {text = "MIT"}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/carlbase/evue.git
git@gitee.com:carlbase/evue.git
carlbase
evue
evue
master

搜索帮助