{ "info": { "author": "Alex Hartoto", "author_email": "ahartoto.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "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", "Topic :: Office/Business :: Financial" ], "description": "\n# Lending Club API\n\nWelcome to the unofficial Lending Club Python API. This library is inspired by\nthe [LendingClub](https://github.com/jgillick/LendingClub) library, but\nutilizes the REST API endpoints and applies the\nfrom Lending Club. For more complete information about Lending Club's REST \nAPI, please go to [this page](https://www.lendingclub.com/developers>).\n\n## Requirements\n\nThis library expects that the user has pre-generated the Authentication key.\nIf you are unfamiliar with it, please go to Lending Club\n[documentation page](https://www.lendingclub.com/developers/authentication) \nto find the instructions on how to generate one.\n\nThe authentication key can be passed to the application as an environment\nvariable (`$LENDING_CLUB_API_KEY`) or using the configuration file.\n\nUser is also expected to know their investor ID number. Please login to your\nLending Club account to find your investor ID number. The investor ID number\ncan be passed to the application as an environment variable\n(`$LENDING_CLUB_INVESTOR_ID`) or using the configuration file.\n\n## Configuration File\n\nIf user chooses to specify either the authentication key or investor ID number\nusing the configuration file, the configuration file has to include the\nfollowing information:\n\n```\n[access]\napi_key = THIS_IS_EXAMPLE_API_KEY=\n\n[account]\ninvestor_id = 123456789\n```\n\nThe location of the configuration file by default is `$HOME/.lendingclub`,\nbut user can override it by specifying the custom path using\n`$LENDING_CLUB_CONFIG` environment variable.\n\n## Examples\n\n```python\nfrom lendingclub2.account import InvestorAccount\n\n# Find information about account's available balance\naccount = InvestorAccount()\nprint(account.available_balance)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ahartoto/lendingclub2", "keywords": "lendingclub,lending-club,p2p,loan,api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lendingclub2", "package_url": "https://pypi.org/project/lendingclub2/", "platform": "", "project_url": "https://pypi.org/project/lendingclub2/", "project_urls": { "Homepage": "https://github.com/ahartoto/lendingclub2" }, "release_url": "https://pypi.org/project/lendingclub2/0.5.2/", "requires_dist": [ "requests (>=2.21)" ], "requires_python": "", "summary": "Help automating LendingClub processes", "version": "0.5.2" }, "last_serial": 5086448, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "002ffdebc63d2107cba043732ff2e790", "sha256": "54688077732ecc651123df8c95ff0730998ae4a706709bb7c7f7df4129ee1082" }, "downloads": -1, "filename": "lendingclub2-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "002ffdebc63d2107cba043732ff2e790", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 14898, "upload_time": "2017-08-11T03:44:41", "url": "https://files.pythonhosted.org/packages/e8/2f/bec28fc919a51b69d011c5bd06250f7ef6ee975a049e08c4d8150718b460/lendingclub2-0.2.0-py3-none-any.whl" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "48cb33b3cf4f45b2eecf52f7d6fc0898", "sha256": "65c747b08fb0bd40e591a2fd36e0cf02481dc0270917993941ba2ba558b94014" }, "downloads": -1, "filename": "lendingclub2-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "48cb33b3cf4f45b2eecf52f7d6fc0898", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 16152, "upload_time": "2017-10-11T05:37:14", "url": "https://files.pythonhosted.org/packages/35/d7/b3ea888b2739fc44d881f8cbd1e48bc815c209988c7c66e84394259b3be1/lendingclub2-0.3.0-py2.py3-none-any.whl" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "ddba4d6c5811347634d288afdff2c35d", "sha256": "7d484c42f323669ae11a5a30fd9cd832914ce2d2ce10b91dee02af5cda7710d4" }, "downloads": -1, "filename": "lendingclub2-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ddba4d6c5811347634d288afdff2c35d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12460, "upload_time": "2018-07-23T06:32:09", "url": "https://files.pythonhosted.org/packages/de/d4/a80df7c1183085eee18603379f9de3166ed75ad1183f22d641da9ffe37f4/lendingclub2-0.4.0-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "f51cef3ca43ec4a3bb14708cb9c7c430", "sha256": "8cc61691cfb8f420c2a3d7a6f9c0a1a2c631baa99da5fe7ab63061b43c90f7d4" }, "downloads": -1, "filename": "lendingclub2-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f51cef3ca43ec4a3bb14708cb9c7c430", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12324, "upload_time": "2019-02-20T07:29:36", "url": "https://files.pythonhosted.org/packages/2d/c2/a11cb628984e9f27607fa235f6e901d9743e4e8676638a7ae424b42c9c65/lendingclub2-0.5.0-py3-none-any.whl" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "487e4ad31bad67beb670f62cf852b4c0", "sha256": "9afe7f31bad8e71632596df7e43926feafbf5ce0230aff2fea8b23a4b35d3246" }, "downloads": -1, "filename": "lendingclub2-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "487e4ad31bad67beb670f62cf852b4c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18523, "upload_time": "2019-02-22T03:48:17", "url": "https://files.pythonhosted.org/packages/43/d2/788dbef2ad8728ffc462ec765876a13e61f72f9f78585be682c761a13a72/lendingclub2-0.5.1-py3-none-any.whl" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "fb05851e6bd9a7877c13f3e28d20abe8", "sha256": "8bd0d4262d4233674f2640721c6d5072a6e9343f134b5159bfdcecb923b0c6b8" }, "downloads": -1, "filename": "lendingclub2-0.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fb05851e6bd9a7877c13f3e28d20abe8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18612, "upload_time": "2019-04-03T06:31:53", "url": "https://files.pythonhosted.org/packages/ef/24/7cfad675ac1b0580199dd54713041d486658ad5c4f77afc50cc7266bdb99/lendingclub2-0.5.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb05851e6bd9a7877c13f3e28d20abe8", "sha256": "8bd0d4262d4233674f2640721c6d5072a6e9343f134b5159bfdcecb923b0c6b8" }, "downloads": -1, "filename": "lendingclub2-0.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fb05851e6bd9a7877c13f3e28d20abe8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18612, "upload_time": "2019-04-03T06:31:53", "url": "https://files.pythonhosted.org/packages/ef/24/7cfad675ac1b0580199dd54713041d486658ad5c4f77afc50cc7266bdb99/lendingclub2-0.5.2-py3-none-any.whl" } ] }