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

    Interface PyPIDownloadParams

    Optional date-range filter accepted by pypistats.org breakdown endpoints.

    interface PyPIDownloadParams {
        start_date?: string;
        end_date?: string;
    }
    Index

    Properties

    start_date?: string

    Inclusive start date in YYYY-MM-DD format

    end_date?: string

    Inclusive end date in YYYY-MM-DD format