Metadata-Version: 2.1 Name: apple_weatherkit Version: 1.1.3 Summary: Python client for Apple WeatherKit API Home-page: https://github.com/tjhorner/python-weatherkit License: MIT Author: TJ Horner Author-email: me@tjhorner.com Requires-Python: >=3.11,<4.0 Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Requires-Dist: aiohttp (>=3.8.5,<4.0.0) Requires-Dist: aiohttp-retry (>=2.8.3,<3.0.0) Requires-Dist: pyjwt[crypto] (==2.*) Project-URL: Repository, https://github.com/tjhorner/python-weatherkit Description-Content-Type: text/markdown # Python WeatherKit Client This is a Python client for Apple's WeatherKit API. It is primarily written for use with the [Home Assistant](https://www.home-assistant.io/) integration, but can be used for other purposes as well.