Skip to main content

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)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flanks-0.0.3.tar.gz (2.6 kB view details)

Uploaded Source

Built Distributions

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

flanks-0.0.3-py3.6.egg (5.1 kB view details)

Uploaded Egg

flanks-0.0.3-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file flanks-0.0.3.tar.gz.

File metadata

  • Download URL: flanks-0.0.3.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for flanks-0.0.3.tar.gz
Algorithm Hash digest
SHA256 235bebab37b437d6ea93a22d1640b12645c5a9afd7d5706c808597b634368b1b
MD5 c153b16395b498a16c5c886c1c65798e
BLAKE2b-256 231f6aafbbd09ff450b775274ecf33a9afdd241cdbb64abbd090d72bfc79af07

See more details on using hashes here.

File details

Details for the file flanks-0.0.3-py3.6.egg.

File metadata

  • Download URL: flanks-0.0.3-py3.6.egg
  • Upload date:
  • Size: 5.1 kB
  • Tags: Egg
  • Uploaded using 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

File hashes

Hashes for flanks-0.0.3-py3.6.egg
Algorithm Hash digest
SHA256 45b9cc791c1c718f6a2221a369a9a0d890c71235a2ba5d7fb536b1be0863de92
MD5 35fc0b771e0e9a4140e2cfd899d51afc
BLAKE2b-256 9e214f19866134202401859efea52c4d7c815388f3cc1c5226953fee33d556c1

See more details on using hashes here.

File details

Details for the file flanks-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: flanks-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for flanks-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b4ec6e05ac14bb3e18a6dd5553349b524d7040949b1993d9b2152af3c5789550
MD5 2e7d4a08844edf0eac0f8c679c7e3f70
BLAKE2b-256 87624df78328112f05e39485b2f76f807bacbe01e5829c5248dd03677600ab63

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.3 This release

3 files

0.0.2

3 files

0.0.1

2 files

Supported by

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