{ "info": { "author": "David Bartle", "author_email": "captindave@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "ofxhome\n=========\n\nREST client for the web service provided by ofxhome.com\n\nofxhome.com provides a way to discover the Open Financial Exchange (OFX) URL's and financial institution IDs for banks and other financial institutions.\n\nofxhome is a sort of \"DNS\" for financial institution OFX URLs and IDs.\n\nThis client by itself is not all that useful unless you are coupling it with software that needs this lookup capability.\n\nother modules\n=============\n\nofxclient - a python API that downloads transactions from banks\n\nexample\n=======\n\n```python\nfrom ofxhome import OFXHome\n\ns = OFXHome.search(\"USAA\")\n\" 's' contains a list that has entries like so:\n\" { name: 'USAA Federal Savings Bank', id: '483' }\n\" { name: 'USAA Investment Mgmt Co', id: '665' }\nfor item in s:\n print item['id'] _ item['name']\n bank = OFXHome.lookup(item.id)\n print bank.name _ bank.fid _ bank.url _ bank.brokerid # OR\n print bank['name'] _ bank['fid'] _ bank['url'] _ bank['brokerid']\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/captin411/ofxhome", "keywords": "ofx,Open Financial Exchange,bank search,ofxhome,ofxhome.com", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "ofxhome", "package_url": "https://pypi.org/project/ofxhome/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ofxhome/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/captin411/ofxhome" }, "release_url": "https://pypi.org/project/ofxhome/0.3.3/", "requires_dist": null, "requires_python": null, "summary": "ofxhome.com financial institution lookup REST client", "version": "0.3.3" }, "last_serial": 1949986, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1177aa427a9c585f9ab7357f800def88", "sha256": "75b1239eacea804d9014a4efd884a5141adb34c19bcfbdba08dd6b56b5795cc5" }, "downloads": -1, "filename": "ofxhome-0.1-py2.7.egg", "has_sig": false, "md5_digest": "1177aa427a9c585f9ab7357f800def88", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5160, "upload_time": "2012-08-29T10:28:17", "url": "https://files.pythonhosted.org/packages/e4/cf/8f3865bdcf693d9cbefc2a21869ec1a5594edc436720bb1545ba5199a73d/ofxhome-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a4ff1f1caa3be7bc876ca0fb070c2e3e", "sha256": "4271b16c5898a8abd9086eb3f351ad005bc7dcc538dff5aedbf9ee9559fae936" }, "downloads": -1, "filename": "ofxhome-0.1.tar.gz", "has_sig": false, "md5_digest": "a4ff1f1caa3be7bc876ca0fb070c2e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2783, "upload_time": "2012-08-29T10:28:08", "url": "https://files.pythonhosted.org/packages/cc/43/8b660e0f7d7ee55b3df4e6a94e9e03dc0f9a2462f5694316af296c7f766a/ofxhome-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7067035d46f2e2d06650200671cbf9f8", "sha256": "5e29a06c09839ca096609bf35e29b0b9f52415764342cbccfb9ddacb6494be6e" }, "downloads": -1, "filename": "ofxhome-0.2-py2.7.egg", "has_sig": false, "md5_digest": "7067035d46f2e2d06650200671cbf9f8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5167, "upload_time": "2012-08-29T11:13:26", "url": "https://files.pythonhosted.org/packages/2e/4a/5d022df3d6e81a6c1ac3d4782f8e968428fbf90abf8023ad29efc983705f/ofxhome-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "deb63560c4502ce740d98f6d0f24eb40", "sha256": "4eccb9522ee670831e2712992fbcfd8bd9a665aeaed718e41e44a4587796c8ac" }, "downloads": -1, "filename": "ofxhome-0.2.tar.gz", "has_sig": false, "md5_digest": "deb63560c4502ce740d98f6d0f24eb40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2929, "upload_time": "2012-08-29T11:13:25", "url": "https://files.pythonhosted.org/packages/48/c3/734af2060abc8f41ffdb3c3aa3452d0ff20b3b786bf8629c9d84af7989ca/ofxhome-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "82a808dd9c96e4fde764abb6e9fbcccf", "sha256": "ef407db92d9335d000a01724791cb48c26d235b114b9e0c784185a2d0175d0cb" }, "downloads": -1, "filename": "ofxhome-0.3-py2.6.egg", "has_sig": false, "md5_digest": "82a808dd9c96e4fde764abb6e9fbcccf", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 5175, "upload_time": "2012-08-29T11:53:10", "url": "https://files.pythonhosted.org/packages/16/53/cbc1131b7fbfbc9036ad9fe45ecfb26d054b072a059ee2944dc7d632d19e/ofxhome-0.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "5d3741c6c8b1eaec8307d099eaa40d9c", "sha256": "9036469fc5a40edf489c2d4b1abcee246185d16fb6570b7834df593cee848aed" }, "downloads": -1, "filename": "ofxhome-0.3-py2.7.egg", "has_sig": false, "md5_digest": "5d3741c6c8b1eaec8307d099eaa40d9c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5166, "upload_time": "2012-08-29T11:53:16", "url": "https://files.pythonhosted.org/packages/6e/37/845e26a57cdeed2c1be1c99a6aa7b0860238c9c016aacfdcddaccd5bf4cd/ofxhome-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "00911499e7ebd0f991c4f79a22898c3f", "sha256": "d1cc25cd88f2ddecdcc792d7db4c478472d6e15ab16161b4323ed08fb8b80801" }, "downloads": -1, "filename": "ofxhome-0.3.tar.gz", "has_sig": false, "md5_digest": "00911499e7ebd0f991c4f79a22898c3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2887, "upload_time": "2012-08-29T11:53:09", "url": "https://files.pythonhosted.org/packages/31/be/f434ee38c88a7ffc72d362f97f9e06b8b354988aa1fd20ac84051f106454/ofxhome-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9135c80fab3801d1bea034a8e8c288c0", "sha256": "afb25c34b449b01ece774d103aa39b3f658f5d6109fad7ca2df57cd6ef40b745" }, "downloads": -1, "filename": "ofxhome-0.3.1-py2.6.egg", "has_sig": false, "md5_digest": "9135c80fab3801d1bea034a8e8c288c0", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 5225, "upload_time": "2012-09-07T13:44:21", "url": "https://files.pythonhosted.org/packages/6a/3a/66844d6bbb56f6c273c36cedb27a6e0c9bce687add739eb2656e4f413fae/ofxhome-0.3.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "c6b40860626aba654447f063276c1b05", "sha256": "3bbfe07168e319e2b790ff8f237065345bd054f08fe3a9fb287c0f3466385a5f" }, "downloads": -1, "filename": "ofxhome-0.3.1-py2.7.egg", "has_sig": false, "md5_digest": "c6b40860626aba654447f063276c1b05", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5217, "upload_time": "2012-09-07T13:44:11", "url": "https://files.pythonhosted.org/packages/86/18/17d9a295d720d6b7f2fa6645a89863ad0efc5e14b994025f4df6b0a37788/ofxhome-0.3.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "98e8ef92ccd443ab750fcb0741efe816", "sha256": "0000db437fd1a8c7c65cea5d88ce9d3b54642a1f4844dde04f860e29330ac68d" }, "downloads": -1, "filename": "ofxhome-0.3.1.tar.gz", "has_sig": false, "md5_digest": "98e8ef92ccd443ab750fcb0741efe816", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2968, "upload_time": "2012-09-07T13:44:10", "url": "https://files.pythonhosted.org/packages/a3/cf/6ba9b570966cb939723f9b4114ecd10eebc613bf99e8836beb8069c701f7/ofxhome-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "16d7039baf8c4a1a56eebc2c394a4551", "sha256": "95671793fa233bf5203f0b5cc7d96c89e191026151e4f101a3274d2d6484196e" }, "downloads": -1, "filename": "ofxhome-0.3.2-py2.6.egg", "has_sig": false, "md5_digest": "16d7039baf8c4a1a56eebc2c394a4551", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 8590, "upload_time": "2014-08-19T03:28:28", "url": "https://files.pythonhosted.org/packages/93/c5/e6abcda8b1e157954d64e52b9811a0e7813deb1de9bf4d430a186b1f06fd/ofxhome-0.3.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e9c922c84e8c879a87cce767fb2e60a6", "sha256": "5c6d2a9cef36156e0dd6e9172a89579afe722fd04a1400bf9f710c593fdc3b3d" }, "downloads": -1, "filename": "ofxhome-0.3.2-py2.7.egg", "has_sig": false, "md5_digest": "e9c922c84e8c879a87cce767fb2e60a6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8568, "upload_time": "2014-08-19T03:24:31", "url": "https://files.pythonhosted.org/packages/43/33/57ee4ad90d3f9d3fc47ba2c81d071a0bf0cd9c8ead157a4ee3fbdf5ecb48/ofxhome-0.3.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e6e1246f54865dfc19c5525bf2be6343", "sha256": "933adf189950a4f897360e2908f165c71ceea6c3f7196188daa5fdafc2406e46" }, "downloads": -1, "filename": "ofxhome-0.3.2.tar.gz", "has_sig": false, "md5_digest": "e6e1246f54865dfc19c5525bf2be6343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3781, "upload_time": "2014-08-19T03:24:29", "url": "https://files.pythonhosted.org/packages/b6/eb/8652fb5bc44290d755d47145158bd6e31b4106933a67c30c2d1259bd457a/ofxhome-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "d83594b7f1871509a8eba191fda0b35a", "sha256": "2e37483a5e16a588781e54fadd158f288d8e4be400f08480c793c0296b9dc2a0" }, "downloads": -1, "filename": "ofxhome-0.3.3-py2.7.egg", "has_sig": false, "md5_digest": "d83594b7f1871509a8eba191fda0b35a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8804, "upload_time": "2016-02-10T21:02:00", "url": "https://files.pythonhosted.org/packages/23/e0/0853191a6166c29e149e2a942c85c8ef2cc69fe3b6c2514e9754b3859e87/ofxhome-0.3.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "997405aad6e04d1364133bc9f848779d", "sha256": "8510451fd228c30627c3d18c2e530df35944afc2a4c97c888df6262c3276fee6" }, "downloads": -1, "filename": "ofxhome-0.3.3.tar.gz", "has_sig": false, "md5_digest": "997405aad6e04d1364133bc9f848779d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3850, "upload_time": "2016-02-10T21:01:48", "url": "https://files.pythonhosted.org/packages/33/64/93f1e81dca10676dfa571e1e154edbd59b5347d52a1002580eb7adf5b9fa/ofxhome-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d83594b7f1871509a8eba191fda0b35a", "sha256": "2e37483a5e16a588781e54fadd158f288d8e4be400f08480c793c0296b9dc2a0" }, "downloads": -1, "filename": "ofxhome-0.3.3-py2.7.egg", "has_sig": false, "md5_digest": "d83594b7f1871509a8eba191fda0b35a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8804, "upload_time": "2016-02-10T21:02:00", "url": "https://files.pythonhosted.org/packages/23/e0/0853191a6166c29e149e2a942c85c8ef2cc69fe3b6c2514e9754b3859e87/ofxhome-0.3.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "997405aad6e04d1364133bc9f848779d", "sha256": "8510451fd228c30627c3d18c2e530df35944afc2a4c97c888df6262c3276fee6" }, "downloads": -1, "filename": "ofxhome-0.3.3.tar.gz", "has_sig": false, "md5_digest": "997405aad6e04d1364133bc9f848779d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3850, "upload_time": "2016-02-10T21:01:48", "url": "https://files.pythonhosted.org/packages/33/64/93f1e81dca10676dfa571e1e154edbd59b5347d52a1002580eb7adf5b9fa/ofxhome-0.3.3.tar.gz" } ] }