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

    Interface PyPIBreakdownDownloads

    Full response shape of the pypistats.org per-category breakdown endpoints.

    interface PyPIBreakdownDownloads {
        data: PyPIDownloadRow[];
        package: string;
        type: string;
    }
    Index

    Properties

    Properties

    Per-category, per-day download rows

    package: string

    Package name as registered on PyPI

    type: string

    Discriminant type field (e.g. 'python_major_downloads')