setuptools: A collection of enhancements to the Python distutils1

Packages built and distributed using setuptools look to the user like ordinary Python packages based on the distutils. Your users don't need to install or even know about setuptools in order to use them, and you don't have to include the entire setuptools package in your distributions. By including just a single bootstrap module (a 7K .py file), your package will automatically download and install setuptools if the user is building your package from source and doesn't have a suitable version already installed.

... part of T2, get it here

URL: https://pypi.org/project/setuptools

Author: Phillip J. Eby <pje [at] telecommunity [dot] com>
Author: Tyler C. Sarna <tsarna [at] sarna [dot] org>
Maintainer: T2 Project <t2 [at] t2-project [dot] org>

License: MIT
Status: Stable
Version: 69.2.0

Remark: Does cross compile (as setup and patched in T2).

Download: https://pypi.io/packages/source/s/setuptools/ setuptools-69.2.0.tar.gz

T2 source: setuptools.cache
T2 source: setuptools.desc

Build time (on reference hardware): 2% (relative to binutils)2

Installed size (on reference hardware): 2.27 MB, 287 files

Dependencies (build time detected): 00-dirtree bash coreutils diffutils findutils gawk grep gzip openssl patch python sed tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).