{ "info": { "author": "Joseph Tricarico", "author_email": "jtricarico@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Office/Business :: Financial :: Accounting" ], "description": "python-schwab\n=============\n\nPython library to retrieve information from a Schwab bank account.\n\nCommand Line Usage\n------------------\n::\n\n\t$python schwab getbalance -u YOUR_USER_ID -p YOUR_PASSWORD\n\tBalance is {{amount}}.\n\nInstallation\n------------\n::\n\n\t./setup.py build\n\t./setup.py install\n\nGet Balance (Python Script)\n---------------------------\n::\n\n\timport schwab\n\tschwab_browser = schwab.SchwabBrowser(your_username, your_pw)\n\tprint schwab_browser.get_balance()\n\nTest Setup\n----------\nCopy `test.dummy.sh` and replace the default values with your user id and password::\n\n\tcp test.dummy.sh test.sh\n\tchmod +x test.sh\n\tvim test.sh\n\nYou can now run tests using `./test.sh`.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/joetric/python-schwab", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-schwab", "package_url": "https://pypi.org/project/python-schwab/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-schwab/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/joetric/python-schwab" }, "release_url": "https://pypi.org/project/python-schwab/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Obtain transaction data from Schwab accounts.", "version": "0.1.2" }, "last_serial": 848393, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cb2bc9962f7e5d21e86077f4bcefc3f0", "sha256": "2086f1fdd8ba6f6a867b3e001861787416716dbc4993a53fcabf5cffb2c23a52" }, "downloads": -1, "filename": "python-schwab-0.1.tar.gz", "has_sig": false, "md5_digest": "cb2bc9962f7e5d21e86077f4bcefc3f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2582, "upload_time": "2013-08-24T23:14:56", "url": "https://files.pythonhosted.org/packages/fd/bc/7d23da8a7de1e85002b625674f5ca56200dab011fb3ca2edd782e4e364cf/python-schwab-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0977d775e8a89f3cdb0c7035ff8921d5", "sha256": "f5a5080f7334cf2d24a286f3ee4993c8ca879159b210f3cfe55eae793307b3f0" }, "downloads": -1, "filename": "python-schwab-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0977d775e8a89f3cdb0c7035ff8921d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3723, "upload_time": "2013-08-25T13:39:58", "url": "https://files.pythonhosted.org/packages/f0/d2/05af1652a2c8952af42f0ffbe91cdfe76c39a292785c5089356452ab23b9/python-schwab-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1dd6ea35f329a381b9e6032366bba5f8", "sha256": "88e60d89a79e2ebc4fe042896cf89510fbeaaea0dc128d183f237c664b550eb1" }, "downloads": -1, "filename": "python-schwab-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1dd6ea35f329a381b9e6032366bba5f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3683, "upload_time": "2013-08-25T13:41:24", "url": "https://files.pythonhosted.org/packages/74/05/dcb3746737979f1a48e0158c600a2eec15c22ba9917b3d35db751dc8914a/python-schwab-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1dd6ea35f329a381b9e6032366bba5f8", "sha256": "88e60d89a79e2ebc4fe042896cf89510fbeaaea0dc128d183f237c664b550eb1" }, "downloads": -1, "filename": "python-schwab-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1dd6ea35f329a381b9e6032366bba5f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3683, "upload_time": "2013-08-25T13:41:24", "url": "https://files.pythonhosted.org/packages/74/05/dcb3746737979f1a48e0158c600a2eec15c22ba9917b3d35db751dc8914a/python-schwab-0.1.2.tar.gz" } ] }