{ "info": { "author": "Julien Deneuville", "author_email": "julien@databulle.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "# Python YourTextGuru\n\nConnect to [YourText.Guru](https://yourtext.guru/)'s API, create guides, check your content optimization. \n\n\n## Setup \n\nSimply install `python_ytg` and its dependencies with `pip`: \n\n pip install python-ytg \n\n\n## Usage\n\nGet your API key from [https://yourtext.guru/profil/api](https://yourtext.guru/profil/api). \n\nA simple example: \n\n import python_ytg as ytg\n from time import sleep\n\n conn = ytg.Api('My API Key')\n guide_id = conn.create_guide('My Awesome Keyword')\n\n while(conn.get_guide(guide_id) is None):\n sleep(60)\n\n print(conn.get_guide(guide_id))\n\n print(conn.get_scores(guide_id,'My Awesome Content'))\n\nRemember to also check [the API documentation](https://yourtext.guru/profil/api) for more tips! \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": "https://gitlab.com/databulle/python_ytg", "keywords": "seo yourtextguru api google content optimization nlp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-ytg", "package_url": "https://pypi.org/project/python-ytg/", "platform": "", "project_url": "https://pypi.org/project/python-ytg/", "project_urls": { "Homepage": "https://gitlab.com/databulle/python_ytg" }, "release_url": "https://pypi.org/project/python-ytg/0.0.1/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Easily use YourTextGuru API in Python.", "version": "0.0.1" }, "last_serial": 4132852, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "134c51f2b79e2df5014e14a779631f0c", "sha256": "25369f20483ca0f51c6b1dfcb0d47c40979b5860e097e1496cffc21d83ebeac3" }, "downloads": -1, "filename": "python_ytg-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "134c51f2b79e2df5014e14a779631f0c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2857, "upload_time": "2018-08-03T15:18:56", "url": "https://files.pythonhosted.org/packages/92/53/ba6dea96c6f064784e05452ac3ec9622763d9efa792e8e7f51f5e90d2186/python_ytg-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12cf5164b82143819a2a40a1b9b0c4ff", "sha256": "731f25dbbf264f0bb4a7b652c2865ef158f64e10f7007efdddde4ea892c878e2" }, "downloads": -1, "filename": "python_ytg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12cf5164b82143819a2a40a1b9b0c4ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2466, "upload_time": "2018-08-03T15:18:57", "url": "https://files.pythonhosted.org/packages/5e/fa/8f4a0890b710b0b6723a88ca3eb982cfae0365d6e48e5f185f09b94df242/python_ytg-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "134c51f2b79e2df5014e14a779631f0c", "sha256": "25369f20483ca0f51c6b1dfcb0d47c40979b5860e097e1496cffc21d83ebeac3" }, "downloads": -1, "filename": "python_ytg-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "134c51f2b79e2df5014e14a779631f0c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2857, "upload_time": "2018-08-03T15:18:56", "url": "https://files.pythonhosted.org/packages/92/53/ba6dea96c6f064784e05452ac3ec9622763d9efa792e8e7f51f5e90d2186/python_ytg-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12cf5164b82143819a2a40a1b9b0c4ff", "sha256": "731f25dbbf264f0bb4a7b652c2865ef158f64e10f7007efdddde4ea892c878e2" }, "downloads": -1, "filename": "python_ytg-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12cf5164b82143819a2a40a1b9b0c4ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2466, "upload_time": "2018-08-03T15:18:57", "url": "https://files.pythonhosted.org/packages/5e/fa/8f4a0890b710b0b6723a88ca3eb982cfae0365d6e48e5f185f09b94df242/python_ytg-0.0.1.tar.gz" } ] }