python-flinks


Namepython-flinks JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/agmoss/python-flinks
SummaryA Python module for communicating with the Flinks.io API.
upload_time2023-09-20 21:44:08
maintainer
docs_urlNone
authorAndrew Moss
requires_python
licenseMIT
keywords flinks bank financial data institution
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python_flinks
=============

.. image:: https://img.shields.io/pypi/l/python_flinks.svg
    :target: https://pypi.python.org/pypi/python_flinks/
    :alt: License

.. image:: https://img.shields.io/pypi/pyversions/python_flinks.svg
    :target: https://pypi.python.org/pypi/python_flinks

.. image:: https://img.shields.io/pypi/v/python_flinks.svg
    :target: https://pypi.python.org/pypi/python_flinks/
    :alt: Latest Version

.. image:: https://travis-ci.org/agmoss/python_flinks.svg?branch=master
    :target: https://travis-ci.org/agmoss/python_flinks

.. image:: https://codecov.io/gh/agmoss/python_flinks/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/agmoss/python_flinks

|

**python_flinks** is a Python module for communicating with the
`Flinks.io API <https://sandbox.flinks.io/documentation/>`_.

.. contents:: Table of Contents
    :local:

Main requirements
-----------------

Python_ 3.11+, Requests_ 2.0+.

Installation
------------

To install python_flinks, please use pip_ (or pipenv_) as follows:

.. code-block:: shell

    $ pip install --pre python_flinks

Basic usage
-----------

The first step to interact with the Flinks v3 API interface is to initialize a ``flinks.Client``
instance. You'll need a Flinks customer ID (and optionally a private API instance URL) to perform
this initialization:

.. code-block:: python

    >>> from python_flinks import Client
    >>> client = Client('<CUSTOMER_ID>', 'https://sandbox.flinks.io/v3/')

Then you can easily interact with the implemented entities and the underlying API endpoints. Here
are some examples:


.. code-block:: python

    >>> client.banking_services.authorize(login_id='<LOGIN_ID>', most_recent_cached=True)
    >>> client.banking_services.get_accounts_summary('<REQUEST_ID>')

Authors
-------

impak Finance <tech@impakfinance.com>.

License
-------

MIT. See ``LICENSE`` for more details.


.. _pip: https://github.com/pypa/pip
.. _pipenv: https://github.com/pypa/pipenv
.. _Python: https://www.python.org/
.. _Requests: http://docs.python-requests.org/en/master/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/agmoss/python-flinks",
    "name": "python-flinks",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "flinks bank financial data institution",
    "author": "Andrew Moss",
    "author_email": "andrew@m0ss.dev",
    "download_url": "https://files.pythonhosted.org/packages/f0/1f/36bd7320ec152391cf576fd84699790ef54a18dca18015fc33fec5345724/python_flinks-0.0.2.tar.gz",
    "platform": null,
    "description": "python_flinks\n=============\n\n.. image:: https://img.shields.io/pypi/l/python_flinks.svg\n    :target: https://pypi.python.org/pypi/python_flinks/\n    :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/python_flinks.svg\n    :target: https://pypi.python.org/pypi/python_flinks\n\n.. image:: https://img.shields.io/pypi/v/python_flinks.svg\n    :target: https://pypi.python.org/pypi/python_flinks/\n    :alt: Latest Version\n\n.. image:: https://travis-ci.org/agmoss/python_flinks.svg?branch=master\n    :target: https://travis-ci.org/agmoss/python_flinks\n\n.. image:: https://codecov.io/gh/agmoss/python_flinks/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/agmoss/python_flinks\n\n|\n\n**python_flinks** is a Python module for communicating with the\n`Flinks.io API <https://sandbox.flinks.io/documentation/>`_.\n\n.. contents:: Table of Contents\n    :local:\n\nMain requirements\n-----------------\n\nPython_ 3.11+, Requests_ 2.0+.\n\nInstallation\n------------\n\nTo install python_flinks, please use pip_ (or pipenv_) as follows:\n\n.. code-block:: shell\n\n    $ pip install --pre python_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    >>> from python_flinks import Client\n    >>> client = Client('<CUSTOMER_ID>', '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    >>> client.banking_services.authorize(login_id='<LOGIN_ID>', most_recent_cached=True)\n    >>> client.banking_services.get_accounts_summary('<REQUEST_ID>')\n\nAuthors\n-------\n\nimpak Finance <tech@impakfinance.com>.\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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python module for communicating with the Flinks.io API.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/agmoss/python-flinks"
    },
    "split_keywords": [
        "flinks",
        "bank",
        "financial",
        "data",
        "institution"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f01f36bd7320ec152391cf576fd84699790ef54a18dca18015fc33fec5345724",
                "md5": "6c7f9afa382343fb2b17a8ee19ca3a0f",
                "sha256": "aa12fe0ee2b60454b4f6d0ae42c290c10dc4a3504f3a7255c727049d81138405"
            },
            "downloads": -1,
            "filename": "python_flinks-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6c7f9afa382343fb2b17a8ee19ca3a0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8845,
            "upload_time": "2023-09-20T21:44:08",
            "upload_time_iso_8601": "2023-09-20T21:44:08.527144Z",
            "url": "https://files.pythonhosted.org/packages/f0/1f/36bd7320ec152391cf576fd84699790ef54a18dca18015fc33fec5345724/python_flinks-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 21:44:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "agmoss",
    "github_project": "python-flinks",
    "github_not_found": true,
    "lcname": "python-flinks"
}
        
Elapsed time: 0.12727s