A package for retrieving a list of details based on a given pincode.
Project description
Indian Pincode Details 🇮🇳📍
A package for retrieving a list of details based on a given pincode.
Quick start
-
Install from PyPI
pip install indian-pincode-details
-
Import the function to get the details
from indian_pincode_details import get_pincode_details
-
Retrieve the pincode details by passing a pincode. If no result is found, an empty list will be returned.
result = get_pincode_details(560034)
-
The result will be:
[{'office_name': 'Koramangala I Block S.O', 'pincode': 560034, 'taluk': 'Bangalore South', 'district': 'Bangalore', 'state': 'Karnataka', 'country': 'India'}, {'office_name': 'Koramangala S.O', 'pincode': 560034, 'taluk': 'Bangalore South', 'district': 'Bangalore', 'state': 'Karnataka', 'country': 'India'}, {'office_name': 'St. John"s Medical College S.O', 'pincode': 560034, 'taluk': 'Bangalore South', 'district': 'Bangalore', 'state': 'Karnataka', 'country': 'India'}, {'office_name': 'Agara B.O', 'pincode': 560034, 'taluk': 'Bangalore South', 'district': 'Bangalore', 'state': 'Karnataka', 'country': 'India'}]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file indian_pincode_details-0.0.1.tar.gz
.
File metadata
- Download URL: indian_pincode_details-0.0.1.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16a100af65acc464ea5e801c40b71cb5f6c8cfb4ffd688bfb6ca5ee55c43cd31 |
|
MD5 | 64c4ab5510c607f428ee580b0cc3c611 |
|
BLAKE2b-256 | 7065e43d9cac42d2acdad5175a911680189e15c2515aac691adbb62a05360506 |
File details
Details for the file indian_pincode_details-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: indian_pincode_details-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 546465460e00cbd630941737e92b74e6e8727d027f26b25736e5861dc61c53cb |
|
MD5 | d9008298d1550dc4d66446df4bf40ce6 |
|
BLAKE2b-256 | f34f7049226a06ce49a0d8af3ae8728ccc131af78f69133ec7bf6010c0e00ac5 |