From f9ce6038773855b19e80e21328dfda9340ea0568 Mon Sep 17 00:00:00 2001 From: Okoya Usman Date: Fri, 6 Mar 2026 12:10:41 +0100 Subject: [PATCH] Add Python SDK link to README This commit adds my unofficial Python SDK to the list of SDKs/libraries for Starling Bank's API. This SDK has also been published on Pypi: https://pypi.org/project/starling-sdk/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 976140c..c1303b8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [Java](https://github.com/deepinspire/Simple-SDK-for-Starling-API-v2/): An unofficial Java library for using the Starling API – Credit to [deepinspire](https://github.com/deepinspire) - [.NET Standard](https://github.com/Netizine/StarlingBankClient): An unofficial .Net library for using the Starling API – Credit to [Netizine](https://github.com/Netizine) - [Rust](https://github.com/shymega/starling-rs): An unofficial Rust SDK for using the Starling API - Credit to [shymega](https://github.com/shymega) +- [Python](https://github.com/OkoyaUsman/starling-python-sdk): An unofficial Python SDK for using the Starling API - Credit to [okoyausman](https://github.com/okoyausman) ## Starter Kits