{ "info": { "author": "Manny Ochoa", "author_email": "dev@manuelochoa.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# tmobile_call_log\nCreates bar charts and pie charts from call logs. Processes CSV files\ndownloaded directly from T-Mobile's website (customer interface). Works as of\n2017.\n\n# Installation\nTo install tmobile_call_log, use pip (or similar):\n```{.sourceCode .bash}\npip install tmobile-call-log\n```\n\n# Documentation\n\n## Create log object to compile all data\n\n* `data_dir` is the directory where all the call logs (downloaded csv files)\nare located.\n* `ignore_number` is any other number that is also yours and appears in the\nlog (e.g., Google voice number).\n\n```python\nlog = CallActivity(data_dir='./data/', ignore_number='(123) 555-1234')\n```\n\n## Plot bar charts\n\nPlots bar charts for call time and call quantity using the top `n`\nmost frequent phone numbers.\n```python\nlog.plot_bar(n=15)\n```\n\n\n## Plot pie charts\n\nPlots pie charts for call time and call quantity using the top `n`\nmost frequent phone numbers.\n```python\nlog.plot_pie(n=9)\n```\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "Manny Ochoa", "maintainer_email": "dev@manuelochoa.com", "name": "tmobile-call-log", "package_url": "https://pypi.org/project/tmobile-call-log/", "platform": "", "project_url": "https://pypi.org/project/tmobile-call-log/", "project_urls": null, "release_url": "https://pypi.org/project/tmobile-call-log/0.1.0/", "requires_dist": [ "pandas (>=0.23.4,<0.24.0)", "numpy (>=1.15,<2.0)", "matplotlib (>=3.0,<4.0)" ], "requires_python": ">=3.6,<4.0", "summary": "Creates plots from T-Mobile personal call logs.", "version": "0.1.0" }, "last_serial": 4619433, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8b33dfdc511926a00e575446c10f005e", "sha256": "cac46b8091bee2384cffd5292feef56fc195c492fb13b0e20a12138c72ece5f2" }, "downloads": -1, "filename": "tmobile_call_log-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8b33dfdc511926a00e575446c10f005e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 10220, "upload_time": "2018-12-20T05:22:30", "url": "https://files.pythonhosted.org/packages/9d/c9/3a3b321340bc8be0ebe7e6c62c742d9b7541dff5c6b7cbeaea04cc2b2d75/tmobile_call_log-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59d7c7c544a9527ee0924337ee720182", "sha256": "5db141c70c2b29799b91f600e775b90059f0b9b4e54d4d2b9cd3e573f26480d0" }, "downloads": -1, "filename": "tmobile-call-log-0.1.0.tar.gz", "has_sig": false, "md5_digest": "59d7c7c544a9527ee0924337ee720182", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4307, "upload_time": "2018-12-20T05:22:29", "url": "https://files.pythonhosted.org/packages/99/90/d77e0d3e19774c914e050e1dfaadde2ecbe011d2d7dccef2f0eb1ca30845/tmobile-call-log-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b33dfdc511926a00e575446c10f005e", "sha256": "cac46b8091bee2384cffd5292feef56fc195c492fb13b0e20a12138c72ece5f2" }, "downloads": -1, "filename": "tmobile_call_log-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8b33dfdc511926a00e575446c10f005e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 10220, "upload_time": "2018-12-20T05:22:30", "url": "https://files.pythonhosted.org/packages/9d/c9/3a3b321340bc8be0ebe7e6c62c742d9b7541dff5c6b7cbeaea04cc2b2d75/tmobile_call_log-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59d7c7c544a9527ee0924337ee720182", "sha256": "5db141c70c2b29799b91f600e775b90059f0b9b4e54d4d2b9cd3e573f26480d0" }, "downloads": -1, "filename": "tmobile-call-log-0.1.0.tar.gz", "has_sig": false, "md5_digest": "59d7c7c544a9527ee0924337ee720182", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4307, "upload_time": "2018-12-20T05:22:29", "url": "https://files.pythonhosted.org/packages/99/90/d77e0d3e19774c914e050e1dfaadde2ecbe011d2d7dccef2f0eb1ca30845/tmobile-call-log-0.1.0.tar.gz" } ] }