Metadata-Version: 2.4
Name: google-maps-place-parser
Version: 1.0.0
Summary: Parse Google Maps place URLs.
Author: DownloadMapImage
License: MIT
Project-URL: Homepage, https://downloadmapimage.com/
Project-URL: Documentation, https://downloadmapimage.com/
Project-URL: Source, https://downloadmapimage.com/extensions/
Keywords: google maps,images,utilities
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file


# google-maps-place-parser

Parse Google Maps place URLs.

## Overview

This package provides practical utilities for developers working with Google Maps, images, metadata, and automation workflows. It is designed to be lightweight, easy to integrate, and suitable for scripts, web applications, and data processing pipelines.

## Features

- Clean Python API
- Type hints
- Minimal dependencies
- Production-ready structure
- MIT licensed

## Installation

```bash
pip install google-maps-place-parser
```

## Quick Start

```python
from google_maps_place_parser import __version__
print(__version__)
```

## Use Cases

This package can be used in automation workflows, data extraction pipelines, content management systems, mapping applications, and image-processing projects.

## Documentation

Homepage: https://downloadmapimage.com/

Extensions: https://downloadmapimage.com/extensions/

## License

MIT License
