Finds state, city , district and pincode of India
Project description
Indian Pincode FInder
This module is written to help those developers who needs to deal with PINCODE offline.
Here we have collected some methods in simple way to retrive all states, districts and cities of India. Here we are providing methids to fetch the collective data related to states, districts, cities and pincodes.
Below we can find the implementation of the code.
Import
from indian_pincode_finder import IndianPincodeFinder
Implementation
Initialise the IndianPincodeFinder as below IndianPincodeFinderObj = IndianPincodeFinder()
These are the methods we can look for. all the method names are self-explanatory.
- IndianPincodeFinderObj.get_all_states()
- IndianPincodeFinderObj.get_districts_by_states('Delhi')
- IndianPincodeFinderObj.get_all_districts()
- IndianPincodeFinderObj.get_all_cities()
- IndianPincodeFinderObj.get_all_zipcodes()
- IndianPincodeFinderObj.get_cities_by_district('Patna')
- IndianPincodeFinderObj.get_cities_by_state('Bihar')
- IndianPincodeFinderObj.get_zipcodes_by_state('Bihar')
- IndianPincodeFinderObj.get_zipcodes_by_district('Patna')
- IndianPincodeFinderObj.get_zipcodes_by_city('Bikram')
- IndianPincodeFinderObj.get_zipcode_detail(801104)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file indian_pincode_finder-0.2.1.tar.gz.
File metadata
- Download URL: indian_pincode_finder-0.2.1.tar.gz
- Upload date:
- Size: 96.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59929ce9c33ea6ad2d8715c9696fcb6ce5385a66bfe17a912632567358677edb
|
|
| MD5 |
d5d7167348b2d888dfe35c09b02c0b3d
|
|
| BLAKE2b-256 |
b9df19a5eab63c8aec09cc7fb609157281ac39611db10a46c3d2c781ba7b6b6c
|
File details
Details for the file indian_pincode_finder-0.2.1-py3-none-any.whl.
File metadata
- Download URL: indian_pincode_finder-0.2.1-py3-none-any.whl
- Upload date:
- Size: 97.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e4835b341ef62ead74c00522193556dc0bfcf8ff54eabd0a7baa99c747bd597
|
|
| MD5 |
f1bb4a8c4dd01b7a755c98c08bda1584
|
|
| BLAKE2b-256 |
4553ff97e91034ad586208727c32449f4dc750bc79ed0477cc4ac2109ac67e24
|