Metadata-Version: 2.1
Name: gsloc
Version: 0.1.0
Summary: 
Author: Yibo Wei
Author-email: david_wyb2001@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: protobuf (>=5.26.1,<6.0.0)
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Description-Content-Type: text/markdown

# gsloc: Apple Location Service API for Python

This is a Python library that provides a reverse engineered implementation of the Apple Location Service API.

## Installation

```bash
pip install gsloc
```

## Usage

