PyPI API Client - v1.0.0
    Preparing search index...

    Interface PyPIDepsDevDependencies

    Full response of GET /systems/pypi/packages/{name}/versions/{version}:dependencies from the deps.dev API.

    interface PyPIDepsDevDependencies {
        nodes: PyPIDepsDevNode[];
        edges: PyPIDepsDevEdge[];
        error?: string;
    }
    Index

    Properties

    Properties

    All packages in the resolved dependency graph, including the root

    Directed edges describing which package requires which

    error?: string

    Top-level resolution error message, if the graph could not be resolved