{"id":51177476,"url":"https://github.com/leanmore/pilotstd","last_synced_at":"2026-06-29T07:00:58.790Z","repository":{"id":366357956,"uuid":"1271889848","full_name":"leanmore/PilotStd","owner":"leanmore","description":"PilotStd - auto-detect standard numbers, multi-site query, batch download, smart archive","archived":false,"fork":false,"pushed_at":"2026-06-27T03:13:01.000Z","size":2438,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-27T05:02:32.747Z","etag":null,"topics":["docker","fastapi","python","standardization","standards","vue"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leanmore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-17T05:20:23.000Z","updated_at":"2026-06-27T03:13:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leanmore/PilotStd","commit_stats":null,"previous_names":["leanmore/pilotstd"],"tags_count":115,"template":false,"template_full_name":null,"purl":"pkg:github/leanmore/PilotStd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanmore%2FPilotStd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanmore%2FPilotStd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanmore%2FPilotStd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanmore%2FPilotStd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leanmore","download_url":"https://codeload.github.com/leanmore/PilotStd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanmore%2FPilotStd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34916411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fastapi","python","standardization","standards","vue"],"created_at":"2026-06-27T05:00:22.638Z","updated_at":"2026-06-29T07:00:58.760Z","avatar_url":"https://github.com/leanmore.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PilotStd — 标准文件管理工具\n\n自动识别标准号 · 多站点有效性查询 · 批量下载 · 分类归档\n\n[![Docker CI](https://github.com/leanmore/pilotstd/actions/workflows/ci.yml/badge.svg)](https://github.com/leanmore/pilotstd/actions/workflows/ci.yml)\n[![Release](https://img.shields.io/github/v/release/leanmore/pilotstd?include_prereleases)](https://github.com/leanmore/pilotstd/releases)\n[![Python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n\n## 功能特性\n\n- **标准号解析** — 支持 GB/JB/HG/SH/ISO/ASME/BS/DIN/JIS 等 94 类标准代号，自动识别年份、部分号、语种\n- **多站点查询** — 6 个适配器覆盖国家标准、行业标准、国际标准，含缓存和冷却机制\n- **批量下载** — 采标自动检测跳过，验证码自动识别（ddddocr），去重避免重复下载\n- **智能归档** — 按行业自动分目录，Word 源目录镜像，废止文件移入过期作废目录\n- **公告监控** — 定期拉取国家标准公告，交叉比对本地标准库，发现更新自动提醒\n- **双端可用** — PyQt6 桌面端 + Docker Web 端，共享同一引擎\n\n## 界面展示\n\n![主界面](assets/screenshots/main_window.png)\n\n## 快速开始\n\n```bash\n# 克隆仓库\ngit clone https://github.com/leanmore/pilotstd.git\ncd pilotstd\n\n# 桌面端\npip install -r requirements.txt\npython main.py\n\n# Docker Web 端\ndocker compose up -d\n# 访问 http://localhost:9028，首次启动日志中查看自动生成的凭证\n```\n\n## 部署方式\n\n| 方式 | 说明 |\n|---|---|\n| **PyInstaller exe** | Windows 单文件，无需 Python，[Release 页下载](https://github.com/leanmore/pilotstd/releases) |\n| **Docker 镜像** | `docker compose up -d`，镜像自动推送 `ghcr.io/leanmore/pilotstd:latest` |\n| **源码运行** | `pip install -r requirements.txt \u0026\u0026 python main.py` |\n\n## 依赖文件\n\n| 文件 | 环境 |\n|------|------|\n| `requirements.txt` | Windows 桌面（PyQt6 + ddddocr） |\n| `docker/requirements-docker.txt` | Docker Web（FastAPI + JWT） |\n| `requirements-dev.txt` | 开发（pytest + ruff + PyInstaller） |\n\n## 技术栈\n\n| 层次 | 技术 |\n|---|---|\n| 桌面 GUI | PyQt6 + Qt 多语言（简中/繁中/English） |\n| Web 前端 | Vue3 + PrimeVue + TypeScript |\n| Web 后端 | FastAPI + JWT + SQLite |\n| 构建 | PyInstaller（exe）+ Docker 多阶段构建 |\n| CI/CD | GitHub Actions（测试 + 构建 + 自动发布） |\n\n## 目录结构\n\n```\nPilotStd/\n├── main.py              # 桌面端入口\n├── pilotstd/            # 核心引擎\n│   ├── scan/            # 文件扫描 + 标准号解析\n│   ├── query/           # 查询引擎 + 7 个适配器\n│   ├── download/        # 下载引擎\n│   ├── organizer/       # 分类归档\n│   ├── announcement/    # 公告监控\n│   ├── ui/              # PyQt6 桌面界面\n│   ├── cli/             # 命令行接口\n│   ├── manager/         # 业务门面\n│   ├── pipeline/        # 分类路由\n│   ├── quality/         # 代码质量检查\n│   └── core/            # 配置 / 数据库 / 工具\n├── web/                 # Vue3 前端\n├── docker/              # FastAPI 后端 + Docker 配置\n├── tests/               # 测试\n├── scripts/             # 辅助脚本\n└── assets/              # 图标\n```\n\n## 许可证\n\nMIT License — 详见 [LICENSE](LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanmore%2Fpilotstd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleanmore%2Fpilotstd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanmore%2Fpilotstd/lists"}