A module to search IFSC codes.
Project description
IFSC Search
IFSC Search is a Python module that facilitates searching for bank details using the Indian Financial System Code (IFSC). The module fetches data from the Razorpay IFSC API.
Installation
You can install the module using pip:
pip install ifscSearch
Usage
Here is an example of how to use the ifscSearch module in your Python script:
from ifscSearch import get_details
# Replace "PYTM0123456" with the IFSC code you want to search
ifsc_code_to_search = "PYTM0123456"
result = get_details(ifsc_code_to_search)
if result:
print(f"Details for IFSC code {ifsc_code_to_search}:\n{result}")
else:
print(f"IFSC code {ifsc_code_to_search} not found in the Razorpay IFSC database.")
Replace "PYTM0123456" with the actual IFSC code you want to search. The get_details function fetches information from the Razorpay IFSC API, and the result is printed. The expected output will either display the details for the given IFSC code or indicate that the code was not found.
Contributing
If you want to contribute to this project, feel free to open issues or submit pull requests. Contributions are welcome!
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Razorpay for providing the IFSC API data.
Happy coding!
Feel free to add or modify sections based on your project's requirements. This template includes sections for installation, usage, contributing, license information, and acknowledgments. Adjust it as needed to provide comprehensive information about your module.
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 ifscSearch-1.0.4.1.tar.gz.
File metadata
- Download URL: ifscSearch-1.0.4.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aa0adbbd8a5d9bd98fabea9bd6aa639c0d3837d98e7ebe0d33733ed2be98edd
|
|
| MD5 |
ddb02610f351beacba3b86ee92f52bfd
|
|
| BLAKE2b-256 |
70ee4af721029767bc56a69f23c051601946a553502d746ea12adef9417b8b06
|
File details
Details for the file ifscSearch-1.0.4.1-py3-none-any.whl.
File metadata
- Download URL: ifscSearch-1.0.4.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
628933ec35d85cd455268b36a390b5aa410c1058776830880d6fc22f240b2317
|
|
| MD5 |
2385b9dfaac4525b5364a514920d1eb0
|
|
| BLAKE2b-256 |
8ec0142df9f2ea7226ac781dcd9f18d041e94fa045716f33c60292ccc823b3e2
|