This release is a pre-release and may not be stable for production use.
Lending Club API
This project is intended for anyone who wants to interact with the Lending Club’s API via Python. You can find the Lending Club API documentation here: https://www.lendingclub.com/developers/lc-api.action
Installation
sudo pip install pylc
Usage
from pylc import LendingClubAPI
lc = LendingClubAPI('[LENDING_CLUB_API_KEY]', '[ACCOUNT_NUMBER]')
summary = lc.account.summary()
Replace the [LENDING_CLUB_API_KEY] with a developer key from the Lending Club which can be generated here: https://www.lendingclub.com/account/profile.action
Replace the [ACCOUNT_NUMBER] with your account number from this page: https://www.lendingclub.com/account/summary.action. You’ll see your account number displayed like this: My Account #XXXXXXXX
Release files for PyLC 0.1.0a15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyLC-0.1.0a15.tar.gz | 3.8 kB | Details |
Release files / PyLC-0.1.0a15.tar.gz
| Download URL | PyLC-0.1.0a15.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
459a1636a636fab171ebfa165efc1ce8f4c222aa9c0b3801027a25fe02ab6dd9
|
|
BLAKE2b-256 checksum How to use checksums |
79303097395ab1620ed6db9fc987c95a68d5ba21f90fa7589b0bb4e786a9c514
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |