Flanks Python Library
The Flanks Python library provides convenient access to the Flanks 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 Flanks API.
Documentation
Soon
Installation
Soon
Requirements
- Python 3.4+
Usage
Initialize Client
Basic usage for initialize the client.
import flanks
API_TOKEN = 'TOKEN_API'
flank = Flanks(API_TOKEN)
Create User
Creating users. Fill BANK_USERNAME, BANK_PASSWORD, BANK, BANK_PASSWORD2 with real data.
import flanks
API_TOKEN = 'TOKEN_API'
flank = Flanks(API_TOKEN)
username='BANK_USERNAME'
password='BANK_PASSWORD'
bank='BANK'
password2='BANK_PASSWORD2' #If it is necessary
user_token = flank.create_user(username, password, bank, password2)
GET DATA OF USER
You only need one line:
user = flank.get_data(user_token)
Release files for flanks 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flanks-0.0.3.tar.gz | 2.6 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flanks-0.0.3-py3.6.egg | Legacy Egg format | - | - | Details |
| flanks-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.9 kB
Release files / flanks-0.0.3.tar.gz
| Download URL | flanks-0.0.3.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
235bebab37b437d6ea93a22d1640b12645c5a9afd7d5706c808597b634368b1b
|
|
BLAKE2b-256 checksum How to use checksums |
231f6aafbbd09ff450b775274ecf33a9afdd241cdbb64abbd090d72bfc79af07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
|
Release files / flanks-0.0.3-py3.6.egg
| Download URL | flanks-0.0.3-py3.6.egg |
|---|---|
| Size | 5.1 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
45b9cc791c1c718f6a2221a369a9a0d890c71235a2ba5d7fb536b1be0863de92
|
|
BLAKE2b-256 checksum How to use checksums |
9e214f19866134202401859efea52c4d7c815388f3cc1c5226953fee33d556c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
|
Release files / flanks-0.0.3-py3-none-any.whl
| Download URL | flanks-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b4ec6e05ac14bb3e18a6dd5553349b524d7040949b1993d9b2152af3c5789550
|
|
BLAKE2b-256 checksum How to use checksums |
87624df78328112f05e39485b2f76f807bacbe01e5829c5248dd03677600ab63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
|