Skip to main content

Python bindings for the Fintecture API

Project description

Fintecture Python Library

The Fintecture Python library provides convenient access to the Fintecture API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Fintecture API.

Documentation

See the Python API docs.

Installation

You don't need this source code unless you want to modify the package. If you just want to use the package, just run:

pip install --upgrade fintecture

Install from source with:

python setup.py install

Requirements

  • Python 2.7+ or Python 3.4+ (PyPy supported)

Usage

The library needs to be configured with your application identifier, the secret and private keys which is available in your Fintecture Developer Console. For instance, set fintecture.app_id to its value:

import fintecture

fintecture.app_id = "39b1597f-b7dd..."

# list application information
resp = fintecture.Application.retrieve()

attributes = resp.data.attributes

# print the description of the application
print(attributes.description)

# print if application supports AIS and PIS scope
print("Supports AIS scope: %r" % attributes.scope.ais)
print("Supports PIS scope: %r" % attributes.scope.pis)

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

fintecture-1.3.1.tar.gz (216.5 kB view hashes)

Uploaded Source

Built Distribution

fintecture-1.3.1-py2.py3-none-any.whl (188.5 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