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

    Interface PyPIRecentDownloadsData

    Download totals returned by GET /api/packages/{name}/recent on pypistats.org.

    interface PyPIRecentDownloadsData {
        last_day: number;
        last_week: number;
        last_month: number;
    }
    Index

    Properties

    last_day: number

    Downloads in the last calendar day

    last_week: number

    Downloads in the last 7 days

    last_month: number

    Downloads in the last 30 days