.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
weather.py File Reference

Go to the source code of this file.

Classes

class  searx.weather.GeoLocation
 
class  searx.weather.DateTime
 
class  searx.weather.Temperature
 
class  searx.weather.Pressure
 
class  searx.weather.WindSpeed
 
class  searx.weather.RelativeHumidity
 
class  searx.weather.Compass
 

Namespaces

namespace  searx
 
namespace  searx.weather
 

Functions

 searx.weather.get_WEATHER_DATA_CACHE ()
 
str searx.weather._get_sxng_locale_tag ()
 
str|None searx.weather.symbol_url (WeatherConditionType condition)
 

Variables

list searx.weather.__all__
 
ExpireCache searx.weather.WEATHER_DATA_CACHE = None
 
str searx.weather.YR_WEATHER_SYMBOL_URL = "https://raw.githubusercontent.com/nrkno/yr-weather-symbols/refs/heads/master/symbols/outline"
 
 searx.weather.DateTimeFormats = typing.Literal["full", "long", "medium", "short"]
 
 searx.weather.WeatherConditionType
 
dict searx.weather.YR_WEATHER_SYMBOL_MAP
 
 searx.weather.condition
 
 searx.weather._cache = get_WEATHER_DATA_CACHE()
 
str searx.weather.title = "cached weather condition symbols"