package swift provides methods to check offline the validity of an IBAN (and to retrieve some BIC codes).
https://code.pfad.fr/swift/
- Go 98.3%
- Makefile 1.7%
|
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
Reviewed-on: #38 Co-authored-by: oliverpool (bot) <bot@olivier.pfad.fr> Co-committed-by: oliverpool (bot) <bot@olivier.pfad.fr> |
||
|---|---|---|
| .woodpecker | ||
| bic | ||
| cmd/iban | ||
| internal | ||
| LICENSES | ||
| bban.go | ||
| bban_registry.go | ||
| bban_registry_test.go | ||
| bban_test.go | ||
| bic.go | ||
| bic_test.go | ||
| columns.go | ||
| columns_test.go | ||
| COPYING | ||
| country.go | ||
| country_test.go | ||
| example_test.go | ||
| go.mod | ||
| go.sum | ||
| go.sum.license | ||
| iban.go | ||
| iban_test.go | ||
| Makefile | ||
| README.md | ||
swift

Package code.pfad.fr/swift provides methods to check offline the validity of an IBAN (and to retrieve some BIC codes). Example and documentation are available on https://code.pfad.fr/swift/ and on pkg.go.dev.
Updating the registry data
To update the BBAN registry and BIC data, run make generate, commit the changes and push a new tag.
License
European Union Public License 1.2 or later (EUPL-1.2+).
I consider that importing this library (unmodified) within a larger work (as long as it does more than just validation and IBAN or BIC codes manipulation) not to be a "Derivative Work" (so you don't need to release your work under a EUPL-1.2 compatible license in such a case).
