Skip to main content

Sample Python Project for creating a new Python Module

Project description

BSB Lookup

pypi versions license downloads Checked with mypy Linting: Ruff

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)

# >>> 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,
# ... )

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.

image

Contributing

Contributions are welcome! If you have a suggestion or want to contribute code, please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -am 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. 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

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

bsb_lookup-0.0.5.tar.gz (260.0 kB view details)

Uploaded Source

Built Distribution

bsb_lookup-0.0.5-py3-none-any.whl (260.9 kB view details)

Uploaded Python 3

File details

Details for the file bsb_lookup-0.0.5.tar.gz.

File metadata

  • Download URL: bsb_lookup-0.0.5.tar.gz
  • Upload date:
  • Size: 260.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for bsb_lookup-0.0.5.tar.gz
Algorithm Hash digest
SHA256 5f5b94da573756b2069b80ef82be5789b8b019585deee93beba3acfe8322f889
MD5 76977bc0d101b8b8349bd3e4fb8715e5
BLAKE2b-256 9138091bc6e70f164e6dfdf71bc9e42f3a2f3d46c915b8152380e753c9bb7206

See more details on using hashes here.

File details

Details for the file bsb_lookup-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: bsb_lookup-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 260.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.3

File hashes

Hashes for bsb_lookup-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ae57ea3ca47f4daf3697184a632815ed36a892110c61d360466dc7900d084c46
MD5 18441f6e076f413c08597c285016d3c7
BLAKE2b-256 601fa0caf92d8078145a57f0fd9a481fbbe447da2e94ec28b7f40b22e2697711

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page