pyflinks


Namepyflinks JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/agmoss/pyflinks
SummaryA Python module for communicating with the Flinks.io API.
upload_time2023-11-18 18:16:15
maintainer
docs_urlNone
authorAndrew Moss
requires_python
licenseMIT
keywords flinks bank financial data institution
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            pyflinks
=============

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

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

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

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

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

|

**pyflinks** 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 pyflinks, please use pip_ (or pipenv_) as follows:

.. code-block:: shell

    $ pip install --pre pyflinks

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 pyflinks 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/pyflinks",
    "name": "pyflinks",
    "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/95/f6/d20a0ef682ba97bfe2cd2de705531e00466947a378bfe58bd415f99d36be/pyflinks-0.1.0.tar.gz",
    "platform": null,
    "description": "pyflinks\n=============\n\n.. image:: https://img.shields.io/pypi/l/pyflinks.svg\n    :target: https://pypi.python.org/pypi/pyflinks/\n    :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/pyflinks.svg\n    :target: https://pypi.python.org/pypi/pyflinks\n\n.. image:: https://img.shields.io/pypi/v/pyflinks.svg\n    :target: https://pypi.python.org/pypi/pyflinks/\n    :alt: Latest Version\n\n.. image:: https://travis-ci.org/agmoss/pyflinks.svg?branch=master\n    :target: https://travis-ci.org/agmoss/pyflinks\n\n.. image:: https://codecov.io/gh/agmoss/pyflinks/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/agmoss/pyflinks\n\n|\n\n**pyflinks** 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 pyflinks, please use pip_ (or pipenv_) as follows:\n\n.. code-block:: shell\n\n    $ pip install --pre pyflinks\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 pyflinks 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.1.0",
    "project_urls": {
        "Homepage": "https://github.com/agmoss/pyflinks"
    },
    "split_keywords": [
        "flinks",
        "bank",
        "financial",
        "data",
        "institution"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "446d1bf28717a4f782d530f96f167ab6c2f8f9c56e1714b38d5513ddfa13224f",
                "md5": "025faca44bf1f27ade75e0942ca3c706",
                "sha256": "562677954e9c2b50900401b20ab971b05d43ea505e1c3f93fb2fad790d8ca53c"
            },
            "downloads": -1,
            "filename": "pyflinks-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "025faca44bf1f27ade75e0942ca3c706",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9584,
            "upload_time": "2023-11-18T18:16:14",
            "upload_time_iso_8601": "2023-11-18T18:16:14.091332Z",
            "url": "https://files.pythonhosted.org/packages/44/6d/1bf28717a4f782d530f96f167ab6c2f8f9c56e1714b38d5513ddfa13224f/pyflinks-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95f6d20a0ef682ba97bfe2cd2de705531e00466947a378bfe58bd415f99d36be",
                "md5": "b784e31d0e8a344dc3ab5a70950927c0",
                "sha256": "8968039471f67c3a4aff02c4e03d9f6c653b97d2cdd0a7055446711f84ab3c44"
            },
            "downloads": -1,
            "filename": "pyflinks-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b784e31d0e8a344dc3ab5a70950927c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9250,
            "upload_time": "2023-11-18T18:16:15",
            "upload_time_iso_8601": "2023-11-18T18:16:15.785265Z",
            "url": "https://files.pythonhosted.org/packages/95/f6/d20a0ef682ba97bfe2cd2de705531e00466947a378bfe58bd415f99d36be/pyflinks-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 18:16:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "agmoss",
    "github_project": "pyflinks",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "pyflinks"
}
        
Elapsed time: 0.14973s