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

    Interface PyPIDownloadRow

    A single row in a pypistats.org breakdown response.

    interface PyPIDownloadRow {
        category: string;
        date: string;
        downloads: number;
    }
    Index

    Properties

    category: string

    Breakdown category (e.g. Python version '3.11', OS 'Linux', mirror 'with_mirrors')

    date: string

    Date of this data point (YYYY-MM-DD)

    downloads: number

    Download count for this category on this date