Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
docs/ | 03-May-2024 | - | 7,940 | 6,132 | ||
pkg_resources/ | 03-May-2024 | - | 14,104 | 10,965 | ||
setuptools/ | 03-May-2024 | - | 28,417 | 22,196 | ||
setuptools.egg-info/ | 03-May-2024 | - | 338 | 315 | ||
tests/ | 03-May-2024 | - | 182 | 136 | ||
Android.bp | D | 03-May-2024 | 2 KiB | 61 | 57 | |
CHANGES.rst | D | 03-May-2024 | 109.8 KiB | 3,661 | 2,659 | |
LICENSE | D | 03-May-2024 | 1.1 KiB | 20 | 16 | |
MANIFEST.in | D | 03-May-2024 | 430 | 15 | 14 | |
METADATA | D | 03-May-2024 | 405 | 18 | 16 | |
MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 210 | 5 | 4 | |
PKG-INFO | D | 03-May-2024 | 2.9 KiB | 66 | 54 | |
README.rst | D | 03-May-2024 | 1.4 KiB | 35 | 24 | |
bootstrap.py | D | 03-May-2024 | 1.6 KiB | 65 | 47 | |
conftest.py | D | 03-May-2024 | 223 | 9 | 6 | |
easy_install.py | D | 03-May-2024 | 126 | 6 | 4 | |
launcher.c | D | 03-May-2024 | 10.1 KiB | 336 | 195 | |
msvc-build-launcher.cmd | D | 03-May-2024 | 1.6 KiB | 40 | 32 | |
pavement.py | D | 03-May-2024 | 1.4 KiB | 63 | 47 | |
pytest.ini | D | 03-May-2024 | 493 | 7 | 6 | |
setup.cfg | D | 03-May-2024 | 434 | 30 | 21 | |
setup.py | D | 03-May-2024 | 7.2 KiB | 196 | 168 | |
tox.ini | D | 03-May-2024 | 1.1 KiB | 42 | 35 |
README.rst
1.. image:: https://img.shields.io/pypi/v/setuptools.svg 2 :target: https://pypi.org/project/setuptools 3 4.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest 5 :target: https://setuptools.readthedocs.io 6 7.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI 8 :target: https://travis-ci.org/pypa/setuptools 9 10.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor 11 :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master 12 13.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg 14 15See the `Installation Instructions 16<https://packaging.python.org/installing/>`_ in the Python Packaging 17User's Guide for instructions on installing, upgrading, and uninstalling 18Setuptools. 19 20The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_. 21 22Questions and comments should be directed to the `distutils-sig 23mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. 24Bug reports and especially tested patches may be 25submitted directly to the `bug tracker 26<https://github.com/pypa/setuptools/issues>`_. 27 28 29Code of Conduct 30--------------- 31 32Everyone interacting in the setuptools project's codebases, issue trackers, 33chat rooms, and mailing lists is expected to follow the 34`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_. 35