Skip to main content

Belvo Python SDK

Project description

Belvo Python SDK

PyPI Travis (.com) Coveralls github

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


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.4.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

belvo_python-0.4.0-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page