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

    Interface PyPIDepsDevVersionKey

    Identifies a specific version of a package in the deps.dev registry.

    interface PyPIDepsDevVersionKey {
        system: string;
        name: string;
        version: string;
    }
    Index

    Properties

    Properties

    system: string

    Package ecosystem (always 'PYPI' for Python packages)

    name: string

    Package name

    version: string

    Exact resolved version string