Metadata-Version: 2.4
Name: ifsclookup
Version: 1.0.1
Summary: Simple Python package for Indian IFSC lookup
Home-page: https://github.com/abbasofficaldevs/ifsclookup
Author: abbas
Author-email: abbasofficialdevs@gmail.com
Project-URL: Source, https://github.com/abbasofficaldevs/ifsclookup
Project-URL: Bug Tracker, https://github.com/abbasofficaldevs/ifsclookup/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# IFSCLOOKUP

<div align="center">

# 🏦 ifsclookup

### ✨ Simple Python package to fetch Indian bank IFSC details instantly ✨

![Python](https://img.shields.io/badge/Python-3.x-blue?style=for-the-badge\&logo=python)
![PyPI](https://img.shields.io/badge/PyPI-Live-orange?style=for-the-badge\&logo=pypi)
![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)
![Made in India](https://img.shields.io/badge/Made%20in-India-ff9933?style=for-the-badge)

</div>

---

# 🚀 Installation

```bash
pip install ifsclookup
```

---

# ⚡ Quick Example

```python
from ifsclookup import lookup

result = lookup("SBIN0005943")
print(result)
```

---

# 📦 Features

* ✅ Fast IFSC lookup
* 🏦 Indian bank support
* ⚡ Lightweight package
* 🐍 Beginner friendly
* 📡 Simple API usage

---

# 💡 Example Output

```python
{
    'BANK': 'STATE BANK OF INDIA',
    'IFSC': 'SBIN0005943',
    'BRANCH': 'MAIN BRANCH',
    'CITY': 'MUMBAI',
    'STATE': 'MAHARASHTRA'
}
```

---

# 🔗 Links

* 📦 PyPI: [https://pypi.org/project/ifsclookup/](https://pypi.org/project/ifsclookup/)
* 💻 GitHub: [https://github.com/abbasofficaldevs/ifsclookup](https://github.com/abbasofficaldevs/ifsclookup)

---

<div align="center">

## ⭐ Star the repo if you like this project ⭐

Made with ❤️ by Abbas

</div>
