Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
_distutils_hack/ | 03-May-2024 | - | 190 | 129 | ||
changelog.d/ | 03-May-2024 | - | 94 | 70 | ||
docs/ | 03-May-2024 | - | 13,536 | 10,096 | ||
pkg_resources/ | 03-May-2024 | - | 23,672 | 18,112 | ||
setuptools/ | 03-May-2024 | - | 75,368 | 57,392 | ||
setuptools.egg-info/ | 03-May-2024 | - | 703 | 663 | ||
tools/ | 03-May-2024 | - | 416 | 328 | ||
Android.bp | D | 03-May-2024 | 1.9 KiB | 55 | 51 | |
CHANGES.rst | D | 03-May-2024 | 192 KiB | 6,397 | 4,434 | |
LICENSE | D | 03-May-2024 | 1 KiB | 20 | 16 | |
MANIFEST.in | D | 03-May-2024 | 555 | 18 | 17 | |
METADATA | D | 03-May-2024 | 408 | 18 | 16 | |
MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 46 | 2 | 1 | |
PKG-INFO | D | 03-May-2024 | 3.6 KiB | 104 | 76 | |
README.rst | D | 03-May-2024 | 2.6 KiB | 74 | 49 | |
conftest.py | D | 03-May-2024 | 1.4 KiB | 51 | 37 | |
exercises.py | D | 03-May-2024 | 163 | 7 | 4 | |
launcher.c | D | 03-May-2024 | 10.1 KiB | 337 | 196 | |
pyproject.toml | D | 03-May-2024 | 1.2 KiB | 60 | 46 | |
pytest.ini | D | 03-May-2024 | 2.6 KiB | 63 | 51 | |
setup.cfg | D | 03-May-2024 | 4.5 KiB | 151 | 141 | |
setup.py | D | 03-May-2024 | 2.6 KiB | 88 | 63 | |
tox.ini | D | 03-May-2024 | 1.8 KiB | 86 | 79 |
README.rst
1.. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg 2 :align: center 3 4| 5 6.. image:: https://img.shields.io/pypi/v/setuptools.svg 7 :target: `PyPI link`_ 8 9.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg 10 :target: `PyPI link`_ 11 12.. _PyPI link: https://pypi.org/project/setuptools 13 14.. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg 15 :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 16 :alt: tests 17 18.. image:: https://img.shields.io/badge/code%20style-black-000000.svg 19 :target: https://github.com/psf/black 20 :alt: Code style: Black 21 22.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg 23 :target: https://setuptools.pypa.io 24 25.. image:: https://img.shields.io/badge/skeleton-2022-informational 26 :target: https://blog.jaraco.com/skeleton 27 28.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white 29 :target: https://codecov.io/gh/pypa/setuptools 30 31.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat 32 :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme 33 34.. image:: https://img.shields.io/discord/803025117553754132 35 :target: https://discord.com/channels/803025117553754132/815945031150993468 36 :alt: Discord 37 38See the `Installation Instructions 39<https://packaging.python.org/installing/>`_ in the Python Packaging 40User's Guide for instructions on installing, upgrading, and uninstalling 41Setuptools. 42 43Questions and comments should be directed to `GitHub Discussions 44<https://github.com/pypa/setuptools/discussions>`_. 45Bug reports and especially tested patches may be 46submitted directly to the `bug tracker 47<https://github.com/pypa/setuptools/issues>`_. 48 49 50Code of Conduct 51=============== 52 53Everyone interacting in the setuptools project's codebases, issue trackers, 54chat rooms, and fora is expected to follow the 55`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_. 56 57 58For Enterprise 59============== 60 61Available as part of the Tidelift Subscription. 62 63Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. 64 65`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. 66 67 68Security Contact 69================ 70 71To report a security vulnerability, please use the 72`Tidelift security contact <https://tidelift.com/security>`_. 73Tidelift will coordinate the fix and disclosure. 74