{ "info": { "author": "Deepsikha Roy", "author_email": "iamdeepsikha2012@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# WeatherWebCrawling\n\nThis API is used for fetching weather conditions name as a string to the respective locality's weather data. \nImport \"code.start(place1,dateinp=\"\",type=\"\") from package \"web_crawling\".\n You can pass ANY ONE OF the keyword arguments - Date in \"YYYY-MM-DD\" format/ forecast type required ('daily' for today {Default Selection}, 'monthly' for monthly,'5days' for 5-day , '10days' for 10-day,'datewise' for datewise). We are relying on APIs used by weather.com internally for extracting the respective data.\n\n\n For ex:\n\n1.If you just want today's weather parameters with place name:\n\nfrom web_crawling import code\ncode.start(\"Place-Name\")\n\n2.If you just want the current month's weather details with place name:\n\nfrom web_crawling import code\ncode.start(\"Place-Name\",type=\"monthly\")\n\n3.If you just want some date's weather prediction with place name:\n\nfrom web_crawling import code\ncode.start(\"Place-Name\",dateinp=\"date string in yyyy-mm-dd format\")\n\n\npackage is installable as \"pip install web_crawling\"\n\nIf no/wrong keyword arguments given, it may result in wrong output\n\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://github.com/Deepsikha97/WeatherWebCrawling", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "web-crawling", "package_url": "https://pypi.org/project/web-crawling/", "platform": "", "project_url": "https://pypi.org/project/web-crawling/", "project_urls": { "Homepage": "https://github.com/Deepsikha97/WeatherWebCrawling" }, "release_url": "https://pypi.org/project/web-crawling/0.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "generate climate forecasts using place", "version": "0.0.1" }, "last_serial": 5816448, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "990878cc328c835f8d7828ae5256dfe2", "sha256": "be9c3b14b81be86da18cc803abcea8e6f86deae5b5bec87f06cef9425c060589" }, "downloads": -1, "filename": "web_crawling-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "990878cc328c835f8d7828ae5256dfe2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2992, "upload_time": "2019-09-11T19:06:28", "url": "https://files.pythonhosted.org/packages/da/e0/91f8f63a60b7632299dae643175cbf40c0c5f18599458a0528aa9b1ca6c3/web_crawling-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3dd29845785e87856a63836d3e047924", "sha256": "2e12ea95bffd1a42b0abac35f8dfead349c8b2077b9ee210c37b1064ba33751a" }, "downloads": -1, "filename": "web_crawling-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3dd29845785e87856a63836d3e047924", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2488, "upload_time": "2019-09-11T19:06:32", "url": "https://files.pythonhosted.org/packages/fc/64/e80e3b0f528cfad2c1675e3bd082dd5ac8881a9e3628310fdef6de778592/web_crawling-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "990878cc328c835f8d7828ae5256dfe2", "sha256": "be9c3b14b81be86da18cc803abcea8e6f86deae5b5bec87f06cef9425c060589" }, "downloads": -1, "filename": "web_crawling-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "990878cc328c835f8d7828ae5256dfe2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2992, "upload_time": "2019-09-11T19:06:28", "url": "https://files.pythonhosted.org/packages/da/e0/91f8f63a60b7632299dae643175cbf40c0c5f18599458a0528aa9b1ca6c3/web_crawling-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3dd29845785e87856a63836d3e047924", "sha256": "2e12ea95bffd1a42b0abac35f8dfead349c8b2077b9ee210c37b1064ba33751a" }, "downloads": -1, "filename": "web_crawling-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3dd29845785e87856a63836d3e047924", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2488, "upload_time": "2019-09-11T19:06:32", "url": "https://files.pythonhosted.org/packages/fc/64/e80e3b0f528cfad2c1675e3bd082dd5ac8881a9e3628310fdef6de778592/web_crawling-0.0.1.tar.gz" } ] }