PEP 508
E426702
PEP 508 is a Python Enhancement Proposal that defines the standard syntax for specifying package dependencies and environment markers in Python packaging.
All labels observed (1)
| Label | Occurrences |
|---|---|
| PEP 508 canonical | 3 |
How this entity was disambiguated
This entity first appeared as the object of triple T4277979 — 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: PEP 508 Context triple: [pip, implements, PEP 508]
-
A.
PEP 695
PEP 695 is a Python Enhancement Proposal that introduces a new, more concise syntax for type parameter declarations to improve the language’s support for generics and static typing.
-
B.
PEP 622
PEP 622 is a Python Enhancement Proposal that introduced the design for structural pattern matching syntax later adopted in Python 3.10.
-
C.
PEP 634
PEP 634 is the Python Enhancement Proposal that formally specifies the semantics of structural pattern matching introduced in Python 3.10.
-
D.
PEP 636
PEP 636 is a Python Enhancement Proposal that serves as a tutorial-style guide to the structural pattern matching feature introduced in Python 3.10.
-
E.
PEP 635
PEP 635 is a Python Enhancement Proposal that provides a detailed rationale and motivation for the structural pattern matching feature introduced in Python 3.10.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: PEP 508 Target entity description: PEP 508 is a Python Enhancement Proposal that defines the standard syntax for specifying package dependencies and environment markers in Python packaging.
-
A.
PEP 695
PEP 695 is a Python Enhancement Proposal that introduces a new, more concise syntax for type parameter declarations to improve the language’s support for generics and static typing.
-
B.
PEP 622
PEP 622 is a Python Enhancement Proposal that introduced the design for structural pattern matching syntax later adopted in Python 3.10.
-
C.
PEP 634
PEP 634 is the Python Enhancement Proposal that formally specifies the semantics of structural pattern matching introduced in Python 3.10.
-
D.
PEP 636
PEP 636 is a Python Enhancement Proposal that serves as a tutorial-style guide to the structural pattern matching feature introduced in Python 3.10.
-
E.
PEP 635
PEP 635 is a Python Enhancement Proposal that provides a detailed rationale and motivation for the structural pattern matching feature introduced in Python 3.10.
- F. None of above. chosen
Statements (52)
| Predicate | Object |
|---|---|
| instanceOf | Python Enhancement Proposal ⓘ |
| appliesTo |
Python package metadata
ⓘ
Python packaging tools ⓘ pip ⓘ setuptools NERFINISHED ⓘ |
| author |
Donald Stufft
NERFINISHED
ⓘ
Marcus Smith NERFINISHED ⓘ Nick Coghlan NERFINISHED ⓘ |
| created | 2015-09-07 ⓘ |
| defines |
standard syntax for direct URL references
ⓘ
standard syntax for environment markers ⓘ standard syntax for extras ⓘ standard syntax for specifying package dependencies ⓘ standard syntax for version specifiers ⓘ |
| definesConcept |
direct reference
ⓘ
environment marker ⓘ extra ⓘ normalized requirement string ⓘ version specifier ⓘ |
| directReferenceExample | package @ https://example.com/package-1.0.tar.gz ⓘ |
| discussionsTo | [email protected] ⓘ |
| documentationURL | https://peps.python.org/pep-0508/ ⓘ |
| environmentMarkerExample |
extra == "security"
ⓘ
python_version == "3.8" ⓘ sys_platform == "win32" ⓘ |
| extraExample | requests[security] ⓘ |
| field | Python packaging ⓘ |
| governs |
syntax of direct URL references in requirement strings
ⓘ
syntax of environment markers in requirement strings ⓘ syntax of extras in requirement strings ⓘ syntax of requirement strings ⓘ |
| hostProject | Python NERFINISHED ⓘ |
| influences |
Python packaging interoperability standards
ⓘ
pip dependency resolution behavior ⓘ |
| language | Python NERFINISHED ⓘ |
| maintainedBy | Python Packaging Authority NERFINISHED ⓘ |
| markerSyntaxBasedOn | PEP 345 NERFINISHED ⓘ |
| partOf | Python packaging specifications ecosystem NERFINISHED ⓘ |
| relatedTo |
PEP 440
NERFINISHED
ⓘ
PEP 517 NERFINISHED ⓘ PEP 518 NERFINISHED ⓘ |
| replaces | PEP 426 NERFINISHED ⓘ |
| shortTitle | Dependency specification for Python Software Packages NERFINISHED ⓘ |
| status | Final ⓘ |
| supersedes | earlier informal dependency specification conventions ⓘ |
| title | PEP 508 – Dependency specification for Python Software Packages NERFINISHED ⓘ |
| type | Standards Track ⓘ |
| usedIn |
install_requires in setup.py
ⓘ
metadata fields like Requires-Dist ⓘ pyproject.toml dependency tables ⓘ requirements.txt files ⓘ |
| versionSpecifierExample | >=1.0,<2.0 ⓘ |
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: PEP 508 Description of subject: PEP 508 is a Python Enhancement Proposal that defines the standard syntax for specifying package dependencies and environment markers in Python packaging.
Referenced by (3)
Full triples — surface form annotated when it differs from this entity's canonical label.