Metadata-Version: 2.3
Name: apple_maps
Version: 0.1.0
Summary: Python client for Apple Maps Server API
License: MIT
Keywords: apple,maps,api,client
Author: Ryan Morash 
Author-email: ryan@morash.me
Requires-Python: >=3.11
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/ryanmorash/python-applemaps
Description-Content-Type: text/markdown

# Python Apple Maps Server Client

This is a Python client for Apple's Maps Server 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.

