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 (2)
| Label | Occurrences |
|---|---|
| distutils canonical | 1 |
| distutils (deprecated) | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T4278073 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: distutils Context triple: [setuptools, relatedTo, distutils]
-
A.
setuptools
setuptools is a widely used Python library for packaging, distributing, and installing Python projects and their dependencies.
-
B.
pip
pip is the standard command-line package manager for Python, used to install and manage software packages from the Python Package Index (PyPI) and other repositories.
-
C.
Cython
Cython is a programming language and compiler that extends Python with static typing and direct C/C++ integration to generate fast, optimized extension modules.
-
D.
Python Packaging Authority
The Python Packaging Authority is a working group that oversees and develops key tools, standards, and infrastructure for packaging and distributing Python software.
-
E.
GNU Automake
GNU Automake is a build system tool that automatically generates portable Makefiles for software packages, following GNU coding and packaging standards.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: distutils Target entity description: distutils is a now-deprecated Python standard library module that provided tools for distributing and installing Python packages before being largely superseded by setuptools.
-
A.
setuptools
setuptools is a widely used Python library for packaging, distributing, and installing Python projects and their dependencies.
-
B.
packaging (Python library)
packaging (Python library) is a core Python tool that provides utilities for working with package versions, requirements, and other packaging standards-compliant metadata.
-
C.
pip
pip is the standard command-line package manager for Python, used to install and manage software packages from the Python Package Index (PyPI) and other repositories.
-
D.
Cython
Cython is a programming language and compiler that extends Python with static typing and direct C/C++ integration to generate fast, optimized extension modules.
-
E.
Python Packaging Authority
The Python Packaging Authority is a working group that oversees and develops key tools, standards, and infrastructure for packaging and distributing Python software.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Python standard library module
ⓘ
software component ⓘ |
| configurationFile | setup.py ⓘ |
| deprecatedInFavorOf | setuptools.setup ⓘ |
| deprecationWarningAddedInVersion | Python 3.10 NERFINISHED ⓘ |
| 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
NERFINISHED
ⓘ
Python 2.0 NERFINISHED ⓘ |
| license | Python Software Foundation License NERFINISHED ⓘ |
| maintainedBy | Python core developers ⓘ |
| modulePath |
distutils.ccompiler
ⓘ
distutils.command ⓘ distutils.core ⓘ distutils.dist ⓘ distutils.extension ⓘ distutils.sysconfig ⓘ |
| partOf | Python standard library NERFINISHED ⓘ |
| primaryPurpose |
distributing Python modules
ⓘ
installing Python modules ⓘ |
| programmingLanguage | Python ⓘ |
| providesCommand |
bdist
ⓘ
bdist_wheel (via setuptools integration) ⓘ build ⓘ install ⓘ sdist ⓘ |
| removedFromVersion | Python 3.12 NERFINISHED ⓘ |
| 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
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: distutils Description of subject: distutils is a now-deprecated Python standard library module that provided tools for distributing and installing Python packages before being largely superseded by setuptools.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.