Metadata-Version: 2.4
Name: bd-geocode-offline
Version: 1.0.0
Summary: Complete offline GeoNames postal code database
Author: Karthikeyan Balasundaram
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# bd-geocode-offline

Complete offline GeoNames postal code database for Python. Works 100% offline - no internet connection required.

## Features

- 🌍 **Complete coverage** - Postal codes for 200+ countries
- 📦 **Fully offline** - No internet connection required
- ⚡ **Fast lookups** - Optimized indexes for O(1) lookups
- 🗺️ **Spatial search** - Find nearby postal codes by coordinates
- 📊 **Multiple search methods** - By postal code, city, or coordinates
- 🔍 **Flexible matching** - Exact or partial matching
- 🚀 **Zero dependencies** - Only Python standard library
- 💾 **Embedded data** - All data included in package

## Installation

```bash
pip install bd-geocode-offline
