Directories
¶
| Path | Synopsis |
|---|---|
|
Package distribution parses Python distribution artifacts (wheels and sdists) and their METADATA into structured records.
|
Package distribution parses Python distribution artifacts (wheels and sdists) and their METADATA into structured records. |
|
Package extras normalizes Python extra names per PEP 685.
|
Package extras normalizes Python extra names per PEP 685. |
|
internal
|
|
|
pep508
Package pep508 implements the shared, position-tracking tokenizer used to parse PEP 508 environment markers (package marker/) and PEP 508 dependency-specifier requirement strings (package requirement/).
|
Package pep508 implements the shared, position-tracking tokenizer used to parse PEP 508 environment markers (package marker/) and PEP 508 dependency-specifier requirement strings (package requirement/). |
|
Package marker represents PEP 508 environment markers - the optional `; <expression>` suffix of a requirement string, e.g.
|
Package marker represents PEP 508 environment markers - the optional `; <expression>` suffix of a requirement string, e.g. |
|
Package reqtxt parses pip's requirements.txt file format, a superset of PEP 508 requirement lines with pip-specific directives ("-r"/"-c" includes, "-e" editables, VCS/URL/local-path targets, global and per-requirement options, "${VAR}" environment expansion, and inline comments).
|
Package reqtxt parses pip's requirements.txt file format, a superset of PEP 508 requirement lines with pip-specific directives ("-r"/"-c" includes, "-e" editables, VCS/URL/local-path targets, global and per-requirement options, "${VAR}" environment expansion, and inline comments). |
|
Package requirement parses PEP 508 dependency-specifier strings: a package name, optional bracketed extras, an optional version specifier or direct-reference URL, and an optional environment marker clause, e.g.
|
Package requirement parses PEP 508 dependency-specifier strings: a package name, optional bracketed extras, an optional version specifier or direct-reference URL, and an optional environment marker clause, e.g. |
|
SPDX-License-Identifier: Apache-2.0 OR MIT
|
SPDX-License-Identifier: Apache-2.0 OR MIT |
|
Package version implements PEP 440 version parsing, comparison, and version-specifier matching.
|
Package version implements PEP 440 version parsing, comparison, and version-specifier matching. |
|
Package wheelname decomposes a wheel filename into its structured fields.
|
Package wheelname decomposes a wheel filename into its structured fields. |
Click to show internal directories.
Click to hide internal directories.