{ "info": { "author": "Prayson Wilfred Daniel", "author_email": "praysonwilfred@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": ".. image:: https://github.com/Proteusiq/hygge/blob/master/hygge.png\n :target: https://github.com/Proteusiq/hygge\n\nHygge ('Cozzy') Response \n=========================\n\n\"A cozzy('hygge') way to get json response back asynchronously\"\n\n.. contents:: Topics\n\nOverview\n--------\n\nIt should be easy to return json response asynchronously. hygge aim to be a fuzzy-less way to do just that.\nJust pass a url and 'get' arguments such as params, headers, and receive back a json response. \n\nwebsite: `hygge `_.\n\n.. code-block:: shell-session\n\n # install hygge\n pip install hygge\n \nHow to use\n\n.. code-block:: python\n\n from hygge.get import GetResponse\n\n url = 'https://www.trustpilot.com/businessunit/search'\n params = {'country': 'dk', 'query': 'mate.bike'}\n\n # passing url and parameters \n res = GetResponse(url).get(params=params)\n print(res)\n\n # passing only url\n info_url = f'https://www.trustpilot.com/businessunit/{res[\"businessUnits\"][0][\"id\"]}/companyinfobox'\n print(GetResponse(info_url).get())\n \n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Proteusiq/hygge", "keywords": "http,requests,json,api", "license": "", "maintainer": "Prayson Wilfred Daniel", "maintainer_email": "praysonwilfred@gmail.com", "name": "hygge", "package_url": "https://pypi.org/project/hygge/", "platform": "", "project_url": "https://pypi.org/project/hygge/", "project_urls": { "Homepage": "https://github.com/Proteusiq/hygge", "Repository": "https://github.com/Proteusiq/hygge" }, "release_url": "https://pypi.org/project/hygge/0.1.3/", "requires_dist": [ "aiohttp (>=3.5,<4.0)" ], "requires_python": ">=3.6,<4.0", "summary": "A cozzy('hygge') way to get json response back asynchronously", "version": "0.1.3" }, "last_serial": 4864298, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "8a05fdbb87c4d0a8b5f479b3e13f5c9a", "sha256": "7beed84e806445ce84cf9cd35dba9bac15ada120118e6425ae6d5f966a599e6f" }, "downloads": -1, "filename": "hygge-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8a05fdbb87c4d0a8b5f479b3e13f5c9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 2659, "upload_time": "2019-02-25T11:29:28", "url": "https://files.pythonhosted.org/packages/17/8d/1ba57397b1cac2499f0f71f80ef7a5f1cd51c0bece27c8f972bdeef3513e/hygge-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd9be3c92acdd8682c135491bbf4ac89", "sha256": "560ba04922cc0ec31f89004db4ca087ccfc689461412b197ab0ac55798a53641" }, "downloads": -1, "filename": "hygge-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cd9be3c92acdd8682c135491bbf4ac89", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 1855, "upload_time": "2019-02-25T11:29:29", "url": "https://files.pythonhosted.org/packages/9d/75/21e33c84eb1d8b522ae6f88c1c803bd2cbb15c5a13c71970bbf06373a842/hygge-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "5c9013aecce9ccfdba66bd9e6dce5fd2", "sha256": "ad64fe4e17bae697744dee5851d93545e868852631dd320d4655bf66dbf11b90" }, "downloads": -1, "filename": "hygge-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5c9013aecce9ccfdba66bd9e6dce5fd2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 2765, "upload_time": "2019-02-25T12:09:30", "url": "https://files.pythonhosted.org/packages/3a/46/af1a7b8972096f7ebcd8c0dae2828538f25d8e7dd0fc9be62c6f65b32ec1/hygge-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b7e85d6f2fd1e55df13d454f3269f10", "sha256": "0083f4ff15f14d430801187364d28cbf2f19b7c8f44250a2acdb30a6a41b003f" }, "downloads": -1, "filename": "hygge-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8b7e85d6f2fd1e55df13d454f3269f10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 1993, "upload_time": "2019-02-25T12:09:31", "url": "https://files.pythonhosted.org/packages/9a/e6/d223d49c7ca255185a8a04dfd08d1c307dcdbd92988cbd944a20ec7acce3/hygge-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5c9013aecce9ccfdba66bd9e6dce5fd2", "sha256": "ad64fe4e17bae697744dee5851d93545e868852631dd320d4655bf66dbf11b90" }, "downloads": -1, "filename": "hygge-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5c9013aecce9ccfdba66bd9e6dce5fd2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 2765, "upload_time": "2019-02-25T12:09:30", "url": "https://files.pythonhosted.org/packages/3a/46/af1a7b8972096f7ebcd8c0dae2828538f25d8e7dd0fc9be62c6f65b32ec1/hygge-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b7e85d6f2fd1e55df13d454f3269f10", "sha256": "0083f4ff15f14d430801187364d28cbf2f19b7c8f44250a2acdb30a6a41b003f" }, "downloads": -1, "filename": "hygge-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8b7e85d6f2fd1e55df13d454f3269f10", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 1993, "upload_time": "2019-02-25T12:09:31", "url": "https://files.pythonhosted.org/packages/9a/e6/d223d49c7ca255185a8a04dfd08d1c307dcdbd92988cbd944a20ec7acce3/hygge-0.1.3.tar.gz" } ] }