1 Star 9 Fork 4

knownsec/aipyapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
[project]
name = "aipyapp"
dynamic = ["version"]
description = "AIPyApp: AI-Powered Python & Python-Powered AI"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"anthropic>=0.49.0",
"beautifulsoup4>=4.13.3",
"dynaconf>=3.2.10",
"google-api-python-client>=2.166.0",
"openai>=1.68.2",
"pandas>=2.2.3",
"plotpy>=2.7.3",
"prompt-toolkit>=3.0.50",
"pygments>=2.19.1",
"reportlab>=4.3.1",
"requests>=2.32.3",
"rich>=13.9.4",
"seaborn>=0.13.2",
"term-image>=0.7.2",
]
[project.scripts]
aipy = "aipyapp.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "aipyapp/__init__.py"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Knownsec-com/aipyapp.git
git@gitee.com:Knownsec-com/aipyapp.git
Knownsec-com
aipyapp
aipyapp
main

搜索帮助