{ "info": { "author": "Mark Ransom, Colin Powell", "author_email": "megamark16@gmail.com, colin.powell@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-wunderground\n=================\n\nNOTE: This project, forked from MegaMark16, was made more generic,\nas it includes a template tag that can look up weather by ZIP code.\n\nAn extension for Django CMS that pulls current weather information\nbased on the website visitor's IP address and displays it on the \nscreen. You will need a www.wunderground.com API key to use this.\n\nDependancies\n============\n\n- django (tested with 1.4)\n- django-cms (tested with 2.3.5)\n- django-classy-tags (tested with 0.4)\n\nGetting Started\n=============\n\nTo get started simply install using ``pip``:\n::\n pip install django-wungerground\n\nAdd ``wunderground`` to your installed apps.\n\nAdd WUNDERGROUND_KEY to your settings file. \n::\n WUNDERGROUND_KEY = 'abcdefgh12345678'\n\t\nUsage\n=============\n\nSimply drop a Current Local Weather plugin on a page. You will probably\nwant to override the ``wunderground/local_weather.html`` \nor ``wunderground/local_weather_tag.html`` \ntemplates. Any of the fields from the wunderground.com \"conditions\" api\ncall should be available in the template under the context variable \n``weather_info``.\n\nTemplate tag\n-------------\n\nThis library provides a simple template tag:\n::\n {% current_weather %}\n\nWhen provided with a variable, it attempts to look it up using WUnderground's\ngeocode API, which usually expects a ZIP/Postal code:\n::\n {% current_weather '04421' %}\n\nWill display the weather in Castine, Maine.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/powellc/django-wunderground", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-wunderground", "package_url": "https://pypi.org/project/django-wunderground/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-wunderground/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/powellc/django-wunderground" }, "release_url": "https://pypi.org/project/django-wunderground/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "An extension for Django CMS and a template tag that displays the current local weather pulled from wunderground.com", "version": "1.0.1" }, "last_serial": 791042, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ec08bb9ec1fe310c1e67b9f041510d90", "sha256": "2eea5f2b00a8faebf85344f8058d555b92da4207aca6d6e4ff81a6bcc5c21c66" }, "downloads": -1, "filename": "django-wunderground-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ec08bb9ec1fe310c1e67b9f041510d90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4065, "upload_time": "2013-03-11T14:20:25", "url": "https://files.pythonhosted.org/packages/7d/cb/21a4b0edb495087c877438346d5738878bb921ea3dc1d7b63a88235bbda9/django-wunderground-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8bfa7d57d65233fcacbaa5817d408756", "sha256": "65fe1957f0f5885a6d28327f2f92878dc089a2c8b8a799a42f700b6379375ee3" }, "downloads": -1, "filename": "django-wunderground-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8bfa7d57d65233fcacbaa5817d408756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4074, "upload_time": "2013-03-11T14:38:38", "url": "https://files.pythonhosted.org/packages/76/d4/a9034c53ba9f68ba5ee14bf248748027590ef898acba1865cbe0977e8d92/django-wunderground-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8bfa7d57d65233fcacbaa5817d408756", "sha256": "65fe1957f0f5885a6d28327f2f92878dc089a2c8b8a799a42f700b6379375ee3" }, "downloads": -1, "filename": "django-wunderground-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8bfa7d57d65233fcacbaa5817d408756", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4074, "upload_time": "2013-03-11T14:38:38", "url": "https://files.pythonhosted.org/packages/76/d4/a9034c53ba9f68ba5ee14bf248748027590ef898acba1865cbe0977e8d92/django-wunderground-1.0.1.tar.gz" } ] }