A Python wrapper for the Investec Banking API
Project description
investec-python
A Python wrapper for the Investec Banking API
🚀 Quickstart
Install it:
pip install investec-python
Run it:
from investec_python import Investec
investec = Investec(use_sandbox=True)
accounts = investec.accounts.list()
for account in accounts:
account_balance = account.balance()
account_transactions = account.transactions()
For interacting with real account data see here.
Goals
- Interact with the Investec Banking API in the most Pythonic way possible
- 100% feature parity with the Investec Banking API
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
investec_python-1.1.0.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file investec_python-1.1.0.tar.gz.
File metadata
- Download URL: investec_python-1.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.9 CPython/3.11.13 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0a68b870779516f476a052b1583542ab4dca4a60054cfe58b2156e7c013db3a
|
|
| MD5 |
570015b00e88676a86415ce51cc2b0db
|
|
| BLAKE2b-256 |
88566a26e59d23657e348e158e809fed9a8e7be3716b599786b2f63d2327d0ec
|
File details
Details for the file investec_python-1.1.0-py3-none-any.whl.
File metadata
- Download URL: investec_python-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.9 CPython/3.11.13 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2604d23b9af1d8c209fc846182f2729a94b91b0d34d9d28141cc5ab4acbb6cbf
|
|
| MD5 |
09b116dd933116d7250818c1a89c54c1
|
|
| BLAKE2b-256 |
4691be3a1fc6154c4c2ae24a7a853ed0c9cd4d4aea03a596bdd24e8021947573
|