Belvo Python SDK
Project description
Belvo Python SDK
Developers portal | Documentation
:clipboard: Requirements
- Python 3.6+
:rocket: Getting started
Install using pip
:
$ pip install belvo-python
Example
from pprint import pprint
from belvo.client import Client
# Login to Belvo API
client = Client("my-secret-key-id", "my-secret-key", "https://api.belvo.co")
# Register a link
link = client.Links.create(
institution="banamex",
username="johndoe",
password="supersecret"
)
# Get all accounts
client.Accounts.create(link["id"])
# Pretty print all checking accounts
for account in client.Accounts.list(type="checking"):
pprint(account)
:busts_in_silhouette: Contributing
Anyone can do something to make belvo-python
better, so contributors are always welcome!
For more details about contributing to this project, please take a look to our guidelines.
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
belvo-python-0.3.0.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file belvo-python-0.3.0.tar.gz
.
File metadata
- Download URL: belvo-python-0.3.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b48665d9d73de0837d3a32bc3b43f50c78a9015c65e09c40109a5f181c4d4c9e |
|
MD5 | ccd768e5e646ec31272e68a6a5ed699f |
|
BLAKE2b-256 | ca6368c7484d422ab0ffbd8f00464909a937956cfde35e791aebbd85135209a3 |
File details
Details for the file belvo_python-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: belvo_python-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 722c24e36669bbdfe8a129dd2d357eac0fbe83a2882bcde6fea0cc5879b541d0 |
|
MD5 | 5c78c3181fff25818f04a544e778b6f9 |
|
BLAKE2b-256 | d11791f67f1eafbdbc8ab3681d12e2f321c628127bf07b66218cfdd6ff6834bd |