{ "info": { "author": "Timur Kazyev", "author_email": "kazyev@me.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows :: Windows 10", "Programming Language :: Python :: 3" ], "description": "\u00ef\u00bb\u00bfpyobiee is a custom connector for OBIEE (Oracle Business Intelligence Enterprise Edition).\n\nDocumentation (in progress) is here - https://github.com/kazei92/pyobiee/wiki\n\nIt has two main functions (methods):\n1. downloadReport - Downloading data from a custom OBIEE report (needs report's path)\n2. executeSQL - Executing a SQL query and then downloading its data.\n\nAll that using SOAP protocol, Python SOAP client - zeep and OBIEE XMLViewService.\n\nLinks:\n1. zeep - https://python-zeep.readthedocs.io/en/master/\n2. OBIEE XMLViewService - https://docs.oracle.com/cd/E23943_01/bi.1111/e16364/methods.htm#BIEIT335\n\nData is returned in pandas DataFrame format to facilitate exporting, further processing and integration with Power BI Desktop\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/kazei92/pyobiee/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyobiee-kazei92", "package_url": "https://pypi.org/project/pyobiee-kazei92/", "platform": "", "project_url": "https://pypi.org/project/pyobiee-kazei92/", "project_urls": { "Homepage": "https://github.com/kazei92/pyobiee/" }, "release_url": "https://pypi.org/project/pyobiee-kazei92/0.0.5/", "requires_dist": [ "zeep", "requests", "pandas" ], "requires_python": "", "summary": "Python connector to OBIEE", "version": "0.0.5" }, "last_serial": 5522356, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "3ea7fb026f369fb1aef408c952da5a7b", "sha256": "cf8ba667dad032a96631382ef7a88601123524575146f30f3a0c22f3baf09b01" }, "downloads": -1, "filename": "pyobiee_kazei92-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3ea7fb026f369fb1aef408c952da5a7b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4271, "upload_time": "2019-07-12T09:15:30", "url": "https://files.pythonhosted.org/packages/d4/2d/fba861696ef1e183f0ee69a3b29c06c21abd86f5882bdfe184fe47aec2bb/pyobiee_kazei92-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "709817b9bb18e306b3c3bd0fadedb894", "sha256": "8ae722694116085d7259010ff534e9b9469975e8270100c6cbe39f07d10abcba" }, "downloads": -1, "filename": "pyobiee-kazei92-0.0.5.tar.gz", "has_sig": false, "md5_digest": "709817b9bb18e306b3c3bd0fadedb894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2019-07-12T09:15:33", "url": "https://files.pythonhosted.org/packages/b9/ed/5ad0934605e5cafc8964fa07a2b5a1688c372e82a06437ae567c6d69622a/pyobiee-kazei92-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ea7fb026f369fb1aef408c952da5a7b", "sha256": "cf8ba667dad032a96631382ef7a88601123524575146f30f3a0c22f3baf09b01" }, "downloads": -1, "filename": "pyobiee_kazei92-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3ea7fb026f369fb1aef408c952da5a7b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4271, "upload_time": "2019-07-12T09:15:30", "url": "https://files.pythonhosted.org/packages/d4/2d/fba861696ef1e183f0ee69a3b29c06c21abd86f5882bdfe184fe47aec2bb/pyobiee_kazei92-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "709817b9bb18e306b3c3bd0fadedb894", "sha256": "8ae722694116085d7259010ff534e9b9469975e8270100c6cbe39f07d10abcba" }, "downloads": -1, "filename": "pyobiee-kazei92-0.0.5.tar.gz", "has_sig": false, "md5_digest": "709817b9bb18e306b3c3bd0fadedb894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3057, "upload_time": "2019-07-12T09:15:33", "url": "https://files.pythonhosted.org/packages/b9/ed/5ad0934605e5cafc8964fa07a2b5a1688c372e82a06437ae567c6d69622a/pyobiee-kazei92-0.0.5.tar.gz" } ] }