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.0.0.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for investec_python-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 618ecef581d5e1dcafa0c4c72509a40ae8cc3588510595a6253aced34ff9c529 |
|
MD5 | 602b4f4560b89ac3cc2540742e810349 |
|
BLAKE2b-256 | 39d9df5bdb654855bc1939d33a1197c40c5a55c32dd408be02e5596a032d5948 |