index
:
windy
master
Python wrapper for Windy.com API
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-08
Added helpers to access specific scalar values
Aki
2022-10-08
Extended error handling and edge cases in Response initialization
Aki
2022-10-08
Converted to numpy array and transponed the values
Aki
2022-10-07
Added quick accessors for levels and parameters in Prediction
Aki
2022-10-07
Initialize Response's levels and parameters directly in __init__
Aki
2022-10-07
Ordered StrEnum members to allow sorting Levels
Aki
2022-10-07
Removed iterator responsibility from Prediction
Aki
2022-10-07
Renamed EntryView to Prediction
Aki
2022-10-06
Documented point forecast module
Aki
2022-10-06
Renamed Endpoint to PointForecast
Aki
2022-10-06
Fixed entryview condition
Aki
2022-10-06
Fixed typo from refactoring
Aki
2022-10-06
Fixed unit notation
Aki
2022-10-06
Added wrapper for responses
Aki
2022-10-05
Point forecast now allows Request or arguments for request
Aki
2022-10-04
Fixed bad relative import
Aki
2022-10-04
Wrapped and shuffled endpoint config around to Windy class
Aki
2022-10-02
Tweaked request interface a bit
Aki
2022-10-02
Added missing key to request body
Aki
2022-09-26
Merged Config into Request
Aki
2022-09-26
Made a proper package out of the module
Aki
2022-09-24
Separated config, request, and function that makes real request
Aki
2022-09-23
Extended Enums for Levels and Models
Aki
2022-09-22
Created stub request to point forecast endpoint
Aki