
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
bsb-lookup
Advanced tools
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.
Before installing, ensure you have Python 3.x installed on your system. You can install BSB Lookup using pip:
pip install bsb-lookup
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)
# >>> BankInfo(
# ... prefix_rule=BSBPrefixRule(key="NAB", abbreviation="National Australia Bank Limited", bsb_prefixes=["08"]),
# ... directory_entry=BSBDirectoryRow(
# ... bsb="082055",
# ... financial_institution_code="NAB",
# ... name="Private NSW Banking Suite",
# ... street="Level 5 2 Carrington St",
# ... suburb="Sydney",
# ... state="NSW",
# ... postcode="2000",
# ... payments_flag="PEH",
# ... ),
# ... npp_support=NPPSupport.SUPPORTED,
# ... )
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.
Contributions are welcome! If you have a suggestion or want to contribute code, please follow these steps:
git checkout -b feature/AmazingFeature
)git commit -am 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
For support or queries, reach out to ilan@refundid.com
Sponsored by Refundid the Best Returns Portal - Streamline your retail returns with Refundid, Australia's leading returns portal for retailers.
FAQs
Lookup and enrich Australian BSBs
We found that bsb-lookup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.
Security News
Former RubyGems maintainers have launched The Gem Cooperative, a new community-run project aimed at rebuilding open governance in the Ruby ecosystem.