Metadata-Version: 2.1
Name: IndianPinCodes
Version: 0.0.7
Summary: A package for fetching details for the pincode provided
Home-page: https://github.com/LpCodes/Pincode-Details
Author: Lpcodes
Project-URL: Bug Tracker, https://github.com/LpCodes/Pincode-Details/issues
Keywords: India Indian pincodes pin codes
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

[![Downloads](https://static.pepy.tech/personalized-badge/indianpincodes?period=total&units=none&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/indianpincodes)
![GitHub last commit](https://img.shields.io/github/last-commit/LpCodes/Pincode-Details?style=for-the-badge)    ![PyPI](https://img.shields.io/pypi/v/IndianPinCodes?style=for-the-badge)


# Indian Postal PIN Code Details

A simple package to fetch Indian PINCODE Details


## Installation

```bash
pip install IndianPinCodes
```
    
    
## Usage/Examples

```
from IndianPinCodes import getpin

getpin(110001)

Info for Pincode 110001 is as follows 

Name --> Supreme Court

Region --> Delhi

District --> Central Delhi

Division --> New Delhi Central

Region --> Delhi

Block --> New Delhi

Circle --> Delhi

State --> Delhi

```

## Authors

- [@LpCodes](https://github.com/LpCodes)


## License

[MIT](https://choosealicense.com/licenses/mit/)

## Contributing

Contributions are always welcome!

