{ "info": { "author": "Mesut Varlioglu, PhD", "author_email": "varlioglu@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Cakemix is a Python library to open Office documents, automate the data analysis and making presentations\n\nTo install first time:\npip install cakemix\n\nTo upgrade:\npip install --upgrade cakemix\n\n\nUSAGE:\n\n# importing cakemix.excel functions\nfrom cakemix.excel import readExcel, get_column, plotBarData\n\n# reading excel file. You can find this file in github: https://github.com/varlmes/python/blob/master/datatable_sample.xlsx\ndata=readExcel('C:\\data\\python\\cakemix\\datatable_sample.xlsx','Sheet1')\n\n#showing the data\ndata\n\n# getting the first column of data\nresult1=get_column(data,0)\n\n# printing\nresult1[2:]\n\n# getting the second column of data\nresult2=get_column(data,5)\n\n# printing\nresult2[2:]\n\n#plotting the data\nplotBarData(result1[2:],(result2[2:]),'Salary','Name')\n\n\nExample 2: from cakemix import list\n\nfrom cakemix.list import *\nout=findUniqueList([1,3,3,4,5,5,6])\n\nExample 3: sending email\n\nfrom cakemix.e_mail import sendEmail\n\nFor single recipient: \n\tsendEmail('email@example.com','First email subject','Email body as how are you?') \nFor multiple recipients: \n\tsendEmail('email@example.com;email1@example.com','First email subject','Email body as how are you?') \nRequirements: You need to have Outlook installed on your computer and set for sending emails\n\n\nExample 4: make sqlite database\n\tfrom db import makeDB\n\tmakeDB('database.db')", "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/varlmes/cakemix", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cakemix", "package_url": "https://pypi.org/project/cakemix/", "platform": "", "project_url": "https://pypi.org/project/cakemix/", "project_urls": { "Homepage": "https://github.com/varlmes/cakemix" }, "release_url": "https://pypi.org/project/cakemix/0.0.7/", "requires_dist": null, "requires_python": "", "summary": "Python library to open Office documents, automate the data analysis and making presentations", "version": "0.0.7" }, "last_serial": 5919541, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c4bc6bec96682ab9802ed7193dd60353", "sha256": "78419da5d989b41f042f9610897e942d08a60a46f1f3f49f5b44ff2763ac9217" }, "downloads": -1, "filename": "cakemix-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c4bc6bec96682ab9802ed7193dd60353", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4949, "upload_time": "2019-07-20T16:43:01", "url": "https://files.pythonhosted.org/packages/9a/37/c330c017a329327e2d28a498912789843a01ee476a38e2a28628b761884d/cakemix-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b7874cfd479292a37159c2467395c9c9", "sha256": "2fb7db92d70d0b41909ec0718e21df9238a304f56a3cd8a563d8671067a06412" }, "downloads": -1, "filename": "cakemix-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b7874cfd479292a37159c2467395c9c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5063, "upload_time": "2019-08-03T22:30:11", "url": "https://files.pythonhosted.org/packages/fa/89/cb40bb9c301689140d73ac53e422ab1b6fb425fef8ecdb455c657fad0f43/cakemix-0.0.2-py3-none-any.whl" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "88c5f496bc7d214f917648b868034fad", "sha256": "fe953eb5e083134187daf967920ed61a25dfd2a4f4ee557d29e42e575636c1a0" }, "downloads": -1, "filename": "cakemix-0.0.5.tar.gz", "has_sig": false, "md5_digest": "88c5f496bc7d214f917648b868034fad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5644, "upload_time": "2019-10-01T21:17:02", "url": "https://files.pythonhosted.org/packages/61/34/09fc0ac5aa5455a99c4d6e805c57a709488c355d7e7f68007ea7e6c3b081/cakemix-0.0.5.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "b1184072510f1471282db752d4da412b", "sha256": "a10096740f271ceca015451209d3ebc75d50d9f7cbd014be5278e43b306f0361" }, "downloads": -1, "filename": "cakemix-0.0.7.tar.gz", "has_sig": false, "md5_digest": "b1184072510f1471282db752d4da412b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5819, "upload_time": "2019-10-02T18:27:30", "url": "https://files.pythonhosted.org/packages/55/e7/e9e1ad07f68e5e3e9f5bdb9f38cb9563d243b6170d8dc8af468c19f00f9c/cakemix-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1184072510f1471282db752d4da412b", "sha256": "a10096740f271ceca015451209d3ebc75d50d9f7cbd014be5278e43b306f0361" }, "downloads": -1, "filename": "cakemix-0.0.7.tar.gz", "has_sig": false, "md5_digest": "b1184072510f1471282db752d4da412b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5819, "upload_time": "2019-10-02T18:27:30", "url": "https://files.pythonhosted.org/packages/55/e7/e9e1ad07f68e5e3e9f5bdb9f38cb9563d243b6170d8dc8af468c19f00f9c/cakemix-0.0.7.tar.gz" } ] }