📁
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
  • Attributes
  • low
  • high
  • skycodeday
  • skytextday
  • date
  • day
  • shortday
  • precip

Was this helpful?

  1. Data Classes

WeatherForecast

PreviousCurrentWeatherNextutils

Last updated 3 years ago

Was this helpful?

Represents the forecast of the object.

Attributes

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

Type: str

precip

The precipitation of the forecast.

Type: str

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

Weather
low
high
skycodeday
skytextday
precip
sky_code_day
sky_text_day
short_day
precipitation
day
date
day
shortday