1 个仓库
Full-stack implementations of a central repository for hosting and distributing Python software.
Distinct from Python Distribution Packaging: Represents the entire repository system rather than just the packaging tools used to prepare a project for publication.
Explore 1 awesome GitHub repository matching devops & infrastructure · Python Package Index Implementations. Refine with filters or upvote what's useful.
Warehouse 是一个 Python Package Index 实现和分布式包注册表。它作为一个中央仓库和 Web 应用,用于通过标准化 API 托管、发现和分发版本化的 Python 软件包。 该系统作为一个多租户包管理器,其服务器实现与 Python Package Index 标准兼容。它为软件包托管提供了专门的基础设施,并为客户端发现和下载特定库版本提供了索引。 该项目结合了全面的安全和访问控制,包括多因素身份验证、用于包证明的数字签名验证,以及针对项目所有者和维护者的基于角色的权限。它还具有用于后台作业和电子邮件分发的异步任务处理系统,以及用于多语言界面支持的本地化工具。 数据库结构通过版本化模式迁移进行管理。
Serves as a central repository and web application for hosting, discovering, and distributing Python software packages.