darksky
darksky copied to clipboard
Python API wrapper for the DarkSky (async&sync)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.4 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...
Previously installed `darksky_weather` via `pip3` before this requirement. At the time `aiohttp` was at around `3.6.1` or so, both my application and `darksky_weather` functioned well. Later, I go to recreate...
It appears, even after checking my VS Code install for: - Making sure the proper library is installed - Checking that I'm importing correctly - Making sure VS Code knows...
**Is your feature request related to a problem? Please describe.** Many libraries that expect weather data as an input use pandas dataframes as the standard data object (PVLib for example)....