1 Star 1 Fork 0

LingYuZhao/mathematical-expression-py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
LingYuZhao 提交于 2024-05-21 11:45 +08:00 . update
[project]
name = "mathematical-expression-py"
version = "1.2.5"
authors = [
{ name = "BeardedManZhao", email = "liming7887@qq.com" },
]
description = "Python API concise framework for parsing string mathematical expressions"
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/BeardedManZhao/mathematical-expression-py"
"Bug Tracker" = "https://github.com/BeardedManZhao/mathematical-expression-py/issues"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/BeardedManZhao/mathematical-expression-py.git
git@gitee.com:BeardedManZhao/mathematical-expression-py.git
BeardedManZhao
mathematical-expression-py
mathematical-expression-py
main

搜索帮助