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

    Interface PyPIClientOptions

    Constructor options for PyPIClient.

    interface PyPIClientOptions {
        apiUrl?: string;
        statsApiUrl?: string;
        depsDevUrl?: string;
    }
    Index

    Properties

    apiUrl?: string

    Base URL for the PyPI JSON API (default: 'https://pypi.org'). Override for mirrors or private indices.

    statsApiUrl?: string

    Base URL for the pypistats.org download stats API (default: 'https://pypistats.org').

    depsDevUrl?: string

    Base URL for the deps.dev dependency graph API (default: 'https://api.deps.dev/v3').