py-app-standalone builds a standalone, relocatable Python installation with a set of packages included. It's like a modern alternative to PyInstaller that leverages the newer uv ecosystem. It's a ...
weibo-risk-perception/ ├── README.md # 项目说明文档 ├── requirements.txt # Python依赖包 ├── setup.py # 安装配置 ├── . gitignore # Git忽略文件 ├── config/ # 配置文件目录 │ ├── config.yaml ...