Metadata-Version: 2.4
Name: indiapost
Version: 1.0.0
Summary: Alias for indiapost-geocode - DIGIPIN encoder/decoder for India Post
Author-email: Divyansh Pandey <divyansh@example.com>
License: MIT
Project-URL: Homepage, https://github.com/divyanshpandey/digipin
Keywords: digipin,geocoding,india-post
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
Requires-Dist: indiapost-geocode>=1.0.0
Dynamic: license-file

# indiapost

This is an alias package for `indiapost-geocode`.

Install this package to get full DIGIPIN functionality:
```bash
pip install indiapost
```

## Usage
```python
from indiapost_geocode import get_digipin, get_lat_lng_from_digipin

pin = get_digipin(28.6139, 77.2090)
print(pin)
```

See full documentation at: https://pypi.org/project/indiapost-geocode/
