distutils

E427616

distutils is a now-deprecated Python standard library module that provided tools for distributing and installing Python packages before being largely superseded by setuptools.

All labels observed (4)

Label Occurrences
Distributing Python Modules 1
Python distutils (legacy packaging) 1
distutils canonical 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Python standard library module ⓘ
software component ⓘ
configurationFile setup.py ⓘ
deprecatedInFavorOf setuptools.setup ⓘ
deprecationWarningAddedInVersion Python 3.10 ⓘ
distributionFormatSupported built distribution (bdist) ⓘ
source distribution (sdist) ⓘ
documentationUrl https://docs.python.org/3/distutils/ ⓘ
implements build system for Python packages ⓘ
influenced setuptools design ⓘ
introducedInVersion Python 1.6 ⓘ
Python 2.0 ⓘ
license Python Software Foundation License ⓘ
maintainedBy Python core developers ⓘ
modulePath distutils.ccompiler ⓘ
distutils.command ⓘ
distutils.core ⓘ
distutils.dist ⓘ
distutils.extension ⓘ
distutils.sysconfig ⓘ
partOf Python standard library ⓘ
primaryPurpose distributing Python modules ⓘ
installing Python modules ⓘ
programmingLanguage Python ⓘ
providesCommand bdist ⓘ
bdist_wheel (via setuptools integration) ⓘ
build ⓘ
install ⓘ
sdist ⓘ
removedFromVersion Python 3.12 ⓘ
status deprecated ⓘ
supersededBy packaging ecosystem based on setuptools and wheel ⓘ
setuptools ⓘ
supportsMetadataField author ⓘ
author_email ⓘ
classifiers ⓘ
description ⓘ
ext_modules ⓘ
install_requires (via setuptools) ⓘ
license ⓘ
long_description ⓘ
name ⓘ
packages ⓘ
py_modules ⓘ
scripts ⓘ
url ⓘ
version ⓘ
usedBy setup tools before setuptools became dominant ⓘ

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

setuptools → relatedTo → distutils ⓘ
Python standard library → includesModule → distutils (deprecated) ⓘ
linked to: distutils
Python official documentation → covers → Python distutils (legacy packaging) ⓘ
linked to: distutils
Python official documentation → includesSection → Distributing Python Modules ⓘ
linked to: distutils