{"id":25296098,"url":"https://github.com/impak-finance/flinks-python","last_synced_at":"2025-07-25T20:40:18.208Z","repository":{"id":44865748,"uuid":"156615259","full_name":"impak-finance/flinks-python","owner":"impak-finance","description":" A Python module for communicating with the Flinks.io API. ","archived":false,"fork":false,"pushed_at":"2022-12-08T06:35:13.000Z","size":75,"stargazers_count":7,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T09:46:54.130Z","etag":null,"topics":["api","bank-account","client","financial-data","flinks","pfm","python","transaction"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/impak-finance.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-07T22:14:02.000Z","updated_at":"2023-09-12T19:31:34.000Z","dependencies_parsed_at":"2023-01-25T13:00:13.628Z","dependency_job_id":null,"html_url":"https://github.com/impak-finance/flinks-python","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/impak-finance/flinks-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impak-finance%2Fflinks-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impak-finance%2Fflinks-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impak-finance%2Fflinks-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impak-finance%2Fflinks-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/impak-finance","download_url":"https://codeload.github.com/impak-finance/flinks-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impak-finance%2Fflinks-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267058461,"owners_count":24029026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bank-account","client","financial-data","flinks","pfm","python","transaction"],"created_at":"2025-02-13T02:55:45.725Z","updated_at":"2025-07-25T20:40:18.176Z","avatar_url":"https://github.com/impak-finance.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"flinks-python\n=============\n\n.. image:: https://img.shields.io/pypi/l/flinks.svg\n    :target: https://pypi.python.org/pypi/flinks/\n    :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/flinks.svg\n    :target: https://pypi.python.org/pypi/flinks\n\n.. image:: https://img.shields.io/pypi/v/flinks.svg\n    :target: https://pypi.python.org/pypi/flinks/\n    :alt: Latest Version\n\n.. image:: https://travis-ci.org/impak-finance/flinks-python.svg?branch=master\n    :target: https://travis-ci.org/impak-finance/flinks-python\n\n.. image:: https://codecov.io/gh/impak-finance/flinks-python/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/impak-finance/flinks-python\n\n|\n\n**Flinks-python** is a Python module for communicating with the\n`Flinks.io API \u003chttps://sandbox.flinks.io/documentation/\u003e`_.\n\n.. contents:: Table of Contents\n    :local:\n\nMain requirements\n-----------------\n\nPython_ 3.4+, Requests_ 2.0+.\n\nInstallation\n------------\n\nTo install Flinks, please use pip_ (or pipenv_) as follows:\n\n.. code-block:: shell\n\n    $ pip install --pre flinks\n\nBasic usage\n-----------\n\nThe first step to interact with the Flinks v3 API interface is to initialize a ``flinks.Client``\ninstance. You'll need a Flinks customer ID (and optionally a private API instance URL) to perform\nthis initialization:\n\n.. code-block:: python\n\n    \u003e\u003e\u003e from flinks import Client\n    \u003e\u003e\u003e client = Client('\u003cCUSTOMER_ID\u003e', 'https://sandbox.flinks.io/v3/')\n\nThen you can easily interact with the implemented entities and the underlying API endpoints. Here\nare some examples:\n\n\n.. code-block:: python\n\n    \u003e\u003e\u003e client.banking_services.authorize(login_id='\u003cLOGIN_ID\u003e', most_recent_cached=True)\n    \u003e\u003e\u003e client.banking_services.get_accounts_summary('\u003cREQUEST_ID\u003e')\n\nAuthors\n-------\n\nimpak Finance \u003ctech@impakfinance.com\u003e.\n\nLicense\n-------\n\nMIT. See ``LICENSE`` for more details.\n\n\n.. _pip: https://github.com/pypa/pip\n.. _pipenv: https://github.com/pypa/pipenv\n.. _Python: https://www.python.org/\n.. _Requests: http://docs.python-requests.org/en/master/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpak-finance%2Fflinks-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpak-finance%2Fflinks-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpak-finance%2Fflinks-python/lists"}