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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fintecture-1.3.1.tar.gz.
File metadata
- Download URL: fintecture-1.3.1.tar.gz
- Upload date:
- Size: 216.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36a63a621f8ad2d378204e282dcb6778395d96de4432727b30f11a5bae86d10
|
|
| MD5 |
be54d66d24196ade9600cca1112358ff
|
|
| BLAKE2b-256 |
662ad33dd38e0531d8d4e74a1666c0c79bbb4a33d069b3e2fc9623dcfc241b92
|
File details
Details for the file fintecture-1.3.1-py2.py3-none-any.whl.
File metadata
- Download URL: fintecture-1.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 188.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52eb173cfbe9a50426f6fbca92232e9f550e84867bba05bfc13667682899619e
|
|
| MD5 |
028359fe21e4e67972dceead49b93265
|
|
| BLAKE2b-256 |
db8d3f4f5eb437f89658262cea5e4e0d1689521a2126140a48e01b5db33c7673
|