{ "info": { "author": "Guilherme Salome", "author_email": "guilhermesalome@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "# Table of Contents\n\n1. [pytrendsdaily](#orgca507e0)\n 1. [Usage](#orgad39ac6)\n\n\n\n\n# pytrendsdaily\n\nThe [Pytrends](https://github.com/GeneralMills/pytrends) package provides an easy way to obtain data from [Google Trends](https://trends.google.com/trends). This package, `pytrendsdaily`, uses the functionality from `Pytrends` to obtain data from Google Trends at the daily frequency, automatically dealing with scaling issues.\n\n\n\n\n## Usage\n\nThe main functionality of this package is available via the function `getDailyData`.\n\n from pytrendsdaily import getDailyData\n\n svi = getDailyData('GOLD PRICES', 2004, 2017)\n\nThe variable `svi` contains a Pandas data frame with the original unscaled search volume index (SVI) from Google Trends, and also the scaled data at the daily frequency.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/salompas/pytrendsdaily", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pytrendsdaily", "package_url": "https://pypi.org/project/pytrendsdaily/", "platform": "", "project_url": "https://pypi.org/project/pytrendsdaily/", "project_urls": { "Homepage": "http://github.com/salompas/pytrendsdaily" }, "release_url": "https://pypi.org/project/pytrendsdaily/1.0.0/", "requires_dist": [ "pandas (>=0.23.0)", "pytrends (>=4.4.0)" ], "requires_python": "", "summary": "Fetches Daily Data from Google Trends.", "version": "1.0.0" }, "last_serial": 5064182, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9f1b0d283c2628f1dc14b9156314b406", "sha256": "d1ccc528ec03ea489c6348e9a1a8b7e158c1b75a71fdc4ca35351941710a5a07" }, "downloads": -1, "filename": "pytrendsdaily-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9f1b0d283c2628f1dc14b9156314b406", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4875, "upload_time": "2019-04-02T16:44:07", "url": "https://files.pythonhosted.org/packages/52/23/74025f57678fbbb5d9a59e07a74957a15480bad01aba98e048572be7955a/pytrendsdaily-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1c370d10a4fe9516271c3f1f0e6b16e", "sha256": "8658196762fa7c57b72dd7de56d64fcdf4de555d7c07ebe7fcde17756185235e" }, "downloads": -1, "filename": "pytrendsdaily-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b1c370d10a4fe9516271c3f1f0e6b16e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3628, "upload_time": "2019-04-02T16:44:08", "url": "https://files.pythonhosted.org/packages/54/e7/d33cc1a7042a4f8fe8ecffd790204cca1d3011df2bfd4d8ea1ed21a4f93f/pytrendsdaily-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f1b0d283c2628f1dc14b9156314b406", "sha256": "d1ccc528ec03ea489c6348e9a1a8b7e158c1b75a71fdc4ca35351941710a5a07" }, "downloads": -1, "filename": "pytrendsdaily-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9f1b0d283c2628f1dc14b9156314b406", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4875, "upload_time": "2019-04-02T16:44:07", "url": "https://files.pythonhosted.org/packages/52/23/74025f57678fbbb5d9a59e07a74957a15480bad01aba98e048572be7955a/pytrendsdaily-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1c370d10a4fe9516271c3f1f0e6b16e", "sha256": "8658196762fa7c57b72dd7de56d64fcdf4de555d7c07ebe7fcde17756185235e" }, "downloads": -1, "filename": "pytrendsdaily-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b1c370d10a4fe9516271c3f1f0e6b16e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3628, "upload_time": "2019-04-02T16:44:08", "url": "https://files.pythonhosted.org/packages/54/e7/d33cc1a7042a4f8fe8ecffd790204cca1d3011df2bfd4d8ea1ed21a4f93f/pytrendsdaily-1.0.0.tar.gz" } ] }