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.6.tar.gz (224.8 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.6-py2.py3-none-any.whl (193.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: fintecture-1.0.6.tar.gz
  • Upload date:
  • Size: 224.8 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.6.tar.gz
Algorithm Hash digest
SHA256 39ad20d6f1073f204694fb8ffd4b336f181c02377223af6531fe1c5ca6c6ed3b
MD5 683f46a3457295c83ff29986d8e22e79
BLAKE2b-256 8b1a388d0d4476c39e6fa9f124806cbff3b8e22578a920345be6d38c69540782

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fintecture-1.0.6-py2.py3-none-any.whl
  • Upload date:
  • Size: 193.3 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.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 888efbf942d146b6501ff36254e9a15c5bd79574965c37889c7fd1ba6cea3a06
MD5 6c8c1b746e435c0297e0397da7716f7b
BLAKE2b-256 4b60ed03523c92b688a2e3ed8e785018bb60b7e8005ba0be4a27d05d46c1ced4

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