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.1.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for investec_python-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdb75fbf5c57a260dc39c764a4b2dc672d7fa10c78f9ef5c997a539acfcfe162 |
|
MD5 | f396e08bef482e25771e13fa6bfa5530 |
|
BLAKE2b-256 | 518482c25c8998d90508a72ab7167c10527cf7616592798216fd38c61091ed96 |