CodeBrowser / python-package / setuptools
setuptools==83.0.0
# Most extensible Python build backend with support for C/C++ extension modules
$ pip install setuptools
downloads/wk
362,858,076
license
version
83.0.0
python
>=3.10
What is setuptools?
Setuptools is a Python package that handles building and distributing Python projects, including those with C/C++ extensions. Developers use it to define project metadata, manage dependencies, and create installable packages that can be uploaded to PyPI or distributed locally. It extends Python's standard distutils module with additional features for more complex build scenarios.
Keywords
#CPAN #PyPI #distutils #eggs #package #management