# 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'}]
```
Raw data
{
"_id": null,
"home_page": "https://github.com/kpsaurus/indian-pincode-details/",
"name": "indian-pincode-details",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "python",
"author": "Krishna Prasad K",
"author_email": "contact@kprasad.dev",
"download_url": "https://files.pythonhosted.org/packages/70/65/e43d9cac42d2acdad5175a911680189e15c2515aac691adbb62a05360506/indian_pincode_details-0.0.1.tar.gz",
"platform": null,
"description": "# Indian Pincode Details \ud83c\uddee\ud83c\uddf3\ud83d\udccd\n\nA package for retrieving a list of details based on a given pincode.\n\n\n## Quick start\n\n- Install from PyPI\n\n ```\n pip install indian-pincode-details\n ```\n\n- Import the function to get the details\n ```\n from indian_pincode_details import get_pincode_details\n ```\n \n- Retrieve the pincode details by passing a pincode. If no result is found, an empty list will be returned.\n\n ```\n result = get_pincode_details(560034)\n ```\n- The result will be:\n ```\n [{'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'}]\n ```\n",
"bugtrack_url": null,
"license": "",
"summary": "A package for retrieving a list of details based on a given pincode.",
"version": "0.0.1",
"split_keywords": [
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f34f7049226a06ce49a0d8af3ae8728ccc131af78f69133ec7bf6010c0e00ac5",
"md5": "d9008298d1550dc4d66446df4bf40ce6",
"sha256": "546465460e00cbd630941737e92b74e6e8727d027f26b25736e5861dc61c53cb"
},
"downloads": -1,
"filename": "indian_pincode_details-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d9008298d1550dc4d66446df4bf40ce6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2508089,
"upload_time": "2023-01-25T12:01:36",
"upload_time_iso_8601": "2023-01-25T12:01:36.093974Z",
"url": "https://files.pythonhosted.org/packages/f3/4f/7049226a06ce49a0d8af3ae8728ccc131af78f69133ec7bf6010c0e00ac5/indian_pincode_details-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7065e43d9cac42d2acdad5175a911680189e15c2515aac691adbb62a05360506",
"md5": "64c4ab5510c607f428ee580b0cc3c611",
"sha256": "16a100af65acc464ea5e801c40b71cb5f6c8cfb4ffd688bfb6ca5ee55c43cd31"
},
"downloads": -1,
"filename": "indian_pincode_details-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "64c4ab5510c607f428ee580b0cc3c611",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2446374,
"upload_time": "2023-01-25T12:01:48",
"upload_time_iso_8601": "2023-01-25T12:01:48.931890Z",
"url": "https://files.pythonhosted.org/packages/70/65/e43d9cac42d2acdad5175a911680189e15c2515aac691adbb62a05360506/indian_pincode_details-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-25 12:01:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "kpsaurus",
"github_project": "indian-pincode-details",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "indian-pincode-details"
}