Metadata-Version: 2.4
Name: bd-geocode-offline
Version: 1.1.0
Summary: DEPRECATED - replaced by zipfinder. Install: pip install zipfinder
Author: Karthikeyan Balasundaram
License: MIT
Project-URL: Homepage, https://github.com/karthikbd/zipfinder
Project-URL: Repository, https://github.com/karthikbd/zipfinder
Classifier: Development Status :: 7 - Inactive
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
Requires-Dist: zipfinder>=2.0.0
Dynamic: requires-python

﻿# bd-geocode-offline (DEPRECATED)

> This package has been **renamed to [zipfinder](https://pypi.org/project/zipfinder/)**.

## Migration

```bash
pip install zipfinder
pip uninstall bd-geocode-offline   # optional cleanup
```

Your existing code keeps working without changes  old function names
(`get`, `search`, `get_all`, `find_nearby`) are re-exported as aliases.

## New package

- PyPI: https://pypi.org/project/zipfinder/
- GitHub: https://github.com/karthikbd/zipfinder
