{ "info": { "author": "Matthew Howland", "author_email": "matt.howland@lab45.com", "bugtrack_url": null, "classifiers": [], "description": "===========\nNOAA Weather\n===========\n\nA handy utility to pull weather from NOAA services in a sane manner.\n\n #!/usr/bin/env python\n\n from noaaweather import weather\n\n sfWeather = weather.noaa()\n sfWeather.getByZip('94109')\n print sfWeather.precipitation.liquid.tomorrow.max.value\n print sfWeather.temperature.apparent.tomorrow.min.value\n print sfWeather.temperature.apparent.value\n Support for Temperature, Humidity, Wind, Precipitation, Cloud Cover\n\n Pulls from http://graphical.weather.gov/xml/rest.php\n\n First release not really tested...", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/noaaweather/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "noaaweather", "package_url": "https://pypi.org/project/noaaweather/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/noaaweather/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/noaaweather/" }, "release_url": "https://pypi.org/project/noaaweather/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Easy use of NOAA weather services.", "version": "0.1.0" }, "last_serial": 916967, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "79e90976d375b3b6d9a76b255277a0a7", "sha256": "9f57874fc717bbe8df7ddf16b0ce3a109ef2d16620910979f1fd8fb7c9573d7c" }, "downloads": -1, "filename": "noaaweather-0.1.0.tar.gz", "has_sig": false, "md5_digest": "79e90976d375b3b6d9a76b255277a0a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2709, "upload_time": "2013-11-12T06:08:32", "url": "https://files.pythonhosted.org/packages/d4/97/23271b4fb8fd02bfde0c83565b119ec06e9fdbe2ce183ca9732a896a24e1/noaaweather-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79e90976d375b3b6d9a76b255277a0a7", "sha256": "9f57874fc717bbe8df7ddf16b0ce3a109ef2d16620910979f1fd8fb7c9573d7c" }, "downloads": -1, "filename": "noaaweather-0.1.0.tar.gz", "has_sig": false, "md5_digest": "79e90976d375b3b6d9a76b255277a0a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2709, "upload_time": "2013-11-12T06:08:32", "url": "https://files.pythonhosted.org/packages/d4/97/23271b4fb8fd02bfde0c83565b119ec06e9fdbe2ce183ca9732a896a24e1/noaaweather-0.1.0.tar.gz" } ] }