{"id":19556851,"url":"https://github.com/muziing/pyinstaller-docs-zh-cn","last_synced_at":"2025-10-04T08:22:06.094Z","repository":{"id":209772952,"uuid":"724908177","full_name":"muziing/pyinstaller-docs-zh-cn","owner":"muziing","description":"PyInstaller 文档简体中文翻译。Simplified Chinese Translation of PyInstaller Documentation (Unofficial).","archived":false,"fork":false,"pushed_at":"2024-12-22T03:05:06.000Z","size":195,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T08:53:55.367Z","etag":null,"topics":["pyinstaller","zh-cn-docs"],"latest_commit_sha":null,"homepage":"https://muzing.gitbook.io/pyinstaller-docs-zh-cn/","language":"Markdown","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muziing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-11-29T03:08:54.000Z","updated_at":"2025-04-20T01:42:15.000Z","dependencies_parsed_at":"2024-11-11T04:39:30.685Z","dependency_job_id":"c7e3b0f6-9ac5-4c2c-ae09-4202a6c75782","html_url":"https://github.com/muziing/pyinstaller-docs-zh-cn","commit_stats":null,"previous_names":["muziing/pyinstaller-docs-zh-cn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muziing/pyinstaller-docs-zh-cn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2Fpyinstaller-docs-zh-cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2Fpyinstaller-docs-zh-cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2Fpyinstaller-docs-zh-cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2Fpyinstaller-docs-zh-cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muziing","download_url":"https://codeload.github.com/muziing/pyinstaller-docs-zh-cn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2Fpyinstaller-docs-zh-cn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278284046,"owners_count":25961422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["pyinstaller","zh-cn-docs"],"created_at":"2024-11-11T04:39:21.673Z","updated_at":"2025-10-04T08:22:06.071Z","avatar_url":"https://github.com/muziing.png","language":"Markdown","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyInstaller 文档 - 简体中文翻译\n\n\u003e [PyInstaller 文档](https://pyinstaller.org) 非官方简体中文翻译，基于 v6.3.0。\n\u003e\n\u003e Simplified Chinese Translation of [PyInstaller Documentation](https://pyinstaller.org) (Unofficial).\n\n## 目录\n\n1. [首页](./doc-zh/Markdown/index.md)\n2. [系统要求](./doc-zh/Markdown/requirements.md)\n3. [许可证](./doc-zh/Markdown/license.md)\n4. [贡献指南](./doc-zh/Markdown/contributing.md)\n5. [如何安装 PyInstaller](./doc-zh/Markdown/installation.md)\n6. [PyInstaller 的功能和原理](./doc-zh/Markdown/operating-mode.md)\n7. [使用 PyInstaller](./doc-zh/Markdown/usage.md)\n8. [运行时信息](./doc-zh/Markdown/runtime-information.md)\n9. [使用 Spec 文件](./doc-zh/Markdown/spec-files.md)\n10. [当发生错误时](./doc-zh/Markdown/when-things-go-wrong.md)\n11. [进阶话题](./doc-zh/Markdown/advanced-topics.md)\n12. 翻译工作仍在进行中，敬请期待……\n\n## 翻译声明\n\n- 本套译文除明确标注外，均由 [muzing](https://github.com/muziing) 翻译，转载时请包含指向[此仓库](https://github.com/muziing/pyinstaller-docs-zh-cn)的链接与译者姓名。\n- 本翻译仅供参考，由于双语间固有表达方式差异、专业术语习惯性翻译差异以及译者水平有限，不保证内容绝对正确。\n- 原作者：David Cortesi, based on structure by Giovanni Bajo \u0026 William Caban, based on Gordon McMillan’s manual\n- 版权信息：This document has been placed in the public domain.\n\n## 译注\n\n目前中文社区习惯性将 PyInstaller「整合代码、解释器、依赖项等构建可执行文件」这一过程翻译为「打包」。但其实英文官方文档中称之为捆绑（bundle）或冻结（freeze）。至于构建产物，英文文档中将其称为捆绑包或冻结应用程序。而「包」（package），在 Python 中更多时候是专指[具有 __path__ 属性的 Python 模块](https://docs.python.org/zh-cn/3/glossary.html#term-package)。综上所述，在本套 PyInstaller 文档译文中，暂统一译做「捆绑」与「捆绑包」。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuziing%2Fpyinstaller-docs-zh-cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuziing%2Fpyinstaller-docs-zh-cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuziing%2Fpyinstaller-docs-zh-cn/lists"}