setuptools:基于 Python 生态的包管理工具项目

用户可使用该项目进行 Python 包的打包、分发和安装。它提供了包管理核心功能,支持快速上手,有完善的用户指南,便于开发者管理 Python 项目依赖与发布流程。【此简介由AI生成】

分支1Tags3
文件最后提交记录最后更新时间
2 年前
1 年前
1 年前
1 年前
2 年前
1 年前
1 年前
1 年前
1 年前
2 年前
1 年前
1 年前
1 年前
1 年前
1 年前
2 年前
2 年前
1 年前
1 年前
1 年前
1 年前
1 年前
1 年前

.. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg :target: https://pypi.org/project/setuptools

.. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg

.. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg :target: https://github.com/pypa/setuptools/actions?query=workflow%3A"tests" :alt: 测试状态

.. |ruff-badge| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff

.. |docs-badge| image:: https://img.shields.io/readthedocs/setuptools/latest.svg :target: https://setuptools.pypa.io

.. |skeleton-badge| image:: https://img.shields.io/badge/skeleton-2024-informational :target: https://blog.jaraco.com/skeleton

.. |codecov-badge| image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white :target: https://codecov.io/gh/pypa/setuptools

.. |tidelift-badge| image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme

.. |discord-badge| image:: https://img.shields.io/discord/803025117553754132 :target: https://discord.com/channels/803025117553754132/815945031150993468 :alt: Discord

|pypi-version| |py-version| |test-badge| |ruff-badge| |docs-badge| |skeleton-badge| |codecov-badge| |discord-badge|

查看《快速入门指南》https://setuptools.pypa.io/en/latest/userguide/quickstart.html_ 和《用户手册》https://setuptools.pypa.io/en/latest/userguide/_ 获取使用 Setuptools 的详细指导。

问题与建议请提交至 GitHub 讨论区 https://github.com/pypa/setuptools/discussions。 错误报告及附有测试的补丁可直接提交至 问题追踪系统 https://github.com/pypa/setuptools/issues

行为准则

所有参与 setuptools 项目代码库、问题追踪、聊天室及论坛的成员, 均需遵守 PSF 行为准则 https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md_。

企业服务

Tidelift 订阅用户专享。

Setuptools 与数千个其他软件包的维护者正通过 Tidelift 平台, 为企业用户提供覆盖所有使用中开源软件的一站式订阅服务。

<了解更多> https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github_。

项目介绍

用户可使用该项目进行 Python 包的打包、分发和安装。它提供了包管理核心功能,支持快速上手,有完善的用户指南,便于开发者管理 Python 项目依赖与发布流程。【此简介由AI生成】

定制我的领域