Skip to main content

A small example package

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.0.7.tar.gz (225.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fintecture-1.0.7-py2.py3-none-any.whl (193.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file fintecture-1.0.7.tar.gz.

File metadata

  • Download URL: fintecture-1.0.7.tar.gz
  • Upload date:
  • Size: 225.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for fintecture-1.0.7.tar.gz
Algorithm Hash digest
SHA256 ae08cdc7fcf9917452d6e6d4262a4f794009f13798aa0688273999faf69d6608
MD5 4bdb4826fa52bb31261b2b49b8fa4c1d
BLAKE2b-256 8f7f3ceedbd4ced634a5143e5f9034b937f9389c90a9369d117c3f6dbde4c084

See more details on using hashes here.

File details

Details for the file fintecture-1.0.7-py2.py3-none-any.whl.

File metadata

  • Download URL: fintecture-1.0.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 193.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for fintecture-1.0.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9c4e592072a0f9b30784f90879e435cb5a6ff8bbadbaed4e1d081c70acb14c7f
MD5 8bf3404c738052b1b92f88ba06157541
BLAKE2b-256 1df715060c87b7f058e7b8ee7bf5f6f7906d279e3e2643111963042ba6e96397

See more details on using hashes here.

Supported by

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