📁
randomstuff.py
  • randomstuff.py
  • Clients
    • Client
    • AsyncClient
  • Data Classes
    • AIResponse
    • Joke
    • JokeFlags
    • Waifu
    • Weather
    • WeatherLocation
    • CurrentWeather
    • WeatherForecast
  • Sub modules
    • utils
  • Errors tree
    • Forbidden
      • BadAPIKey
      • PlanNotAllowed
    • ArgumentError
      • InvalidPlanError
      • InvalidVersionError
      • InvalidServerError
      • InvalidType
      • InvalidCityError
    • HTTPError
  • Brief
    • Warnings
    • Lists
    • Unique ID
    • Joke 101
    • FAQ
    • Changelogs
Powered by GitBook
On this page
  1. Data Classes

WeatherForecast

PreviousCurrentWeatherNextutils

Last updated 4 years ago

Was this helpful?

CtrlK
  • Attributes
  • low
  • high
  • skycodeday
  • skytextday
  • date
  • day
  • shortday
  • precip

Was this helpful?

Represents the forecast of the Weather object.

Attributes

low

high

skycodeday

skytextday

date

day

shortday

precip

Attributes

low

The lowest temperature of forecast.

Type: str

high

The highest temperature of forecast.

Type: str

skycodeday

The sky code day of forecast.

Type: str

skytextday

The sky text day of forecast.

Type: str

date

The date of weather.

Type: str

day

The day of weather.

Type: str

shortday

The short-form of day attribute. For example, if day attribute is "Saturday" the shortday will be "Sat"

Type: str

precip

The precipitation of the forecast.

Type: str

sky_code_day
sky_text_day
short_day
precipitation