{
"info": {
"author": "impak Finance",
"author_email": "tech@impakfinance.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": "bankin-bridge-python\n====================\n\n**Bankin-bridge-python** is a Python module for communicating with the\n`Bridgeapi.io API `_.\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 Bankin Bridge, please use pip_ (or pipenv_) as follows:\n\n.. code-block:: shell\n\n $ pip install --pre bankin-bridge\n\nBasic usage\n-----------\n\nThe first step to interact with the Bankin Bridge API interface is to initialize a ``bridge.Client``\ninstance. You'll need a client ID and client secret this initialization:\n\n.. code-block:: python\n\n >>> from bridge import Client\n >>> client = Client('', '')\n\nThen you can easily register a new user, authenticate them and interact with the implemented\nentities and the underlying API endpoints. Here are some examples:\n\n.. code-block:: python\n\n >>> client.user.create('test@example.com', '')\n {'uuid': 'c3b140ad-aa85-49ca-a254-de77de521bbf',\n 'resource_uri': '/v2/users/c3b140ad-aa85-49ca-a254-de77de521bbf',\n 'resource_type': 'user',\n 'email': 'text@example.com'}\n >>> client = client.user.authenticate('test@example.com', '')\n {'access_token': '',\n 'expires_at': '2018-11-19T17:20:33.546Z',\n 'user': {'uuid': '12f34ca5-da8c-4ac2-8882-3e428033f300',\n 'resource_uri': '/v2/users/12f34ca5-da8c-4ac2-8882-3e428033f300',\n 'resource_type': 'user',\n 'email': 'test@example.com'}}\n >>> client.set_access_token('')\n >>> client.item.add_url()\n {'redirect_url': 'https://connect.bankin.com?token_uuid=fb12c345-b1ae-234a-1cc2-123456789dac'}\n >>> client.account.list()\n ...\n\nAuthors\n-------\n\nimpak Finance .\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",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/impak-finance/bankin-bridge-python",
"keywords": "bankin bankin-bridge bridge bank financial data institution",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "bankin-bridge",
"package_url": "https://pypi.org/project/bankin-bridge/",
"platform": "",
"project_url": "https://pypi.org/project/bankin-bridge/",
"project_urls": {
"Homepage": "https://github.com/impak-finance/bankin-bridge-python"
},
"release_url": "https://pypi.org/project/bankin-bridge/0.1.0a4/",
"requires_dist": null,
"requires_python": "",
"summary": "A Python module for communicating with the Bridgeapi.io API.",
"version": "0.1.0a4"
},
"last_serial": 4509178,
"releases": {
"0.1.0a2": [
{
"comment_text": "",
"digests": {
"md5": "9c94a66c6ee4dae06219fc2747449791",
"sha256": "4369fbfe22ea328dad065d12a368ca1e1f8c8a4afbfadf03423a53c6520804a6"
},
"downloads": -1,
"filename": "bankin_bridge-0.1.0a2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9c94a66c6ee4dae06219fc2747449791",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 9998,
"upload_time": "2018-11-19T19:39:24",
"url": "https://files.pythonhosted.org/packages/f0/31/22098329cfab085f936d9f390eaaec826527706fcf8568921313c7e4b432/bankin_bridge-0.1.0a2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "a3166d3b90380e959547780ff891ef03",
"sha256": "f47c8fd71c219fdf93d482a209333cf82784a23e92f6e9d851e559549949fd29"
},
"downloads": -1,
"filename": "bankin-bridge-0.1.0a2.tar.gz",
"has_sig": false,
"md5_digest": "a3166d3b90380e959547780ff891ef03",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8196,
"upload_time": "2018-11-19T19:39:22",
"url": "https://files.pythonhosted.org/packages/5d/54/3f4f8233f828691cc61517b64a84906d4acee93b22b63af47ed0c36eec9d/bankin-bridge-0.1.0a2.tar.gz"
}
],
"0.1.0a3": [
{
"comment_text": "",
"digests": {
"md5": "4cc8b44f79add15241daab380a8d061c",
"sha256": "576106c516a9f183173d9d03653386acd694ccfeac98ac45c71e46dfb5d7fe84"
},
"downloads": -1,
"filename": "bankin_bridge-0.1.0a3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4cc8b44f79add15241daab380a8d061c",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 11140,
"upload_time": "2018-11-20T16:00:22",
"url": "https://files.pythonhosted.org/packages/4f/06/a0af87a8db8afe466ddb68159014cc9c15497d5a8b7e8e4a2403276fc4e2/bankin_bridge-0.1.0a3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "8c48776d5194596ac9d2efaff040e450",
"sha256": "080b1edcb8d41f90e497c58783eff0f4f991693f1e5ae6926c43ce2cae5f0f0a"
},
"downloads": -1,
"filename": "bankin-bridge-0.1.0a3.tar.gz",
"has_sig": false,
"md5_digest": "8c48776d5194596ac9d2efaff040e450",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8458,
"upload_time": "2018-11-20T16:00:21",
"url": "https://files.pythonhosted.org/packages/7a/ac/2ec8215729ce7326216d0bce3e423397e24f5e1745effee79995d56ee322/bankin-bridge-0.1.0a3.tar.gz"
}
],
"0.1.0a4": [
{
"comment_text": "",
"digests": {
"md5": "8c5e9498a501658cc9cec86d1836b831",
"sha256": "0223d25cf4bec22d0ed20cfa6d2e7f8e5bf3344c52484d3bd3c58f33325dbd4e"
},
"downloads": -1,
"filename": "bankin_bridge-0.1.0a4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "8c5e9498a501658cc9cec86d1836b831",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 11252,
"upload_time": "2018-11-20T20:17:32",
"url": "https://files.pythonhosted.org/packages/32/4d/5f48e7135621d5fefa4a2e8d28b9ba003f39ce1fbad88969f2a50dd67715/bankin_bridge-0.1.0a4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "1f3e47bd3722d901fd9815ee28cb2e25",
"sha256": "799f6d949b882c2ffd52fe9b7085549524c4b1b5afed4162532a544f16d8259f"
},
"downloads": -1,
"filename": "bankin-bridge-0.1.0a4.tar.gz",
"has_sig": false,
"md5_digest": "1f3e47bd3722d901fd9815ee28cb2e25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8547,
"upload_time": "2018-11-20T20:17:31",
"url": "https://files.pythonhosted.org/packages/31/ce/772cd9599258ec8ab22cb5ff078d448bcdaa0d209e98c1e479a99589adef/bankin-bridge-0.1.0a4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "8c5e9498a501658cc9cec86d1836b831",
"sha256": "0223d25cf4bec22d0ed20cfa6d2e7f8e5bf3344c52484d3bd3c58f33325dbd4e"
},
"downloads": -1,
"filename": "bankin_bridge-0.1.0a4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "8c5e9498a501658cc9cec86d1836b831",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 11252,
"upload_time": "2018-11-20T20:17:32",
"url": "https://files.pythonhosted.org/packages/32/4d/5f48e7135621d5fefa4a2e8d28b9ba003f39ce1fbad88969f2a50dd67715/bankin_bridge-0.1.0a4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "1f3e47bd3722d901fd9815ee28cb2e25",
"sha256": "799f6d949b882c2ffd52fe9b7085549524c4b1b5afed4162532a544f16d8259f"
},
"downloads": -1,
"filename": "bankin-bridge-0.1.0a4.tar.gz",
"has_sig": false,
"md5_digest": "1f3e47bd3722d901fd9815ee28cb2e25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8547,
"upload_time": "2018-11-20T20:17:31",
"url": "https://files.pythonhosted.org/packages/31/ce/772cd9599258ec8ab22cb5ff078d448bcdaa0d209e98c1e479a99589adef/bankin-bridge-0.1.0a4.tar.gz"
}
]
}