python-schwab
Python library to retrieve information from a Schwab bank account.
Command Line Usage
$python schwab getbalance -u YOUR_USER_ID -p YOUR_PASSWORD
Balance is {{amount}}.
Installation
./setup.py build ./setup.py install
Get Balance (Python Script)
import schwab schwab_browser = schwab.SchwabBrowser(your_username, your_pw) print schwab_browser.get_balance()
Test Setup
Copy test.dummy.sh and replace the default values with your user id and password:
cp test.dummy.sh test.sh chmod +x test.sh vim test.sh
You can now run tests using ./test.sh.
Release files for python-schwab 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-schwab-0.1.2.tar.gz | 3.7 kB | Details |
Release files / python-schwab-0.1.2.tar.gz
| Download URL | python-schwab-0.1.2.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
88e60d89a79e2ebc4fe042896cf89510fbeaaea0dc128d183f237c664b550eb1
|
|
BLAKE2b-256 checksum How to use checksums |
7405dcb3746737979f1a48e0158c600a2eec15c22ba9917b3d35db751dc8914a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |