BSB Lookup
Australian Bank State Branch number enricher used for validating and looking up bank names given a BSB number. Ideal for financial applications, banking software, and fintech solutions.
Table of Contents
Installation
Before installing, ensure you have Python 3.x installed on your system. You can install BSB Lookup using pip:
pip install bsb-lookup
Usage
Here's a simple example to get started with BSB Lookup:
from bsb import to_bank_info
result = to_bank_info(bsb="082055")
print(result)
Background
A BSB, or Bank State Branch number, is a six-digit code used to identify the specific branch of an Australian bank or financial institution. The BSB is normally used in association with the account number system used by each financial institution.
Contributing
Contributions are welcome! If you have a suggestion or want to contribute code, please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -am 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For support or queries, reach out to ilan@refundid.com